[arch-commits] Commit in python/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Mon May 24 13:29:37 UTC 2021


    Date: Monday, May 24, 2021 @ 13:29:36
  Author: foutrelis
Revision: 416251

upgpkg: python 3.9.5-3: rebuild with GCC 11

Trying to resolve the following gnumeric build failure:

  lto1: fatal error: bytecode stream in file '/usr/lib/python3.9/
    config-3.9-x86_64-linux-gnu/libpython3.9.a' generated with LTO
    version 9.0 instead of the expected 11.0
  make[3]: *** [Makefile:563: python_loader.la] Error 1

Modified:
  python/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-24 12:20:00 UTC (rev 416250)
+++ PKGBUILD	2021-05-24 13:29:36 UTC (rev 416251)
@@ -9,7 +9,7 @@
 pkgbase=python
 pkgname=(python python-tests)
 pkgver=3.9.5
-pkgrel=2
+pkgrel=3
 _pybasever=${pkgver%.*}
 pkgdesc="Next generation of the python high-level scripting language"
 arch=('x86_64')



More information about the arch-commits mailing list