Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 506978 - app-text/epstool fails at parallel make - Fatal error: can't create ./epsobj/xnodll.o: No such file or directory
Summary: app-text/epstool fails at parallel make - Fatal error: can't create ./epsobj/...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-06 18:43 UTC by Maciej S. Szmigiero
Modified: 2014-04-09 19:19 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 Maciej S. Szmigiero 2014-04-06 18:43:15 UTC
app-text/epstool does not build with -j2 (tried it two times, same result).
After changing "emake epstool" in ebuild to "emake -j1 epstool" the package builds successfully.


Reproducible: Always

Steps to Reproduce:
1. have -j2 (and possibly more) in MAKEOPTS,
2. emerge app-text/epstool

Actual Results:  
>>> Compiling source in /var/tmp/portage/app-text/epstool-3.08-r1/work/epstool-3.08 ...
make -j2 epstool
mkdir ./bin
i686-pc-linux-gnu-gcc -I./src -I./epsobj -O2 -march=prescott -pipe -DX11 -DUNIX -DNONAG  -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -fno-builtin -fno-common -Wcast-qual -Wwrite-strings  -g      -o ./epsobj/xnodll.o -c ./src/xnodll.c
mkdir ./epsobj
Assembler messages:
Fatal error: can't create ./epsobj/xnodll.o: No such file or directory
echo "dummy" > ./epsobj/lib.rsp
i686-pc-linux-gnu-gcc -I./src -I./epsobj -O2 -march=prescott -pipe -DX11 -DUNIX -DNONAG  -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -fno-builtin -fno-common -Wcast-qual -Wwrite-strings  -g      -o ./epsobj/cfile.o -c ./src/cfile.c
src/common.mak:227: recipe for target 'epsobj/xnodll.o' failed
make: *** [epsobj/xnodll.o] Error 2
make: *** Waiting for unfinished jobs....
 * ERROR: app-text/epstool-3.08-r1::gentoo failed (compile phase):


Expected Results:  
Package should build successfully.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-04-06 23:54:44 UTC
Should be fixed now.
Comment 2 Maciej S. Szmigiero 2014-04-09 19:19:45 UTC
Thanks.