RPM Community Forums

Mailing List Message of <rpm-devel>

Re: allow old python 2.3 as well ?

From: Anders F Björklund <afb@rpm5.org>
Date: Fri 10 Aug 2007 - 21:29:47 CEST
Message-Id: <7562234939af2e938874764c1fea0085@rpm5.org>
Mark Hatle wrote:

>> For now, I used explit paths to tell it where it is:
>>         --with-python-inc-dir=/usr/include/python2.3 \
>>         --with-python-lib-dir=/usr/lib/python2.3 \
>
> This is the expected way to work around python not living in the system
> path.  I'd prefer we don't change this behavior or it could affect
> cross-compiling rpm.  (Any time we use hard coded paths it's just a
> mess.. unless we crap them in if cross-compile....)

That's cool with me, just thought I'd mention it...

When I think further about it, wonder if it wasn't
me that added those paths myself last time I tinkered :-)
Either way, it's a symlink over to the actual location:
/System/Library/Frameworks/Python.framework/Versions/2.3/include/ 
python2.3
The actual RPM module eventually ends up installed in:
/Library/Python/2.3/site-packages/rpm

So nothing to change or see here, just little Mac quirks.
--anders
Received on Fri Aug 10 21:29:48 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.