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

Bug 482856

Summary: sys-devel/m4-1.4.16 - make: *** [abort-due-to-no-makefile] Error 1
Product: Gentoo Linux Reporter: kalinacestmir
Component: [OLD] Core systemAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build log and emerge --info dump

Description kalinacestmir 2013-08-28 23:42:10 UTC
Created attachment 357280 [details]
build log and emerge --info dump

Hi,

while bootstrapping (emerge -e system) my new hardened Gentoo install I got an error while compiling m4:

make: *** [abort-due-to-no-makefile] Error 1

I attach build log and emerge --info dump.

Cheers,
C
Comment 1 kalinacestmir 2013-08-29 00:03:10 UTC
Apparently a workaround to this problem is to disable kernel allocation randomization:

echo 0 > /proc/sys/kernel/randomize_va_space

Setting it to 2 reproduces the bug.
Comment 2 kalinacestmir 2013-08-29 00:16:02 UTC
Recompiling app-shells/bash without mem-scramble use flag does the trick.