Your message dated Tue, 06 Sep 2016 12:33:44 +0000
with message-id <e1bhfzq-0006ay...@franck.debian.org>
and subject line Bug#836452: fixed in givaro 4.0.2-3
has caused the Debian Bug report #836452,
regarding givaro: FTBFS when built with dpkg-buildpackage -A (chmod: cannot 
access '[...]/isgenerator.C': No such file or directory)
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 ow...@bugs.debian.org
immediately.)


-- 
836452: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836452
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:givaro
Version: 4.0.2-2
Severity: serious
Tags: patch

Dear maintainer:

I tried to build this package in stretch with "dpkg-buildpackage -A"
(which is what the "Arch: all" autobuilder would do to build it)
but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep --with autoreconf 
   dh_testdir -i
   dh_update_autotools_config -i
   dh_autoreconf -i
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'macros'.
libtoolize: copying file 'macros/libtool.m4'
libtoolize: copying file 'macros/ltoptions.m4'
libtoolize: copying file 'macros/ltsugar.m4'
libtoolize: copying file 'macros/ltversion.m4'
libtoolize: copying file 'macros/lt~obsolete.m4'

[... snipped ...]

make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/examples/RecInt'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/examples/RecInt'
make[3]: Entering directory '/<<PKGBUILDDIR>>/examples'
make[4]: Entering directory '/<<PKGBUILDDIR>>/examples'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/examples'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/examples'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/examples'
Making install in benchmarks
make[2]: Entering directory '/<<PKGBUILDDIR>>/benchmarks'
make[3]: Entering directory '/<<PKGBUILDDIR>>/benchmarks'
make[4]: Entering directory '/<<PKGBUILDDIR>>/benchmarks'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/benchmarks'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/benchmarks'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/benchmarks'
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make[3]: Entering directory '/<<PKGBUILDDIR>>'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/bin'
 /usr/bin/install -c givaro-config givaro-makefile 
'/<<PKGBUILDDIR>>/debian/tmp/usr/bin'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/include'
 /usr/bin/install -c -m 644 givaro-config.h 
'/<<PKGBUILDDIR>>/debian/tmp/usr/include'
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig'
 /usr/bin/install -c -m 644 givaro.pc 
'/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig'
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_install -i
   dh_installdocs -i
   dh_installchangelogs -i
   debian/rules override_dh_installexamples
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_installexamples -XMakefile -XMakefile.am -XMakefile.in
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_lintian -i
   dh_perl -i
   dh_link -i
   dh_strip_nondeterminism -i
   dh_compress -i
   debian/rules override_dh_fixperms
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_fixperms
chmod -x 
debian/libgivaro-dev/usr/share/doc/libgivaro-dev/examples/Polynomial/isgenerator.C
chmod: cannot access 
'debian/libgivaro-dev/usr/share/doc/libgivaro-dev/examples/Polynomial/isgenerator.C':
 No such file or directory
debian/rules:35: recipe for target 'override_dh_fixperms' failed
make[1]: *** [override_dh_fixperms] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:41: recipe for target 'binary-indep' failed
make: *** [binary-indep] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-indep gave error exit 
status 2
--------------------------------------------------------------------------------

This happens because debian/libgivaro-dev/[...] does not exist,
as we are creating arch-independent packages only and libgivaro-dev
is "Arch: any".

The patch below (trivial but untested) might fix this.

Thanks.

--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,7 @@ override_dh_auto_build-indep:
 override_dh_auto_test:
        dh_auto_test --max-parallel=1
 
-override_dh_fixperms:
+override_dh_fixperms-arch:
        dh_fixperms
        chmod -x 
debian/libgivaro-dev/usr/share/doc/libgivaro-dev/examples/Polynomial/isgenerator.C
 

--- End Message ---
--- Begin Message ---
Source: givaro
Source-Version: 4.0.2-3

