Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jun 2016 10:53:58 -0700
From:      "Simon J. Gerraty" <sjg@juniper.net>
To:        Mark Millard <markmi@dsl-only.net>
Cc:        Bryan Drewery <bdrewery@freebsd.org>, FreeBSD Current <freebsd-current@freebsd.org>, <sjg@juniper.net>
Subject:   Re: 11.0 -r301139: WITH_META_MODE=yes vs. "sh: ./make_keys: Exec format error"?
Message-ID:  <92116.1464890038@kaos.jnpr.net>
In-Reply-To: <890D3808-1939-4BEA-886F-324EBA8C8671@dsl-only.net>
References:  <890D3808-1939-4BEA-886F-324EBA8C8671@dsl-only.net>

next in thread | previous in thread | raw e-mail | index | archive | help
BTW Mark, thanks very much for testing this.

> > # grep make_keys ~/sys_typescripts/typescript_make_rpi2_nodebug_clang_=
bootstrap-amd64-host-2016-06-01:15:17:28
> > Building /usr/obj/clang/arm.armv6/usr/src/lib/ncurses/ncursesw/make_ke=
ys
> > Building /usr/obj/clang/arm.armv6/usr/src/lib/ncurses/ncurses/make_key=
s
> > Building /usr/obj/clang/arm.armv6/usr/src/lib/ncurses/ncursesw/make_ke=
ys
> > sh: ./make_keys: Exec format error
> =

> Note that ncursesw has two Building lines above with the same path liste=
d.

This build is still using the normal orchestration (tree walks etc)
so it it not at all out of the question for directories to be visited
more than once.

If curious; you can add -dM to have make explain why it built it again
the 2nd time.
The output can be copious, so you might want to only enable it in
ncursesw
eg.

.MAKEFLAGS: -dM




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?92116.1464890038>