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 Mark Harfouche, Robert Marshall, RomainGeissler1A, berker.peksag, donmez, egaudry, emaste, eric.araujo, gregory.p.smith, koobs, martin.panter, ned.deily, ngie, rhi, ronaldoussoren
Date 2021-02-09.06:37:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612852648.17.0.323333312233.issue13501@roundup.psfhosted.org>
In-reply-to
Content
@Gregory I'm the worker owner and can coordinate buildbot worker changes with Zach or Victor

FreeBSD has:

editline (in FreeBSD base, installed in /usr/ )
libedit in ports/packages (installs in /usr/local)
readline in ports/packages (installs in /usr/local)

Which combination would get us the best coverage?

Also, if both libedit and readline are installed from ports, does configure have a preference/default or will it barf?

Primary motivation behind the questions is that the Python build system is notoriously flaky with respect to third party libs in various locations (we've had issues with gettext, ssl, expat, among a few others)

I'm happy to install whatever you'd like on the workers at your convenience to the tests can be run as a custom build (if they haven't been already)
History
Date User Action Args
2021-02-09 06:37:28koobssetrecipients: + koobs, gregory.p.smith, ronaldoussoren, donmez, ned.deily, eric.araujo, ngie, egaudry, berker.peksag, martin.panter, emaste, Mark Harfouche, RomainGeissler1A, Robert Marshall, rhi
2021-02-09 06:37:28koobssetmessageid: <1612852648.17.0.323333312233.issue13501@roundup.psfhosted.org>
2021-02-09 06:37:28koobslinkissue13501 messages
2021-02-09 06:37:28koobscreate