Re: ldd runs linux programs

2013-08-01 Thread Konstantin Belousov
On Wed, Jul 31, 2013 at 10:12:31PM -0400, Mark Johnston wrote: > On Mon, Jul 29, 2013 at 10:54:49PM +0200, Mateusz Guzik wrote: > > On Mon, Jul 29, 2013 at 11:56:25AM -0400, Mark Johnston wrote: > > > > 127276 suggests running the binary as is (which I don't like) and > > > > achieves this with a h

CUURENT: make buildworld fails: install: libegacy.a: No such file or directory

2013-08-01 Thread O. Hartmann
This is strange: Accidentally I started from two different terminals on the same box "rm -rf /usr/obj/usr && make -j2 buildworld" While the first proceess had a headstart, the second killed the /usr/obj entries and so both jobs died immediately. But after that, I tried simply again "make buildw

Re: CUURENT: make buildworld fails: install: libegacy.a: No such file or directory

2013-08-01 Thread O. Hartmann
On Thu, 1 Aug 2013 17:26:18 +0200 "O. Hartmann" wrote: > This is strange: > > Accidentally I started from two different terminals on the same box > "rm -rf /usr/obj/usr && make -j2 buildworld" > > While the first proceess had a headstart, the second killed > the /usr/obj entries and so both job

Re: CUURENT: make buildworld fails: install: libegacy.a: No such file or directory

2013-08-01 Thread David Wolfskill
On Thu, Aug 01, 2013 at 05:36:53PM +0200, O. Hartmann wrote: > ... > Solving the problem is via deleting > > /usr/src/tools/build/libegacy.a > > This is strange, I wouldn't expect a "on demand created" file > in /usr/src. What happens on boxes were /usr/src is a NFS mount and > read only for bui

Re: CUURENT: make buildworld fails: install: libegacy.a: No such file or directory

2013-08-01 Thread Julian Elischer
On 8/1/13 11:36 PM, O. Hartmann wrote: On Thu, 1 Aug 2013 17:26:18 +0200 "O. Hartmann" wrote: This is strange: Accidentally I started from two different terminals on the same box "rm -rf /usr/obj/usr && make -j2 buildworld" While the first proceess had a headstart, the second killed the /usr

CURRENT (r253862): buildworld fails in libexec/atf/atf-check: ... /usr/obj/usr/src/tmp/usr/bin/ld: 6: invalid DSO for symbol `__cxa_call_unexpected@@CXXABI_1.3'

2013-08-01 Thread O. Hartmann
Buildworld fails with ===> libexec/atf/atf-check (all) c++ -O2 -pipe -O3 -march=native -DHAVE_CONFIG_H -O3 -I/usr/src/libexec/atf/atf-check/../../../contrib/atf -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith -Wno-unini

Re: CURRENT (r253862): buildworld fails in libexec/atf/atf-check: ... /usr/obj/usr/src/tmp/usr/bin/ld: 6: invalid DSO for symbol `__cxa_call_unexpected@@CXXABI_1.3'

2013-08-01 Thread Baptiste Daroussin
On Thu, Aug 01, 2013 at 08:31:02PM +0200, O. Hartmann wrote: > Buildworld fails with > > > ===> libexec/atf/atf-check (all) > c++ -O2 -pipe -O3 -march=native -DHAVE_CONFIG_H -O3 > -I/usr/src/libexec/atf/atf-check/../../../contrib/atf > -Qunused-arguments -fstack-protector -Wsystem-headers -Werro

Re: CURRENT (r253862): buildworld fails in libexec/atf/atf-check: ... /usr/obj/usr/src/tmp/usr/bin/ld: 6: invalid DSO for symbol `__cxa_call_unexpected@@CXXABI_1.3'

2013-08-01 Thread O. Hartmann
On Thu, 1 Aug 2013 21:10:52 +0200 Baptiste Daroussin wrote: > On Thu, Aug 01, 2013 at 08:31:02PM +0200, O. Hartmann wrote: > > Buildworld fails with > > > > > > ===> libexec/atf/atf-check (all) > > c++ -O2 -pipe -O3 -march=native -DHAVE_CONFIG_H -O3 > > -I/usr/src/libexec/atf/atf-check/../../.

Re: CUURENT: make buildworld fails: install: libegacy.a: No such file or directory

2013-08-01 Thread Trond Endrestøl
On Thu, 1 Aug 2013 08:50-0700, David Wolfskill wrote: > (Sorry I overlooked that you were clearing /usr/obj at the start of your > build.) Since Oliver is running on amd64, it wouldn't hurt if he, and the rest of us, also nukes /usr/obj/lib32. After I started using amd64, I always run rm -Rf /u