/dev/shm is your friend here :)
I always have this set when building on a machine with enough RAM --
credit to Fotis for this :)
EASYBUILD_BUILDPATH=/dev/shm
George.
On 09/01/2015 05:28 PM, Backeljauw Franky wrote:
Hi Ward,
Thanks for the last remark! When I built it on the local disk (in /tmp), the
error did not occur and the build was successful!
That reminds me, I already had a similar issue in the past, but I can’t recall
when and about what. I’ll try to dig it up…
— Many thanks,
Franky
Op 1-sep.-2015, om 15:35 heeft Ward Poelmans <[email protected]> het
volgende geschreven:
On Tue, Sep 1, 2015 at 3:23 PM, Backeljauw Franky
<[email protected]> wrote:
$ readelf -a
/apps/antwerpen/easybuild/build/GCC/4.9.3/dummy--binutils-2.25/gcc-4.9.3/obj/./gcc/libgcc_s.so.1
readelf: Error: Not an ELF file - it has the wrong magic bytes at the start
readelf: Error:
/apps/antwerpen/easybuild/build/GCC/4.9.3/dummy--binutils-2.25/gcc-4.9.3/obj/./gcc/libgcc_s.so.1:
Failed to read file header
I’m not getting it :-(
What does file or hexdump tell you? Maybe a fs issue?
Ward