Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 331975 - sys-devel/make-3.82 breaks glibc building due to MAKEFLAGS misbeavior when re-execing
Summary: sys-devel/make-3.82 breaks glibc building due to MAKEFLAGS misbeavior when re...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL: https://savannah.gnu.org/bugs/index.p...
Whiteboard:
Keywords:
Depends on:
Blocks: gmake-3.82
  Show dependency tree
 
Reported: 2010-08-10 04:07 UTC by SpanKY
Modified: 2010-08-10 08:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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