Re: link problems

2013-10-10 Thread Joerg Sonnenberger
On Thu, Oct 10, 2013 at 11:01:11AM +0200, Thomas Klausner wrote: So how do we proceed? How should we fix pkgsrc packages that don't currently build, like: By fixing the ld default. Joerg

Re: link problems

2013-10-10 Thread Martin Husemann
On Thu, Oct 10, 2013 at 11:49:08AM +0200, Joerg Sonnenberger wrote: By fixing the ld default. Is this (untested) enough? Do we need add_DT_NEEDED_for_regular to be 0 too? Martin Index: ldlang.h === RCS file:

Re: Clue needed - failure trying to build from old sources

2013-10-10 Thread Valery Ushakov
On Wed, Oct 09, 2013 at 21:08:09 -0700, Paul Goyette wrote: I then attempt to run a 'build.sh build' using ./build.sh -T /build/test/tools/x86_64/amd64 \ -D /build/test/dest/amd64 \ -O /build/test/obj/amd64 \ -R /build/test/release \

PF netbsd 6.1.2

2013-10-10 Thread Guilherme Covolo
How to disable pf.boot or open ssh port on netbsd 6.1? thanks

Re: PF netbsd 6.1.2

2013-10-10 Thread matthew sporleder
On Thu, Oct 10, 2013 at 7:03 AM, Guilherme Covolo smy...@youare.not.br wrote: How to disable pf.boot or open ssh port on netbsd 6.1? thanks NetBSD 6.1 has two options for firewalls: ipf and pf there are plenty of tutorials on each, but here's one with ipf: https://wiki.netbsd.org/nsps/ also

Re: Clue needed - failure trying to build from old sources

2013-10-10 Thread Valery Ushakov
On Thu, Oct 10, 2013 at 05:27:56 -0700, Paul Goyette wrote: On Thu, 10 Oct 2013, Valery Ushakov wrote: On Wed, Oct 09, 2013 at 21:08:09 -0700, Paul Goyette wrote: /build/test/tools/x86_64/amd64/bin/x86_64--netbsd-gcc\ --sysroot=/build/test/dest/amd64 -o npfctl \

Re: Clue needed - failure trying to build from old sources

2013-10-10 Thread Martin Husemann
On Thu, Oct 10, 2013 at 06:40:51PM +0400, Valery Ushakov wrote: /build/test/tools/x86_64/amd64/bin/x86_64--netbsd-gcc\ --sysroot=/build/test/dest/amd64 -o npfctl \ Go to the objdir and run that command (without -lcrypt) with -Wl,--verbose - you should see something like

Re: Clue needed - failure trying to build from old sources

2013-10-10 Thread Mindaugas Rasiukevicius
Paul Goyette p...@whooppee.com wrote: ... # link npfctl/npfctl /build/test/tools/x86_64/amd64/bin/x86_64--netbsd-gcc\ --sysroot=/build/test/dest/amd64 -o npfctl \ npfctl.o npf_var.o npf_data.o npf_ncgen.o npf_build.o \ npf_extmod.o

Re: Clue needed - failure trying to build from old sources

2013-10-10 Thread Paul Goyette
On Thu, 10 Oct 2013, Mindaugas Rasiukevicius wrote: Is it, for some reason, trying to use the host's installed copy of libcrypt rather than the one that was built earlier in $DESTDIR? (I notice that it uses -lcrypto in the Makefile, but the error message refers to libcrypt - without the 'o').

Re: link problems

2013-10-10 Thread Rhialto
On Thu 10 Oct 2013 at 12:19:50 +0200, Martin Husemann wrote: - unsigned int add_DT_NEEDED_for_dynamic : 1; + unsigned int add_DT_NEEDED_for_dynamic : 0; From the limited context it seems that that is a struct definition with bitfields (widths). -Olaf. -- ___ Olaf 'Rhialto' Seibert -- The

Re: link problems

2013-10-10 Thread Martin Husemann
On Thu, Oct 10, 2013 at 06:39:27PM +0200, Rhialto wrote: On Thu 10 Oct 2013 at 12:19:50 +0200, Martin Husemann wrote: - unsigned int add_DT_NEEDED_for_dynamic : 1; + unsigned int add_DT_NEEDED_for_dynamic : 0; From the limited context it seems that that is a struct definition with

daily CVS update output

2013-10-10 Thread NetBSD source update
Updating src tree: P src/distrib/sets/lists/comp/mi P src/distrib/sets/lists/debug/mi P src/external/gpl3/gcc/usr.bin/gcc/arch/coldfire/defs.mk P src/external/gpl3/gcc/usr.bin/gcc/arch/earmv4/defs.mk P src/external/gpl3/gcc/usr.bin/gcc/arch/earmv4eb/defs.mk P