On 25/05/2016 13:22, Jakub Wilk wrote: > Control: tags -1 + moreinfo > > * Giulio Paci <[email protected]>, 2016-05-24, 23:38: >> https://anonscm.debian.org/git/collab-maint/openfst.git > > The package FTBFS (on i386): > > | Making check in test > | make[3]: Entering directory '/build/openfst-aOvp6g/openfst-1.5.3/src/test' > | /usr/bin/make fst_test weight_test algo_test_log algo_test_tropical > algo_test_minmax algo_test_lexicographic algo_test_power > | make[4]: Entering directory '/build/openfst-aOvp6g/openfst-1.5.3/src/test' > | g++ -DHAVE_CONFIG_H -I./../include -Wdate-time -D_FORTIFY_SOURCE=2 -g > -O0 -fPIE -fstack-protector-strong -Wformat -Werror=format-security > -std=c++11 -c -o fst_test.o > fst_test.cc > | /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O0 -fPIE > -fstack-protector-strong -Wformat -Werror=format-security -std=c++11 -fPIE > -pie -Wl,-z,relro > -Wl,-z,now -o fst_test fst_test.o ../lib/libfst.la -lm -ldl > | libtool: link: g++ -g -O0 -fPIE -fstack-protector-strong -Wformat > -Werror=format-security -std=c++11 -fPIE -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now > -o .libs/fst_test > fst_test.o ../lib/.libs/libfst.so -lm -ldl > | g++ -DHAVE_CONFIG_H -I./../include -Wdate-time -D_FORTIFY_SOURCE=2 -g > -O0 -fPIE -fstack-protector-strong -Wformat -Werror=format-security > -std=c++11 -c -o > weight_test.o weight_test.cc > | /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O0 -fPIE > -fstack-protector-strong -Wformat -Werror=format-security -std=c++11 -fPIE > -pie -Wl,-z,relro > -Wl,-z,now -o weight_test weight_test.o ../lib/libfst.la -lm -ldl > | libtool: link: g++ -g -O0 -fPIE -fstack-protector-strong -Wformat > -Werror=format-security -std=c++11 -fPIE -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now > -o .libs/weight_test > weight_test.o ../lib/.libs/libfst.so -lm -ldl > | g++ -DHAVE_CONFIG_H -DTEST_LOG -Wdate-time -D_FORTIFY_SOURCE=2 -g -O0 > -fPIE -fstack-protector-strong -Wformat -Werror=format-security -std=c++11 -c > -o > algo_test_log-algo_test.o `test -f 'algo_test.cc' || echo './'`algo_test.cc > | In file included from algo_test.cc:6:0: > | ./algo_test.h:9:24: fatal error: fst/fstlib.h: No such file or directory > | compilation terminated.
I added a patch for this. > (I tested 1.5.3-1, but I don't see anything changed in 1.5.3+r2-1 that would > fix it...) > Please reduce optimization level to -O0 only on architectures where it is > strictly required. Otherwise there's a risk that bugs that only trigger with > optimization enabled > go under our radar even on mainstream archs. I added some code to restrict the build to mips, mipsel and hurd-i386. > I'm fine with uploading openfst to unstable. Fine, I updated changelog accordingly. Do you think phonetisaurus [0] can also be uploaded to unstable? [0] https://anonscm.debian.org/cgit/collab-maint/phonetisaurus.git Bests, Giulio

