Your message dated Fri, 05 Mar 2010 21:50:46 +0000
with message-id <e1nnfpy-0002kv...@ries.debian.org>
and subject line Bug#571502: fixed in pacparser 1.0.9-2
has caused the Debian Bug report #571502,
regarding pacparser: FTBFS with Python 2.6 as default
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.)
--
571502: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571502
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pacparser
Version: 1.0.9-1
Severity: important
User: debian-pyt...@lists.debian.org
Usertags: python2.6
Hello,
When rebuilt in an environment with Python 2.6 as the default version,
your package failed to build from source. Here are the relevant parts of
the build log:
| /usr/bin/make
DESTDIR=/build/user-pacparser_1.0.9-1-amd64-dQfR0y/pacparser-1.0.9/debian/tmp
install
| make[1]: Entering directory
`/build/user-pacparser_1.0.9-1-amd64-dQfR0y/pacparser-1.0.9'
| install -d
/build/user-pacparser_1.0.9-1-amd64-dQfR0y/pacparser-1.0.9/debian/tmp/usr/lib
/build/user-pacparser_1.0.9-1-amd64-dQfR0y/pacparser-1.0.9/debian/tmp/usr/include
/build/user-pacparser_1.0.9-1-amd64-dQfR0y/pacparser-1.0.9/debian/tmp/usr/bin
| install -m 644 libpacparser.so.1
/build/user-pacparser_1.0.9-1-amd64-dQfR0y/pacparser-1.0.9/debian/tmp/usr/lib/libpacparser.so.1
| ln -sf libpacparser.so.1
/build/user-pacparser_1.0.9-1-amd64-dQfR0y/pacparser-1.0.9/debian/tmp/usr/lib/libpacparser.so
| install -m 755 pactester
/build/user-pacparser_1.0.9-1-amd64-dQfR0y/pacparser-1.0.9/debian/tmp/usr/bin/pactester
| install -m 644 pacparser.h
/build/user-pacparser_1.0.9-1-amd64-dQfR0y/pacparser-1.0.9/debian/tmp/usr/include/pacparser.h
| # install pactester manpages
| install -d
/build/user-pacparser_1.0.9-1-amd64-dQfR0y/pacparser-1.0.9/debian/tmp/usr/share/man/man1/
| (test -d docs && install -m 644 docs/*.1
/build/user-pacparser_1.0.9-1-amd64-dQfR0y/pacparser-1.0.9/debian/tmp/usr/share/man/man1/)
|| /bin/true
| # install pacparser manpages
| install -d
/build/user-pacparser_1.0.9-1-amd64-dQfR0y/pacparser-1.0.9/debian/tmp/usr/share/man/man3/
| (test -d docs && install -m 644 docs/*.3
/build/user-pacparser_1.0.9-1-amd64-dQfR0y/pacparser-1.0.9/debian/tmp/usr/share/man/man3/)
|| /bin/true
| # install html docs
| install -d
/build/user-pacparser_1.0.9-1-amd64-dQfR0y/pacparser-1.0.9/debian/tmp/usr/share/doc/pacparser/html/
| (test -d docs/html && install -m 644 docs/html/*
/build/user-pacparser_1.0.9-1-amd64-dQfR0y/pacparser-1.0.9/debian/tmp/usr/share/doc/pacparser/html/)
|| /bin/true
| # install examples
| install -d
/build/user-pacparser_1.0.9-1-amd64-dQfR0y/pacparser-1.0.9/debian/tmp/usr/share/doc/pacparser/examples/
| (test -d examples && install -m 644 examples/*
/build/user-pacparser_1.0.9-1-amd64-dQfR0y/pacparser-1.0.9/debian/tmp/usr/share/doc//pacparser/examples/)
|| /bin/true
| make[1]: Leaving directory
`/build/user-pacparser_1.0.9-1-amd64-dQfR0y/pacparser-1.0.9'
| /usr/bin/make
DESTDIR=/build/user-pacparser_1.0.9-1-amd64-dQfR0y/pacparser-1.0.9/debian/tmp
install-pymod
| make[1]: Entering directory
`/build/user-pacparser_1.0.9-1-amd64-dQfR0y/pacparser-1.0.9'
| cd pymod && LDFLAGS=" -Wl,-soname=libpacparser.so.1 -lmozjs" SHFLAGS="-fPIC"
MKSHLIB="cc -shared" python setup.py
| make[2]: Entering directory
`/build/user-pacparser_1.0.9-1-amd64-dQfR0y/pacparser-1.0.9/pymod'
| make[2]: Nothing to be done for `all'.
| make[2]: Leaving directory
`/build/user-pacparser_1.0.9-1-amd64-dQfR0y/pacparser-1.0.9/pymod'
| cd pymod &&
LIB_PREFIX="/build/user-pacparser_1.0.9-1-amd64-dQfR0y/pacparser-1.0.9/debian/tmp/usr/lib"
python setup.py install
| make[2]: Entering directory
`/build/user-pacparser_1.0.9-1-amd64-dQfR0y/pacparser-1.0.9/pymod'
| install -d
/build/user-pacparser_1.0.9-1-amd64-dQfR0y/pacparser-1.0.9/debian/tmp/usr/lib/python2.6/site-packages/pacparser
| install -m 644 __init__.py
/build/user-pacparser_1.0.9-1-amd64-dQfR0y/pacparser-1.0.9/debian/tmp/usr/lib/python2.6/site-packages/pacparser/
| install -m 644 _pacparser2.6.so
/build/user-pacparser_1.0.9-1-amd64-dQfR0y/pacparser-1.0.9/debian/tmp/usr/lib/python2.6/site-packages/pacparser/_pacparser.so
| make[2]: Leaving directory
`/build/user-pacparser_1.0.9-1-amd64-dQfR0y/pacparser-1.0.9/pymod'
| make[1]: Leaving directory
`/build/user-pacparser_1.0.9-1-amd64-dQfR0y/pacparser-1.0.9'
| dh_install -s --autodest
| dh_install: python-pacparser missing files (debian/tmp/usr/lib/python2.5/*),
aborting
If you need help with fixing this bug, don't hesitate to ask on
#debian-python or debian-pyt...@lists.debian.org.
--
Jakub Wilk
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: pacparser
Source-Version: 1.0.9-2
We believe that the bug you reported is fixed in the latest version of
pacparser, which is due to be installed in the Debian FTP archive:
libpacparser1-dev_1.0.9-2_i386.deb
to main/p/pacparser/libpacparser1-dev_1.0.9-2_i386.deb
libpacparser1_1.0.9-2_i386.deb
to main/p/pacparser/libpacparser1_1.0.9-2_i386.deb
pacparser_1.0.9-2.diff.gz
to main/p/pacparser/pacparser_1.0.9-2.diff.gz
pacparser_1.0.9-2.dsc
to main/p/pacparser/pacparser_1.0.9-2.dsc
python-pacparser_1.0.9-2_i386.deb
to main/p/pacparser/python-pacparser_1.0.9-2_i386.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 571...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andrew Pollock <apoll...@debian.org> (supplier of updated pacparser 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, 05 Mar 2010 12:46:51 -0800
Source: pacparser
Binary: libpacparser1 libpacparser1-dev python-pacparser
Architecture: source i386
Version: 1.0.9-2
Distribution: unstable
Urgency: low
Maintainer: Andrew Pollock <apoll...@debian.org>
Changed-By: Andrew Pollock <apoll...@debian.org>
Description:
libpacparser1 - library to parse proxy auto-config files
libpacparser1-dev - library to parse proxy auto-config files (development
files)
python-pacparser - Python module to parse proxy auto-config files
Closes: 566050 571502
Changes:
pacparser (1.0.9-2) unstable; urgency=low
.
[ Luca Falavigna ]
* Do not rely on a particular Python when installing extension, fix
FTBFS with Python 2.6 as default (Closes: #571502).
* Build-depend on python-support and invoke dh_pysupport in rules to
allow byte-compilation of Python files (Closes: #566050).
.
[ Andrew Pollock ]
* Preempt NMU
* debian/control: bumped Standards-Version (no changes)
Checksums-Sha1:
4e4c628c45673f5e2be9a74ae206a59bdb8eb358 1040 pacparser_1.0.9-2.dsc
3c02b5135c358c6313d895cce79e3fb09c48ec35 2836 pacparser_1.0.9-2.diff.gz
c8e0cde002da07385e0274eb5289a2b75de72c75 9564 libpacparser1_1.0.9-2_i386.deb
209ad830b8cb81f69457a83867c68a001c044d8d 11120
libpacparser1-dev_1.0.9-2_i386.deb
6fa6c320a40bd6efb7f8279c55c7301df70ebf7c 11458
python-pacparser_1.0.9-2_i386.deb
Checksums-Sha256:
265559097bfa68f7a222bb4bce32db196d4b88b35e572b02f7256f5853a2f159 1040
pacparser_1.0.9-2.dsc
e22db7ce8d64f81ee4340732c384bdd21338b0417c26b3066bafb6ceb5a0b946 2836
pacparser_1.0.9-2.diff.gz
5e0e5042b4306da0d8505f0389a1264c85b611edff2edb96fcc4179fbe9b5056 9564
libpacparser1_1.0.9-2_i386.deb
4a881901c0a1e1699fb75b2f5c02adda80bc903a675f0df4dd69fe8ae799cfa1 11120
libpacparser1-dev_1.0.9-2_i386.deb
012437fbc7dbe7a7520052153acd583bd5c115b6a420d464d9b2208f3459ea10 11458
python-pacparser_1.0.9-2_i386.deb
Files:
fd50974f13394e77a923dd3eaedfe59d 1040 libs extra pacparser_1.0.9-2.dsc
7af777d6193c13ddd61dec451f490f1f 2836 libs extra pacparser_1.0.9-2.diff.gz
6f7badd8e26402255e276b33745a9926 9564 libs extra libpacparser1_1.0.9-2_i386.deb
1becdb989d6bb97bba770e6b03a1dc83 11120 libdevel extra
libpacparser1-dev_1.0.9-2_i386.deb
807496d550def165e820b2ba39df0468 11458 python extra
python-pacparser_1.0.9-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkuRb2cACgkQIblXXKfZFgJMaACeIaXbFXo2vhLmfYP3pjkGwocU
DEEAoJUU9g891NwvTi0VFpdxfPQ6bS4x
=WoFX
-----END PGP SIGNATURE-----
--- End Message ---