Source: yoshimi Version: 0.056-1 Severity: grave Hi,
There was an error while trying to autobuild your package: [...] > /usr/bin/c++ -DMAX_AD_HARMONICS=128 -DMAX_SUB_HARMONICS=64 > -DPAD_MAX_SAMPLES=64 -DNUM_MIDI_PARTS=16 -DNUM_MIDI_CHANNELS=16 > -DNUM_VOICES=8 -DPOLIPHONY=60 -DNUM_SYS_EFX=4 -DNUM_INS_EFX=8 > -DNUM_PART_EFX=3 -DNUM_KIT_ITEMS=16 -DVELOCITY_MAX_SCALE=8.0 -DMAX_EQ_BANDS=8 > -DMAX_FILTER_STAGES=5 -DFF_MAX_VOWELS=6 -DFF_MAX_FORMANTS=12 > -DFF_MAX_SEQUENCE=8 -DPI=3.1415926536f -DLOG_2=0.693147181f > -DYOSHI_FIFO_DIR=\"/dev/shm\" -DDEFAULT_AUDIO=jack_audio > -DDEFAULT_MIDI=jack_midi -DASM_F2I -g -O2 -O3 -march=native -msse -msse2 > -mfpmath=sse -ffast-math -fomit-frame-pointer > -I/build/buildd-yoshimi_0.056-1-alpha-LunhCW/yoshimi-0.056/obj-alpha-linux-gnu > -I/build/buildd-yoshimi_0.056-1-alpha-LunhCW/yoshimi-0.056/src > -I/usr/lib/fltk -I/usr/include/alsa -D'YOSHIMI_VERSION="0.056"' -lasound > -ljack -o CMakeFiles/yoshimi.dir/WidgetPDialUI.cxx.o -c > /build/buildd-yoshimi_0.056-1-alpha-LunhCW/yoshimi-0.056/obj-alpha-linux-gnu/WidgetPDialUI.cxx > cc1plus: error: unrecognized command line option "-march=native" > cc1plus: error: unrecognized command line option "-msse" > cc1plus: error: unrecognized command line option "-msse2" > cc1plus: error: unrecognized command line option "-mfpmath=sse" > make[3]: *** [CMakeFiles/yoshimi.dir/WidgetPDialUI.cxx.o] Error 1 > make[3]: Leaving directory > `/build/buildd-yoshimi_0.056-1-alpha-LunhCW/yoshimi-0.056/obj-alpha-linux-gnu' > make[2]: *** [CMakeFiles/yoshimi.dir/all] Error 2 > make[1]: *** [all] Error 2 > dh_auto_build: make -j1 returned exit code 2 > make: *** [build] Error 2 > dpkg-buildpackage: error: debian/rules build gave error exit status 2 > make[2]: Leaving directory > `/build/buildd-yoshimi_0.056-1-alpha-LunhCW/yoshimi-0.056/obj-alpha-linux-gnu' > make[1]: Leaving directory > `/build/buildd-yoshimi_0.056-1-alpha-LunhCW/yoshimi-0.056/obj-alpha-linux-gnu' A full build log can be found at: http://buildd.debian.org/build.php?arch=alpha&pkg=yoshimi&ver=0.056-1 Note that alot of those options you're trying to are not supported on all arches. Using something like -march=native also does not make sense to build packages for a binary distribution. It means that it will not run on older CPUs than the one it was build on, and that clearly is not something we want. Using something like -msse is very likely also a problem for the same reason. Kurt -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org