Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 482856 - sys-devel/m4-1.4.16 - make: *** [abort-due-to-no-makefile] Error 1
Summary: sys-devel/m4-1.4.16 - make: *** [abort-due-to-no-makefile] Error 1
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: Normal blocker (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-28 23:42 UTC by kalinacestmir
Modified: 2013-08-29 00:16 UTC (History)
0 users

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


Attachments
build log and emerge --info dump (file_482856.txt,38.61 KB, text/plain)
2013-08-28 23:42 UTC, kalinacestmir
Details

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