Your message dated Sat, 11 May 2013 15:18:40 +0000
with message-id <e1ubbzi-0005jv...@franck.debian.org>
and subject line Bug#707490: fixed in gcl 2.6.7+dfsga-5
has caused the Debian Bug report #707490,
regarding gcl: FTBFS: cp: cannot stat 'debian/tmp/usr/share/info/gcl-si.info':
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.)
--
707490: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707490
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gcl
Version: 2.6.7+dfsga-4
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130509 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> fakeroot debian/rules binary
> rm -f `echo debian/control.rm | sed 's,\.rm$,,1'`
> cp debian/control. debian/control
> cat debian/in.gcl-doc.README.Debian | sed 's,@EXT@,,g'
> >debian/gcl-doc.README.Debian
> cat debian/in.gcl-doc.doc-base.si | sed 's,@EXT@,,g'
> >debian/gcl-doc.doc-base.si
> cat debian/in.gcl-doc.doc-base.tk | sed 's,@EXT@,,g'
> >debian/gcl-doc.doc-base.tk
> cat debian/in.gcl-doc.doc-base.xgcl | sed 's,@EXT@,,g'
> >debian/gcl-doc.doc-base.xgcl
> cat debian/in.gcl-doc.docs | sed 's,@EXT@,,g' >debian/gcl-doc.docs
> cat debian/in.gcl-doc.info | sed 's,@EXT@,,g' >debian/gcl-doc.info
> cat debian/in.gcl-doc.install | sed 's,@EXT@,,g' >debian/gcl-doc.install
> cat debian/in.gcl.1 | sed 's,@EXT@,,g' >debian/gcl.1
> cat debian/in.gcl.config | sed 's,@EXT@,,g' >debian/gcl.config
> cat debian/in.gcl.docs | sed 's,@EXT@,,g' >debian/gcl.docs
> cat debian/in.gcl.emacsen-install | sed 's,@EXT@,,g'
> >debian/gcl.emacsen-install
> cat debian/in.gcl.emacsen-remove | sed 's,@EXT@,,g' >debian/gcl.emacsen-remove
> cat debian/in.gcl.emacsen-startup | sed 's,@EXT@,,g'
> >debian/gcl.emacsen-startup
> cat debian/in.gcl.install | sed 's,@EXT@,,g' >debian/gcl.install
> cat debian/in.gcl.manpages | sed 's,@EXT@,,g' >debian/gcl.manpages
> cat debian/in.gcl.postinst | sed 's,@EXT@,,g' >debian/gcl.postinst
> cat debian/in.gcl.postrm | sed 's,@EXT@,,g' >debian/gcl.postrm
> dh_testdir
> dh_testroot
> dh_clean -k
> dh_clean: dh_clean -k is deprecated; use dh_prep instead
> dh_installdirs
> mkdir -p debian/tmp
> cp -a debian/ansi/* debian/tmp/
> cp -a debian/trad/* debian/tmp/
> cp -a debian/gprof/* debian/tmp/
> cp -a debian/ansi-gprof/* debian/tmp/
> mv debian/tmp/usr/share/emacs/site-lisp debian/tmp/usr/share/emacs/foo
> mkdir -p debian/tmp/usr/share/emacs/site-lisp
> mv debian/tmp/usr/share/emacs/foo debian/tmp/usr/share/emacs/site-lisp/gcl
> cat debian/tmp/usr/share/emacs/site-lisp/gcl/gcl.el |\
> sed "s,(provide 'gcl),(provide 'gcl),1" >tmp &&\
> mv tmp debian/tmp/usr/share/emacs/site-lisp/gcl/gcl.el
> [ "" = "" ] || rm debian/tmp/usr/share/emacs/site-lisp/gcl/gcl.el
> cat debian/tmp/usr/share/emacs/site-lisp/gcl/dbl.el |\
> sed "s,(provide 'dbl),(provide 'dbl),1" >tmp &&\
> mv tmp debian/tmp/usr/share/emacs/site-lisp/gcl/dbl.el
> [ "" = "" ] || rm debian/tmp/usr/share/emacs/site-lisp/gcl/dbl.el
> [ "" = "" ] || \
> for i in debian/tmp/usr/share/info/*.info*; do \
> mv $i $(echo $i | sed "s,gcl,gcl,g"); done
> mv debian/tmp/usr/share/doc debian/tmp/usr/share/foo
> mkdir -p debian/tmp/usr/share/doc/gcl-doc
> mv debian/tmp/usr/share/foo/* debian/tmp/usr/share/doc/gcl-doc
> rmdir debian/tmp/usr/share/foo
> [ "" = "" ] || \
> mv debian/tmp/usr/share/doc/gcl-doc
> debian/tmp/usr/share/doc/gcl-doc
> cat debian/tmp/usr/lib/gcl-2.6.7/gcl-tk/demos/index.lsp | \
> sed "s,$(pwd)/debian/tmp,,1" >debian/foo
> cat: debian/tmp/usr/lib/gcl-2.6.7/gcl-tk/demos/index.lsp: No such file or
> directory
> mv debian/foo debian/tmp/usr/lib/gcl-2.6.7/gcl-tk/demos/index.lsp
> rm -f debian/tmp/usr/bin/*.exe debian/tmp/usr/bin/*.bat
> find debian/tmp -type f -name "*.lsp" -exec chmod ugo-x {} \;
> find debian/tmp -type f -name "*.lisp" -exec chmod ugo-x {} \;
> find debian/tmp -type f -name "*.el" -exec chmod ugo-x {} \;
> find debian/tmp -type f -name "*.tcl" -exec chmod ugo-x {} \;
> rm -f debian/tmp/usr/bin/gcl
> TKVERS=$(cat bin/gcl | grep /tk | head -1l | sed
> "s,.*/tk\([0-9.]*\)\").*,\1,1"); \
> cat debian/gcl.sh | sed -e "s,@EXT@,,g" \
> -e "s,@VERS@,2.6.7,g" \
> -e "s,@TKVERS@,$TKVERS,g"
> >debian/tmp/usr/bin/gcl
> chmod 0755 debian/tmp/usr/bin/gcl
> rm -rf debian/tmp/usr/lib/gcl-2.6.7/info
> dh_install
> touch install-stamp
> dh_testdir -i
> dh_testroot -i
> dh_installdocs -i
> dh_installinfo -i
> cp: cannot stat 'debian/tmp/usr/share/info/gcl-si.info': No such file or
> directory
> dh_installinfo: cp debian/tmp/usr/share/info/gcl-si.info
> debian/tmp/usr/share/info/gcl-tk.info debian/tmp/usr/share/info/gcl-tk.info-1
> debian/tmp/usr/share/info/gcl-tk.info-2 debian/gcl-doc/usr/share/info
> returned exit code 1
> make: *** [binary-indep] Error 2
The full build log is available from:
http://people.debian.org/~lucas/logs/2013/05/09/gcl_2.6.7+dfsga-4_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: gcl
Source-Version: 2.6.7+dfsga-5
We believe that the bug you reported is fixed in the latest version of
gcl, 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 707...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Camm Maguire <c...@debian.org> (supplier of updated gcl 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...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 10 May 2013 18:09:14 +0000
Source: gcl
Binary: gcl gcl-doc
Architecture: source all amd64
Version: 2.6.7+dfsga-5
Distribution: unstable
Urgency: high
Maintainer: Camm Maguire <c...@debian.org>
Changed-By: Camm Maguire <c...@debian.org>
Description:
gcl - GNU Common Lisp compiler
gcl-doc - Documentation for GNU Common Lisp
Closes: 707490
Changes:
gcl (2.6.7+dfsga-5) unstable; urgency=high
.
* Bug fix: "FTBFS: cp: cannot stat
'debian/tmp/usr/share/info/gcl-si.info': No such file or
directory", thanks to Lucas Nussbaum (Closes: #707490).
Checksums-Sha1:
906cc2e05fead102860d6e0450cadee5d94e7782 1216 gcl_2.6.7+dfsga-5.dsc
e3befbc915898382ec8fe8b289b5aaead4d6a4e6 5220975
gcl_2.6.7+dfsga-5.debian.tar.gz
1b8aa103fac0df6c40fcbb4d8425be4d28605fc4 836538 gcl-doc_2.6.7+dfsga-5_all.deb
2690cccac89688244b14ad4aff45ea452a073f6a 28532220 gcl_2.6.7+dfsga-5_amd64.deb
Checksums-Sha256:
e7bc080564dba12985a5fd1340f0444e86d020b3d598cbbafef97229d352a07a 1216
gcl_2.6.7+dfsga-5.dsc
2df4ff0e3cde3494b6ae24bc839f7a650d5c96c9caf206169f0d3bf699314094 5220975
gcl_2.6.7+dfsga-5.debian.tar.gz
c6951c944fb85eb84b4da9f79b3057df5dc115649be8ecef8d8fa6e20362d2dc 836538
gcl-doc_2.6.7+dfsga-5_all.deb
4de0711c3e79ebe046c0028a161c5f2e5f864e3d201e4fe037cbd039d5d0901b 28532220
gcl_2.6.7+dfsga-5_amd64.deb
Files:
235dd4c21eb2c705a0fd149e5e0b7bde 1216 lisp optional gcl_2.6.7+dfsga-5.dsc
6cc1a92057e11a224550ef1ba47ad0fb 5220975 lisp optional
gcl_2.6.7+dfsga-5.debian.tar.gz
5c3a54e2bf9eea38f67af955b9f3d3f6 836538 doc optional
gcl-doc_2.6.7+dfsga-5_all.deb
e927b297bb153eee86e1a6f9640a93e7 28532220 lisp optional
gcl_2.6.7+dfsga-5_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEARECAAYFAlGOS98ACgkQczG1wFfwRdwOWQCcCKGDG2UBQKFbc7DTVDAD2cuy
laoAn1UgAlUjsD1YbHXUbiAC2wiakmpY
=fY9a
-----END PGP SIGNATURE-----
--- End Message ---