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, barry, doko, freakboy3742, koobs, larry, ncoghlan, ned.deily, python-dev, rkuska, sYnfo, thomas-petazzoni, vstinner, wscullin, xdegaye, yan12125, zach.ware
Date 2016-08-20.01:56:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471658194.36.0.337978236388.issue23968@psf.upfronthosting.co.za>
In-reply-to
Content
please could somebody test the attached patch (I'm also trying to setup a gentoo env)? The idea is to keep the multiarch and triplet macros in sync.

diff -r a7f3678f9509 configure.ac
--- a/configure.ac	Sat Aug 20 03:05:13 2016 +0200
+++ b/configure.ac	Sat Aug 20 03:54:39 2016 +0200
@@ -882,6 +882,8 @@
   if test x$PLATFORM_TRIPLET != x$MULTIARCH; then
     AC_MSG_ERROR([internal configure error for the platform triplet, please file a bug report])
   fi
+elif test x$PLATFORM_TRIPLET != x && test x$MULTIARCH = x; then
+  MULTIARCH=$PLATFORM_TRIPLET
 fi
 if test x$PLATFORM_TRIPLET = x; then
   PLATDIR=plat-$MACHDEP
History
Date User Action Args
2016-08-20 01:56:34dokosetrecipients: + doko, barry, ncoghlan, vstinner, larry, ned.deily, Arfrever, freakboy3742, xdegaye, python-dev, zach.ware, koobs, sYnfo, thomas-petazzoni, rkuska, wscullin, yan12125
2016-08-20 01:56:34dokosetmessageid: <1471658194.36.0.337978236388.issue23968@psf.upfronthosting.co.za>
2016-08-20 01:56:34dokolinkissue23968 messages
2016-08-20 01:56:33dokocreate