Bug#765054: libapache-gallery-perl: FTBFS - undefined symbol: modperl_is_running

2014-10-14 Thread Don Armstrong
Control: reassign -1 libapache2-mod-perl2
Control: forcemerge 765174 -1
Control: affects -1 libapache-gallery-perl

On Mon, 13 Oct 2014, Michael Tautschnig wrote:
 During a rebuild of all Debian packages in a clean sid chroot (using 
 cowbuilder
 and pbuilder) the build failed with the following error.
 
 [...]
debian/rules override_dh_auto_test
 make[1]: Entering directory 
 '/srv/jenkins-slave/workspace/sid-goto-cc-libapache-gallery-perl/libapache-gallery-perl-1.0.2'
 MOD_PERL_API_VERSION=2 dh_auto_test;
 make[2]: Entering directory 
 '/srv/jenkins-slave/workspace/sid-goto-cc-libapache-gallery-perl/libapache-gallery-perl-1.0.2'
 PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -MTest::Harness 
 -e undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 
 'blib/arch') t/*.t
 
 #   Failed test 'use Apache::Gallery;'
 #   at t/001_use.t line 3.
 # Tried to use 'Apache::Gallery'.
 # Error:  Can't load 
 '/usr/lib/x86_64-linux-gnu/perl5/5.20/auto/APR/APR.so' for module APR: 
 /usr/lib/x86_64-linux-gnu/perl5/5.20/auto/APR/APR.so: undefined symbol: 
 modperl_is_running at /usr/lib/x86_64-linux-gnu/perl/5.20/DynaLoader.pm line 
 187.
 #  at /usr/lib/x86_64-linux-gnu/perl5/5.20/APR/Table.pm line 23.

Yeah, this looks like the same bug (now #765174) in
libapache2-mod-perl2, not really a bug in Apache::Gallery.

I'll just mark it as affecting libapache-gallery-perl in case someone
else runs into it. Thanks for doing the rebuild and finding these bugs!

-- 
Don Armstrong  http://www.donarmstrong.com

listen, what you do in the privacy
of your neighbour's house while they're away
is your own business
 -- a softer world #511
http://www.asofterworld.com/index.php?id=511


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



Bug#765054: libapache-gallery-perl: FTBFS - undefined symbol: modperl_is_running

2014-10-13 Thread Michael Tautschnig
Package: libapache-gallery-perl
Version: 1.0.2-3
Severity: serious
Usertags: goto-cc

During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder
and pbuilder) the build failed with the following error.

[...]
   debian/rules override_dh_auto_test
make[1]: Entering directory 
'/srv/jenkins-slave/workspace/sid-goto-cc-libapache-gallery-perl/libapache-gallery-perl-1.0.2'
MOD_PERL_API_VERSION=2 dh_auto_test;
make[2]: Entering directory 
'/srv/jenkins-slave/workspace/sid-goto-cc-libapache-gallery-perl/libapache-gallery-perl-1.0.2'
PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -MTest::Harness 
-e undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch') 
t/*.t

#   Failed test 'use Apache::Gallery;'
#   at t/001_use.t line 3.
# Tried to use 'Apache::Gallery'.
# Error:  Can't load '/usr/lib/x86_64-linux-gnu/perl5/5.20/auto/APR/APR.so' 
for module APR: /usr/lib/x86_64-linux-gnu/perl5/5.20/auto/APR/APR.so: undefined 
symbol: modperl_is_running at /usr/lib/x86_64-linux-gnu/perl/5.20/DynaLoader.pm 
line 187.
#  at /usr/lib/x86_64-linux-gnu/perl5/5.20/APR/Table.pm line 23.
# Compilation failed in require at 
/usr/lib/x86_64-linux-gnu/perl5/5.20/APR/Table.pm line 23.
# BEGIN failed--compilation aborted at 
/usr/lib/x86_64-linux-gnu/perl5/5.20/APR/Table.pm line 23.
# Compilation failed in require at 
/srv/jenkins-slave/workspace/sid-goto-cc-libapache-gallery-perl/libapache-gallery-perl-1.0.2/blib/lib/Apache/Gallery.pm
 line 23.
# BEGIN failed--compilation aborted at 
/srv/jenkins-slave/workspace/sid-goto-cc-libapache-gallery-perl/libapache-gallery-perl-1.0.2/blib/lib/Apache/Gallery.pm
 line 41.
# Compilation failed in require at t/001_use.t line 3.
# BEGIN failed--compilation aborted at t/001_use.t line 3.
# Looks like you failed 1 test of 1.
[...]
Test Summary Report
---
t/001_use.t   (Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
t/002_graphlibs.t (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
t/003_comment.t   (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 2 tests but ran 0.
t/004_cache_dir.t (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
t/005_imageinfo.t (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
t/006_thumbnails.t (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
Files=7, Tests=1,  1 wallclock secs ( 0.07 usr  0.02 sys +  0.33 cusr  0.06 
csys =  0.48 CPU)
Result: FAIL
Failed 6/7 test programs. 1/1 subtests failed.
Makefile:823: recipe for target 'test_dynamic' failed
make[2]: *** [test_dynamic] Error 255
make[2]: Leaving directory 
'/srv/jenkins-slave/workspace/sid-goto-cc-libapache-gallery-perl/libapache-gallery-perl-1.0.2'
dh_auto_test: make -j1 test returned exit code 2
debian/rules:9: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 2
make[1]: Leaving directory 
'/srv/jenkins-slave/workspace/sid-goto-cc-libapache-gallery-perl/libapache-gallery-perl-1.0.2'
debian/rules:4: recipe for target 'build' failed
make: *** [build] Error 2


The full build log is attached; please do let me know if the problem is
unreproducible, in which case I shall try to investigate further.

Best,
Michael


libapache-gallery-perl-build-log.txt.gz
Description: application/gunzip


pgp5MEOIzQKPc.pgp
Description: PGP signature