Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 143429 - net-libs/xulrunner - bad WANT_AUTOCONF usage
Summary: net-libs/xulrunner - bad WANT_AUTOCONF usage
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Highest normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: autotools-deps
  Show dependency tree
 
Reported: 2006-08-10 01:39 UTC by Jakub Moc (RETIRED)
Modified: 2006-11-19 10:45 UTC (History)
0 users

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


Attachments
list of affected ebuilds (want_autoconf.log,5.23 KB, text/plain)
2006-08-10 01:49 UTC, Jakub Moc (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jakub Moc (RETIRED) gentoo-dev 2006-08-10 01:39:21 UTC
Valid values for WANT_AUTOCONF are either 2.1 or 2.5 (see /usr/lib/misc/ac-wrapper.sh installed by autoconf-wrapper). See the attachment for broken ebuilds.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-08-10 01:49:49 UTC
Created attachment 93891 [details]
list of affected ebuilds
Comment 2 SpanKY gentoo-dev 2006-08-10 12:26:50 UTC
not to point out the obvious, but this isnt how tracker bugs are used
Comment 3 Francesco R. (RETIRED) gentoo-dev 2006-08-12 05:04:07 UTC
dev-db/mysql-4.0.25-r2 is in the tree only for the pleasure of arm, mips, s390, sh archs, it is unsupported (I'm right here CHTEKK?) and should be removed.
Comment 4 Daniel Black (RETIRED) gentoo-dev 2006-08-14 03:04:54 UTC
Fixed app-crypt/gpgme
dev-embedded/gpsim-lcd
dev-libs/libgpg-error
net-analyzer/*
Comment 5 Fernando J. Pereda (RETIRED) gentoo-dev 2006-08-14 10:58:13 UTC
Fixed:

mail-client/mutt
mail-filter/maildrop

- ferdy
Comment 6 Daniel Gryniewicz (RETIRED) gentoo-dev 2006-08-15 18:44:21 UTC
epiphany is done.
Comment 7 Alin Năstac (RETIRED) gentoo-dev 2006-08-27 22:34:43 UTC
fixed net-libs/wvstreams
Comment 8 Bryan Stine (RETIRED) gentoo-dev 2006-08-31 19:31:41 UTC
Fixed x11-base/x11-drm.
Comment 9 Jakub Moc (RETIRED) gentoo-dev 2006-09-09 10:40:44 UTC
What's left:

/usr/portage/x11-plugins/gaim-encryption/gaim-encryption-3.0_beta4.ebuild:	WANT_AUTOCONF="2.59" autoconf || die "failed to run autoconf"
/usr/portage/x11-plugins/gaim-encryption/gaim-encryption-3.0_beta4-r1.ebuild:	WANT_AUTOCONF="2.59" autoconf || die "failed to run autoconf"
/usr/portage/dev-db/mysql/mysql-4.0.25-r2.ebuild:		WANT_AUTOCONF=2.59 autoreconf --force
/usr/portage/net-libs/xulrunner/xulrunner-1.8.0.4.ebuild:	WANT_AUTOCONF="2.13" \
/usr/portage/net-libs/xulrunner/xulrunner-1.8.0.1.ebuild:	WANT_AUTOCONF="2.13" \
Comment 10 Luca Longinotti (RETIRED) gentoo-dev 2006-09-30 08:24:56 UTC
dev-db/mysql-4.0.25-r2 fixed.
Best regards, CHTEKK.
Comment 11 Jakub Moc (RETIRED) gentoo-dev 2006-10-24 14:53:42 UTC
gaim-encryption handled in Bug 150633 now.

@mozilla - this is still broken in xulrunner and you are missing autoconf dependency due to this bad handling as well.
Comment 12 Jakub Moc (RETIRED) gentoo-dev 2006-11-16 04:16:48 UTC
Re-assigning this to mozilla folks... 

WANT_AUTOCONF="2.1" needs to go *before* inherit, otherwise it will miss the required autoconf dependency.
Comment 13 Jakub Moc (RETIRED) gentoo-dev 2006-11-19 10:45:19 UTC
 19 Nov 2006; Stuart Longland <redhatter@gentoo.org>
  xulrunner-1.8.0.4.ebuild:
  Minor tweaks committed on Anarchy's behalf: relocated WANT_AUTOCONF
  variable, force -j1 when compiling.