We believe that the bug you reported is fixed in the latest version of
givaro, 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 836...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Doug Torrance <dtorra...@piedmont.edu> (supplier of updated givaro 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 06 Sep 2016 07:28:18 -0400
Source: givaro
Binary: libgivaro-dev libgivaro9 libgivaro-doc givaro-user-doc givaro-dev-doc
Architecture: source all amd64
Version: 4.0.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Doug Torrance <dtorra...@piedmont.edu>
Description:
 givaro-dev-doc - Developer Documentation for Givaro (obsolete)
 givaro-user-doc - User Documentation for Givaro (obsolete)
 libgivaro-dev - arithmetic and algebraic computations - development files
 libgivaro-doc - Documentation for Givaro
 libgivaro9 - arithmetic and algebraic computations
Closes: 836452
Changes:
 givaro (4.0.2-3) unstable; urgency=medium
 .
   * debian/rules
     - Switch override_dh_fixperms to override_dh_fixperms-arch. Otherwise,
       dpkg-buildpackage -A fails.
       Thanks to Santiago Vila <sanv...@debian.org> for patch (Closes: #836452).
Checksums-Sha1:
 2334035c2bb37e0688536a2a961376a8aefdab1d 2418 givaro_4.0.2-3.dsc
 0e0d69b39e463e0a43d712b2b692da76f5915444 16056 givaro_4.0.2-3.debian.tar.xz
 dbd148605d7a429475b0052fc8b9bc7222ca5f4e 12510 givaro-dev-doc_4.0.2-3_all.deb
 52e2f380a45445c73830bc6ff7be6d5564c6ae80 12540 givaro-user-doc_4.0.2-3_all.deb
 fbab53a90c6bbe762c52339fbdac3775ea8c0fdf 301830 libgivaro-dev_4.0.2-3_amd64.deb
 aa87eeb30250bf7f23801b9d58be9fccc2915007 2489952 libgivaro-doc_4.0.2-3_all.deb
 0f5bb6773409194b8af0467e43366a7d42f55fa4 745408 
libgivaro9-dbgsym_4.0.2-3_amd64.deb
 106249332ac707cab38f01cc14f4a262cebf8403 73606 libgivaro9_4.0.2-3_amd64.deb
Checksums-Sha256:
 7ebd73672d88722ce4b4dce2ba5da7e05a3be909392ecc604b29f15dcbeb5113 2418 
givaro_4.0.2-3.dsc
 be5d5e7ddbe26c40e20cd0bc01070a248f67eb6a460854e4cd3b0ee71d1f98cc 16056 
givaro_4.0.2-3.debian.tar.xz
 fed8abf31b9ce80666a92b6dc7c948f389bf3230e918a73ed2f8d1063e15280a 12510 
givaro-dev-doc_4.0.2-3_all.deb
 3ea12b5747b06a08488f2d413af6ae8e1403206b4c933f8091849d6793cbfcff 12540 
givaro-user-doc_4.0.2-3_all.deb
 de16bae353705b1f0cb746f75e96a1a477b3853e9996df236160a3625d917fe6 301830 
libgivaro-dev_4.0.2-3_amd64.deb
 9821c2da877a6066bc85590ebcef26ee3b510e851f6b5aa7dce8846e950591a2 2489952 
libgivaro-doc_4.0.2-3_all.deb
 b61c8eb35d9f698a96c6875fd3350c9a1627f4cc208c5b1937c21e4c264a417d 745408 
libgivaro9-dbgsym_4.0.2-3_amd64.deb
 e481a97c3baf10a827303d8aea18d57cd718feb81129ce727f198c1c156680d2 73606 
libgivaro9_4.0.2-3_amd64.deb
Files:
 97342535c4c738668d14a7a0fd0c0a1b 2418 math optional givaro_4.0.2-3.dsc
 63e781b87c7e8074a236896518a251dd 16056 math optional 
givaro_4.0.2-3.debian.tar.xz
 b497c22af40b2d26e119e22bc1ea2436 12510 doc optional 
givaro-dev-doc_4.0.2-3_all.deb
 adb0d42eb3ce079152329a0340aa53c7 12540 doc optional 
givaro-user-doc_4.0.2-3_all.deb
 67e5df49d34767375d026e286e4147f3 301830 libdevel optional 
libgivaro-dev_4.0.2-3_amd64.deb
 7c24d4bca2bd0c225c6e456fc7d1f0cc 2489952 doc optional 
libgivaro-doc_4.0.2-3_all.deb
 762743185d19322a4449b64fc6fc21a3 745408 debug extra 
libgivaro9-dbgsym_4.0.2-3_amd64.deb
 abd0109a94163ee077f7a7371e90a30e 73606 libs optional 
libgivaro9_4.0.2-3_amd64.deb

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

iQIcBAEBCAAGBQJXzrGFAAoJEFeKBJTRxkbRHJcP/2RsLNWb1E1w5uixkvj3DTAa
rYpjb5JOOma5lRltaa8CnI1Uterg639NUlHdMVv64T7Jc1nm488zIE4Ly/Gr+Fyr
97HVs2fDhf7519rTEFYjX3/FtozYponkGYHdtpS3NJJ4XLKbzWPqa10Px/3n35yA
ng4d2N0RnLs/gSNGxOPjk7n6NnlX9yniJPZn3HHyFtW5KOkptPnHw3g2oMQtvLGO
8aX5O96EOI0/kYy6D9+iEt5yl8oCp/LxCKD3xXwYajjQL4UwE6omaLcuq+IqZ1Yo
DgTvta2IuEi5CLzrz5D1UpD8MHFnNcg31JYA0Pnw0UyqeTyF4pZrgm8BdvIWEmv0
p27ARxVghZ4a1O72Hsky6yhe0wryYFlUwfnyOP6X6wRooJNaC1s0pPGyxn2SZ6mv
loscPqcqghYTzJs2w0MUmnGXN7MYtX0ozgCz+M+x8Fyo4Lt1eihuJaUXBSLd9Hds
hFzoZAAM2/Yzt6ZxajKTmvNQoj1ZlWa83mvT7R7v4N7KZjtoBSmDH6/iIJev7+Q2
ciQe3EfNM2hH9spOlHoBaXG4CmDafATLnmc/j0YuKIwYNRkwD/VS4HvW1HXSblpH
q0dCERtyaYo1fk/sCueb2OVfVwoG4izxoS18yTiVaGTuNhMgkfvWoJrZDdHtBr51
UrUT8IV1RBQuIcLWHzIf
=NfRA
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to