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 koobs
Recipients akitada, christian.heimes, eric.araujo, koobs, loewis, nbastin, tarek
Date 2013-09-18.10:19:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379499563.85.0.626221623734.issue4366@psf.upfronthosting.co.za>
In-reply-to
Content
Confirming identical failures on all branches:

tip: /usr/bin/ld: cannot find -lpython3.4m
3.3: /usr/bin/ld: cannot find -lpython3.3m
3.2: /usr/bin/ld: cannot find -lpython3.2m
3.1: /usr/bin/ld: cannot find -lpython3.1
2.7: /usr/bin/ld: cannot find -lpython2.7
2.6: /usr/bin/ld: cannot find -lpython2.6

Tested attached patch with success, will carry this patch locally in all FreeBSD Python ports until it merged. Let's close this 5 year old nasty :)
History
Date User Action Args
2013-09-18 10:19:23koobssetrecipients: + koobs, loewis, nbastin, christian.heimes, tarek, eric.araujo, akitada
2013-09-18 10:19:23koobssetmessageid: <1379499563.85.0.626221623734.issue4366@psf.upfronthosting.co.za>
2013-09-18 10:19:23koobslinkissue4366 messages
2013-09-18 10:19:23koobscreate