[nanobsd] Build failure on RELENG_6 bin/11420
M. Warner Losh
imp at bsdimp.com
Mon Jul 2 01:02:22 UTC 2007
In message: <20070701233235.GA875 at tirith.brixandersen.dk>
Henrik Brix Andersen <henrik at brixandersen.dk> writes:
: On Tue, May 08, 2007 at 01:15:56PM -0700, Sean Bruno wrote:
: > While attempting to build nanobsd on RELENG_6, I am getting a build failure
: > in install_world that doesn't occur outside of nanobsd. Any ideas?
: >
: > ===> usr.bin/lex/lib (install)
: > install -C -o root -g wheel -m 444 libln_p.a /var/tmp/obj/_.w/usr/lib
: > /var/tmp/obj/_.w/usr/lib/libl.a -> /var/tmp/obj/_.w/usr/lib/libln.a
: > ln: /var/tmp/obj/_.w/usr/lib/libln.a: No such file or directory
: > *** Error code 1
: > 1 error
: > *** Error code 2
: > 1 error
: > *** Error code 2
: > 1 error
: > *** Error code 2
: > 1 error
: > *** Error code 2
: > 1 error
: > *** Error code 2
: > 1 error
: > *** Error code 2
:
: I have just submitted a patch for fixing this issue - see bin/114200 [1].
:
: Regards,
: Brix
:
: [1]: http://www.freebsd.org/cgi/query-pr.cgi?pr=114200
This patch is incorrect.
+.if !defined(NO_INSTALLLIB)
should be
+.if ${MK_INSTALLIB} != "no"
Warner
More information about the freebsd-embedded
mailing list