Your message dated Wed, 08 May 2013 13:18:01 +0000
with message-id <e1ua4ft-0003q1...@franck.debian.org>
and subject line Bug#707139: fixed in dbus-python 1.2.0-1
has caused the Debian Bug report #707139,
regarding dbus-python: FTBFS: mv: 
`debian/tmp/usr/lib/python3/dist-packages/_dbus_bindings.so' and 
`debian/tmp/usr/lib/python3/dist-packages/_dbus_bindings.so' are the same file
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.)


-- 
707139: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707139
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: dbus-python
Version: 1.1.1-1
Severity: serious
Tags: sid jessie
User: debian-pyt...@lists.debian.org
Usertags: python3.3

dbus-python FTBFS:
| set -e && for x in 3.2 3.3; do \
|               PYTHON=/usr/bin/python$x \
|               dh_auto_install \
|                       --arch \
|                       --builddirectory=build-$x \
|                       --destdir=debian/tmp \
|                       ; \
|               so=`/usr/bin/python$x -c 
"print(__import__('sysconfig').get_config_var('SO'))"`; \
|               mv debian/tmp/usr/lib/python3/dist-packages/_dbus_bindings.so \
|                       
debian/tmp/usr/lib/python3/dist-packages/_dbus_bindings$so; \
|               mv 
debian/tmp/usr/lib/python3/dist-packages/_dbus_glib_bindings.so \
|                       
debian/tmp/usr/lib/python3/dist-packages/_dbus_glib_bindings$so; \
|               PYTHON=/usr/bin/python$x-dbg \
|               dh_auto_install \
|                       --arch \
|                       --builddirectory=build-$x-dbg \
|                       --destdir=debian/tmp-dbg \
|                       ; \
|               so=`/usr/bin/python$x-dbg -c 
"print(__import__('sysconfig').get_config_var('SO'))"`; \
|               mv 
debian/tmp-dbg/usr/lib/python3/dist-packages/_dbus_bindings.so \
|                       
debian/tmp-dbg/usr/lib/python3/dist-packages/_dbus_bindings$so; \
|               mv 
debian/tmp-dbg/usr/lib/python3/dist-packages/_dbus_glib_bindings.so \
|                       
debian/tmp-dbg/usr/lib/python3/dist-packages/_dbus_glib_bindings$so; \
|       done
| make[2]: Entering directory 
`/build/dbus-python-6IHdXr/dbus-python-1.1.1/build-3.2'
[...]
| mv: `debian/tmp/usr/lib/python3/dist-packages/_dbus_bindings.so' and 
`debian/tmp/usr/lib/python3/dist-packages/_dbus_bindings.so' are the same file
| make[1]: *** [override_dh_auto_install-arch] Error 1
| make[1]: Leaving directory `/build/dbus-python-6IHdXr/dbus-python-1.1.1'
| make: *** [binary] Error 2

Apparently in Python 3.3 get_config_var('SO') returns just '.so', and get_config_var('EXT_SUFFIX') should be used instead. See bug #707084.

--
Jakub Wilk

--- End Message ---
--- Begin Message ---
Source: dbus-python
Source-Version: 1.2.0-1

