pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/40209: x11/gnome-applets PLIST problems (NetBSD 4.0, pkgsrc modular xorg)
>Number: 40209
>Category: pkg
>Synopsis: x11/gnome-applets PLIST problems (NetBSD 4.0, pkgsrc modular
>xorg)
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Dec 17 16:35:00 +0000 2008
>Originator: Robert Elz
>Release: NetBSD 4.0_STABLE (pkgsrc current within past 8 hours)
>Organization:
Prince of Songkla University
>Environment:
System: NetBSD jade.coe.psu.ac.th 4.0_STABLE NetBSD 4.0_STABLE
(JADE-1.696-20080517) #9: Fri May 23 18:55:13 ICT 2008
kre%jade.coe.psu.ac.th@localhost:/usr/obj/4/kernels/JADE i386
Architecture: i386
Machine: i386
>Description:
Building x11/gnome-applets apparently attempts a connection to
an X server (truly dumb behavious at compile time, the X
server, if any, available then cannot possibly be relevant to
what will be found when the compiled program is run).
I am presuming that because of a message from (I believe) my
ssh or sshd on the connection I'm using to the system where
I am doing these builds
X11 connection rejected because of wrong authentication.
The "wrong authentication" is guaranteed, the build is inside
a pkg_comp sandbox, it has no access to any X authentication files.
Whether this has any impact upon the PLIST problems I have no
idea, but I mention it, just in case.
Building x11/gnome-applets results in many PLIST errors
detected by the file-check tests that having PKG_DEVELOPER=yes
causes to be run. Many earlier errors relating to the same
set of files were ignored.
>How-To-Repeat:
I use pkg_comp with libkver and NetBSD 4.0 release sets
(except the X sets for this build) and X11_TYPE=modular
in the sandbox mk.conf
Building x11/gnome-applets (pkg_comp build) takes a while
(installing dependencies - this started in an almost empty
sandbox) and compiling stuff, then gets to ...
=> Automatic manual page handling
=> Generating post-install file lists
=> Running POST-INSTALL script actions
gnome-applets-2.24.2: copying
/usr/pkg/share/examples/gnome-applets/sound/events/battstat_applet.soundlist to
/etc/conf/sound/events/battstat_applet.soundlist
pkg_create: can't stat `/usr/pkg/bin/invest-chart'
pkg_create: can't stat `/usr/pkg/lib/python2.4/site-packages/invest/__init__.py'
pkg_create: can't stat
`/usr/pkg/lib/python2.4/site-packages/invest/__init__.pyc'
pkg_create: can't stat
`/usr/pkg/lib/python2.4/site-packages/invest/__init__.pyo'
pkg_create: can't stat `/usr/pkg/lib/python2.4/site-packages/invest/about.py'
pkg_create: can't stat `/usr/pkg/lib/python2.4/site-packages/invest/about.pyc'
pkg_create: can't stat `/usr/pkg/lib/python2.4/site-packages/invest/about.pyo'
pkg_create: can't stat `/usr/pkg/lib/python2.4/site-packages/invest/applet.py'
[and many more like that]
=> Registering installation for gnome-applets-2.24.2
pkg_admin: gnome-applets-2.24.2: File `/usr/pkg/bin/invest-chart' is in
+CONTENTS but not on filesystem!
pkg_admin: gnome-applets-2.24.2: File
`/usr/pkg/lib/python2.4/site-packages/invest/__init__.py' is in +CONTENTS but
not on filesystem!
pkg_admin: gnome-applets-2.24.2: File
`/usr/pkg/lib/python2.4/site-packages/invest/__init__.pyc' is in +CONTENTS but
not on filesystem!
pkg_admin: gnome-applets-2.24.2: File
`/usr/pkg/lib/python2.4/site-packages/invest/__init__.pyo' is in +CONTENTS but
not on filesystem!
pkg_admin: gnome-applets-2.24.2: File
`/usr/pkg/lib/python2.4/site-packages/invest/about.py' is in +CONTENTS but not
on filesystem!
pkg_admin: gnome-applets-2.24.2: File
`/usr/pkg/lib/python2.4/site-packages/invest/about.pyc' is in +CONTENTS but not
on filesystem!
[ and many more like that ]
gnome-applets-2.24.2 requires installed package GConf-2.24.0
gnome-applets-2.24.2 requires installed package dbus-1.2.4nb3
[ and w whole bunch more of those - not very interesting ]
=> Checking file-check results for gnome-applets-2.24.2
ERROR: ************************************************************
ERROR: The following files are in the PLIST but not in /usr/pkg:
ERROR: /usr/pkg/bin/invest-chart
ERROR: /usr/pkg/lib/bonobo/servers/GNOME_GtikApplet.server
ERROR: /usr/pkg/lib/bonobo/servers/Invest_Applet.server
ERROR: /usr/pkg/lib/python2.4/site-packages/invest/__init__.py
ERROR: /usr/pkg/lib/python2.4/site-packages/invest/__init__.pyc
ERROR: /usr/pkg/lib/python2.4/site-packages/invest/__init__.pyo
[ and a whole bunch more like that ]
ERROR: /usr/pkg/share/icons/hicolor/scalable/apps/invest-applet.svg
ERROR: /usr/pkg/share/omf/invest-applet/invest-applet-C.omf
ERROR: /usr/pkg/share/omf/invest-applet/invest-applet-el.omf
ERROR: /usr/pkg/share/omf/invest-applet/invest-applet-es.omf
ERROR: /usr/pkg/share/omf/invest-applet/invest-applet-fi.omf
ERROR: /usr/pkg/share/omf/invest-applet/invest-applet-sv.omf
*** Error code 1
Stop.
make: stopped in /usr/pkgsrc/x11/gnome-applets
*** Error code 1
Stop.
It apepared (without checking every case) that the list of
files that "can't stat" and the list "in +CONTENTS but not"
and the list "in the PLIST but not" are the same (which is
no big surprise).
>Fix:
If the failure to connect to an X server caused this, then
make it stop doing that! If that can't be done, mark this
package as broken.
If that isn't the cause, then ???
Home |
Main Index |
Thread Index |
Old Index