Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 47037 - dev-lisp/mzscheme-205 won't compile with -march=athlon-xp
Summary: dev-lisp/mzscheme-205 won't compile with -march=athlon-xp
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Scheme Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-06 23:15 UTC by Marc Benstein
Modified: 2005-05-15 16: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 Marc Benstein 2004-04-06 23:15:55 UTC
mzscheme seems to have a problem with CFLAGS -march=athlon-xp. I have tried this also with the newer version 206 with the same failure. To fix this problem I used CFLAGS -mcpu=athlon-xp.

Reproducible: Always
Steps to Reproduce:
1. CFLAGS -march=athlon-xp
2. emerge dev-lisp/mzscheme
3.

Actual Results:  
setup-plt: Error during Compiling .zos for mzc
(/var/tmp/portage/mzscheme-205/image/usr/collects/compiler)
setup-plt:   private/compiled/const.zo: read (compiled): ill-formed code (bad
count: 33178 != 33179, started at 12)
setup-plt: Error during Compiling .zos for mzc private
(/var/tmp/portage/mzscheme-205/image/usr/collects/compiler/private)
setup-plt:   compiled/const.zo: read (compiled): ill-formed code (bad count:
33178 != 33179, started at 12)
make[1]: *** [copy-finish] Error 1
make[1]: Leaving directory `/var/tmp/portage/mzscheme-205/work/plt/src'
make: *** [install] Error 2
 
!!! ERROR: dev-lisp/mzscheme-205 failed.
!!! Function einstall, Line 388, Exitcode 2
!!! einstall failed
 
 
!!! ERROR: dev-lisp/mzscheme-205 failed.
!!! Function src_install, Line 27, Exitcode 1
!!! installation failed
Comment 1 Matthew Kennedy (RETIRED) gentoo-dev 2004-04-10 23:39:16 UTC
thanks for the note. fixed in mzscheme-205.ebuild