Package: stfl Version: 0.21-1 Severity: serious User: debian-h...@lists.debian.org Usertags: hppa
stfl reliably fails to build on hppa: https://buildd.debian.org/build.php?&pkg=stfl&ver=0.21-1&arch=hppa&file=log >From the most recent build attempt: [...] mv -f Makefile.deps_new Makefile.deps make[1]: Leaving directory `/build/buildd/stfl-0.21' make[1]: Entering directory `/build/buildd/stfl-0.21' gcc -pthread -g -O2 -fPIC -I. -Wall -Os -ggdb -D_GNU_SOURCE -fPIC -c -o public.o public.c gcc -pthread -g -O2 -fPIC -I. -Wall -Os -ggdb -D_GNU_SOURCE -fPIC -c -o base.o base.c gcc -pthread -g -O2 -fPIC -I. -Wall -Os -ggdb -D_GNU_SOURCE -fPIC -c -o parser.o parser.c gcc -pthread -g -O2 -fPIC -I. -Wall -Os -ggdb -D_GNU_SOURCE -fPIC -c -o dump.o dump.c gcc -pthread -g -O2 -fPIC -I. -Wall -Os -ggdb -D_GNU_SOURCE -fPIC -c -o style.o style.c gcc -pthread -g -O2 -fPIC -I. -Wall -Os -ggdb -D_GNU_SOURCE -fPIC -c -o binding.o binding.c gcc -pthread -g -O2 -fPIC -I. -Wall -Os -ggdb -D_GNU_SOURCE -fPIC -c -o iconv.o iconv.c gcc -pthread -g -O2 -fPIC -I. -Wall -Os -ggdb -D_GNU_SOURCE -fPIC -c -o widgets/wt_box.o widgets/wt_box.c gcc -pthread -g -O2 -fPIC -I. -Wall -Os -ggdb -D_GNU_SOURCE -fPIC -c -o widgets/wt_input.o widgets/wt_input.c gcc -pthread -g -O2 -fPIC -I. -Wall -Os -ggdb -D_GNU_SOURCE -fPIC -c -o widgets/wt_label.o widgets/wt_label.c gcc -pthread -g -O2 -fPIC -I. -Wall -Os -ggdb -D_GNU_SOURCE -fPIC -c -o widgets/wt_list.o widgets/wt_list.c gcc -pthread -g -O2 -fPIC -I. -Wall -Os -ggdb -D_GNU_SOURCE -fPIC -c -o widgets/wt_table.o widgets/wt_table.c gcc -pthread -g -O2 -fPIC -I. -Wall -Os -ggdb -D_GNU_SOURCE -fPIC -c -o widgets/wt_textview.o widgets/wt_textview.c gcc -pthread -shared -Wl,-soname,libstfl.so.0 -o libstfl.so.0.21 public.o base.o parser.o dump.o style.o binding.o iconv.o widgets/wt_box.o widgets/wt_input.o widgets/wt_label.o widgets/wt_list.o widgets/wt_table.o widgets/wt_textview.o -lncursesw rm -f libstfl.a ar qc libstfl.a public.o base.o parser.o dump.o style.o binding.o iconv.o widgets/wt_box.o widgets/wt_input.o widgets/wt_label.o widgets/wt_list.o widgets/wt_table.o widgets/wt_textview.o ranlib libstfl.a gcc -pthread -g -O2 -fPIC -I. -Wall -Os -ggdb -D_GNU_SOURCE -fPIC -c -o example.o example.c gcc -pthread example.o libstfl.a -lncursesw -o example gcc -pthread -shared -fPIC -g -O2 -fPIC -I. -Wall -Os -ggdb -D_GNU_SOURCE -fPIC -I/usr/include spl/mod_stfl.c \ -L. libstfl.a -lncursesw -o spl/mod_stfl.so make[1]: Leaving directory `/build/buildd/stfl-0.21' # perl test ! -f perl5/Makefile || /usr/bin/make -C perl5 clean cd perl5 && swig -perl5 stfl.i && perl Makefile.PL INSTALLDIRS=vendor ../swig/basedecls.i:87: Warning(314): 'dump' is a perl keyword ../swig/basedecls.i:181: Warning(314): 'dump' is a perl keyword Writing Makefile for stfl /usr/bin/make -C perl5 make[1]: Entering directory `/build/buildd/stfl-0.21/perl5' cp example.pl blib/lib/example.pl cp stfl.pm blib/lib/stfl.pm cc -c -pthread -I.. -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -O2 -g -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib/perl/5.10/CORE" stfl_wrap.c Running Mkbootstrap for stfl () chmod 644 stfl.bs rm -f blib/arch/auto/stfl/stfl.so cc -shared -O2 -g -L/usr/local/lib stfl_wrap.o ../libstfl.a -o blib/arch/auto/stfl/stfl.so \ -lpthread -lncursesw \ chmod 755 blib/arch/auto/stfl/stfl.so cp stfl.bs blib/arch/auto/stfl/stfl.bs chmod 644 blib/arch/auto/stfl/stfl.bs make[1]: Leaving directory `/build/buildd/stfl-0.21/perl5' touch build-stamp cp -a ruby ruby1.8 cd ruby1.8 && swig -ruby stfl.i && ruby1.8 extconf.rb ../swig/basedecls.i:51: Warning(801): Wrong class name (corrected to `Stfl_form') ../swig/basedecls.i:51: Warning(801): Wrong class name (corrected to `Stfl_form') creating Makefile /usr/bin/make -C ruby1.8 clean && /usr/bin/make -C ruby1.8 LIBS+="../libstfl.a -lncursesw" CFLAGS+="-I.. -fPIC" make[1]: Entering directory `/build/buildd/stfl-0.21/ruby1.8' make[1]: Leaving directory `/build/buildd/stfl-0.21/ruby1.8' make[1]: Entering directory `/build/buildd/stfl-0.21/ruby1.8' cc -I. -I/usr/lib/ruby/1.8/hppa-linux -I/usr/lib/ruby/1.8/hppa-linux -I. -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC -I.. -fPIC -c stfl_wrap.c cc -shared -o stfl.so stfl_wrap.o -L. -L/usr/lib -L. -rdynamic -Wl,-export-dynamic ../libstfl.a -lncursesw make[1]: Leaving directory `/build/buildd/stfl-0.21/ruby1.8' touch build-stamp-ruby-1.8 cp -a ruby ruby1.9 cd ruby1.9 && swig -ruby stfl.i && ruby1.9 extconf.rb ../swig/basedecls.i:51: Warning(801): Wrong class name (corrected to `Stfl_form') ../swig/basedecls.i:51: Warning(801): Wrong class name (corrected to `Stfl_form') /bin/sh: ruby1.9: command not found make: *** [build-stamp-ruby-1.9] Error 127 dpkg-buildpackage: error: debian/rules build gave error exit status 2 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org