Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 206745 - sci-libs/ta-lib-0.4.0 - parallel make fails.
Summary: sci-libs/ta-lib-0.4.0 - parallel make fails.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Ryan Hill (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-20 09:37 UTC by Samuli Suominen (RETIRED)
Modified: 2008-11-27 18:33 UTC (History)
0 users

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 Samuli Suominen (RETIRED) gentoo-dev 2008-01-20 09:37:50 UTC
Testing on ~amd64,

<snip>

make  gen_code
make[3]: Entering directory `/var/tmp/portage/sci-libs/ta-lib-0.4.0/work/ta-lib/src/tools/gen_code'
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include  -I../../ta_common   -O2 -pipe -march=k8 -MT gen_code-gen_code.o -MD -MP -MF .deps/gen_code-gen_code.Tpo -c -o gen_code-gen_code.o `test -f 'gen_code.c' || echo './'`gen_code.c
mv -f .deps/gen_code-gen_code.Tpo .deps/gen_code-gen_code.Po
mv -f .deps/gen_code-gen_code.Tpo .deps/gen_code-gen_code.Po
/bin/sh ../../../libtool --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc  -O2 -pipe -march=k8 -L../../ta_common -L../../ta_abstract -L../../ta_func -Wl,-O1,--as-needed -o gen_code gen_code-gen_code.o -lta_common -lta_abstract_gc -lta_func -lm -lpthread -ldl 
mv: cannot stat `.deps/gen_code-gen_code.Tpo': No such file or directory

</snip>

fails, but works with MAKEOPTS="-j1".
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2008-01-20 11:37:15 UTC
same as

http://bugs.gentoo.org/show_bug.cgi?id=139587#c10
Comment 2 Ryan Hill (RETIRED) gentoo-dev 2008-01-20 21:42:00 UTC
hrm, i couldn't reproduce this.  i'll see if anything obvious jumps out at me in the Makefiel.
Comment 3 rainer 2008-01-21 20:56:29 UTC
Same problem here with ~amd64
Comment 4 Ryan Hill (RETIRED) gentoo-dev 2008-01-22 00:06:02 UTC
i'll temporarily force -j1 since everyone but me seems to hit this. ;P
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2008-05-04 12:47:41 UTC
(In reply to comment #4)
> i'll temporarily force -j1 since everyone but me seems to hit this. ;P
> 

i really don't see anyone fixing this anytime soon.
leaving the -j1 and closing this as reso, fixed is fine with me.