After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 112348 - libtool version conflict
libtool version conflict
Status: RESOLVED NOTGNOME
Product: gnome-common
Classification: Core
Component: general
git master
Other Linux
: Normal minor
: ---
Assigned To: Gnome Common Maintainer(s)
Gnome Common Maintainer(s)
AP3
: 130815 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2003-05-06 01:05 UTC by don.raikes
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4



Description don.raikes 2003-05-06 01:05:06 UTC
When running configure for gnopernicus libtool-1.4.3 is required. However, 
when running make install, libtool-1.4.3 fails, but libtool 1.4.1 succeeds.
When running make install while using libtool 1.4.3, the error message:
../libtool: line 1: s%^.*/%%: No such file or directory
is generated repeatedly.
Comment 1 bill.haneman 2003-05-06 14:55:41 UTC
Don:  Do you have the environment variable "SED" defined?  I believe
you need this environment variable for building; if this is the
problem then it's not gnopernicus-specific.
Comment 2 Adi Dascal 2003-05-06 15:38:04 UTC
It's libtool's problem. Libtool does some checking for the "best" sed
on your system so it seems not to be able to find it.

The workaround is:

    export SED=sed

This issue that you are discribing is happening to atk, gnome-mag,
gnopernicus etc, because in the CVS version of gnome-common (which I
suppose you use), some time ago, the standard autogen.sh script was
updated, introducing dependecy on libtool-1.4.3.
Comment 3 don.raikes 2003-05-06 17:53:12 UTC
Bill,  I did not have the environment variable SED set. Once I set it 
libtool 1.4.3 worked fine.
Is there a way to add the set to the libtool script?
Comment 4 bill.haneman 2003-05-07 10:13:38 UTC
moving this to gnome-common; I think the default install tools need to
check for $SED now and at least warn the user if it's not set.
Comment 5 Malcolm Tredinnick 2003-05-12 04:32:29 UTC
You should not need to have $SED set. But I will try to come up with
some kind of work around for broken systems. Having things
mysteriously break for people is not acceptable.

Grrr ... I just _love_ trying to work out what libtool is smoking
under the covers. It makes the rest of my life seem so much better in
contrast. :-(
Comment 6 Malcolm Tredinnick 2003-05-19 12:56:11 UTC
Just a progress report here: I just managed to reproduce these exact
symptoms when I accidently built something with the wrong prefix set.
So  the immediate libtool scripts were pointing to my
/gnome/head/INSTALL prefix, but other parts were coming from the /usr
installation.

I will investigate further, but I suspect this bug may be a result of
a bad libtool installation or an incorrect path setting.
Comment 7 Calum Benson 2003-06-25 23:22:21 UTC
Marking AP3 to reflect a11y team's assessment of a11y impact.
Comment 8 Malcolm Tredinnick 2003-07-20 13:12:15 UTC
Can somebody from the accessibility team please explain their
evluation here? I could quite validly close this report as NOTABUG,
since that is a valid assesment. The only reason I have left it open
is so that I can think about adding some preventative error checking
to the standard autogen.sh.
Comment 9 Calum Benson 2003-08-07 16:17:49 UTC
Apologies for spam... marking as GNOMEVER2.3 so it appears on the official GNOME
bug list :)
Comment 10 bill.haneman 2004-01-12 15:01:24 UTC
Malcolm: I think the preventative error checking might be called for,
since this seems to be hitting a lot of folks.  In particular it seems
to hit folks who attempt to build 'part' of GNOME on top of an
existing installation.
Comment 11 bill.haneman 2004-01-27 16:08:26 UTC
*** Bug 130815 has been marked as a duplicate of this bug. ***
Comment 12 bill.haneman 2004-03-09 14:45:00 UTC
this was due to a bad version of libtool.  I suppose one could argue
that gnome-common should have detected that, but I will close this bug
as NOTGNOME since I think the real issue was failure of many apps to
increment the libtool-required-version.

THere's probably a gnome-common bug in here somewhere, but I don't
think there's interest revisiting it at this time.  Am I right?