Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 594028 - command 'emerge --ask --update --deep --newuse @world' on make -9 line
Summary: command 'emerge --ask --update --deep --newuse @world' on make -9 line
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-16 23:25 UTC by Frank Daniel
Modified: 2016-09-17 00:27 UTC (History)
1 user (show)

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 Frank Daniel 2016-09-16 23:25:31 UTC
I have been installing Gentoo from the LiveDVD for a few times (long story)

	Away, each time I get to the point in the AMD X86 instructions where I am to execute emerge from the world (a.k.a ‘emerge avDUN’).  This goes fine, finding everything to compile.\
	But when the compilation starts, I get a failure  saying  “make -9“  is an error.
	After commenting  out the ‘MAKEOPTS’ line the emerge seems to be successful.

______________________________________________________________________________

make.conf contents:
______________________________________________________________________________

# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
CFLAGS="-O2 -march=bdver2 --param l1-cache-line-size=64 --param l1-cache-size=16 --param l2-cache-size=2048 -pipe"
CXXFLAGS="${CFLAGS}"
CPU_FLAGS_X86="aes avx fma3 fma4 mabm mcx16 mlzcnt mmx mmxext msahf popcnt sse sse2 sse3 sse4.1 sse4.2 sse4a ssse3 xop"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="x86_64-pc-linux-gnu"
# These are the USE flags that were used in addition to what is provided by the
# profile used for building.
USE="bindist mmx sse sse2"
PORTDIR="/usr/portage"
DISTDIR="${PORTDIR}/distfiles"
PKGDIR="${PORTDIR}/packages"
MAKEOPTS="-9"
Comment 1 Ben Kohler gentoo-dev 2016-09-16 23:46:24 UTC
You want MAKEOPTS="-j9", not "-9", see "man make" for details.
Comment 2 Frank Daniel 2016-09-17 00:27:44 UTC
My-bad.  I thought I proof read it.
Thank you.
Frank