Bug 474330 - Miscased variable in libtool
Summary: Miscased variable in libtool
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: libtool
Version: rawhide
Hardware: All
OS: Linux
high
urgent
Target Milestone: ---
Assignee: Karsten Hopp
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 474242
TreeView+ depends on / blocked
 
Reported: 2008-12-03 11:15 UTC by Ignacio Vazquez-Abrams
Modified: 2008-12-04 13:23 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-12-04 13:23:21 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Patch to fix the echo issue (432 bytes, patch)
2008-12-03 14:29 UTC, Ignacio Vazquez-Abrams
no flags Details | Diff

Description Ignacio Vazquez-Abrams 2008-12-03 11:15:57 UTC
libtool is missing a "Requires: sed". This is causing builds to fail left, right, and center.

Comment 1 Ignacio Vazquez-Abrams 2008-12-03 12:42:52 UTC
True cause found.

Line 156 of affected libtool scripts reads 'ECHO="echo"' when it should read 'echo="echo"'.

Comment 2 Ignacio Vazquez-Abrams 2008-12-03 14:29:11 UTC
Created attachment 325539 [details]
Patch to fix the echo issue

Comment 3 Ignacio Vazquez-Abrams 2008-12-04 13:23:21 UTC
The problem is mismatched files between the source and libtool. Forcing libtoolize is the correct fix.


Note You need to log in before you can comment on or make changes to this bug.