Bug#626019: libsane-perl: FTBFS on sparc (test hang?)

2012-02-15 Thread Salvatore Bonaccorso
Hi

I just uploaded libsane-perl 0.04-1 to the archive. And it builded now
fine on sparc.

*But*: Trying to build the package on smetana.d.o still, sometimes the
tests hang. I'm not sure if we should downgrade severity here, as the
cause is not yet clear.

Regards,
Salvatore


signature.asc
Description: Digital signature


Bug#626019: libsane-perl: FTBFS on sparc (test hang?)

2012-02-15 Thread Jeffrey Ratcliffe
On 15 February 2012 16:35, Salvatore Bonaccorso car...@debian.org wrote:
 I just uploaded libsane-perl 0.04-1 to the archive. And it builded now
 fine on sparc.

Thanks for this.

 *But*: Trying to build the package on smetana.d.o still, sometimes the
 tests hang. I'm not sure if we should downgrade severity here, as the
 cause is not yet clear.

On 9 June 2011 08:19, Salvatore Bonaccorso car...@debian.org wrote:
 t/err.t ... 1/38

 Hanging here then.

 libsane-dev 1.0.22-3 is installed in the unstable chroot.

In that set of tests, #1 checks that the Sane Perl library can be
found. This must have passed, as all the other tests would have failed
otherwise. #2 checks the status having opened the test backend. I
assume opening the test backend is hanging.

If this continues to be a problem, the next check would be to try the
tests built into scanimage.

Thanks for your work on this.

Regards

Jeff



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#626019: libsane-perl: FTBFS on sparc (test hang?)

2012-02-15 Thread Salvatore Bonaccorso
Hi Jeff

On Wed, Feb 15, 2012 at 08:05:07PM +0100, Jeffrey Ratcliffe wrote:
 On 15 February 2012 16:35, Salvatore Bonaccorso car...@debian.org wrote:
  I just uploaded libsane-perl 0.04-1 to the archive. And it builded now
  fine on sparc.
 
 Thanks for this.

Welcome

  *But*: Trying to build the package on smetana.d.o still, sometimes the
  tests hang. I'm not sure if we should downgrade severity here, as the
  cause is not yet clear.
 
 On 9 June 2011 08:19, Salvatore Bonaccorso car...@debian.org wrote:
  t/err.t ... 1/38
 
  Hanging here then.
 
  libsane-dev 1.0.22-3 is installed in the unstable chroot.
 
 In that set of tests, #1 checks that the Sane Perl library can be
 found. This must have passed, as all the other tests would have failed
 otherwise. #2 checks the status having opened the test backend. I
 assume opening the test backend is hanging.
 
 If this continues to be a problem, the next check would be to try the
 tests built into scanimage.
 
 Thanks for your work on this.

Well, now it failed on mips and kfreebsd-amd64, see [1].

 [1] https://buildd.debian.org/status/package.php?p=libsane-perl

Regards,
Salvatore


signature.asc
Description: Digital signature


Bug#626019: libsane-perl: FTBFS on sparc (test hang?)

2012-02-14 Thread Salvatore Bonaccorso
Hi

libsane-perl now seems to build fine again (tested on smetana.d.o). As
there is just released a new upstream version 0.04 it is not worth to
give-back the old version.

@Jeffrey: Are you going to prepare the 0.04 upload yourself?

Regards
Salvatore


signature.asc
Description: Digital signature


Bug#626019: libsane-perl: FTBFS on sparc (test hang?)

2011-06-09 Thread Salvatore Bonaccorso
tag 626019 + confirmed
thanks

Hi

On Sun, May 08, 2011 at 10:48:30AM +0200, Jeffrey Ratcliffe wrote:
 Or am I being slow, and this is just because of the Perl 5.12
 transition (that being the only change)?

I did a check on smetana.d.o sparc porterbox. The build hangs there
with:

dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor):
dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor):
dpkg-buildpackage: source package libsane-perl
dpkg-buildpackage: source version 0.03-1
dpkg-buildpackage: source changed by Jeffrey Ratcliffe 
jeffrey.ratcli...@gmail.com
dpkg-buildpackage: host architecture sparc
 dpkg-source --before-build libsane-perl-0.03
 fakeroot debian/rules clean
