Bug#812652: horae: FTBFS - Can't locate Module/Build.pm

2016-11-06 Thread Stuart Prescott
Hi!

I've uploaded an NMU to add the missing build-dependency along with the 
appropriate binary package.

diff attached!

cheers
Stuart

-- 
Stuart Prescotthttp://www.nanonanonano.net/   stu...@nanonanonano.net
Debian Developer   http://www.debian.org/ stu...@debian.org
GPG fingerprint90E2 D2C1 AD14 6A1B 7EBB 891D BBC1 7EBB 1396 F2F7diff -Nru horae-071~svn537/debian/changelog horae-071~svn537/debian/changelog
--- horae-071~svn537/debian/changelog	2015-01-11 07:54:01.0 +1100
+++ horae-071~svn537/debian/changelog	2016-11-07 11:04:20.0 +1100
@@ -1,3 +1,11 @@
+horae (071~svn537-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "FTBFS - Can't locate Module/Build.pm" by adding a build-dependency on
+libmodule-build-perl, with thanks to Logan Rosen (Closes: #812652).
+
+ -- Stuart Prescott   Mon, 07 Nov 2016 11:04:20 +1100
+
 horae (071~svn537-2) unstable; urgency=medium
 
   * Add Build-Depends on libpod-latex-perl (Closes: #772611)
diff -Nru horae-071~svn537/debian/control horae-071~svn537/debian/control
--- horae-071~svn537/debian/control	2015-01-11 07:53:03.0 +1100
+++ horae-071~svn537/debian/control	2016-11-06 21:39:31.0 +1100
@@ -4,7 +4,8 @@
 Maintainer: Carlo Segre 
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.6.0-16), libchemistry-elements-perl, 
- perl-tk (>= 804), libifeffit-perl, libpod-latex-perl
+ perl-tk (>= 804), libifeffit-perl, libpod-latex-perl,
+ libmodule-build-perl
 Homepage: http://cars9.uchicago.edu/~ravel/software/Welcome.html
 Standards-Version: 3.9.6
 


Bug#812652: horae: FTBFS - Can't locate Module/Build.pm

2016-04-05 Thread Logan Rosen
Package: horae
Version: 071~svn537-2
Followup-For: Bug #812652
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu xenial ubuntu-patch

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * Build-depend on libmodule-build-perl to fix FTBFS.

Thanks for considering the patch.

Logan Rosen

-- System Information:
Debian Release: stretch/sid
  APT prefers xenial-updates
  APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500, 
'xenial'), (100, 'xenial-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 4.4.0-16-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru horae-071~svn537/debian/control horae-071~svn537/debian/control
--- horae-071~svn537/debian/control	2015-01-10 20:53:03.0 +
+++ horae-071~svn537/debian/control	2016-04-06 05:19:01.0 +
@@ -4,7 +4,8 @@
 Maintainer: Carlo Segre 
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.6.0-16), libchemistry-elements-perl, 
- perl-tk (>= 804), libifeffit-perl, libpod-latex-perl
+ perl-tk (>= 804), libifeffit-perl, libpod-latex-perl,
+ libmodule-build-perl
 Homepage: http://cars9.uchicago.edu/~ravel/software/Welcome.html
 Standards-Version: 3.9.6
 


Bug#812652: horae: FTBFS - Can't locate Module/Build.pm

2016-01-25 Thread Carlo Segre

On Mon, 25 Jan 2016, Michael Tautschnig wrote:


Package: horae
Version: 071~svn537-2
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 build
dh_testdir
/usr/bin/perl Build.PL 
destdir=/srv/jenkins-slave/workspace/sid-goto-cc-horae/horae-071~svn537/debian/horae
Can't locate Module/Build.pm in @INC (you may need to install the Module::Build 
module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.22.1 
/usr/local/share/perl/5.22.1 /usr/lib/x86_64-linux-gnu/perl5/5.22 
/usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.22 /usr/share/perl/5.22 
/usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .) at Build.PL 
line 3.
BEGIN failed--compilation aborted at Build.PL line 3.
debian/rules:16: recipe for target 'configure-stamp' failed
make: *** [configure-stamp] 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.


Thanks Michael.  I will try to look at it soon.  My build machine had a 
disk failure and I have not had time to rebuild it.


Carlo



Best,
Michael



--
Carlo U. Segre -- Duchossois Leadership Professor of Physics
Director, Center for Synchrotron Radiation Research and Instrumentation
Illinois Institute of Technology
Voice: 312.567.3498Fax: 312.567.3494
se...@iit.edu   http://phys.iit.edu/~segre   se...@debian.org



Bug#812652: horae: FTBFS - Can't locate Module/Build.pm

2016-01-25 Thread Michael Tautschnig
Package: horae
Version: 071~svn537-2
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 build
dh_testdir
/usr/bin/perl Build.PL 
destdir=/srv/jenkins-slave/workspace/sid-goto-cc-horae/horae-071~svn537/debian/horae
Can't locate Module/Build.pm in @INC (you may need to install the Module::Build 
module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.22.1 
/usr/local/share/perl/5.22.1 /usr/lib/x86_64-linux-gnu/perl5/5.22 
/usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.22 /usr/share/perl/5.22 
/usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .) at Build.PL 
line 3.
BEGIN failed--compilation aborted at Build.PL line 3.
debian/rules:16: recipe for target 'configure-stamp' failed
make: *** [configure-stamp] 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


horae-build-log.txt.gz
Description: application/gunzip


signature.asc
Description: PGP signature