On Monday 11 May 2009 13:43:44 François Bissey wrote:
> Hi all,
>
> For anyone interested in using opendx I just pushed a new revision
> of it in the overlay along with a new revision of opendx-samples.
> [...]
> There is still a minor issue to solve properly with szip but I would like
> some feedback from the current change by interested users before
> going further, I also spent a week perusing opendx code and need a small
> break from it.
Hi,
thanks for your hard work!
I think there is a problem with parallel make processes. If I try to emerge
opendx-4.4.4-r2 with MAKEOPTS="-j3" it fails with
[...]
Making all in dxmods
make[3]: Entering directory `/var/tmp/portage/sci-visualization/opendx-4.4.4-
r2/work/dx-4.4.4/src/exec/dxmods'
echo MYINC:
rm -f dxcm.mdf
MYINC:
rm -f dx.mdf
cp ./dxmdf.src tmp.c
cp ./dxmdf.src tmp.c
x86_64-pc-linux-gnu-gcc -E -I../../../include -I./../dpexec -
I/var/tmp/portage/sci-visualization/opendx-4.4.4-r2/work/dx-4.4.4/include -
Dlinux -DHAVE_CONFIG_H tmp.c > dxcm.mdf
x86_64-pc-linux-gnu-gcc -E -I../../../include -I./../dpexec -
I/var/tmp/portage/sci-visualization/opendx-4.4.4-r2/work/dx-4.4.4/include -
Dlinux -DHAVE_CONFIG_H -DCPLUSPLUS_UI -DEXECUTIVE_MODS tmp.c > dx.mdf
rm -f tmp.c
cc1: error: tmp.c: No such file or directory
make[3]: *** [dx.mdf] Error 1
make[3]: *** Waiting for unfinished jobs....
[...]
With MAKEOPTS="-j1" it compiles and installs fine.
Regards,
Frank