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
thanks for the note. fixed in mzscheme-205.ebuild