Mailinglist Archive: opensuse-packaging (284 mails)
| < Previous | Next > |
Re: [opensuse-packaging] Need help with python module
- From: Richard Guenther <rguenther@xxxxxxx>
- Date: Thu, 17 Feb 2011 13:47:20 +0100 (CET)
- Message-id: <alpine.LNX.2.00.1102171346220.17230@zhemvz.fhfr.qr>
On Thu, 17 Feb 2011, Philipp Thomas wrote:
Hopefully a SR to fix pyconfig.h to not define DATE (WTF!? Packages
are still shipping their config.h as generated from autoconf!?)
Richard.
--
Richard Guenther <rguenther@xxxxxxx>
Novell / SUSE Labs
SUSE LINUX Products GmbH - Nuernberg - AG Nuernberg - HRB 16746 - GF: Markus Rex
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
* Kyrill Detinov (lazy.kent@xxxxxxxxxxxx) [20110215 12:48]:
I see a lot of errors from /usr/include/unicode/calendar.h. Isn't there
anything wrong in libicu-devel-4.4.2? Or I missing something?
Something is wrong indeed, the question is where. If you add -save-temps to
the compiler flags you will see:
enum EDateFields {
ERA,
YEAR,
MONTH,
WEEK_OF_YEAR,
WEEK_OF_MONTH,
"Sep 03 2010", /* Should be DATE */
So what was supposed to be the name of an enum value gets expanded to a date
string and it's pyconfig.h from python2.7 that defines DATE as a string.
Undefining DATE in common.h before the inclusion of calendar.h fixes this.
There was also another bug in _icu.cpp that I fixed also. With these two
patches python-ICU builds for factory. I'v created a SR for this.
Hopefully a SR to fix pyconfig.h to not define DATE (WTF!? Packages
are still shipping their config.h as generated from autoconf!?)
Richard.
--
Richard Guenther <rguenther@xxxxxxx>
Novell / SUSE Labs
SUSE LINUX Products GmbH - Nuernberg - AG Nuernberg - HRB 16746 - GF: Markus Rex
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
| < Previous | Next > |