Menu

#538 Unable to compile 1.1.8

Future
closed-invalid
nobody
None
5
2015-12-27
2015-12-20
Zbigniew
No

While trying to compile version 1.1.7 - and now 1.1.8 - the compilation always fails, being terminated with:

Making all in src/lib...
gmake[4]: Entering directory /tmp/SBo/gtk-gnutella-1.1.8/src/lib' /bin/rm -f filelock-test.o cc -c -I../.. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCURDIR=src/lib -O2 -g -pthread -pipe -momit-leaf-frame-pointer -W -Wall -Wformat=2 -Wshadow -O2 -fPIC filelock-test.c /bin/rm -f filelock-test if test -f filelock-test; then \ /bin/mv filelock-test filelock-test~; fi cc -o filelock-test filelock-test.o -O2 -g -pthread libshared.a -pthread -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lbfd -liberty -lz -lresolv -lm -ldl collect2: error: ld returned 1 exit status gmake[4]: *** [filelock-test] Error 1 gmake[4]: Leaving directory/tmp/SBo/gtk-gnutella-1.1.8/src/lib'
gmake[3]: [subdirs] Error 1
gmake[3]: Leaving directory /tmp/SBo/gtk-gnutella-1.1.8/src' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory/tmp/SBo/gtk-gnutella-1.1.8/src'
gmake[1]:
[subdirs] Error 1
gmake[1]: Leaving directory `/tmp/SBo/gtk-gnutella-1.1.8'
gmake: *** [all] Error 2

ERROR: Compiling failed.

I tried to compile within Slackware's 14.1 (64-bit) environment.

Discussion

  • Zbigniew

    Zbigniew - 2015-12-20

    Update: just checked, that there are no compilation problems whatsoever on 32-bit version of Slackware 14.1. Verified again on 64-bit system - no, it fails always the same way.

    Update 2: sorry for bothering - scratch the ticket, please. After closer examination it turned out, the problem has been caused by: a) /tmp sub-dir ran out of space, and b) It seems, I can't use more than 2 cores during gnutella compilation, while on my 64-bit system I was trying to use all eight of them to speed compilation up.
    After resizing /tmp and using not more than "-j2" compilation went just fine.

     

    Last edit: Zbigniew 2015-12-21
  • Raphael Manfredi

    Closing at user's request.

     
  • Raphael Manfredi

    • status: open --> closed-invalid
     

Log in to post a comment.