Subject: Re: pkgsrc NetBSD 2.0_RC5/i386 bulk build results 2004-11-24
To: Krister Walfridsson <cato@df.lth.se>
From: Thomas Klausner <wiz@NetBSD.org>
List: pkgsrc-bulk
Date: 11/24/2004 15:38:35
On Wed, Nov 24, 2004 at 09:47:05AM +0100, Krister Walfridsson wrote:
> pkgsrc bulk build results
> NetBSD 2.0_RC5/i386
>
> Summary:
>
> Build started: Mon Nov 22 16:54:03 2004 UTC
> Build ended: Wed Nov 24 03:33:21 2004 UTC
Diff to previous RC1 build:
55,60c54,59
< Successfully packaged: 4834
< Packages really broken: 95
< Pkgs broken due to them: 114
< Total broken: 209
< Not packaged: 99
< Total: 308
---
> Successfully packaged: 4849
> Packages really broken: 100
> Pkgs broken due to them: 118
> Total broken: 218
> Not packaged: 97
> Total: 315
65c64
< ftp://ftp.NetBSD.org/pub/NetBSD/misc/kristerw/pkgstat/i386-2.0/20041113.1911/broken.html
---
> ftp://ftp.NetBSD.org/pub/NetBSD/misc/kristerw/pkgstat/i386-2.0/20041124.0333/broken.html
90,91d88
< databases/xmysqladmin bad@NetBSD.org
< databases/xsqlmenu hubertf@NetBSD.org
93a91,92
> devel/boost-thread 1
Gazillions of errors, starting from the configure script.
> devel/gobo-eiffel tech-pkg@NetBSD.org
Removal of smalleiffel (my fault).
95,96c94
< devel/mkcmd 1 epg@NetBSD.org
< devel/p5-SDL 1 tech-pkg@NetBSD.org
---
> devel/kdevelop-base 2
ld: cannot find -ldb
107d104
< emulators/suse_linux 3 tron@NetBSD.org
108a106
> finance/gnucash-docs jdolecek@NetBSD.org
/bin/ln -s /usr/include/db.h /tmp/bulktmp/finance/gnucash-docs/work/.buildlink/include/db_185.h
ln: /tmp/bulktmp/finance/gnucash-docs/work/.buildlink/include/db_185.h: File exists
112d109
< graphics/PanoTools tech-pkg@NetBSD.org
114a112
> graphics/dia jmcneill@invisible.yi.org
checking for python module gtk... [1] Abort trap (core dumped) ${PYTHON} -c "${...
no
119a118
> graphics/py-gimp tech-pkg@NetBSD.org
checking for python module gtk... [1] Abort trap (core dumped) ${PYTHON} -c "${...
no
I guess both of them are because gtk uses libpthread and python doesn't?
129a129
> lang/smalltalk tech-pkg@NetBSD.org
PLIST problem:
pkg_create: can't stat `/usr/pkg/lib/smalltalk/libc.so'
132a133
> math/R 1 markd@NetBSD.org
Already fixed.
134a136
> meta-pkgs/php5-extensions jdolecek@NetBSD.org
BULK> /usr/sbin/pkg_add -K /var/db/pkg /usr/pkgsrc/packages/All/php-5.0.2nb1.tgz
pkg_add: other version 'php-4.3.9nb1' already installed
136d137
< misc/celestia-kde
143a145
> net/p5-Wais bad@NetBSD.org
gcc -c -DWAIS_USES_STDIO -fno-strict-aliasing -pipe -I/usr/pkg/include -fno-strict-aliasing -pipe
HTWAIS.c: In function `showDiags':
HTWAIS.c:240: error: `my_perl' undeclared (first use in this function)
HTWAIS.c:240: error: (Each undeclared identifier is reported only once
HTWAIS.c:240: error: for each function it appears in.)
HTWAIS.c: In function `output_text_record':
HTWAIS.c:487: error: `my_perl' undeclared (first use in this function)
HTWAIS.c: In function `display_search_response':
HTWAIS.c:512: error: `my_perl' undeclared (first use in this function)
HTWAIS.c: In function `WAISsearch':
HTWAIS.c:808: error: `my_perl' undeclared (first use in this function)
HTWAIS.c: In function `WAISretrieve':
HTWAIS.c:914: error: `my_perl' undeclared (first use in this function)
*** Error code 1
146a149
> net/xipdump sakamoto@NetBSD.org
148d150
< print/cjk-lyx rxg@ms25.url.com.tw
151a154
> security/p5-Net-DNS-SEC heinz@NetBSD.org
===> Creating toolchain wrappers for p5-Net-DNS-SEC-0.11nb1
perl is not installed; can't buildlink files.
*** Error code 1
This comes from the following line in the Makefile:
BUILDLINK_DEPENDS.perl= perl>=5.6.1
The bulk build installs perl-thread and then can't fulfull
the perl>=5.6.1 requirement, because it can't install perl
in the same place.
154d156
< shells/ast-ksh
156d157
< shells/static-ast-ksh
160d160
< sysutils/gworkspace 1
161a162
> textproc/eb 5 uebayasi@NetBSD.org
PLIST problem:
pkg_create: can't stat `/usr/pkg/share/aclocal/eb3.m4'
164a166,167
> www/jakarta-tomcat4 erh@NetBSD.org
PLIST problem:
pkg_create: can't stat `/usr/pkg/tomcat4/webapps/to'
> www/lynx 2 fredb@NetBSD.org
/usr/bin/make package (lynx-2.8.5.2nb1)
===> PKG_OPTIONS.lynx must contain one of
===> one of "slang", "ncurses", or "curses"!
165a169
> www/php4-apc 2 tech-pkg@NetBSD.org
=> No checksum recorded for APC-2.0.4.tgz.
Make sure the Makefile and checksum file (/usr/pkgsrc/www/php4-apc/../../www/php4/distinfo)
are up to date. If you want to override this check, type
"/usr/bin/make NO_CHECKSUM=yes [other args]".
Thomas