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 664226 - configure/libtool problem (libtoolT problem)
configure/libtool problem (libtoolT problem)
Status: RESOLVED DUPLICATE of bug 669493
Product: libxml2
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2011-11-16 21:26 UTC by Marcin Wojdyr
Modified: 2012-08-02 10:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Marcin Wojdyr 2011-11-16 21:26:20 UTC
Hi,
like many other people [1,2] I get
  /bin/rm: cannot remove `libtoolT': No such file or directory

It is due to both the Libtool macros and the configure.in
defining $RM, and configure.in uses
AC_PATH_PROG(RM, rm, /bin/rm)
whereas the Libtool macros expect "rm -f".

Removing the line that sets RM from configure.in fixes the problem,
configure script will set properly RM, I think this line is not needed.

[1] http://old.nabble.com/Need-help,-cannot-install-libxml2-td27774147.html
[2] http://wiki.inkscape.org/wiki/index.php/CompilingRHEL#When_building_libxml2-2.7.6
Comment 1 André Klapper 2012-08-02 10:02:07 UTC

*** This bug has been marked as a duplicate of bug 669493 ***