p/f/prefix/s/legacy: python-3.3 fails on linux-2.6.18. Mask.
authorBenda Xu <heroxbd@gentoo.org>
Sat, 4 Jun 2016 03:14:28 +0000 (12:14 +0900)
committerBenda Xu <heroxbd@gentoo.org>
Sat, 4 Jun 2016 05:54:32 +0000 (14:54 +0900)
profiles/features/prefix/standalone/legacy/make.defaults
profiles/features/prefix/standalone/legacy/package.mask

index 75844255f9ccf7f274e2b11ad2fd53fe63908f4f..254b730a79c44b60ecc85e5f62a7390a05eebf03 100644 (file)
@@ -1,6 +1,17 @@
+# This profile is supporting >=linux-2.6.16[a] and <linux-2.6.32[b].
+
+# a. https://sourceware.org/ml/libc-announce/2012/msg00001.html
+# lowest version supported by glibc-2.17 to glibc-2.19.
+
+# b. https://sourceware.org/ml/libc-alpha/2014-09/msg00088.html
+# lowest version supported by glibc-2.20 onwards.
+
+
 # utimensat is missing or not reliable until linux-2.6.32.
 # needed by python-3.
 ac_cv_func_utimensat=no
+# pipe2 requires >=linux-2.6.27.  Needed by python-3.
+ac_cv_func_pipe2=no
 
-# >=python-3.4 is masked.
-PYTHON_TARGETS="python2_7 python3_3"
+# >=python-3 is masked.
+PYTHON_TARGETS="-python3_4"
index 29807ddac768b19fe5c2d97fb1dfeba8553dc56d..5125269d289d0ba1f43e202898e98eacf90d49f4 100644 (file)
@@ -3,4 +3,5 @@
 
 # >=python-3.4 assumes F_DUPFD_CLOEXEC of fcntl,
 # which requires >=linux-2.6.24.
->=dev-lang/python-3.4
\ No newline at end of file
+# python-3.3 seems to be unconditionally using utimensat.
+>=dev-lang/python-3
\ No newline at end of file