Your message dated Fri, 29 Apr 2016 17:25:04 +0000
with message-id <e1awca4-0002kk...@franck.debian.org>
and subject line Bug#806108: fixed in singular 4.0.3-p1+ds-2
has caused the Debian Bug report #806108,
regarding singular: FTBFS due to indep built failure
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.)


-- 
806108: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806108
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:singular
Version: 4.0.2-p2+ds-3
User: sanv...@debian.org
Usertags: binary-indep
Severity: important

Dear maintainer:

I tried to build this package with "dpkg-buildpackage -A"
(i.e. only architecture-independent packages), and it failed:

--------------------------------------------------------------------------------
[...]
 fakeroot debian/rules binary-indep
dh binary-indep --with autoreconf --parallel
   dh_testroot -i -O--parallel
   dh_prep -i -O--parallel
   debian/rules override_dh_auto_install-indep
make[1]: Entering directory '/<<BUILDDIR>>/singular-4.0.2-p2+ds'
make -C dox install-html TOPSRCDIR=/<<BUILDDIR>>/singular-4.0.2-p2+ds 
DESTDIR=/<<BUILDDIR>>/singular-4.0.2-p2+ds/debian/tmp
make[2]: Entering directory '/<<BUILDDIR>>/singular-4.0.2-p2+ds/dox'
/bin/mkdir -p 
/<<BUILDDIR>>/singular-4.0.2-p2+ds/debian/tmp/usr/share/doc/singular/html
cp -rp -t 
/<<BUILDDIR>>/singular-4.0.2-p2+ds/debian/tmp/usr/share/doc/singular/html 
html/search
cp -p -t 
/<<BUILDDIR>>/singular-4.0.2-p2+ds/debian/tmp/usr/share/doc/singular/html 
html/*.html html/*.png
cp -p -t 
/<<BUILDDIR>>/singular-4.0.2-p2+ds/debian/tmp/usr/share/doc/singular/html 
html/doxygen.css html/stylesheet.css html/tabs.css
cp -p -t 
/<<BUILDDIR>>/singular-4.0.2-p2+ds/debian/tmp/usr/share/doc/singular/html 
html/dynsections.js html/svgpan.js
rdfind -outputname /dev/null -removeidentinode false -makesymlinks true 
/<<BUILDDIR>>/singular-4.0.2-p2+ds/debian/tmp/usr/share/doc/singular/html
Now scanning 
"/<<BUILDDIR>>/singular-4.0.2-p2+ds/debian/tmp/usr/share/doc/singular/html", 
found 2756 files.
Now have 2756 files in total.
Now removing files with zero size from list...removed 0 files
Total size is 241745107 bytes or 231 Mib
Now sorting on size:removed 2374 files due to unique sizes from list.382 files 
left.
Now eliminating candidates based on first bytes:removed 50 files from list.332 
files left.
Now eliminating candidates based on last bytes:removed 0 files from list.332 
files left.
Now eliminating candidates based on md5 checksum:removed 330 files from list.2 
files left.
It seems like you have 2 files that are not unique
Totally, 21 kib can be reduced.
Now making results file /dev/null
Now making symbolic links. creating 
Making 1 links.
symlinks -r -c -s -v 
/<<BUILDDIR>>/singular-4.0.2-p2+ds/debian/tmp/usr/share/doc/singular/html
absolute: 
/<<BUILDDIR>>/singular-4.0.2-p2+ds/debian/tmp/usr/share/doc/singular/html/search/functions_1b.js
 -> 
/<<BUILDDIR>>/singular-4.0.2-p2+ds/debian/tmp/usr/share/doc/singular/html/search/all_1b.js
changed:  
/<<BUILDDIR>>/singular-4.0.2-p2+ds/debian/tmp/usr/share/doc/singular/html/search/functions_1b.js
 -> all_1b.js
rdfind -outputname /dev/null -removeidentinode false -makesymlinks true 
/<<BUILDDIR>>/singular-4.0.2-p2+ds/debian/tmp/usr/share/doc/singular/html/search
Now scanning 
"/<<BUILDDIR>>/singular-4.0.2-p2+ds/debian/tmp/usr/share/doc/singular/html/search",
 found 518 files.
Now have 518 files in total.
Now removing files with zero size from list...removed 0 files
Total size is 4849569 bytes or 5 Mib
Now sorting on size:removed 233 files due to unique sizes from list.285 files 
left.
Now eliminating candidates based on first bytes:removed 30 files from list.255 
files left.
Now eliminating candidates based on last bytes:removed 0 files from list.255 
files left.
Now eliminating candidates based on md5 checksum:removed 255 files from list.0 
files left.
It seems like you have 0 files that are not unique
Totally, 0 b can be reduced.
Now making results file /dev/null
Now making symbolic links. creating 
Making 0 links.
symlinks -r -c -s -v 
/<<BUILDDIR>>/singular-4.0.2-p2+ds/debian/tmp/usr/share/doc/singular/html/search
relative: 
/<<BUILDDIR>>/singular-4.0.2-p2+ds/debian/tmp/usr/share/doc/singular/html/search/functions_1b.js
 -> all_1b.js
make[2]: Leaving directory '/<<BUILDDIR>>/singular-4.0.2-p2+ds/dox'
make[1]: Leaving directory '/<<BUILDDIR>>/singular-4.0.2-p2+ds'
   dh_install -i -O--parallel
cp: cannot stat 'debian/tmp/usr/include/singular/': No such file or directory
dh_install: cp --reflink=auto -a debian/tmp/usr/include/singular/ 
debian/libsingular4-dev-common//usr/include/ returned exit code 1
debian/rules:12: recipe for target 'binary-indep' failed
make: *** [binary-indep] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-indep gave error exit 
status 2
--------------------------------------------------------------------------------

Sorry not to have a fix, as I am reporting many bugs similar to
this one, but I can give some general hints:

* If all the arch-independent packages are dummy transitional packages
released with jessie, the easy fix is to drop them now.
 
* If not, debian/rules should be modified so that the binary-indep
target works in all cases, even when binary-arch is not used (this is
what the "Architecture: all" autobuilder does). For that:
    
* If you are using debhelper, you might want to use options -a and -i
for dh_* commands so that they do not act on packages they do not
have to act.

* Also, if you are using dh, the (independently) optional targets
override_dh_foo-arch and override_dh_foo-indep (for several values
of "foo") may be useful to write a debian/rules which behaves exactly
as desired.


After checking that both "dpkg-buildpackage -A" and "dpkg-buildpackage -B"
work properly, this package will be suitable to be uploaded in
source-only form if you wish (you might want to try it).

Thanks.

--- End Message ---
--- Begin Message ---
Source: singular
Source-Version: 4.0.3-p1+ds-2

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

Debian distribution maintenance software
pp.
Jerome Benoit <calcu...@rezozer.net> (supplier of updated singular 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: Fri, 29 Apr 2016 15:03:31 +0000
Source: singular
Binary: singular libsingular4 libsingular4-dev libsingular4-dev-common 
singular-modules singular-data singular-ui singular-ui-emacs singular-ui-xterm 
singular-doc singular-dev-doc
Architecture: source
Version: 4.0.3-p1+ds-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintainers@lists.alioth.debian.org>
Changed-By: Jerome Benoit <calcu...@rezozer.net>
Description:
 libsingular4 - Computer Algebra System for Polynomial Computations -- library 
pa
 libsingular4-dev - Computer Algebra System for Polynomial Computations -- 
developmen
 libsingular4-dev-common - Computer Algebra System for Polynomial Computations 
-- common dev
 singular   - Computer Algebra System for Polynomial Computations
 singular-data - Computer Algebra System for Polynomial Computations -- shared 
dat
 singular-dev-doc - Computer Algebra System for Polynomial Computations -- 
developer
 singular-doc - Computer Algebra System for Polynomial Computations -- user 
docum
 singular-modules - Computer Algebra System for Polynomial Computations -- 
module pac
 singular-ui - Computer Algebra System for Polynomial Computations -- console us
 singular-ui-emacs - Computer Algebra System for Polynomial Computations -- 
emacs user
 singular-ui-xterm - Computer Algebra System for Polynomial Computations -- 
xterm user
Closes: 806108
Changes:
 singular (4.0.3-p1+ds-2) unstable; urgency=medium
 .
   * FTBFS fix (Closes: #806108), fix indep build failure.
Checksums-Sha1:
 0de6ec17a3827fc4db696d4f421fc4568aaedcbb 2891 singular_4.0.3-p1+ds-2.dsc
 b66b4d09409520c531cd5b3b28b96a0594b15e73 20248 
singular_4.0.3-p1+ds-2.debian.tar.xz
Checksums-Sha256:
 03011e00aee39b39b378207c4ac60d5609555e8ba3049abb8fbcccf32faa7965 2891 
singular_4.0.3-p1+ds-2.dsc
 258ddb8df016326d04947d30c5bbcf249ace99185fe27b24d82de384943f05cd 20248 
singular_4.0.3-p1+ds-2.debian.tar.xz
Files:
 54e7de6d23dcc73548f8dceb7e32def8 2891 math optional singular_4.0.3-p1+ds-2.dsc
 a965106ff4fb2296c0b0ff0d31f01d43 20248 math optional 
singular_4.0.3-p1+ds-2.debian.tar.xz

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

iQIcBAEBCAAGBQJXI5BDAAoJEPNPCXROn13ZmMgP/3fki7t9kbc05g1Furskki79
aRCv4EOpqC+TA/pi4d7IVNyzTU/+bhDR1nkveZRS+vI3KCCdso4fAk3Qv2PD/6rN
cvr17+yDjkW70PiXABB8u6hAlFg7QdJZKrPR8UPnN4KFrdkAX+hHXx/tpnucxOpI
sOjr54XYtkUhfVYy/lfoHZgpxvG0s2WQ0p7f9Og/gofvqmCCyX7l0Gp9nwWANEqj
t/EpWwAy98J1iAW4gI2XwVD1Mia1WOrSrWMW1Mkgwy6+Dt/sPBpSDZlE0wyOlrZ8
De8KC+gUIBlAF/6dXeirtmCXPTxtP0Hs1err4bgG+RRmixkbUYFPjmRjuCzSneY/
uXscR/QyH/6T8BIPQtLCPX8vNlvl2OefwhC1biXaKpusojHRNsH17zpqktu9UI3+
ehZp9JLYyKIi5vKkUW3wsZ8wNGrvqDS+0MhxjPczy4MHox7cUJD5HJx+XhggNSZ+
YYNYCo4a5MzdVghtKXuo14zewlYWOKsxOjM1yfC0gK5DC/3JFddgCe704bLHOJYo
NM+SQd487pIeecKjmCf33u7WCjMXjuJXCXe2mb8zat4nPjuYzvag5hw7byLp0Cv0
jKS2TrWsPirl2KROgQakD4MzfXxNle4UsZhhe2exBefPe87QVRbCc6GXtPx8rZJu
hedtlajZNLmeC6G0+vO9
=cnB9
-----END PGP SIGNATURE-----

--- End Message ---
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to