Hi Javier,
The output you're providing doesn't provide enough information to
determine the exact problem, you should look into the log file itself,
and maybe also enable debug logging (using --debug) to get more
information and look at the full error message (the documentation at
http://easybuild.readthedocs.org/en/latest/Logfiles.html should be helpful).
It's likely however that it's caused by missing dependencies in the
libxcb easyconfig file (the 'gettext' being mentioned *may* indicate the
problem).
A lot of effort has been put into improving the set of easyconfig files
for the X libraries, so I suggest you look into using the more recent
easyconfig files for those, i.e. the ones using either the intel/2016a
or foss/2016a toolchains (just use --try-toolchain combined with --robot
to install them with a different toolchain).
I hope this helps, do let us know if you have any further questions.
regards,
Kenneth
On 29/03/16 00:08, [email protected] wrote:
Hello list
I'm using Debian 8 and I have this problem when EasyBuild try to install
libxcb-1.8-goolf-1.4.10-Python-2.7.3.eb, that is a dependency of libX11-1.6.1-
goolf-1.4.10
jrbosch@masterp:~$ eb libxcb-1.8-goolf-1.4.10-Python-2.7.3.eb --try-
toolchain=goolf,1.7.20 -r
== temporary log file in case of crash /tmp/eb-ysufND/easybuild-YiM7D_.log
== resolving dependencies ...
== processing EasyBuild easyconfig /tmp/eb-ysufND/tweaked_easyconfigs/
libxcb-1.8-goolf-1.7.20-Python-2.7.3.eb
== building and installing libxcb/1.8-goolf-1.7.20-Python-2.7.3...
== fetching files...
== creating build dir, resetting environment...
== unpacking...
== patching...
== preparing...
== configuring...
== FAILED: Installation ended unsuccessfully (build directory: /home/CLUSTER/
uclv.jrbosch/.local/easybuild/build/libxcb/1.8/goolf-1.7.20-Python-2.7.3):
build failed (first 300 chars): cmd "rm -r aclocal.m4 configure Makefile.in
ltmain.sh && ./autogen.sh && ./configure --prefix=/home/CLUSTER/
uclv.jrbosch/.local/easybuild/software/libxcb/1.8-goolf-1.7.20-Python-2.7.3 "
exited with exitcode 1 and output:
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
== Results of the build can be found in the log file /tmp/eb-ysufND/easybuild-
libxcb-1.8-20160328.171843.dpoMH.log
ERROR: Build of /tmp/eb-ysufND/tweaked_easyconfigs/libxcb-1.8-goolf-1.7.20-
Python-2.7.3.eb failed (err: 'build failed (first 300 chars): cmd "rm -r
aclocal.m4 configure Makefile.in ltmain.sh && ./autogen.sh && ./configure --
prefix=/home/CLUSTER/uclv.jrbosch/.local/easybuild/software/libxcb/1.8-
goolf-1.7.20-Python-2.7.3 " exited with exitcode 1 and output:\nautoreconf:
Entering directory `.\'\nautoreconf: configure.ac: not using Gettext')
jrbosch@masterp:~$
its dependencies are already solved, because It is not the first time that
EasyBuild try to install the packet
if someone knows to solve that problem and tells me I would really apreciate
it.
Regards
Javier