Your message dated Tue, 12 Jan 2016 16:38:03 +0000
with message-id <[email protected]>
and subject line Bug#810017: fixed in psi4 1:0.3-5
has caused the Debian Bug report #810017,
regarding psi4: FTBFS with perl 5.22
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 [email protected]
immediately.)


-- 
810017: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810017
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: psi4
Version: 1:0.3-4
Severity: important

After upgrading to perl 5.22, psi4 FTBFS with the following message:

[100%] Autodoc options c-side
cd /build/psi4-0.3/builddir/doc/sphinxman && /usr/bin/cmake -E
make_directory source/autodir_options_c
cd /build/psi4-0.3/builddir/doc/sphinxman && /usr/bin/perl
/build/psi4-0.3/doc/sphinxman/document_options_c.pl
/build/psi4-0.3/doc/sphinxman
Can't use 'defined(%hash)' (Maybe you should just omit the defined()?)
at /build/psi4-0.3/doc/sphinxman/document_options_c.pl line 150.
doc/sphinxman/CMakeFiles/sphinxman.dir/build.make:106: recipe for
target 'doc/sphinxman/source/autodoc_abbr_options_c.rst' failed
make[5]: *** [doc/sphinxman/source/autodoc_abbr_options_c.rst] Error 255
make[5]: Leaving directory '/build/psi4-0.3/builddir'


I know nothing about perl, so I tried the suggestion and omitted defined():


--- a/doc/sphinxman/document_options_c.pl
+++ b/doc/sphinxman/document_options_c.pl
@@ -147,7 +147,7 @@
           @OrderedSubsection = @{$ModuleSubsections{$Module}};
      }
      foreach my $Subsection (@OrderedSubsection) {
-       if (defined(%{$hash{$Module}{$Subsection}})) {
+       if (%{$hash{$Module}{$Subsection}}) {
          if($Subsection){
              if ($print_description) {
                  my $Secdivider = "_" x (length($Subsection)-1);


This resulted in a slightly different failure:


[ 98%] Autodoc options c-side
cd /«PKGBUILDDIR»/builddir/doc/sphinxman && /usr/bin/cmake -E
make_directory source/autodir_options_c
cd /«PKGBUILDDIR»/builddir/doc/sphinxman && /usr/bin/perl
/«PKGBUILDDIR»/doc/sphinxman/document_options_c.pl
/«PKGBUILDDIR»/doc/sphinxman
Can't use an undefined value as a HASH reference at
/«PKGBUILDDIR»/doc/sphinxman/document_options_c.pl line 150.
Auto-documenting options in module globals
Auto-documenting options in module adc
Auto-documenting options in module ccdensity
Auto-documenting options in module ccenergy
Auto-documenting options in module cceom
Auto-documenting options in module cchbar
Auto-documenting options in module cclambda
Auto-documenting options in module ccresponse
Auto-documenting options in module ccsort
Auto-documenting options in module cctriples
Auto-documenting options in module cfour
Auto-documenting options in module cphf
Auto-documenting options in module dcft
Auto-documenting options in module detci
Auto-documenting options in module dfmp2
Auto-documenting options in module dfocc
Auto-documenting options in module dmrg
Auto-documenting options in module findif
Auto-documenting options in module fisapt
Auto-documenting options in module fnocc
Auto-documenting options in module libfrag
Auto-documenting options in module lmp2
Auto-documenting options in module mcscf
Auto-documenting options in module mints
Auto-documenting options in module mrcc
Auto-documenting options in module occ
Auto-documenting options in module optking
Auto-documenting options in module psimrcc
Auto-documenting options in module sapt
Auto-documenting options in module scf
make[5]: *** [doc/sphinxman/source/autodoc_abbr_options_c.rst] Error 25
doc/sphinxman/CMakeFiles/sphinxman.dir/build.make:102: recipe for
target 'doc/sphinxman/source/autodoc_abbr_options_c.rst' failed
make[5]: Leaving directory '/«PKGBUILDDIR»/builddir'

--- End Message ---
--- Begin Message ---
Source: psi4
Source-Version: 1:0.3-5

We believe that the bug you reported is fixed in the latest version of
psi4, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Graham Inggs <[email protected]> (supplier of updated psi4 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 12 Jan 2016 17:10:34 +0200
Source: psi4
Binary: psi4 psi4-data
Architecture: source
Version: 1:0.3-5
Distribution: unstable
Urgency: medium
Maintainer: Debichem Team <[email protected]>
Changed-By: Graham Inggs <[email protected]>
Description:
 psi4       - Quantum Chemical Program Suite
 psi4-data  - Quantum Chemical Program Suite (data files)
Closes: 810017
Changes:
 psi4 (1:0.3-5) unstable; urgency=medium
 .
   * Fix FTBFS with perl 5.22, thanks gregor herrmann. (Closes: #810017)
   * Update debian/watch, remove debian/get-orig-source.sh and
     debian/README.source since upstream moved to GitHub.
   * Update debian/copyright: remove one unnecessary item, add two items,
     fix license short names to make Lintian happy.
   * Add debian/clean to fix FTBFSx2.
Checksums-Sha1:
 be37c8976aa7083c56f240568d3367386980cb86 2274 psi4_0.3-5.dsc
 e489498e0418d2d558c788a48a190e184d0375ff 8780 psi4_0.3-5.debian.tar.xz
Checksums-Sha256:
 97513048cfc3ab4134b6855b71eef76dbdfbf5ecc30fcb79e153f8a849a726d6 2274 
psi4_0.3-5.dsc
 abfd1b4bc93665a8f901a2144f975698ae286c004bfa5cc65f53671babc34700 8780 
psi4_0.3-5.debian.tar.xz
Files:
 aa89f2a872633dd0112acd08c4fe21e9 2274 science optional psi4_0.3-5.dsc
 57ae005810b9bea4c56629e9b62352a8 8780 science optional psi4_0.3-5.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJWlRhdAAoJEK/P7I5mnOHCF1wP/1mhIqBl0Huf9lYeg+NnqIhx
fpWSyQZTbyNhmSWrftXABLMGfgHdWA9hYJ12brmFab/LJAyyW22tNdMJkBxAD/B0
r/40HBoa6u44CUrxzumF9Tx24YJqt3k6GtA1F+yeuqBn0QLbwNzwNwWrhQSch7iF
/ZHHRX4Zgz/k62NzI2MqiYAld5Q3Y/5131mkVSkNLIvwGE1FsbabJu3K+30l1hWD
90PMK4YpkjyacllFK/hmZ5Em75rXcr4GwEgFAXssSbQa6CBf+5mHx21UXIpaTEHy
0EDU0PBfRrmvHReScjMljGkoDr5pwqZ/cxXd9RfcCwOdUuokax/5BrH4HGjnhqaK
XVTK3c9XlwcWKVxn++YpEeojUwtL8ebJAniLao3VqXIzj51632YlatNVC4Qgvmpi
bu4dBHRnErnp4ith7v0XzBaF9d0vgY37xkU3QdwsyrWeK6naArzTpoWyvq+NI3pJ
6G5BdluIdZgSTimM1ZnSW9gqm1xvOMHBC8Xo0aQLpCjJc2K9g0io5AuMEKRPwGY4
ihYT6FP/eoJPac6b36TbJgSzJdYgfuYxpfXKUrYX8etWKUbTvVINSzObWmjnL3Gs
kXIVflC06Mr73JY+dmPX4376jytL6JW7ksW8MbIR295etIlo/U+OnGYYfqrd5GRb
NaL/k0+n6Agg2JoB2S6J
=Awcx
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to