Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 59395 - configure of libvorbis-1.0.1-r2 on ppc64 faild: cc1: error: invalid option no-sse2
Summary: configure of libvorbis-1.0.1-r2 on ppc64 faild: cc1: error: invalid option no...
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: PPC64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-04 06:44 UTC by boris
Modified: 2004-08-20 17:00 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 boris 2004-08-04 06:44:05 UTC
When I try to compile libvorbis-1.0.1-r2 with the default (?)
gcc version 3.4.0 20040601 (Gentoo Linux 3.4.0-r6, ssp-3.4-2, pie-8.7.6.3)

configure faild:

configure:2163: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/powerpc64-unknown-linux-gnu/3.4.0/specs
Configured with: /var/tmp/portage/gcc-3.4.0-r6/work/gcc-3.4.0/configure --prefix=/usr --
Thread model: posix
gcc version 3.4.0 20040601 (Gentoo Linux 3.4.0-r6, ssp-3.4-2, pie-8.7.6.3)
configure:2166: $? = 0
configure:2168: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2171: $? = 1
configure:2194: checking for C compiler default output file name
configure:2197: gcc -O2 -maltivec -mabi=altivec -mno-sse2 -fPIC   -fPIC conftest.c  >&5
cc1: error: invalid option `no-sse2'
configure:2200: $? = 1


Reproducible: Always
Steps to Reproduce:
1.emerge libvorbis
2.
3.




When I use a wrapper script for gcc which removes -mno-sse2 options 
everthing work as expected.
Comment 1 boris 2004-08-04 07:52:09 UTC
I set a wrong use-flag. Now it work as expected.
Comment 2 Tom Gall (RETIRED) gentoo-dev 2004-08-20 17:00:38 UTC
Thanks Boris, closing