Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 527512 - sys-devel/gcc-apple-4.2.1_p5666-r1: QA shows that ebuild uses many unrecognized configure options
Summary: sys-devel/gcc-apple-4.2.1_p5666-r1: QA shows that ebuild uses many unrecogniz...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All OS X
: Normal minor
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-30 18:26 UTC by Guilherme Amadio
Modified: 2014-10-31 06:44 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 Guilherme Amadio gentoo-dev 2014-10-30 18:26:52 UTC
QA tests at the end show that gcc-apple is using unrecognized cconfigure options:

>>> Completed installing gcc-apple-4.2.1_p5666-r1 into /Library/Gentoo/var/tmp/portage/sys-devel/gcc-apple-4.2.1_p5666-r1/image/

 * QA Notice: Unrecognized configure options:
 * 
 * 	--enable-nls
 * 	--without-included-gettext
 * 	--enable-libgomp
 * 	--with-gxx-include-dir
 * 	--enable-nls
 * 	--without-included-gettext
 * 	--with-system-zlib
 * 	--disable-checking
 * 	--disable-werror
 * 	--enable-threads
 * 	--with-local-prefix
 * 	--with-as
 * 	--with-ld
 * 	--enable-libgomp
 * 	--enable-languages
 * 	--with-target-subdir
 * 	--with-gxx-include-dir
 * 	--enable-nls
 * 	--without-included-gettext
 * 	--with-system-zlib
 * 	--disable-checking
 * 	--disable-werror
 * 	--enable-threads
 * 	--with-local-prefix
 * 	--with-as
 * 	--with-ld
 * 	--enable-libgomp
 * 	--enable-languages
 * 	--with-target-subdir


Reproducible: Always
Comment 1 Fabian Groffen gentoo-dev 2014-10-31 06:44:01 UTC
I think these are false-positives, since there are many configures in gcc, and they all inherit arguments from the top-level configure, which definitely understands --with-ld or --enable-languages.