I am updating a machine running NetBSD-current/i386 From July. Most
packages are ok, but gnome-applets fails to package because the invest
applet is missing. configure is choosing not to build it, and it is not
immediately apparent why.
Full log of 'make replace package clean' at
http://www.lexort.com/pkgsrc/OUT.gnome-applets
From reading configure.in, the problem seems to be not finding the
gnome-applets python module via
if test "x$HAVE_PYGTK" = "xyes" -a "x$HAVE_PYHDRS" = "xyes"; then
AM_CHECK_PYMOD(gnomeapplet,,
BUILD_INVEST_APPLET="yes", BUILD_INVEST_APPLET="no")
else
BUILD_INVEST_APPLET="no"
fi
AM_CONDITIONAL(BUILD_INVEST_APPLET, test "x$BUILD_INVEST_APPLET" = "xyes")
because
checking whether /usr/pkg/bin/python2.4 version >= 2.4... yes
checking for /usr/pkg/bin/python2.4 version... 2.4
checking for /usr/pkg/bin/python2.4 platform... netbsd4
checking for /usr/pkg/bin/python2.4 script directory... ${prefix}/lib/python2.4\
/site-packages
checking for /usr/pkg/bin/python2.4 extension module directory... ${exec_prefix\
}/lib/python2.4/site-packages
checking for headers required to compile python extensions... found
checking for PYGTK... yes
all seems ok. The end symptom is:
gnome-applets-2.22.2 configure summary:
[much deleted]
- invest-applet no
and
Creating binary package: gnome-applets-2.22.2
pkg_create: can't stat `/usr/pkg/bin/invest-chart'
pkg_create: can't stat `/usr/pkg/lib/bonobo/servers/GNOME_GtikApplet.server'
pkg_create: can't stat `/usr/pkg/lib/bonobo/servers/Invest_Applet.server'
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__.py\
c'
pkg_create: can't stat
`/usr/pkg/lib/python2.4/site-packages/invest/__init__.py\
o'
[many more]
Is this working for anyone else?
Attachment:
pgpUOS6ngmwpC.pgp
Description: PGP signature