tech-pkg archive

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

Re: pkg_install-20091115



On Fri, Jan 01, 2010 at 07:46:25PM -0500, Jan Schaumann wrote:
> It appears that my current pkg* tools are not up to date enough for
> pkgsrc.  When I run 'make', it tries to build pkg_install-200911115, but
> that fails with:
> 
> cc -L/usr/pkgsrc/pkgtools/pkg_install/work/libfetch
> -L/usr/pkgsrc/pkgtools/pkg_install/work/libnbcompat -L/usr/lib
> -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L../lib -o pkg_add main.o perform.o
> -linstall -lfetch -larchive -lbz2 -lz -lcrypto -lnbcompat
> /usr/lib/libarchive.so: undefined reference to `__stack_chk_fail_local'
> /usr/lib/libarchive.so: undefined reference to `__stack_chk_guard'
> /usr/lib/libarchive.so: undefined reference to `__memmove_chk'
> /usr/lib/libarchive.so: undefined reference to `__strncpy_chk'
> /usr/lib/libarchive.so: undefined reference to `__memset_chk'
> *** Error code 1
> 
> Stop.
> make: stopped in
> /usr/pkgsrc/pkgtools/pkg_install/work/pkg_install-20091115/add
> 
> $ pkg_info -V
> 20060123
> $ uname -a
> NetBSD lapdog.netmeister.org 3.99.15 NetBSD 3.99.15 (WUFF) #2: Thu Jun
> 5 01:59:50 UTC 2008  root@:/usr/obj/sys/arch/i386/compile/WUFF i386

You seem to have an inconsistent base. __stack_chk_guard and the rest
are supposed to be in libc...

Joerg


Home | Main Index | Thread Index | Old Index