tech-pkg archive

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

Various breakages on NetBSD 5 including OpenSSL



NetBSD 5 isn't quite dead yet and already I'm seeing a fair amount of breakage. There's nothing special about these systems except that they're older NetBSD 5.2 (netbsd-5) systems. The macppc system was from netbsd-5 on 19-April-2015 (in other words, it's recent) and the two amd64 systems are from netbsd-5 from the end of December, 2013.

p5-Perl4-CoreLibs is especially troubling because OpenSSL requires it.


devel/tradcpp on amd64:

#   compile  tradcpp-0.5/macro.o
cc -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -std=gnu99 -Werror -c macro.c
cc1: warnings being treated as errors
macro.c: In function 'macrotable_findlen':
macro.c:343: warning: declaration of 'remove' shadows a global declaration
/usr/include/stdio.h:245: warning: shadowed declaration is here
macro.c: In function 'macrotable_find':
macro.c:380: warning: declaration of 'remove' shadows a global declaration
/usr/include/stdio.h:245: warning: shadowed declaration is here
*** Error code 1



devel/p5-Perl4-CoreLibs on amd64:

Installing /usr/pkgsrc/devel/p5-Perl4-CoreLibs/work/.destdir/usr/pkgsrc/devel/p5-Perl4-CoreLibs/work/.home/perl5/man/man3/Perl4::CoreLibs.3
Perl packlist /usr/pkgsrc/devel/p5-Perl4-CoreLibs/work/.destdir/usr/local/lib/perl5/vendor_perl/5.22.0/x86_64-netbsd-thread-multi/auto/Perl4/CoreLibs/.packlist is missing.
*** Error code 1

And on macppc:

Perl packlist /usr/pkgsrc/devel/p5-Perl4-CoreLibs/work/.destdir/usr/local/lib/perl5/vendor_perl/5.22.0/powerpc-netbsd-thread-multi/auto/Perl4/CoreLibs/.packlist is missing.
*** Error code 1



pkgtools/pkg_install on macppc:

checking whether EILSEQ is declared... yes
checking for wchar_t... yes
checking size of wchar_t... configure: error: in `/usr/pkgsrc/pkgtools/pkg_install/work/libarchive':
configure: error: cannot compute sizeof (wchar_t)
See `config.log' for more details
*** Error code 77

Stop.
make: stopped in /usr/pkgsrc/pkgtools/pkg_install
*** Error code 1



Home | Main Index | Thread Index | Old Index