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 cavallo71
Recipients cavallo71, doko, eric.araujo, georg.brandl, larry, loewis, skrah, trent
Date 2012-11-02.18:02:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351879330.0.0.322238672123.issue16347@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,
the patch it is really simple, it adds the @LIB@ and @ARCH@ variables to the configure machinery. 

If you look into the Makefile.pre.in:

INCLUDEDIR=¬@includedir@
CONFINCLUDEDIR=¬$(exec_prefix)/include
SCRIPTDIR=¬…$(prefix)/lib


This hardcodes lib that can be right on debian derivatives but on many other distributions it would be lib64 (fedora and opensuse notable ones).

In theory SCRIPTDIR could be se to @libdir@ but...

Samples of that hardcoded path (lib) are spread all over the source code and there're specific patches for these.
 
This patch should make easier later on to fix these, in fact the patch should be totally safe (at least that would be my aim) with no impact.

I hope this helps,
thanks
History
Date User Action Args
2012-11-02 18:02:10cavallo71setrecipients: + cavallo71, loewis, georg.brandl, doko, larry, trent, eric.araujo, skrah
2012-11-02 18:02:10cavallo71setmessageid: <1351879330.0.0.322238672123.issue16347@psf.upfronthosting.co.za>
2012-11-02 18:02:09cavallo71linkissue16347 messages
2012-11-02 18:02:09cavallo71create