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 307067 - libtool patch failure
libtool patch failure
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: James Henstridge
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2005-06-09 21:07 UTC by Matthew Lenz
Modified: 2005-06-10 02:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthew Lenz 2005-06-09 21:07:06 UTC
jhbuild bootstrap (with current 6/9/2005) cvs checkout.

*** Unpacking libtool *** [3/10]

gunzip -dc "/home/mlenzt/cvs/libtool-1.5.18.tar.gz" | tar xf -
*** Applying Patch libtool-1.5.14-multilib.patch *** [3/10]

patch -p1 < "/home/mlenzt/cvs/jhbuild/patches/libtool-1.5.14-multilib.patch"
patching file libtool.m4
Hunk #1 FAILED at 1456.
1 out of 1 hunk FAILED -- saving rejects to file libtool.m4.rej
*** error during stage patch of libtool: could not apply patch *** [3/10]


  [1] rerun stage patch
  [2] ignore error and continue to configure
  [3] give up on module
  [4] start shell
choice:
Comment 1 James Henstridge 2005-06-10 02:54:40 UTC
Fixed in CVS by switching to a newer version of the patch.  Thanks for reporting
the bug.