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
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
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
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
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
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
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
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/../../.
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