Description of problem: rebuild of sbcl never ends in check stage. String "widetag of fixup vector is 38" loop forever in output. Version-Release number of selected component (if applicable): sbcl-1.0.8-1.fc8 (installed: build by fedora). gcc-4.1.2-17 How reproducible: aleays Steps to Reproduce: 1. rpmbuild -ba --target i586 sbcl.spec Actual results: Build never ends, string "widetag of fixup vector is 38" repeats forever (build killed when log file was approx 200M). Expected results: Build process finished, *.rpm files created. Additional info:
Created attachment 161051 [details] head of build logfile
fyi, (re)building pkgs for --target=i586 is not all that supported or advisable... In the meantime, I'll see if I can reproduce.
reproducible alright (on f7), but still not really supportable here in fedora (-> WONTFIX), though I may go as far as changing ExclusiveArch: %{ix86} ... to ExclusiveArch: i386 You're welcome to report this issue to upstream sbcl developers, but I would venture they will say the same thing: don't go mucking with non-standard build options (ie gcc's -march=i586).
Confirmed same problem with --target=i686 as well. %changelog * Fri Aug 10 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.8-2 - ExclusiveArch: i386 (#251689)