Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 256193 - sys-cluster/mpich2-1.0.8 QA Notice: Unrecognized configure options
Summary: sys-cluster/mpich2-1.0.8 QA Notice: Unrecognized configure options
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: Justin Bronder (RETIRED)
URL:
Whiteboard:
Keywords:
: 272370 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-01-24 12:51 UTC by Justin Lecher (RETIRED)
Modified: 2009-06-03 12:22 UTC (History)
1 user (show)

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 Justin Lecher (RETIRED) gentoo-dev 2009-01-24 12:51:00 UTC
With 
USE="cxx fortran mpi-threads threads -debug -doc -pvfs2 -romio"
I get following QA when emergeing sys-cluster/mpich2-1.0.8 from the tree

* QA Notice: Unrecognized configure options:
 * 
 * 	configure: WARNING: Unrecognized options: --enable-sharedlibs, --with-thread-package, --enable-f77, --enable-f90, --enable-threads, --with-pm, --disable-mpe, --disable-romio, --enable-cxx
 * 	configure: WARNING: Unrecognized options: --enable-sharedlibs, --with-thread-package, --enable-f77, --enable-f90, --enable-threads, --with-pm, --disable-mpe, --disable-romio, --enable-cxx
 * 	configure: WARNING: Unrecognized options: --enable-sharedlibs, --with-thread-package, --enable-f77, --enable-f90, --enable-threads, --with-pm, --disable-mpe, --disable-romio, --enable-cxx
 * 	configure: WARNING: Unrecognized options: --enable-sharedlibs, --with-thread-package, --enable-f77, --enable-f90, --enable-threads, --with-pm, --disable-mpe, --disable-romio, --enable-cxx
Comment 1 Justin Bronder (RETIRED) gentoo-dev 2009-01-26 21:40:19 UTC
This is due to the way that upstream has decided to recursively
call configure in various subdirectories.

For example, the main mpich2 configure script accepts
--enable-cxx, but src/pm/gforker, for example, doesn't.

I honestly think it's just cosmetics, but you might be able to
convince upstream to accept a patch that correctly strips
configure arguments.  

Closing as UPSTREAM, but thanks for filing the report.
Comment 2 Justin Bronder (RETIRED) gentoo-dev 2009-06-03 12:22:42 UTC
*** Bug 272370 has been marked as a duplicate of this bug. ***