This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients dstufft, eric.araujo, mark, ned.deily
Date 2014-11-11.09:15:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415697353.78.0.975332393639.issue22846@psf.upfronthosting.co.za>
In-reply-to
Content
Have you reported this problem to the author of apsw?  It seems like figuring out why apsw is apparently creating an incorrect setup.py configuration should be a first step before suggesting a change to Distutils.  You might want to supply the values from your system for:

icu-config --cppflags
icu-config --ldflags

FWIW, with a current Debian testing, I get the following failure with either Python 3.4 or 2.7:

running build_ext
SQLite: Using amalgamation /tmp/e/apsw-3.8.7.1-r1/sqlite3/sqlite3.c
### icu-config: Can't find /usr/lib/i386-linux-gnu/libicuuc.so - ICU prefix is wrong.
###      Try the --prefix= option
###      or --detect-prefix
###      (If you want to disable this check, use  the --noverify option)
### icu-config: Exitting.
### icu-config: Can't find /usr/lib/i386-linux-gnu/libicuuc.so - ICU prefix is wrong.
###      Try the --prefix= option
###      or --detect-prefix
###      (If you want to disable this check, use  the --noverify option)
### icu-config: Exitting.
ICU: Unable to determine includes/libraries for ICU using icu-config
ICU: You will need to manually edit setup.py or setup.cfg to set them

So there may be issues with icu-config on Debian.  (Also, Python 3.3 is now in security-fix only mode.)
History
Date User Action Args
2014-11-11 09:15:53ned.deilysetrecipients: + ned.deily, mark, eric.araujo, dstufft
2014-11-11 09:15:53ned.deilysetmessageid: <1415697353.78.0.975332393639.issue22846@psf.upfronthosting.co.za>
2014-11-11 09:15:53ned.deilylinkissue22846 messages
2014-11-11 09:15:53ned.deilycreate