Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 487708 - sys-block/thin-provisioning-tools-0.2.7 parallel make failure - make: 1: Command not found
Summary: sys-block/thin-provisioning-tools-0.2.7 parallel make failure - make: 1: Comm...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-12 01:38 UTC by Alexandre Rostovtsev (RETIRED)
Modified: 2013-10-12 01:47 UTC (History)
1 user (show)

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


Attachments
emerge --info output + complete build log (emerge --info and build log.txt,14.84 KB, text/plain)
2013-10-12 01:38 UTC, Alexandre Rostovtsev (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandre Rostovtsev (RETIRED) gentoo-dev 2013-10-12 01:38:16 UTC
Created attachment 360676 [details]
emerge --info output + complete build log

Build succeeds when using MAKEOPTS=-j1. But with MAKEOPTS=-j8, it always fails:

make -j8 V=1 
    [CXX] persistent-data/checksum.cc
    [CXX] persistent-data/endian_utils.cc
1 x86_64-pc-linux-gnu-g++ -c -I. -I. -I./thin-provisioning -march=native -O2 -pipe -g -Wall -fno-strict-aliasing   -o persistent-data/checksum.o persistent-data/checksum.cc
    [CXX] persistent-data/error_set.cc
make: 1: Command not found
1 x86_64-pc-linux-gnu-g++ -c -I. -I. -I./thin-provisioning -march=native -O2 -pipe -g -Wall -fno-strict-aliasing   -o persistent-data/endian_utils.o persistent-data/endian_utils.cc
make: 1: Command not found
1 x86_64-pc-linux-gnu-g++ -c -I. -I. -I./thin-provisioning -march=native -O2 -pipe -g -Wall -fno-strict-aliasing   -o persistent-data/error_set.o persistent-data/error_set.cc
make: 1: Command not found
make: *** [persistent-data/checksum.o] Error 127
Comment 1 Alexandre Rostovtsev (RETIRED) gentoo-dev 2013-10-12 01:47:47 UTC
Ah, never mind, it seems that thin-provisioning-tools's makefiles simply don't like V=1 in my MAKEOPTS (I use it to ensure verbose build logs for non-EAPI5 automake-based packages).