On May 27, 2013, at 18:24, Matthias Apitz <[email protected]> wrote: > On 10-CURRENT r250558 with ports from SVN head r319094, clang as > > # clang --version > FreeBSD clang version 3.3 (trunk 178860) 20130405 > > the compilation of: > > # cd /usr/ports/www/qt4-webkit > # make install > > ends up reproduceable with > > *** Bad machine code: Using an undefined physical register *** > > details see in the nohup.out here: > > http://www.unixarea.de/qt4-webkit-4.8.4_1.nohup.out.txt > > please advise where to raise this bug or how to solve; KDE4 can't be > build on 10-CURRENT;
See <http://llvm.org/bugs/show_bug.cgi?id=16038>, this was reported last week. For now, the workarounds are: * Use -march=pentium4 (or higher) to compile either the whole port, or this specific file * Lower the optimization level to -O1 * Compile with gcc (last resort ;) -Dimitry _______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
