Your message dated Wed, 12 Feb 2014 11:48:59 +0000
with message-id <e1wdyjh-0008kg...@franck.debian.org>
and subject line Bug#735805: fixed in python3-stdlib-extensions 3.3.4-1
has caused the Debian Bug report #735805,
regarding python3-stdlib-extensions: FTBFS: mv: cannot stat 
'debian/python3-tk/usr/lib/python3/*-packages/*.cpython-33m.so': 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.)


-- 
735805: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735805
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python3-stdlib-extensions
Version: 3.3.3-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140114 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
>  fakeroot debian/rules binary
> dh_testdir
> dh_testroot
> dh_clean -k 
> dh_clean: dh_clean -k is deprecated; use dh_prep instead
> cd 3.3 &&  python3.3 setup.py install \
>               --root=/«PKGBUILDDIR»/debian/python3-tk --install-layout=deb
> running install
> running build
> running build_ext
> building '_gdbm' extension
> creating build/temp.linux-x86_64-3.3/Modules
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I. 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/python3.3m -c 
> Modules/_gdbmmodule.c -o build/temp.linux-x86_64-3.3/Modules/_gdbmmodule.o
> creating build/lib.linux-x86_64-3.3
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
> -Wl,-z,relro -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 
> -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 
> build/temp.linux-x86_64-3.3/Modules/_gdbmmodule.o -L/usr/lib/x86_64-linux-gnu 
> -lgdbm -o build/lib.linux-x86_64-3.3/_gdbm.cpython-33m.so
> building '_tkinter' extension
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DWITH_APPINIT=1 
> -DWITH_BLT=1 -I/usr/include/tcl8.5 -I/usr/X11/include -I. 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/python3.3m -c 
> Modules/_tkinter.c -o build/temp.linux-x86_64-3.3/Modules/_tkinter.o
> x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall 
> -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DWITH_APPINIT=1 
> -DWITH_BLT=1 -I/usr/include/tcl8.5 -I/usr/X11/include -I. 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/python3.3m -c 
> Modules/tkappinit.c -o build/temp.linux-x86_64-3.3/Modules/tkappinit.o
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
> -Wl,-z,relro -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 
> -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 
> build/temp.linux-x86_64-3.3/Modules/_tkinter.o 
> build/temp.linux-x86_64-3.3/Modules/tkappinit.o -L/usr/X11/lib 
> -L/usr/lib/x86_64-linux-gnu -lBLT -ltk8.5 -ltcl8.5 -lX11 -o 
> build/lib.linux-x86_64-3.3/_tkinter.cpython-33m.so
> running install_lib
> creating /«PKGBUILDDIR»/debian/python3-tk
> creating /«PKGBUILDDIR»/debian/python3-tk/usr
> creating /«PKGBUILDDIR»/debian/python3-tk/usr/lib
> creating /«PKGBUILDDIR»/debian/python3-tk/usr/lib/python3
> creating /«PKGBUILDDIR»/debian/python3-tk/usr/lib/python3/dist-packages
> renaming extension _tkinter.cpython-33m.so -> 
> _tkinter.cpython-33m-x86_64-linux-gnu.so
> copying build/lib.linux-x86_64-3.3/_tkinter.cpython-33m.so -> 
> /«PKGBUILDDIR»/debian/python3-tk/usr/lib/python3/dist-packages/_tkinter.cpython-33m-x86_64-linux-gnu.so
> renaming extension _gdbm.cpython-33m.so -> 
> _gdbm.cpython-33m-x86_64-linux-gnu.so
> copying build/lib.linux-x86_64-3.3/_gdbm.cpython-33m.so -> 
> /«PKGBUILDDIR»/debian/python3-tk/usr/lib/python3/dist-packages/_gdbm.cpython-33m-x86_64-linux-gnu.so
> changing mode of 
> /«PKGBUILDDIR»/debian/python3-tk/usr/lib/python3/dist-packages/_tkinter.cpython-33m-x86_64-linux-gnu.so
>  to 755
> changing mode of 
> /«PKGBUILDDIR»/debian/python3-tk/usr/lib/python3/dist-packages/_gdbm.cpython-33m-x86_64-linux-gnu.so
>  to 755
> changing mode of 
> /«PKGBUILDDIR»/debian/python3-tk/usr/lib/python3/dist-packages/ to 755
> running install_egg_info
> Writing 
> /«PKGBUILDDIR»/debian/python3-tk/usr/lib/python3/dist-packages/Python-3.3.3.egg-info
> mkdir -p debian/python3-tk/usr/lib/python3.3/lib-dynload
> set -ex; \
>       for i in debian/python3-tk/usr/lib/python3/*-packages/*.cpython-33m.so; 
> do \
>         b=$(basename $i .cpython-33m.so); \
>         d=${b}.cpython-33m-x86_64-linux-gnu.so; \
>         mv $i debian/python3-tk/usr/lib/python3.3/lib-dynload/$d; \
>       done
> + basename debian/python3-tk/usr/lib/python3/*-packages/*.cpython-33m.so 
> .cpython-33m.so
> + b=*
> + d=*.cpython-33m-x86_64-linux-gnu.so
> + mv debian/python3-tk/usr/lib/python3/*-packages/*.cpython-33m.so 
> debian/python3-tk/usr/lib/python3.3/lib-dynload/*.cpython-33m-x86_64-linux-gnu.so
> mv: cannot stat 
> 'debian/python3-tk/usr/lib/python3/*-packages/*.cpython-33m.so': No such file 
> or directory
> make: *** [install-stamp-py3.3] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/01/14/python3-stdlib-extensions_3.3.3-2_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: python3-stdlib-extensions
Source-Version: 3.3.4-1

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

Debian distribution maintenance software
pp.
Matthias Klose <d...@debian.org> (supplier of updated python3-stdlib-extensions 
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: SHA1

Format: 1.8
Date: Wed, 12 Feb 2014 11:29:15 +0100
Source: python3-stdlib-extensions
Binary: python3-tk python3-gdbm python3-tk-dbg python3-gdbm-dbg
Architecture: source amd64
Version: 3.3.4-1
Distribution: unstable
Urgency: medium
Maintainer: Matthias Klose <d...@debian.org>
Changed-By: Matthias Klose <d...@debian.org>
Description: 
 python3-gdbm - GNU dbm database support for Python 3.x
 python3-gdbm-dbg - GNU dbm database support for Python 3.x (debug extension)
 python3-tk - Tkinter - Writing Tk applications with Python 3.x
 python3-tk-dbg - Tkinter - Writing Tk applications with Python 3.x (debug 
extensio
Closes: 735805
Changes: 
 python3-stdlib-extensions (3.3.4-1) unstable; urgency=medium
 .
   * Bump version to 3.3.4.
   * Handle multiarch extension names. Closes: #735805.
Checksums-Sha1: 
 e4450b8f481c83cd62dc78eca691fe052dae8d94 1245 
python3-stdlib-extensions_3.3.4-1.dsc
 8530e0d98629ef79dc77a95d72d205810db7bb86 92277 
python3-stdlib-extensions_3.3.4-1.tar.gz
 51621ba782d25b15f1b5eb4d0a4e359efbab354f 31864 python3-tk_3.3.4-1_amd64.deb
 d8bf1b5d360656bc0f2f6feb283efb75abd00430 14570 python3-gdbm_3.3.4-1_amd64.deb
 0904150d9a7e9b57deac73c1ec41c47949020aa3 108878 
python3-tk-dbg_3.3.4-1_amd64.deb
 7d959c40425529cce5f9bdc4a0ea624dc160d75e 29664 
python3-gdbm-dbg_3.3.4-1_amd64.deb
Checksums-Sha256: 
 fdfb222c9be8f566006ebca5edd6e45c4c48bb8412c3f044ff0b66538eb3d054 1245 
python3-stdlib-extensions_3.3.4-1.dsc
 005c7fc19167b38ef412198c897ae399df7ee0a1ff71696fb52bb9af1306f39c 92277 
python3-stdlib-extensions_3.3.4-1.tar.gz
 694af36a2ca268a46cd0b08fd9690c2108ddd5322d97df4366451314d7c26eb7 31864 
python3-tk_3.3.4-1_amd64.deb
 ebb0c9e3fe2deb804e4f04a85bb5932c5e86ef4f4a2acab3cb149553182f423e 14570 
python3-gdbm_3.3.4-1_amd64.deb
 68bb354524e00c681fd97e5b39ff9ef2e83134354cbcb8177e60d677ba09c3db 108878 
python3-tk-dbg_3.3.4-1_amd64.deb
 0e04b86325bcff7ae64916366a3bb64100856f89003ce893716f7829b665e0ea 29664 
python3-gdbm-dbg_3.3.4-1_amd64.deb
Files: 
 b50b27f5cf5cbfe3bbf2c321d32f31f2 1245 python optional 
python3-stdlib-extensions_3.3.4-1.dsc
 749dffeedd2bf176ef02acd0d7d99b45 92277 python optional 
python3-stdlib-extensions_3.3.4-1.tar.gz
 4ac9dbf1ed5fec4f3fa4ac65b55f0961 31864 python optional 
python3-tk_3.3.4-1_amd64.deb
 10f46ad0e47ac80773675024fa0cdf13 14570 python optional 
python3-gdbm_3.3.4-1_amd64.deb
 a5a772328184fa98759a9667d818a423 108878 debug extra 
python3-tk-dbg_3.3.4-1_amd64.deb
 478653f1935a44d952307abd9435a193 29664 debug extra 
python3-gdbm-dbg_3.3.4-1_amd64.deb

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

iEYEARECAAYFAlL7XVQACgkQStlRaw+TLJzIrwCfUAyKX4sviy8kRUpfFwYoc5LO
fowAn0pIec76by7Yy2863L57Fl/QMBEw
=68Pk
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to