We believe that the bug you reported is fixed in the latest version of
dbus-python, 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.
Simon McVittie <s...@debian.org> (supplier of updated dbus-python 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: SHA256

Format: 1.8
Date: Wed, 08 May 2013 08:58:16 +0100
Source: dbus-python
Binary: python-dbus python3-dbus python-dbus-dev python-dbus-dbg 
python3-dbus-dbg python-dbus-doc
Architecture: source amd64 all
Version: 1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Utopia Maintenance Team 
<pkg-utopia-maintain...@lists.alioth.debian.org>
Changed-By: Simon McVittie <s...@debian.org>
Description: 
 python-dbus - simple interprocess messaging system (Python interface)
 python-dbus-dbg - debug build of the D-Bus Python 2 interface
 python-dbus-dev - main loop integration development files for python-dbus
 python-dbus-doc - Documentation for the D-Bus Python interface
 python3-dbus - simple interprocess messaging system (Python 3 interface)
 python3-dbus-dbg - debug build of the D-Bus Python 3 interface
Closes: 707139
Changes: 
 dbus-python (1.2.0-1) unstable; urgency=low
 .
   * Check for sysconfig EXT_SUFFIX (for Python 3.3), falling back to SO if
     not found (for Python 3.2) (Closes: #707139)
   * New upstream release
     - Unicode in exceptions works better (LP: #846044)
Checksums-Sha1: 
 c6f0625ef9f5072bb060020dc34e33992e28e817 2605 dbus-python_1.2.0-1.dsc
 7a00f7861d26683ab7e3f4418860bd426deed9b5 602426 dbus-python_1.2.0.orig.tar.gz
 c720120c657dfe4e9302d5cd1869490452f2b54b 16592 
dbus-python_1.2.0-1.debian.tar.gz
 429ba36f198a2516205c24a850550bab7945b5a7 209208 python-dbus_1.2.0-1_amd64.deb
 a34fc48abe849d5ee1c136eac80a5c993fc852ac 262444 python3-dbus_1.2.0-1_amd64.deb
 09392ea89e848f14a459cef02e28193adb0ed8ad 111478 python-dbus-dev_1.2.0-1_all.deb
 742be1c5e1103868dc603b79840fe4484e8c481f 333384 
python-dbus-dbg_1.2.0-1_amd64.deb
 c0468591b2ec139b30411d0221651edc81b16dbf 653074 
python3-dbus-dbg_1.2.0-1_amd64.deb
 9ce38bb4bb6c72548289a838989d37f9bc6231d2 444302 python-dbus-doc_1.2.0-1_all.deb
Checksums-Sha256: 
 d72e140be29f578dc9a33d0b36860dbf8c42226b68df9346dc871abf922893fd 2605 
dbus-python_1.2.0-1.dsc
 e12c6c8b2bf3a9302f75166952cbe41d6b38c3441bbc6767dbd498942316c6df 602426 
dbus-python_1.2.0.orig.tar.gz
 6a9a28b35f8008aa24ad8d08cfd71d4d8d35bb844a0f0ac444df6383b4cdf151 16592 
dbus-python_1.2.0-1.debian.tar.gz
 8145a90489025097a249ceb8bf42244fe89561657abe79c973ce3356640534fc 209208 
python-dbus_1.2.0-1_amd64.deb
 a207b5b858745a3a219a79c2acb71df357f98d22f007eb2fbd3d630851e88222 262444 
python3-dbus_1.2.0-1_amd64.deb
 af559402b5f21100c0c721919e374488c1d658e9351eb2f8d2e5c663e736f0d6 111478 
python-dbus-dev_1.2.0-1_all.deb
 f8acfbd1e1bbdfa232114a1c61fe7062936365010a25d28ac87201957db1114f 333384 
python-dbus-dbg_1.2.0-1_amd64.deb
 f0acfabd21df5224ad7975e461cd7797e77838ffe7160ef7b20e0f02ba842750 653074 
python3-dbus-dbg_1.2.0-1_amd64.deb
 1d7c36db2e20eab3f27da003f90810ec18aeeacb84a5e8a34f6956e7126ef492 444302 
python-dbus-doc_1.2.0-1_all.deb
Files: 
 95cf2483d1f02d894ce4182cae0a07c2 2605 devel optional dbus-python_1.2.0-1.dsc
 b09cd2d1a057cc432ce944de3fc06bf7 602426 devel optional 
dbus-python_1.2.0.orig.tar.gz
 0c0758cb220af1846c7bf04d06e1d27e 16592 devel optional 
dbus-python_1.2.0-1.debian.tar.gz
 3e3cfdd1cff9ff156b33ff17f55864d1 209208 python optional 
python-dbus_1.2.0-1_amd64.deb
 e9dd328b9803f207a0cb120437427348 262444 python optional 
python3-dbus_1.2.0-1_amd64.deb
 552576809b6b08ab729b795a9dc4bb33 111478 python optional 
python-dbus-dev_1.2.0-1_all.deb
 593d4960644b75ac3399ef33cd07f3f7 333384 debug extra 
python-dbus-dbg_1.2.0-1_amd64.deb
 8f3f53e3a6350e231105398edb55bc0f 653074 debug extra 
python3-dbus-dbg_1.2.0-1_amd64.deb
 07c10676d6a90940ca45b932229f4a3d 444302 doc optional 
python-dbus-doc_1.2.0-1_all.deb

-----BEGIN PGP SIGNATURE-----

iQIVAwUBUYpN1E3o/ypjx8yQAQgSjQ/9HMjZ5IoB80wULY9XZOMFH8at4NkBsuJh
EC02+4bTuaRjYC7J10IOehkuPVg2oqooxydKixS4lnfjN3RjvOHkIAWxvX9732Gh
P67hjKizZfQq8E8a9cJ654B51tFAUcpGPRn+LCHNKRFEkj/yWJV0/0UhR+E8tC7m
gk2aakkZU/OsEcciafjb1rSs3cc3T1T4ZXHnTr06Dkgz1Er+Zy4Yx1wBIgNzt11b
LvG3AV941jMroolx0KvziBltdY1wCuvKR7Ln2ROqWtr+7TXQQmKwaZETTWJGt/wN
rsKl6XYsy0BCJHYkNbY9dNIZVhVaPBN9lhpM4jL/lQuwdMK1mDcF9xSBFagxdJv/
PZujXu2i8hV4uok26GSZk2UyCLjLeWo/xKxbjN/f63nxI5b/6AoicJbQZpnu16tE
OGw1DiNvowiUYo9Yz57ExUOUtu1xNADFUqpInRLCNxkQ67HvJQiOrlMW5y9YdcZl
PaiXaQtGAL5PR9wXS7ILay4D/UfaSyOEsTmgSYN+Sdh0J+jx24CUoZwYHgz2Rx/k
5VFADQeHbP8cQGJIJHtVGjFwjvwF36/UcI0oDu8W/Jv1cQ+xLOiuZLxbb80a5tD5
eHp+HxVCfpzSQUo2RqWUNdH2/5mZyBJTtmGB79+3szwuUdwNycdSiEYJhMjYMx6o
hXrLxfrxfsk=
=+Arh
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to