Home :: Documentation :: Download :: Development :: Community :: Wiki :: Ports :: Bugs :: Links :: About
Welcome to CRUX bug tracking.
Tasklist

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
Task Type Bug Report
Category ports → core/opt
Status Closed
Assigned To CRUX Developers (crux)
Operating System Linux
Severity Medium
Priority Normal
Reported Version 2.7
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

I 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
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.

Loading...