Opened 20 years ago

Closed 18 years ago

#884 closed defect (wontfix)

libtool issues

Reported by: jim@… Owned by: jim@…
Priority: lowest Milestone:
Component: Book Version: SVN
Severity: normal Keywords:
Cc: ryan.oliver@…

Description (last modified by Jeremy Huntwork)

Ryan and I are looking into issue caused by the flackiness of libtool. This tool also has impacted cross platform builds RPATH as well. This problem is a minor issue, but needs to be correct if possible.

Example: # Libraries that this one depends upon. dependency_libs=' -L/sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3/src -L/ sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3/src/.libs -lm -lm -lm -L/ sources/gcc-build/gcc -lgcc_s -lc -lgcc_s -lm -lgcc_s -lc -lgcc_s'

Change History (10)

comment:1 by n-roeser@…, 20 years ago

A symptom of the problem is shown in bug 883.

comment:2 by Matthew Burgess, 19 years ago

Any ideas whether the latest versions of libtool fix this up, or is it more of a design problem with libtool? Either way, is libtool upstream aware of this?

comment:3 by jim@…, 19 years ago

Still happening. This issue is being worked, but not a priority.

comment:4 by ryan.oliver@…, 19 years ago

Will attempt to take a look at this over the next couple of weeks. Not to sure how to handle it as we shouldn't really adjust the .la files until *after* the build completes...

would probably be easier to regenerate them (pointing at install locations) than to come up with a sed...

libtool... bleh...

comment:5 by giftbound@…, 19 years ago

If im not wrong I think the CVS version corrects this issue

comment:6 by jim@…, 19 years ago

Issue still exists with libtool 1.5.14. If you change your /usr/lib/libstdc++.la file you will notice that the temp directories are still in the dependency path.

comment:7 by archaic@…, 19 years ago

Jim or Ryan, what is the status of this bug? The last comment was made in late February.

comment:8 by jim@…, 19 years ago

Suppose to be fixed with libtool 2.0, when it's released.

comment:9 by Matthew Burgess, 18 years ago

Can we mark this as WONTFIX and we'll pick the fix up when upstream do so? It's been so long now and it doesn't appear to be having any ill effects on our build method.

comment:10 by Jeremy Huntwork, 18 years ago

Description: modified (diff)
Resolution: wontfix
Status: newclosed

Marking as WONTFIX as per Matt's suggestion. If you find that this is still an issue, and have a means to fix it, please reopen this ticket.

Note: See TracTickets for help on using tickets.