Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 331975

Summary: sys-devel/make-3.82 breaks glibc building due to MAKEFLAGS misbeavior when re-execing
Product: Gentoo Linux Reporter: SpanKY <vapier>
Component: [OLD] Core systemAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://savannah.gnu.org/bugs/index.php?30723
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 331977    

Description SpanKY gentoo-dev 2010-08-10 04:07:18 UTC
glibc runs:
  emake install_root="${install_root}" install

but for some reason, make-3.82 loses that install_root setting and we end up with glibc trying to install into / and obviously sandbox kills that

downgrading to make-3.81 and glibc emerges fine
Comment 1 SpanKY gentoo-dev 2010-08-10 08:32:54 UTC
added the fix from upstream for the issue to cvs