NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: toolchain/47188: MKTOOLS=no broken
The following reply was made to PR toolchain/47188; it has been noted by GNATS.
From: "Simon J. Gerraty" <sjg%crufty.net@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: apb%NetBSD.org@localhost, gnats-admin%netbsd.org@localhost,
netbsd-bugs%netbsd.org@localhost
Subject: Re: toolchain/47188: MKTOOLS=no broken
Date: Wed, 21 Nov 2012 22:42:24 -0800
> Please try the attached patch. It does the following:
Thanks, 1st attempt to build tools with:
mkdir -p /var/obj/NetBSD/current/amd64/obj \
/var/obj/NetBSD/current/amd64/destdir \
/var/obj/NetBSD/current/amd64/release \
/var/obj/NetBSD/current/tools/NetBSD-6.99.15-x86_64
TOOLDIR=/var/obj/NetBSD/current/tools/NetBSD-6.99.15-x86_64 MKTOOLS=
sh -x ./build.sh -j 3 -m amd64 -O /var/obj/NetBSD/current/amd64/obj \
-D/var/obj/NetBSD/current/amd64/destdir \
-R /var/obj/NetBSD/current/amd64/release tools
got as far as:
/var/obj/NetBSD/current/tools/NetBSD-6.99.15-x86_64/bin/nbhost-mkdep -d
-f .depend -s .lo\ .ln
sh: /var/obj/NetBSD/current/tools/NetBSD-6.99.15-x86_64/bin/nbhost-mkdep: not
found
*** [.depend] Error code 127
nbmake: stopped in /h/NetBSD/current/src/tools/host-mkdep
1 error
I blew it all away and tried without -j3 - same result.
I'm not sure how 'make depend' should work in that dir - since its the
tool that 'make depend' relies on.
bsd.dep.mk does not look like does any tests for !target etc, so one
cannot just create a dummy target - which suggests I'm missing
something...
Home |
Main Index |
Thread Index |
Old Index