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 doko
Recipients Arfrever, amaury.forgeotdarc, barry, dmalcolm, doko, eric.araujo, eric.smith, fdrake, loewis, pitrou, r.david.murray, rpetrov
Date 2010-11-14.02:03:09
SpamBayes Score 9.2731517e-07
Marked as misclassified No
Message-id <1289700191.84.0.509300775835.issue9807@psf.upfronthosting.co.za>
In-reply-to
Content
this adds the modifier to the <prefix>/python3.2<abi>/config directory.

Now you end up with both
  
  <prefix>/python3.2<abi>/config

and

    <prefix>/python3.2/

for anything else. This is not what Debian, Fedora and Ubuntu are currently doing. Is this really wanted? I'd rather like to see this as

    <prefix>/python3.2/config-<abi>

so that everything is again in one prefix.


$ ls -l <prefix>/lib/pkgconfig/
total 4
-rw-r--r-- 1 doko doko 282 Nov 14 02:44 python-3.2.pc
lrwxrwxrwx 1 doko doko  13 Nov 14 02:44 python-3.2mu.pc -> python-3.2.pc

python-3.2mu.pc should be the file, python-3.2.pc the symlink.
History
Date User Action Args
2010-11-14 02:03:11dokosetrecipients: + doko, loewis, fdrake, barry, amaury.forgeotdarc, pitrou, eric.smith, eric.araujo, rpetrov, Arfrever, r.david.murray, dmalcolm
2010-11-14 02:03:11dokosetmessageid: <1289700191.84.0.509300775835.issue9807@psf.upfronthosting.co.za>
2010-11-14 02:03:09dokolinkissue9807 messages
2010-11-14 02:03:09dokocreate