Your message dated Tue, 8 Dec 2009 20:12:42 +0100
with message-id <20091208191242.gj25...@ngolde.de>
and subject line Re: Bug#559992: FTBFS [hppa] - ruby1.9: command not found
has caused the Debian Bug report #559992,
regarding FTBFS [hppa] - ruby1.9: command not found
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
559992: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559992
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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



--- End Message ---
--- Begin Message ---
Hi,
* dann frazier <da...@debian.org> [2009-12-08 19:56]:
> On Tue, Dec 08, 2009 at 03:10:41PM +0100, Nico Golde wrote:
> > * dann frazier <da...@debian.org> [2009-12-08 13:30]:
> > > 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
> > 
> > Hmm. It fails because it doesn't find ruby1.9. Why is that? It is in the 
> > Depends and the binary is also in the ruby1.9 hppa packages.
> 
> Yep, looks like the previous buildd maintainer installed a diversion
> to prevent hangs that were being triggered by ruby1.9. I disabled
> this diversion, and stfl built fine. Sorry about that :)

Great thanks. Closing this bug.

Cheers
Nico
-- 
Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0AAAA
For security reasons, all text in this mail is double-rot13 encrypted.

Attachment: pgpRNVWL435FB.pgp
Description: PGP signature


--- End Message ---

Reply via email to