View Issue Details

IDProjectCategoryView StatusLast Update
0001362libextractorbuild systempublic2008-06-22 10:08
Reportercyberix Assigned To 
PrioritynormalSeverityminorReproducibilityunable to reproduce
Status closedResolutionunable to reproduce 
Product VersionGit master 
Summary0001362: ../../src/main/.libs/libextractor.so: No such file or directory
DescriptionWhen I try to compile the current svn source code I get the following error...

make[4]: Entering directory `/home/cyberix/soft/gn/svn/Extractor/src/main'
/bin/bash ../../libtool --tag=CC --mode=link gcc -fno-strict-aliasing -g -O2 -L/usr/lib -L/usr/lib -o extract extract.o getopt.o getopt1.o ../../src/main/libextractor.la
gcc -fno-strict-aliasing -g -O2 -o .libs/extract extract.o getopt.o getopt1.o -L/usr/lib ../../src/main/.libs/libextractor.so -Wl,--rpath -Wl,/home/cyberix/opt/gnunet/usr/local/lib
gcc: ../../src/main/.libs/libextractor.so: No such file or directory
make[4]: *** [extract] Error 1
make[4]: Leaving directory `/home/cyberix/soft/gn/svn/Extractor/src/main'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/cyberix/soft/gn/svn/Extractor/src/main'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/cyberix/soft/gn/svn/Extractor/src'
make[1]: *** [all-recursive] Error 1
TagsNo tags attached.

Activities

Christian Grothoff

2008-06-15 09:28

manager   ~0003507

Could you run "make clean" first and then attach the entire output of running "make"?

Also, what versions of the various autotools (automake, libtool, autoconf) are you using?

cyberix

2008-06-16 06:08

reporter   ~0003509

Never mind. Now it compiles.

Issue History

Date Modified Username Field Change
2008-06-15 05:58 cyberix New Issue
2008-06-15 09:28 Christian Grothoff Note Added: 0003507
2008-06-15 09:28 Christian Grothoff Status new => feedback
2008-06-16 06:08 cyberix Note Added: 0003509
2008-06-22 10:08 Christian Grothoff Reproducibility always => unable to reproduce
2008-06-22 10:08 Christian Grothoff Status feedback => closed
2008-06-22 10:08 Christian Grothoff Resolution open => unable to reproduce