Opened 15 years ago

Closed 15 years ago

Last modified 10 years ago

#22679 closed defect (duplicate)

wine-crossover-games fails to build if binutils is installed and active

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version: 1.8.1
Keywords: Cc: cooljeanius (Eric Gallager)
Port: wine-crossover-games

Description

wine-crossover-games 8.0.0 fails to build if binutils is installed and active:

Assembler messages:
Fatal error: invalid listing option `r'
Assembler messages:
Fatal error: invalid listing option `r'
winebuild: /opt/local/bin/gas -arch i386 failed with status 256
winebuild: /opt/local/bin/gas -arch i386 failed with status 256
winegcc: ../../tools/winebuild/winebuild failed
make[2]: *** [aclui.dll.so] Error 2
winegcc: ../../tools/winebuild/winebuild failed
make[1]: *** [aclui] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: *** [acledit.dll.so] Error 2
make[1]: *** [acledit] Error 2
make: *** [dlls] Error 2

I need to check if wine and wine-devel are also affected, and whether adding something like this helps:

configure.env-append \
    AS=/usr/bin/as

If we can't find a better solution, we can always mark this port as conflicting with the binutils port.

Change History (2)

comment:1 Changed 15 years ago by jameskyle@…

Resolution: duplicate
Status: newclosed

This is a consequence of a flawed binutils version that does not fully support mach-o.

The fix is to roll back to 2.19, I'm marking this as a duplicate of #22681

comment:2 Changed 10 years ago by cooljeanius (Eric Gallager)

Cc: egall@… added

Cc Me!

Note: See TracTickets for help on using tickets.