dh clean
   dh_testdir
   dh_auto_clean
   dh_clean
rm -f *.pnm
 debian/rules build
dh build
   dh_testdir
   dh_auto_configure
Checking if your kit is complete...
Looks good
'CREATE_PACKLIST' is not a known MakeMaker parameter name.
Writing Makefile for Sane
   dh_auto_build
make[1]: Entering directory `/home/carnil/libsane-perl-0.03'
cp lib/Sane.pm blib/lib/Sane.pm
/usr/bin/perl /usr/share/perl/5.12/ExtUtils/xsubpp  -typemap 
/usr/share/perl/5.12/ExtUtils/typemap -typemap typemap
Sane.xs  Sane.xsc  mv Sane.xsc Sane.c
cc -c  -I.   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe 
-fstack-protector -I/usr/local/include -D
_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g   -DVERSION=\0.03\ 
-DXS_VERSION=\0.03\ -fPIC -I/usr/lib/perl/5.1
2/CORE   Sane.c
Running Mkbootstrap for Sane ()
chmod 644 Sane.bs
rm -f blib/arch/auto/Sane/Sane.so
cc  -shared -O2 -g -L/usr/local/lib -fstack-protector Sane.o  -o 
blib/arch/auto/Sane/Sane.so\
   -lsane   \

chmod 755 blib/arch/auto/Sane/Sane.so
cp Sane.bs blib/arch/auto/Sane/Sane.bs
chmod 644 blib/arch/auto/Sane/Sane.bs
Manifying blib/man3/Sane.3pm
make[1]: Leaving directory `/home/carnil/libsane-perl-0.03'
   dh_auto_test
make[1]: Entering directory `/home/carnil/libsane-perl-0.03'
PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e test_harness(0, 
'blib/lib', 'blib/arch') t/*.t
t/data.t .. ok
t/enums.t . ok
t/err.t ... 1/38

Hanging here then.

libsane-dev 1.0.22-3 is installed in the unstable chroot.

I myself did not yet investigate it further.

Bests
Salvatore


signature.asc
Description: Digital signature


Bug#626019: libsane-perl: FTBFS on sparc (test hang?)

2011-05-14 Thread peter green

I see you are building against libsane 1.0.22-2. Were the previous
successful builds against libsane 1.0.22-2, or another?
You can find the log of the last successfull sparc build at 
https://buildd.debian.org/status/fetch.php?pkg=libsane-perlarch=sparcver=0.03-1stamp=1242394752

Apparently version 1.0.20-4 of libsane was used.


Or am I being slow, and this is just because of the Perl 5.12
transition (that being the only change)?

It's pretty obvious that the rebuild is for the perl transition but this being 
sid other things can change too.




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#626019: libsane-perl: FTBFS on sparc (test hang?)

2011-05-08 Thread Jeffrey Ratcliffe
I see you are building against libsane 1.0.22-2. Were the previous
successful builds against libsane 1.0.22-2, or another?



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#626019: libsane-perl: FTBFS on sparc (test hang?)

2011-05-08 Thread Jeffrey Ratcliffe
Or am I being slow, and this is just because of the Perl 5.12
transition (that being the only change)?



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#626019: libsane-perl: FTBFS on sparc (test hang?)

2011-05-07 Thread Julien Cristau
Package: libsane-perl
Version: 0.03-1
Severity: serious
Tags: sid wheezy
Justification: fails to build from source (but built successfully in the past)

See
https://buildd.debian.org/status/fetch.php?pkg=libsane-perlarch=sparcver=0.03-1%2Bb1stamp=1304502766

   dh_auto_test
make[1]: Entering directory 
`/build/buildd-libsane-perl_0.03-1+b1-sparc-4AHwlS/libsane-perl-0.03'
PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e test_harness(0, 
'blib/lib', 'blib/arch') t/*.t
t/data.t .. ok
t/enums.t . ok
make[1]: *** wait: No child processes.  Stop.
make[1]: *** Waiting for unfinished jobs
make[1]: *** wait: No child processes.  Stop.
make: *** [build-stamp] Terminated
Build killed with signal TERM after 300 minutes of inactivity

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org