Your message dated Tue, 29 Nov 2011 21:36:27 +0000
with message-id <[email protected]>
and subject line Bug#642743: fixed in pyfribidi 0.10.0-4
has caused the Debian Bug report #642743,
regarding pyfribidi: FTBFS: ls: cannot access
/build/pyfribidi-poR4Z7/pyfribidi-0.10.0/build/lib_d.*-2.7: 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.)
--
642743: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642743
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: pyfribidi
Version: 0.10.0-3
Severity: serious
Tags: wheezy sid
User: [email protected]
Usertags: qa-ftbfs-20110923 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> make[1]: Entering directory `/build/pyfribidi-poR4Z7/pyfribidi-0.10.0'
> for py in 2.6 2.7; do \
> PYTHONPATH=`ls -d
> /build/pyfribidi-poR4Z7/pyfribidi-0.10.0/build/lib.*-$py` \
> python$py test_pyfribidi.py ;\
> PYTHONPATH=`ls -d
> /build/pyfribidi-poR4Z7/pyfribidi-0.10.0/build/lib_d.*-$py || ls -d
> /build/pyfribidi-poR4Z7/pyfribidi-0.10.0/build/lib.*-$py-pydebug` \
> python$py-dbg test_pyfribidi.py ;\
> done
> input: raise ValueError for invalid direction ... ok
> input: raise UnicodeError for invalid encoded string ... ok
> input: raise TypeError for non string or unicode input ... ok
> input: require input string or unicode ... ok
> input: raise LookupError for invalid encoding ... ok
> other encodings: cp1255 ... ok
> other encodings: iso8859-8 ... ok
> other encodings: utf-16 ... ok
> utf8: reorder line as LTR ... ok
> utf8: reorder line as RTL ... ok
> utf8: big string ... ok
> utf8: use RTL default ... ok
> utf8: empty string ... ok
> utf8: reorder LTR line by natural order ... ok
> utf8: reorder RTL line by natural order ... ok
> unicode: reorder line as LTR ... ok
> unicode: reorder line as RTL ... ok
> unicode: big string ... ok
> unicode: use RTL default ... ok
> unicode: empty string ... ok
> unicode: reorder LTR line by natural order ... ok
> unicode: reorder RTL line by natural order ... ok
>
> ----------------------------------------------------------------------
> Ran 22 tests in 0.227s
>
> OK
> ls: cannot access /build/pyfribidi-poR4Z7/pyfribidi-0.10.0/build/lib_d.*-2.6:
> No such file or directory
> input: raise ValueError for invalid direction ... ok
> input: raise UnicodeError for invalid encoded string ... ok
> input: raise TypeError for non string or unicode input ... ok
> input: require input string or unicode ... ok
> input: raise LookupError for invalid encoding ... ok
> other encodings: cp1255 ... ok
> other encodings: iso8859-8 ... ok
> other encodings: utf-16 ... ok
> utf8: reorder line as LTR ... Segmentation fault
> testInvalidDirection (__main__.InputTests)
> input: raise ValueError for invalid direction ... ok
> testInvalidEncodedString (__main__.InputTests)
> input: raise UnicodeError for invalid encoded string ... ok
> testInvalidInputString (__main__.InputTests)
> input: raise TypeError for non string or unicode input ... ok
> testRequireInputString (__main__.InputTests)
> input: require input string or unicode ... ok
> testUnknownEncoding (__main__.InputTests)
> input: raise LookupError for invalid encoding ... ok
> testCp1255NaturalRTL (__main__.OtherEncodingsTests)
> other encodings: cp1255 ... ok
> testIso8859_8NaturalRTL (__main__.OtherEncodingsTests)
> other encodings: iso8859-8 ... ok
> testUTF16NaturalRTL (__main__.OtherEncodingsTests)
> other encodings: utf-16 ... ok
> testAsLTR (__main__.UTF8Tests)
> utf8: reorder line as LTR ... ok
> testAsRTL (__main__.UTF8Tests)
> utf8: reorder line as RTL ... ok
> testBigString (__main__.UTF8Tests)
> utf8: big string ... ok
> testDefaultDirection (__main__.UTF8Tests)
> utf8: use RTL default ... ok
> testEmpty (__main__.UTF8Tests)
> utf8: empty string ... ok
> testNaturalLTR (__main__.UTF8Tests)
> utf8: reorder LTR line by natural order ... ok
> testNaturalRTL (__main__.UTF8Tests)
> utf8: reorder RTL line by natural order ... ok
> testAsLTR (__main__.UnicodeTests)
> unicode: reorder line as LTR ... ok
> testAsRTL (__main__.UnicodeTests)
> unicode: reorder line as RTL ... ok
> testBigString (__main__.UnicodeTests)
> unicode: big string ... ok
> testDefaultDirection (__main__.UnicodeTests)
> unicode: use RTL default ... ok
> testEmpty (__main__.UnicodeTests)
> unicode: empty string ... ok
> testNaturalLTR (__main__.UnicodeTests)
> unicode: reorder LTR line by natural order ... ok
> testNaturalRTL (__main__.UnicodeTests)
> unicode: reorder RTL line by natural order ... ok
>
> ----------------------------------------------------------------------
> Ran 22 tests in 0.224s
>
> OK
> ls: cannot access /build/pyfribidi-poR4Z7/pyfribidi-0.10.0/build/lib_d.*-2.7:
> No such file or directory
> testInvalidDirection (__main__.InputTests)
> input: raise ValueError for invalid direction ... ok
> testInvalidEncodedString (__main__.InputTests)
> input: raise UnicodeError for invalid encoded string ... ok
> testInvalidInputString (__main__.InputTests)
> input: raise TypeError for non string or unicode input ... ok
> testRequireInputString (__main__.InputTests)
> input: require input string or unicode ... ok
> testUnknownEncoding (__main__.InputTests)
> input: raise LookupError for invalid encoding ... ok
> testCp1255NaturalRTL (__main__.OtherEncodingsTests)
> other encodings: cp1255 ... ok
> testIso8859_8NaturalRTL (__main__.OtherEncodingsTests)
> other encodings: iso8859-8 ... ok
> testUTF16NaturalRTL (__main__.OtherEncodingsTests)
> other encodings: utf-16 ... ok
> testAsLTR (__main__.UTF8Tests)
> utf8: reorder line as LTR ... Segmentation fault
> make[1]: *** [override_dh_auto_test] Error 139
The full build log is available from:
http://people.debian.org/~lucas/logs/2011/09/23/pyfribidi_0.10.0-3_lsid64.buildlog
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 about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot. Internet was not
accessible from the build systems.
--- End Message ---
--- Begin Message ---
Source: pyfribidi
Source-Version: 0.10.0-4
We believe that the bug you reported is fixed in the latest version of
pyfribidi, which is due to be installed in the Debian FTP archive:
pyfribidi_0.10.0-4.debian.tar.gz
to main/p/pyfribidi/pyfribidi_0.10.0-4.debian.tar.gz
pyfribidi_0.10.0-4.dsc
to main/p/pyfribidi/pyfribidi_0.10.0-4.dsc
python-pyfribidi-dbg_0.10.0-4_amd64.deb
to main/p/pyfribidi/python-pyfribidi-dbg_0.10.0-4_amd64.deb
python-pyfribidi_0.10.0-4_amd64.deb
to main/p/pyfribidi/python-pyfribidi_0.10.0-4_amd64.deb
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.
أحمد المحمودي (Ahmed El-Mahmoudy) <[email protected]> (supplier of updated
pyfribidi 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: SHA512
Format: 1.8
Date: Tue, 29 Nov 2011 21:13:43 +0200
Source: pyfribidi
Binary: python-pyfribidi python-pyfribidi-dbg
Architecture: source amd64
Version: 0.10.0-4
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team
<[email protected]>
Changed-By: أحمد المحمودي (Ahmed El-Mahmoudy) <[email protected]>
Description:
python-pyfribidi - FriBidi Python bindings
python-pyfribidi-dbg - FriBidi Python bindings (debug symbols)
Closes: 642743
Changes:
pyfribidi (0.10.0-4) unstable; urgency=low
.
* Add base_type.diff patch to fix the format corresponding to 'base'
argument (long -> unsigned int) (Closes: #642743)
Checksums-Sha1:
d6b68248783ce2cc6e5268fc1d5cea1c8e23426c 2256 pyfribidi_0.10.0-4.dsc
dfda38217d5c45edac2293fb9cb9383c4cc125c0 5022 pyfribidi_0.10.0-4.debian.tar.gz
81b5906ec761aa111156acf3dc82c39a3697bbf3 10896
python-pyfribidi_0.10.0-4_amd64.deb
a9d1c873dc77d7f4649a8c0590ec1fef5b856bb8 25364
python-pyfribidi-dbg_0.10.0-4_amd64.deb
Checksums-Sha256:
d50175c5d24ff2af56f9294b54ef3de5d03089743b5254d59e4e7e92a5885f64 2256
pyfribidi_0.10.0-4.dsc
0b4f26a04f18af38078a98da257d3a19170bdfbb927ad1759d344e587f40e462 5022
pyfribidi_0.10.0-4.debian.tar.gz
d00fef35bed149952bbe61f799cd8f1f0f8255af2a23ec8e064c2752027b6176 10896
python-pyfribidi_0.10.0-4_amd64.deb
1ce6a83da6311f7ce7a43bfcc09425af838ef8e13a93912b7f3b5df57445cfd9 25364
python-pyfribidi-dbg_0.10.0-4_amd64.deb
Files:
6ddb2f9e9d5134d694257e91bf332c48 2256 python optional pyfribidi_0.10.0-4.dsc
c0ff4047b8c8ceb654f56f8da5603178 5022 python optional
pyfribidi_0.10.0-4.debian.tar.gz
004794d7dd14ef72cd94c89da4d0aaf5 10896 python optional
python-pyfribidi_0.10.0-4_amd64.deb
60e376d8e9f706c732a9732b623b6fd0 25364 debug extra
python-pyfribidi-dbg_0.10.0-4_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCgAGBQJO1Uq6AAoJEK728aKnRXZFWt4P/jQXXcB4NEM2lljb/tq5dPFb
M/jJblcxYLhgIUYc0LLz32iWiJ8lWtQo4HjQ5CskFF/RLxefhhlKXLPD4RZMP9Li
7n0Lfscb6H95IRf/gmnXsjLRPF7EcKccNsyUjeydIgLYN/GE7Xj/AYV234DCMGsZ
fSN7RR2nMlgfg3l/3jgCp8yFUyV8adt1qn2VEMcc7m/GcuHe1oYknibOv0zEuBPe
u7RbK5IN/tTVZ/F59qzdJ15oOkI2ZyiS/CzZbV++uOZYOWE3aRwWLTA5JOgag1EI
qeySbtrskv81dQapMe6XeiCKeb65yhE99+6wsBoVpHTjUYrTT+xlCVuEFda9cd1x
1Nfsg2/mnKFpfKhIsZbDM2GT7KnXZco9jw/LrGXlyIeASJmmC6YtkAKqooBi9ueG
CXdHMvom/UYcDFCT1tle56tSmYRkDuluEUqinQguAcQq4cncGB/egQj0abfmvbwA
h+eBo27ednDwxoIINVERxAwjQwSXUQHL38zjiKUm/HUPjYzzjBS1JrNmeIx/iW0I
9SOwzMEOtYLm4ZZfIR4oiOEu2g2tSWLezXGjHRfwCkP9bb1WnLHutirkWxkq3HdS
vjGTw6Xm/aMpQY06YxzW+gF+rzAjdAO1fprmZsRn4e98hPzxmWrBvbcjrDcjmIAr
j0yG0TsK3k5aJjI3NdhS
=FN9r
-----END PGP SIGNATURE-----
--- End Message ---