Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 447504 - [mozilla overlay] new firefox beta has deprecated many configure flags
Summary: [mozilla overlay] new firefox beta has deprecated many configure flags
Status: RESOLVED DUPLICATE of bug 446662
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-16 18:09 UTC by James Cloos
Modified: 2012-12-18 00:10 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Cloos 2012-12-16 18:09:05 UTC
The emerge log for 18.0_beta4 shows that these configure flags are now unknown (sorted for easier viewing):

--disable-crashreporter,	 --disable-dbus,
--disable-gconf,		 --disable-gnomeui,
--disable-gnomevfs,		 --disable-install-strip,
--disable-mailnews,		 --disable-necko-wifi,
--disable-pedantic,		 --disable-profilelocking,
--disable-startup-notification,	 --disable-strip,
--disable-system-sqlite,	 --disable-system-sqlite,
--disable-tests,		 --disable-updater,
--enable-application,		 --enable-default-toolkit,
--enable-extensions,		 --enable-gio,
--enable-gstreamer,		 --enable-methodjit,
--enable-official-branding,	 --enable-ogg,
--enable-optimize,		 --enable-pango,
--enable-system-cairo,		 --enable-system-ffi,
--enable-system-hunspell,	 --enable-tracejit,
--enable-wave,			 --with-default-mozilla-five-home
--with-nspr-prefix,		 --with-nss-prefix,
--with-system-jpeg,		 --with-system-libevent,
--with-system-libvpx,		 --with-system-nspr,
--with-system-nss,		 --with-system-png,
--with-system-zlib,
Comment 1 Jory A. Pratt gentoo-dev 2012-12-17 14:07:19 UTC
The log is incorrect, it does not understand how configure works in products like mozilla.

*** This bug has been marked as a duplicate of bug 446662 ***
Comment 2 James Cloos 2012-12-17 17:11:28 UTC
It is configure itself which warns about the unrecognized options.
Comment 3 Ian Stakenvicius (RETIRED) gentoo-dev 2012-12-17 17:16:27 UTC
yes, but the build system calls multiple ./configure's within the work dir, and each one only uses a subset of the options.
Comment 4 James Cloos 2012-12-18 00:10:46 UTC
Ah.  OK.  Thanks.