Subject: Re: pkgsrc NetBSD 3.0_BETA/x86_64 bulk build results 2005-05-02
To: Krister Walfridsson <cato@df.lth.se>
From: Thomas Klausner <wiz@NetBSD.org>
List: pkgsrc-bulk
Date: 05/03/2005 01:23:48
On Mon, May 02, 2005 at 11:40:07PM +0200, Krister Walfridsson wrote:
> pkgsrc bulk build results
> NetBSD 3.0_BETA/amd64

Hm, no current pkg-vulnerabilities file available this time,
in contrast to last time (most of the < lines in the diff).
Please try to be consistent either way, to reduce the diff work.
Thanks.

Diff to previous:
7,8c7,8
<          Build started:                  Thu Apr 28 11:43:20 2005 UTC
<          Build ended:                    Sat Apr 30 09:46:42 2005 UTC
---
>          Build started:                  Sat Apr 30 12:58:32 2005 UTC
>          Build ended:                    Mon May  2 11:22:36 2005 UTC
10,13c10,13
<          Successfully packaged:          4712
<          Packages really broken:         226
<          Pkgs broken due to them:        170
<          Total broken:                   396
---
>          Successfully packaged:          4749
>          Packages really broken:         209
>          Pkgs broken due to them:        157
>          Total broken:                   366
15c15
<          Total:                          748
---
>          Total:                          718
20c20
< ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/amd64-3.0/20050430.0946/broken.html
---
> ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/amd64-3.0/20050502.1122/broken.html
27d26
< archivers/gzip-base        1       tech-pkg@NetBSD.org
44d42
< converters/xlreader                tech-pkg@NetBSD.org
89d86
< emulators/netbsd32_compat1         tech-pkg@NetBSD.org
121d117
< graphics/xv                2       tech-pkg@NetBSD.org
136d131
< lang/perl5                 2       tech-pkg@NetBSD.org
140,142d134
< lang/python22-pth                  tech-pkg@NetBSD.org
< lang/python23-pth                  recht@NetBSD.org
< lang/python24-pth                  recht@NetBSD.org
149,150d140
< mail/cyrus-imapd21                 chris@NetBSD.org
< mail/exim3                         grant@NetBSD.org
152d141
< mail/ja-squirrelmail               martti@NetBSD.org
173d161
< net/bind4                          tech-pkg@NetBSD.org
177d164
< net/mppe-lkm                       cube@NetBSD.org
183d169
< net/samba2                 2       tech-pkg@NetBSD.org
197d182
< print/teTeX1-bin           6       tech-pkg@NetBSD.org
208a194
> security/winbind                   tech-pkg@NetBSD.org

 Compiling nsswitch/pam_winbind.c with -fpic
 nsswitch/pam_winbind.c: In function `_make_remark':
 nsswitch/pam_winbind.c:90: warning: assignment discards qualifiers from pointer target type
 nsswitch/pam_winbind.c: In function `_winbind_read_password':
 nsswitch/pam_winbind.c:277: error: `PAM_AUTHTOK_RECOVER_ERR' undeclared (first use in this function)
 nsswitch/pam_winbind.c:277: error: (Each undeclared identifier is reported only once
 nsswitch/pam_winbind.c:277: error: for each function it appears in.)
 nsswitch/pam_winbind.c:298: warning: assignment discards qualifiers from pointer target type
 nsswitch/pam_winbind.c:306: warning: assignment discards qualifiers from pointer target type
 nsswitch/pam_winbind.c:312: warning: assignment discards qualifiers from pointer target type

227d212
< textproc/namazu1                   tech-pkg-ja@jp.NetBSD.org
238d222
< www/asp2php                        shell@NetBSD.org
245c229
< www/zope25-Silva                   tech-pkg@NetBSD.org
---
> www/wml                            kim@tac.nyc.ny.us

 pkg_create: can't stat `/usr/pkg/lib/wml/perl/lib//WML/GD.pm'
 pkg_create: can't stat `/usr/pkg/lib/wml/perl/lib//auto/HTML/Clean/.packlist'
 pkg_create: can't stat `/usr/pkg/lib/wml/perl/lib//auto/WML/GD/.packlist'
 pkg_create: can't stat `/usr/pkg/lib/wml/perl/lib//auto/WML/GD/GD.bs'
 pkg_create: can't stat `/usr/pkg/lib/wml/perl/lib//auto/WML/GD/GD.so'
 pkg_create: can't stat `/usr/pkg/lib/wml/perl/lib//auto/WML/GD/autosplit.ix'

Looks like the path used is
/usr/pkg/lib/wml/perl/lib/x86_64-netbsd-thread-multi/auto/WML/GD/.packlist
instead, i.e. some variable is not expanded correctly (note the "//" in the
middle of the path).
Perhaps this construct is broken?
PERL_ARCHNAME_cmd!=     eval `${PERL5} -V:archname 2>/dev/null`; \
                        ${ECHO} $${archname}
PLIST_SUBST+=           PERL_ARCHNAME=${PERL_ARCHNAME_cmd:sh}
Cc to jlam, who did the last change to the Makefile.

247d230
< x11/gnome2-control-center  3       jmmv@NetBSD.org

 Thomas