Welcome to CRUX bug tracking.
FS#776 - glibc will not install if V=1 is set in MAKEFLAGS
Attached to Project:
CRUX
Opened by Danny Rawlins (Romster) - Monday, 05 December 2011, 11:10 GMT+2
Last edited by Juergen Daubert (jue) - Friday, 22 June 2012, 13:00 GMT+2
Opened by Danny Rawlins (Romster) - Monday, 05 December 2011, 11:10 GMT+2
Last edited by Juergen Daubert (jue) - Friday, 22 June 2012, 13:00 GMT+2
|
DetailsI found a irritating case here where the V variable is used in Makefile for another purpose than the verbosity level that cmake uses it for.
In the case of glibc it wont install, I have a workaround by adding: MAKEFLAGS="$(sed -e 's/.*\(\-j[ 0-9]\+\) \{0,1\}.*/\1/' <<< $MAKEFLAGS)" before make to strip out everything but the number of jobs option. More information here: http://forums.gentoo.org/viewtopic-t-868867-start-0.html |
This task depends upon
Closed by Juergen Daubert (jue)
Friday, 22 June 2012, 13:00 GMT+2
Reason for closing: Won't implement
Friday, 22 June 2012, 13:00 GMT+2
Reason for closing: Won't implement
Comment by Juergen Daubert (jue) -
Friday, 22 June 2012, 13:00 GMT+2
I'd suggest to report this issue to upstream. I'm pretty sure the new glibc team is much more open to fix such issues.