Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4107 - xmame 0.60.1-r2 will not compile with gcc3.1
Summary: xmame 0.60.1-r2 will not compile with gcc3.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-24 17:00 UTC by baz
Modified: 2003-02-04 19:42 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 baz 2002-06-24 17:00:36 UTC
emerge app-emulation/xmame fails at the following: 

Compiling src/cpu/i8085/i8085.c ...
{standard input}: Assembler messages:
{standard input}:5558: Error: bad register name `%sil'
{standard input}:5688: Error: bad register name `%dil'
{standard input}:5804: Error: bad register name `%sil'
{standard input}:5940: Error: bad register name `%dil'
{standard input}:6177: Error: bad register name `%sil'
make: *** [xmame.obj/cpu/i8085/i8085.o] Error 1
make: *** Waiting for unfinished jobs....
Compiling in the unix directory...
make[1]: Entering directory
`/var/tmp/portage/xmame-0.60.1-r2/work/xmame-0.60.1/src/unix'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`/var/tmp/portage/xmame-0.60.1-r2/work/xmame-0.60.1/src/unix'
Compiling src/cpu/i8085/i8085.c ...
{standard input}: Assembler messages:
{standard input}:5558: Error: bad register name `%sil'
{standard input}:5688: Error: bad register name `%dil'
{standard input}:5804: Error: bad register name `%sil'
{standard input}:5940: Error: bad register name `%dil'
{standard input}:6177: Error: bad register name `%sil'
make: *** [xmame.obj/cpu/i8085/i8085.o] Error 1

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 9, Exitcode 2
!!! (no error message)

!!! emerge aborting on  /usr/portage/app-emulation/xmame/xmame-0.60.1-r2.ebuild .
Comment 1 Matthew Kennedy (RETIRED) gentoo-dev 2002-07-29 06:41:19 UTC
what cflags etc. do you have set?

I tried this with -march=pentium3 -O3 -pipe on my machine with gcc3.2pre and it
built fine.
Comment 2 Ryan Phillips (RETIRED) gentoo-dev 2002-10-02 02:09:02 UTC
 closing due to inactivity 
Comment 3 Ryan Phillips (RETIRED) gentoo-dev 2002-10-18 00:28:42 UTC
should be fixed with the new ebuild.