Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Oct 2012 07:54:19 GMT
From:      jb <jb.1234abcd@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/172629: Opera has incorrect pkg-plist
Message-ID:  <201210120754.q9C7sJHY081946@red.freebsd.org>
Resent-Message-ID: <201210120800.q9C801eD074276@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         172629
>Category:       ports
>Synopsis:       Opera has incorrect pkg-plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 12 08:00:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     jb
>Release:        FreeBSD 9.1-RC2 #0
>Organization:
>Environment:
FreeBSD localhost.localdomain 9.1-RC2 FreeBSD 9.1-RC2 #0 r241133: Tue Oct  2 17:11:45 UTC 2012     root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
No icon.cache should be in the pkg-plist.
Ref:
http://lists.freebsd.org/pipermail/freebsd-xfce/2012-October/000558.html

[root@localhost /usr/ports/www/opera]# make deinstall
===>  Deinstalling for www/opera
===>   Deinstalling opera-12.02
pkg_delete: file '/usr/local/share/icons/hicolor/icon-theme.cache' doesn't exist
pkg_delete: couldn't entirely delete package `opera-12.02'
(perhaps the packing list is incorrectly specified?)
[root@localhost /usr/ports/www/opera]#
[root@localhost /usr/ports/www/opera]# ls -al /usr/local/share/icons/hicolor/ico
n-theme.cache
-rw-r--r--  1 root  wheel  8524864 Oct 12 09:20 /usr/local/share/icons/hicolor/i
con-theme.cache
[root@localhost /usr/ports/www/opera]#

Remove 'share/icons/hicolor/icon-theme.cache':
[root@localhost /usr/ports/www/opera]# vi pkg-plist

[root@localhost /usr/ports/www/opera]# grep ICON Makefile
INSTALLS_ICONS= yes
[root@localhost /usr/ports/www/opera]#

[root@localhost /usr/ports/www/opera]# make; make install
..
===>   opera-12.02 depends on executable: gtk-update-icon-cache - found
..
[root@localhost /usr/ports/www/opera]#

[root@localhost /usr/ports/www/opera]# make clean; make; make install
[root@localhost /usr/ports/www/opera]# make deinstall
===>  Deinstalling for www/opera
===>   Deinstalling opera-12.02
[root@localhost /usr/ports/www/opera]#

As you can see there are no errors as documented above.

>How-To-Repeat:
as above

>Fix:
Remove 'share/icons/hicolor/icon-theme.cache' from pkg-plist.


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210120754.q9C7sJHY081946>