View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001392 | libextractor | build system | public | 2008-07-21 12:59 | 2009-02-20 11:54 |
| Reporter | NDurner | Assigned To | holin | ||
| Priority | high | Severity | block | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | Git master | ||||
| Summary | 0001392: Symbol list generation fails | ||||
| Description | generating 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 | ||||
| Tags | No tags attached. | ||||
|
|
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? |
|
|
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). |
|
|
./ltmain.sh should be the one that is updated by libtoolize. ./libtool is/should be generated by ./configure on every invocation. |
|
|
worked-around in HEAD |
| 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 |