Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 77392 - openssl will not compile with -mvis set in CFLAGS
Summary: openssl will not compile with -mvis set in CFLAGS
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: Sparc Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-10 10:07 UTC by Tim LoGiudice
Modified: 2005-01-10 10:11 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 Tim LoGiudice 2005-01-10 10:07:25 UTC
When I tried to emerge openssl on my Sun Ultra2 I got the error:

{standard input}: Assembler messages:
{standard input}:92:Error: Architecture mismatch on "fsub32s".
{standard input}:92: (Requires v9z|v9b; requested architecture is v9.)
{standard input}:125:Error: Architecture mismatch on "fsub32s".
{standard input}:125: (Requires v9z|v9b; requested architecture is v9.)
{standard input}:130:Error: Architecture mismatch on "fzero".
{standard input}:130: (Requires v9z|v9b; requested architecture is v9.)
make[1]: *** [tmdiff.o] Error 1 

with my CFLAGS="-mcpu=ultrasparc -O3 -pipe -mvis"

If I take -mvis out openssl compiles just fine.
No other packages seem to have a problem with it.

Reproducible: Always
Steps to Reproduce:
1.Add -mvis to CFLAGS
2. emerge openssl
3.

Actual Results:  
emerge fails with error:

{standard input}: Assembler messages:
{standard input}:92:Error: Architecture mismatch on "fsub32s".
{standard input}:92: (Requires v9z|v9b; requested architecture is v9.)
{standard input}:125:Error: Architecture mismatch on "fsub32s".
{standard input}:125: (Requires v9z|v9b; requested architecture is v9.)
{standard input}:130:Error: Architecture mismatch on "fzero".
{standard input}:130: (Requires v9z|v9b; requested architecture is v9.)
make[1]: *** [tmdiff.o] Error 1 

Expected Results:  
Filtered -mvis and built cleanly.
Comment 1 Ciaran McCreesh 2005-01-10 10:11:09 UTC
Well, take -mvis out of your CFLAGS then. It doesn't help you at all anyway.