pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/44181: x11/gnome-panel PLIST problem (+FIX)



>Number:         44181
>Category:       pkg
>Synopsis:       x11/gnome-panel PLIST problem (+FIX)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Dec 01 10:30:01 +0000 2010
>Originator:     Robert Elz
>Release:        NetBSD 5.0    (pkgsrc current 2010-12-01)
>Organization:
        Prince of Songkla University
>Environment:
System: NetBSD jade.coe.psu.ac.th 5.1 NetBSD 5.1 (JADE-1.12-20101117) #5: Wed 
Nov 17 05:30:55 ICT 2010 
kre%jade.coe.psu.ac.th@localhost:/usr/obj/5.1/kernels/i386/JADE i386
Architecture: i386
Machine: i386
>Description:
        x11/gnome-panel has the same giomodule.cache PLIST problem as
        previously reported for devel/GConf and sysutils/gio-fam
        (now closed PRs pkg/44104 and pkg/43578 resp).

>How-To-Repeat:
        I use pkg_comp with NetBSD 5.0 release sets installed, and
        libkver to simulate a pure NetBSD 5.0 enviornment.  This is
        irrelevant to this problem.

        When building, when starting with a claen environment (sandbox
        in this case), expect to see ...

=> Checking file-check results for gnome-panel-2.32.1
ERROR: ************************************************************
ERROR: The following files are in /usr/pkg but not in the PLIST:
ERROR:         /usr/pkg/lib/gnome-panel/modules/giomodule.cache
*** Error code 1

Stop.

>Fix:
        This is (an approximate copy of) the fix drochner@ applied to
        devel/GConf and sysutils/gio-fam to fix the two earlier PRs (and
        to a few other packages as well).   This one was just missed.

        The fix works here (ie: for x11/gnome-panel) as well as it did
        for them.

Index: Makefile
===================================================================
RCS file: /cvsroot/NetBSD/pkgsrc/x11/gnome-panel/Makefile,v
retrieving revision 1.125
diff -u -r1.125 Makefile
--- Makefile    24 Nov 2010 20:26:20 -0000      1.125
+++ Makefile    1 Dec 2010 09:54:04 -0000
@@ -46,6 +46,7 @@
 
 .include "../../devel/GConf/schemas.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/glib2/modules.mk"
 .include "../../devel/libbonobo/buildlink3.mk"
 .include "../../devel/libbonoboui/buildlink3.mk"
 .include "../../devel/libgnome/buildlink3.mk"



Home | Main Index | Thread Index | Old Index