Package: horae
Version: 071~svn537-1
Severity: serious
Tags: patch
Justification: fails to build from source (but built successfully in the past)
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu vivid ubuntu-patch

Dear Maintainer,

horae currently FTBFS on amd64 (and presumably i386 as well) due to a missing 
build dependency on libpod-latex-perl.

Here is the relevant extract from the build log:

# Generate man pages for artemis only
cd lib/Ifeffit/lib/artemis.doc ; ./make_doc --man
Can't locate Pod/LaTeX.pm in @INC (you may need to install the Pod::LaTeX 
module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.20.1 
/usr/local/share/perl/5.20.1 /usr/lib/x86_64-linux-gnu/perl5/5.20 
/usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.20 /usr/share/perl/5.20 
/usr/local/lib/site_perl .) at ./make_doc line 93.
BEGIN failed--compilation aborted at ./make_doc line 93.
debian/rules:29: recipe for target 'build-stamp' failed

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

  * Build-depend on libpod-latex-perl to fix FTBFS.

Thanks for considering the patch.

Logan Rosen

-- System Information:
Debian Release: jessie/sid
  APT prefers vivid-updates
  APT policy: (500, 'vivid-updates'), (500, 'vivid-security'), (500, 'vivid'), 
(100, 'vivid-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-25-generic (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru horae-071~svn537/debian/control horae-071~svn537/debian/control
--- horae-071~svn537/debian/control	2014-11-27 00:45:07.000000000 -0500
+++ horae-071~svn537/debian/control	2014-12-09 01:41:19.000000000 -0500
@@ -4,7 +4,7 @@
 Maintainer: Carlo Segre <se...@debian.org>
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.6.0-16), libchemistry-elements-perl, 
-                     perl-tk (>= 804), libifeffit-perl
+                     perl-tk (>= 804), libifeffit-perl, libpod-latex-perl
 Homepage: http://cars9.uchicago.edu/~ravel/software/Welcome.html
 Standards-Version: 3.9.6
 

Reply via email to