* Sylvestre Ledru <[email protected]> [110415 15:54]: > Version 3.9.X: > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609287 > Reported upstream here: > http://sourceforge.net/tracker/?func=detail&aid=3179681&group_id=23725&atid=379483 > > Version 3.8.3: > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589464 > Reported upstream here: > https://sourceforge.net/tracker/index.php?func=detail&aid=3175248&group_id=23725&atid=379483
Those logs are not really easy to read. Never being sure what that ./xatlas_tee does makes stuff not easier. > Finally, there is also this bug: > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613478 > Basically, even in the base package, SSE & SSE2 extensions are used. It looks like the easiest might be to patch CONFIG/src/atlcomp.txt to only contain generic stuff. (Better but more work would be to check if the things parsing this can somehow be told to use something specific instead). Something like echo 'MACH=ALL OS=ALL LVL=5000 COMPS=icc,smc,dmc,skc,dkc,xcc' > CONFIG/src/atlcomp.txt echo " 'gcc' '-fomit-frame-pointer -Wall $(shell dpkg-buildflags --get CFLAGS)'" >> CONFIG/src/atlcomp.txt echo 'MACH=ALL OS=ALL LVL=5000 COMPS=f77' >> CONFIG/src/atlcomp.txt echo " 'gfortran' '$(shell dpkg-buildflags --get FFLAGS)'" >> CONFIG/src/atlcomp.txt (and of course removing it in clean). Bernhard R. Link -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

