Your message dated Mon, 07 Dec 2015 13:21:56 +0000
with message-id <[email protected]>
and subject line Bug#806869: fixed in python3.4 3.4.4~rc1-1
has caused the Debian Bug report #806869,
regarding python3.4: FTBFS when built with dpkg-buildpackage -A (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 [email protected]
immediately.)
--
806869: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806869
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python3.4
Version: 3.4.3-10
User: [email protected]
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:
--------------------------------------------------------------------------------
[...]
debian/rules build-indep
dh_testdir
/usr/bin/make -C Doc html
make[1]: Entering directory '/<<PKGBUILDDIR>>/Doc'
sphinx-build -b html -d build/doctrees -D latex_paper_size= -D today='October
10, 2015' -D html_last_updated_fmt='October 10, 2015' . build/html
Running Sphinx v1.3.1
making output directory...
loading pickled environment... not yet created
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 459 source files that are out of date
updating environment: 459 added, 0 changed, 0 removed
reading sources... [ 0%] about
[... snipped ...]
writing output... [ 96%] using/mac
writing output... [ 96%] using/scripts
writing output... [ 96%] using/unix
writing output... [ 96%] using/windows
writing output... [ 96%] whatsnew/2.0
writing output... [ 97%] whatsnew/2.1
writing output... [ 97%] whatsnew/2.2
writing output... [ 97%] whatsnew/2.3
writing output... [ 97%] whatsnew/2.4
writing output... [ 98%] whatsnew/2.5
writing output... [ 98%] whatsnew/2.6
writing output... [ 98%] whatsnew/2.7
writing output... [ 98%] whatsnew/3.0
writing output... [ 98%] whatsnew/3.1
writing output... [ 99%] whatsnew/3.2
writing output... [ 99%] whatsnew/3.3
writing output... [ 99%] whatsnew/3.4
writing output... [ 99%] whatsnew/changelog
writing output... [100%] whatsnew/index
generating indices... genindex py-modindex
writing additional pages... download index search opensearch
copying images... [ 20%] library/tulip_coro.png
copying images... [ 40%] library/turtle-star.png
copying images... [ 60%] library/pathlib-inheritance.png
copying images... [ 80%] faq/python-video-icon.png
copying images... [100%] howto/logging_flow.png
copying static files... done
copying extra files... done
dumping search index in English (code: en) ... done
dumping object inventory... done
build succeeded.
Build finished. The HTML pages are in build/html.
make[1]: Leaving directory '/<<PKGBUILDDIR>>/Doc'
touch stamps/stamp-doc-html
touch: cannot touch 'stamps/stamp-doc-html': No such file or directory
debian/rules:639: recipe for target 'stamps/stamp-doc-html' failed
make: *** [stamps/stamp-doc-html] Error 1
dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2
--------------------------------------------------------------------------------
Sorry not to have a fix, as I am reporting many bugs similar to
this one. The common hints are:
* If the only architecture-independent packages are dummy transitional
ones and they were released with jessie, the easy fix is to drop them
now.
* When using "dh", it is allowed to use (independently)
optional targets override_dh_foo-arch and override_dh_foo-indep
(for several values of "foo").
Once that both "dpkg-buildpackage -A" and "dpkg-buildpackage -B" work
properly, the package would be suitable to be uploaded in source-only
form if you wish.
Thanks.
--- End Message ---
--- Begin Message ---
Source: python3.4
Source-Version: 3.4.4~rc1-1
We believe that the bug you reported is fixed in the latest version of
python3.4, 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.
Matthias Klose <[email protected]> (supplier of updated python3.4 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: SHA256
Format: 1.8
Date: Mon, 07 Dec 2015 12:09:54 +0100
Source: python3.4
Binary: python3.4 python3.4-venv libpython3.4-stdlib python3.4-minimal
libpython3.4-minimal libpython3.4 python3.4-examples python3.4-dev
libpython3.4-dev libpython3.4-testsuite idle-python3.4 python3.4-doc
python3.4-dbg libpython3.4-dbg
Architecture: source all i386
Version: 3.4.4~rc1-1
Distribution: unstable
Urgency: medium
Maintainer: Matthias Klose <[email protected]>
Changed-By: Matthias Klose <[email protected]>
Description:
idle-python3.4 - IDE for Python (v3.4) using Tkinter
libpython3.4 - Shared Python runtime library (version 3.4)
libpython3.4-dbg - Debug Build of the Python Interpreter (version 3.4)
libpython3.4-dev - Header files and a static library for Python (v3.4)
libpython3.4-minimal - Minimal subset of the Python language (version 3.4)
libpython3.4-stdlib - Interactive high-level object-oriented language
(standard library
libpython3.4-testsuite - Testsuite for the Python standard library (v3.4)
python3.4 - Interactive high-level object-oriented language (version 3.4)
python3.4-dbg - Debug Build of the Python Interpreter (version 3.4)
python3.4-dev - Header files and a static library for Python (v3.4)
python3.4-doc - Documentation for the high-level object-oriented language
Python
python3.4-examples - Examples for the Python language (v3.4)
python3.4-minimal - Minimal subset of the Python language (version 3.4)
python3.4-venv - Interactive high-level object-oriented language (pyvenv
binary, v
Closes: 806869
Changes:
python3.4 (3.4.4~rc1-1) unstable; urgency=medium
.
* Python 3.4.4 release candidate 1.
* Fix building architecture independent packages only. Closes: #806869.
* Don't ship menu files anymore, just desktop files.
* d/p/fix-sslv3-test.diff: properly handle Ubuntu's openssl having
OP_NO_SSLv3
forced on by default (Marc Deslauriers).
Checksums-Sha1:
a19d8add9de439c6ba2d381a4627bee9431152d7 3269 python3.4_3.4.4~rc1-1.dsc
ff773788bf8f10fe8b31f887e323fe6189491463 12779120
python3.4_3.4.4~rc1.orig.tar.xz
056f9b815fb0c93c8dd383a7b849dda8c28d1e7e 203612
python3.4_3.4.4~rc1-1.debian.tar.xz
d351a2c16fbbc287100921cb1cd654220cc16fbd 92864
idle-python3.4_3.4.4~rc1-1_all.deb
8271ac971d157776e15271af3eff34bd62e4db44 5082488
libpython3.4-dbg_3.4.4~rc1-1_i386.deb
45c36467290e8bda003962ca75894bb9936db957 34223792
libpython3.4-dev_3.4.4~rc1-1_i386.deb
44c2ac1f42326d8e07afbde81357d3c999836f1b 502750
libpython3.4-minimal_3.4.4~rc1-1_i386.deb
2d76703029bb1fc6515335ef756a50fd7a0190dd 2147032
libpython3.4-stdlib_3.4.4~rc1-1_i386.deb
53b61ff49d0f24c6d31464ea85552c7d0e858ed4 2477838
libpython3.4-testsuite_3.4.4~rc1-1_all.deb
d8e6577e9a4374075f2ebdc288e10c10d86d5cc4 1319376
libpython3.4_3.4.4~rc1-1_i386.deb
334a378cae3a4b1663572550f792cb1153cb0478 8045704
python3.4-dbg_3.4.4~rc1-1_i386.deb
dd4bc8117ea5659bbba147886224dc1ce9fb782c 412788
python3.4-dev_3.4.4~rc1-1_i386.deb
47e373cebce362d0790adb8a54009f215f9e6abf 5068066
python3.4-doc_3.4.4~rc1-1_all.deb
5eb1a5122b13d271d6c4a399032cd195ccbb2347 394706
python3.4-examples_3.4.4~rc1-1_all.deb
e79bab1020239c062e9e23b8ee5f546837545eea 1541960
python3.4-minimal_3.4.4~rc1-1_i386.deb
e9ccc8092f20ea8f73c79ddc6e004671db42c2fb 6000
python3.4-venv_3.4.4~rc1-1_i386.deb
f460ca2e11179a353383b25f5b84e01ca2c51b5a 228622 python3.4_3.4.4~rc1-1_i386.deb
Checksums-Sha256:
07f652098ccf366a4dfc64b71775b9a6b3beed9e64014748343a731e842a6377 3269
python3.4_3.4.4~rc1-1.dsc
2bd16a943b178cfee53d09429a16309120081e56618f8e6087cf2228a50b45bc 12779120
python3.4_3.4.4~rc1.orig.tar.xz
1a523d0e4959aa8bce21ba988f4ca9d7aa7039f62391c9697d8a33c5208c71ba 203612
python3.4_3.4.4~rc1-1.debian.tar.xz
eb6792834ca77c1db6d675a6aa624a1b815b1684a393ac9b24b83c0f493f03d6 92864
idle-python3.4_3.4.4~rc1-1_all.deb
79ddd7e977fc83bd19de3f06abfa5cbca5a05eb05437325682dcd8d24d7b5f40 5082488
libpython3.4-dbg_3.4.4~rc1-1_i386.deb
1ac3dab87488bd23683d6163c9856ca85be467ef9881ea303093c5d4e99c80d5 34223792
libpython3.4-dev_3.4.4~rc1-1_i386.deb
6cbae463f3a126709e3152d55a812b33fd6a80fde12da5506105ff1a74f99f75 502750
libpython3.4-minimal_3.4.4~rc1-1_i386.deb
05082f96dc5e22658d1cac083b81f935adc60fc3e336ce915e381bfd944367b2 2147032
libpython3.4-stdlib_3.4.4~rc1-1_i386.deb
202f2ee31d6be4378de0b3070023e48536d1807ce99132bf47191e40bec27dfb 2477838
libpython3.4-testsuite_3.4.4~rc1-1_all.deb
679643d88c3e27c2f26e687ffbb6cbcff16aea668920175faabfb4d11b650adc 1319376
libpython3.4_3.4.4~rc1-1_i386.deb
3e3f4e374dd8a3e2344e0547a2f5ba18327ce94e78d4239ffce2b4dde3043851 8045704
python3.4-dbg_3.4.4~rc1-1_i386.deb
024699b2555cc77cf16cc7c47889a393453b353357aa988420756ac90e4db6a5 412788
python3.4-dev_3.4.4~rc1-1_i386.deb
840ba3ebc1cbfa01b34ac60b8d14d714ae4829150c1a7bb08b62eadca2302309 5068066
python3.4-doc_3.4.4~rc1-1_all.deb
17f6dfa488ef19513a8a323d59469e76647f07dd1a972404a55eccdb28b07092 394706
python3.4-examples_3.4.4~rc1-1_all.deb
7e05a6c403929f2019d552c056429644604991c8d1289d549d01d57f076f93c1 1541960
python3.4-minimal_3.4.4~rc1-1_i386.deb
1d715be07fb280d21d9ecf6d0529d46e620505d09003315336a979077debc10e 6000
python3.4-venv_3.4.4~rc1-1_i386.deb
7a141cc7a4e0b1043acbc81b868bfc8da6f5490c2de54a3011107f122332d8ff 228622
python3.4_3.4.4~rc1-1_i386.deb
Files:
b097cd46bdfa0fe3dca987738fd9ec82 3269 python optional python3.4_3.4.4~rc1-1.dsc
7dc7955009ee69bc0eeec046d6ea4227 12779120 python optional
python3.4_3.4.4~rc1.orig.tar.xz
a7f6008c23efa3e2332600ca63454df9 203612 python optional
python3.4_3.4.4~rc1-1.debian.tar.xz
5fb7a4b9a29bc784eeb278b0af61412a 92864 python optional
idle-python3.4_3.4.4~rc1-1_all.deb
c9a1e38e1cbcf1719db1357a4c6fb5d2 5082488 debug extra
libpython3.4-dbg_3.4.4~rc1-1_i386.deb
55ff2639aa98e8351ddb0f5df4dd2241 34223792 libdevel optional
libpython3.4-dev_3.4.4~rc1-1_i386.deb
327399c8500512f69a704936c14fac0b 502750 python optional
libpython3.4-minimal_3.4.4~rc1-1_i386.deb
efd97750bfe2034c1ca127e13279bc1d 2147032 python optional
libpython3.4-stdlib_3.4.4~rc1-1_i386.deb
252367eeb0a7c09d50db83e022aa09cc 2477838 libdevel optional
libpython3.4-testsuite_3.4.4~rc1-1_all.deb
4dc300c57e4b48589305838db9eba04b 1319376 libs optional
libpython3.4_3.4.4~rc1-1_i386.deb
e68a370d9208b3eee65933ea3c034bc7 8045704 debug extra
python3.4-dbg_3.4.4~rc1-1_i386.deb
7624278348ee2c0db4c17d314208e285 412788 python optional
python3.4-dev_3.4.4~rc1-1_i386.deb
c40a0ad6bca7b24f5d90633651336e1a 5068066 doc optional
python3.4-doc_3.4.4~rc1-1_all.deb
c40a919fa82fee90a70918cfe8f1edfd 394706 python optional
python3.4-examples_3.4.4~rc1-1_all.deb
c43aeb4ce767ff7f9807da9fa93e6b46 1541960 python optional
python3.4-minimal_3.4.4~rc1-1_i386.deb
3fbe51baa9cb15c146089c6f7c8160c7 6000 python optional
python3.4-venv_3.4.4~rc1-1_i386.deb
568a1f77b4d8f3a6652fc1a9392c83d1 228622 python optional
python3.4_3.4.4~rc1-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJWZYSrAAoJEL1+qmB3j6b1IsUQAJaT9UYnHLhKfhBwX74qFADi
atA6YY0DcEY1Auy/xdXxWbq5IqwKTo/L/476VvgtBj+hcybMgPXgye35vbkl8ePP
S3qAMysEqs0J5Gpwx6i3nRgCdgkbNV59TGy/pij70yi7gHMsldgeyBG49orc0oZv
arhQQuKNoUx/Myl39Wq+HRwD0hqLoouHtwIJePVrDvLvr9PEC8ddMOUxYGWZcHjF
ON4EwWux972cv58mHudzlLs8GLQ1g7/CurFRw1ti8nd8mgqXLsXHb5kywERiYa1/
u4GBFsz87EUaYbkXtR7iysivXCddZxowfZ/Tc9ppi8jwkAvawaC8Bl4bBM61Skad
UeBT0ZXVp84KCI3JOSnUuqPGiRcys20sloBOnYYuus0ca56YVwfGSJjQ3E4doH7Y
qhE/SwQtis2dMXKGUP+uudUl4VeDCXkan+J0YQ8TI4BWG43WGGag4qIgvuuLo7fW
jS+Ki0Z0EmDKJ9h6GZQ4dFX/1oOKWyPNrjaLTX0LdhKq4nb5M6eypth4+v9isPqn
0Km/MAvPNNLuQa2JOueP0bCBt9KhXp2MltdDJ795SajMtZ1dcjseSwezTQWjiswc
pudNLw4eekpY10M3tPDxZ9Rg2u+P3coWmwEaqCcYwWm4HuuojDrS4nHMQTE7iOz+
ZEH++FRubqKtiTThpWmx
=Pm0+
-----END PGP SIGNATURE-----
--- End Message ---