First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 106176
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Diego Pettenò <flameeyes@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Diego Pettenò <flameeyes@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 106176 depends on: Show dependency tree
Show dependency graph
Bug 106176 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-09-16 04:13 0000
There are a few packages that calls elibtoolize before autoretooling. If  
elibtoolize is called and then the configure is re-generated, the configure  
patches that can be necessary (for example Gentoo/FreeBSD's patches) are being  
skipped completely.  
Please remember that if you call libtoolize --copy --force you must also  
re-call aclocal and autoconf.  
  
If needed, you can use eautoreconf function in autotools eclass that takes  
care of calling all the needed autotools to regenerate their support files.  
  
app-admin/fam/fam-2.7.0-r4.ebuild: elibtoolize called before autoretooling  
[foser@gentoo.org]  
app-crypt/heimdal/heimdal-0.7.1.ebuild: elibtoolize called before  
autoretooling [kerberos]  
gnome-base/gnome-core/gnome-core-1.4.2-r1.ebuild: elibtoolize called before  
autoretooling [gnome]  
media-gfx/gphoto2/gphoto2-2.1.6.ebuild: elibtoolize called before  
autoretooling [gnome | liquidx@gentoo.org]  
media-libs/faad2/faad2-2.0-r7.ebuild: elibtoolize called before autoretooling  
[foser@gentoo.org]  
Affected herds: gnome, kerberos  
Affected devs: liquidx@gentoo.org, foser@gentoo.org  
 
Thanks, 
Diego

------- Comment #1 From Diego Pettenò 2005-10-04 04:32:57 0000 -------
Heimdal is fixed now. 

------- Comment #2 From Diego Pettenò 2005-10-24 20:24:28 0000 -------
Also php (at least dev-lang/php-5.0) calls elibtoolize before libtoolize.

Maybe you can just use eautoreconf followed by elibtoolize, it takes care of calling aclocal before and after 
libtoolize as it's done manually right now.

------- Comment #3 From Luca Longinotti 2005-11-03 08:19:06 0000 -------
dev-lang/php releases are all fixed now, thanks for pointing this out!
Best regards, CHTEKK.

------- Comment #4 From Alastair Tse (RETIRED) 2005-11-03 13:17:21 0000 -------
fixed for gphoto2

------- Comment #5 From Diego Pettenò 2005-12-16 02:59:50 0000 -------
I've changed all misplaced elibtoolize calls to be called after autoconf, 
libtoolize, or in general autoretooling. 

First Last Prev Next    No search results available      Search page      Enter new bug