Opened 15 years ago

Last modified 15 years ago

#4085 closed bug

Error with libtool-2.2.6a-x86-gcc2-2009-07-05.zip — at Version 1

Reported by: mmadia Owned by: zooey
Priority: normal Milestone: R1
Component: - General Version: R1/pre-alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description (last modified by mmadia)

The new package of libtool-2.2.6a-x86-gcc2-2009-07-05.zip has line 251:

: ${SED="/boot/common/bin/sed"}

The older package libtool-2.2.6a-gcc2-2008-11-09.zip has line 255:

: ${SED="/bin/sed"}

With the new libtoolize, certain programs, such as pkg-config-0.23 fail to be updated with libtoolize --force --copy because it's looking for the binary in the wrong place.

edit: to sum up, the issue is that the new libtoolize is configured to use /boot/common/bin/sed and in a default jam -q @alpha-raw image, there is no /boot/common/bin/sed

Change History (1)

comment:1 by mmadia, 15 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.