Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 501186 - net-libs/gnutls-2.12.23-r1 - elibtoolize: We've already been run in this tree
Summary: net-libs/gnutls-2.12.23-r1 - elibtoolize: We've already been run in this tree
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Crypto team [DISABLED]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-13 13:08 UTC by Julian W.
Modified: 2014-02-15 23:34 UTC (History)
1 user (show)

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


Attachments
build log (file_501186.txt,461.83 KB, text/plain)
2014-02-13 13:11 UTC, Julian W.
Details
emerge --info (file_501186.txt,16.33 KB, text/plain)
2014-02-13 13:12 UTC, Julian W.
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Julian W. 2014-02-13 13:08:53 UTC
elog:

WARN: prepare
Running elibtoolize in: gnutls-2.12.23/lib/
  We've already been run in this tree; you should
  avoid this if possible (perhaps by filing a bug)
Running elibtoolize in: gnutls-2.12.23/libextra/
  We've already been run in this tree; you should
  avoid this if possible (perhaps by filing a bug)

Reproducible: Always

Steps to Reproduce:
1. emerge gnutls



err, apparently my "emerge --info" is too long for this box, so here you go: http://bpaste.net/show/178766/
Comment 1 Julian W. 2014-02-13 13:11:00 UTC
Created attachment 370312 [details]
build log
Comment 2 Julian W. 2014-02-13 13:12:24 UTC
Created attachment 370314 [details]
emerge --info
Comment 3 Alon Bar-Lev (RETIRED) gentoo-dev 2014-02-15 23:34:29 UTC
wow... this is an old one.

for some reason someone decided to delete libtool files before autoreconf, which made autoreconf not able to report macros correctly.

It worked by mistake as autoreconf was executed several times (3) for each directory, however a simple eautoreconf twice would have also worked.

I removed this cleanup and multiple autoreconf calls, let's see if libtool cleanup was actually required.

gnutls-2.12.23-r2
gnutls-3.2.11