View Issue Details

IDProjectCategoryView StatusLast Update
0001392libextractorbuild systempublic2009-02-20 11:54
ReporterNDurner Assigned Toholin  
PriorityhighSeverityblockReproducibilityalways
Status closedResolutionfixed 
Product VersionGit master 
Summary0001392: Symbol list generation fails
Descriptiongenerating symbol list for `libextractor.la'
/mingw/bin/nm .libs/libextractor_la-extractor.o .libs/libextractor_la-winproc.o
  | | /bin/sed -e '/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/' -e '/^[AITW][ ]/s/.
*[ ]//' | sort | uniq > .libs/libextractor.exp
../../libtool: eval: line 1: syntax error near unexpected token `|'
../../libtool: eval: line 1: `/mingw/bin/nm .libs/libextractor_la-extractor.o .
libs/libextractor_la-winproc.o | | /bin/sed -e '/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)
/\1 DATA/' -e '/^[AITW][ ]/s/.*[ ]//' | sort | uniq > .libs/libextractor.exp'
make[3]: *** [libextractor.la] Error 1
make[3]: Leaving directory `/home/libextractor-0.5.20c/src/main'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/libextractor-0.5.20c/src/main'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/libextractor-0.5.20c/src'
make: *** [install-recursive] Error 1
TagsNo tags attached.

Activities

holin

2008-07-21 13:59

reporter   ~0003602

Umm, didn't this new libtool-based symbol generation already work on mingw once? I haven't changed anything since then, so, I wonder what would have broken it. How about updating to libtool 2.x and doing a libtoolize after (or was it before) ./bootstrap, would that help?

NDurner

2008-07-22 14:22

reporter   ~0003608

I don't think it worked on MinGW.
I updated to libtool-2, but I can't get LE's ./libtool updated (libtoolize didn't help).

holin

2008-07-22 21:58

reporter   ~0003609

./ltmain.sh should be the one that is updated by libtoolize. ./libtool is/should be generated by ./configure on every invocation.

NDurner

2009-02-20 11:44

reporter   ~0003818

worked-around in HEAD

Issue History

Date Modified Username Field Change
2008-07-21 12:59 NDurner New Issue
2008-07-21 13:02 NDurner Status new => assigned
2008-07-21 13:02 NDurner Assigned To => holin
2008-07-21 13:59 holin Note Added: 0003602
2008-07-22 14:22 NDurner Note Added: 0003608
2008-07-22 21:58 holin Note Added: 0003609
2009-02-20 11:44 NDurner Status assigned => resolved
2009-02-20 11:44 NDurner Resolution open => fixed
2009-02-20 11:44 NDurner Note Added: 0003818
2009-02-20 11:54 Christian Grothoff Status resolved => closed