Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 79634 - Compilation fail on app-crypt/kth-krb-1.2.2-r2 due to the new gentoo libtool sanity check
Summary: Compilation fail on app-crypt/kth-krb-1.2.2-r2 due to the new gentoo libtool ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-26 13:29 UTC by Simone Gotti (RETIRED)
Modified: 2005-01-26 13:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
kth-krb-1.2.2-r2.patch (kth-krb-1.2.2-r2.patch,546 bytes, patch)
2005-01-26 13:30 UTC, Simone Gotti (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simone Gotti (RETIRED) gentoo-dev 2005-01-26 13:29:45 UTC
checking for correct ltmain.sh version... no

*** Gentoo sanity check failed! ***
*** libtool.m4 and ltmain.sh have a version mismatch! ***
*** (libtool.m4 = 1.5.10, ltmain.sh = 1.4.2) ***

Please run:

  libtoolize --copy --force

if appropriate, please contact the maintainer of this
package (or your distribution) for help.

make: *** [config.status] Error 1

!!! ERROR: app-crypt/kth-krb-1.2.2-r2 failed.


Like explained in the error message and on the gentoo-dev mailing I added this line AFTER the call to autoconf (or it will recreate the wrong ltmain.sh).

I also changed the call to "autoconf" with a call to "autoreconf", or the configure will be run 2 times (due to the applied patches that changed the Makefiles, notice that this isn't related to the libtool fix but it was present also before).

Attached there's the ebuilds diff. Please review and apply. Thanks.
Comment 1 Simone Gotti (RETIRED) gentoo-dev 2005-01-26 13:30:26 UTC
Created attachment 49596 [details, diff]
kth-krb-1.2.2-r2.patch
Comment 2 Ryan Phillips (RETIRED) gentoo-dev 2005-01-26 13:35:38 UTC
Committed.  Thanks!