Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/share/mk



Hello Matt,

"Matt Thomas" writes:
> Module Name:	src
> Committed By:	matt
> Date:		Sun Jun  7 15:04:28 UTC 2015
> 
> Modified Files:
> 	src/share/mk: bsd.gcc.mk bsd.prog.mk
> 
> Log Message:
> Make LIBCRT* depend on the right files if MLIBDIR from MKCOMPAT is defined.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -u -r1.10 -r1.11 src/share/mk/bsd.gcc.mk
> cvs rdiff -u -r1.291 -r1.292 src/share/mk/bsd.prog.mk
> [...]
I think that these changes provoke the following failure
(NetBSD/amd64 7.99.18, using gcc in base):

 [...]
 nbmake[7]: nbmake[7]: don't know how to make /usr/src/obj/destdir.amd64/usr/lib/none/crti.o. Stop
 
 nbmake[7]: stopped in /usr/src/lib/libarch
 *** [dependall] Error code 2
 
 nbmake[6]: stopped in /usr/src/lib/libarch
 1 error
 
 nbmake[6]: stopped in /usr/src/lib/libarch
 *** Failed target:  dependall-libarch
 *** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="lib/"; real="/usr/src/lib" ;; *) this="lib/${dir}/"; real="/usr/src/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /usr/src/obj/tooldir.NetBSD-7.99.18-amd64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget libarch dependall
 *** Error code 2
 Stop.
 [...]

I have changed them to the previous revisions and the build now seems
that proceed.
Can you give a look, please?


Thank you for your attention!
Ciao,
L.


Home | Main Index | Thread Index | Old Index