[issue44035] Regenerating the configure script fails even if dependencies are satisfied

2022-03-10 Thread Christian Heimes
Christian Heimes added the comment: PS: You have to use the "269" tag to get the correct container image. The "latest" image was outdated and I removed it. docker run -v (pwd):/src quay.io/tiran/cpython_autoconf:269 -- ___ Python tracker

[issue44035] Regenerating the configure script fails even if dependencies are satisfied

2022-02-26 Thread Brett Cannon
Brett Cannon added the comment: For me it took `docker run -v (pwd):/src quay.io/tiran/cpython_autoconf` (on fish and didn't run `docker pull` ahead of time). @tiran are you okay if we document your image and how to run it at

[issue44035] Regenerating the configure script fails even if dependencies are satisfied

2021-12-17 Thread Christian Heimes
Christian Heimes added the comment: New changeset da8cf8a74714f4cc34fb768345cb1caf9dcddd62 by Christian Heimes in branch 'main': bpo-44035: Show git diff after autoreconf and regen (GH-30117) https://github.com/python/cpython/commit/da8cf8a74714f4cc34fb768345cb1caf9dcddd62 --

[issue44035] Regenerating the configure script fails even if dependencies are satisfied

2021-12-15 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +28339 pull_request: https://github.com/python/cpython/pull/30117 ___ Python tracker ___

[issue44035] Regenerating the configure script fails even if dependencies are satisfied

2021-12-06 Thread Christian Heimes
Change by Christian Heimes : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.9 ___ Python tracker ___

[issue44035] Regenerating the configure script fails even if dependencies are satisfied

2021-12-06 Thread Christian Heimes
Christian Heimes added the comment: New changeset f147248795bf22be05bbc891053d60ef6a2f035d by Christian Heimes in branch '3.9': [3.9] bpo-44035: Check autoconf files thoroughly (GH-29935) (GH-29938) https://github.com/python/cpython/commit/f147248795bf22be05bbc891053d60ef6a2f035d

[issue44035] Regenerating the configure script fails even if dependencies are satisfied

2021-12-06 Thread Christian Heimes
Christian Heimes added the comment: New changeset 1528d249a5f8492801d09755f402618688337006 by Miss Islington (bot) in branch '3.10': [3.10] bpo-44035: Check autoconf files thoroughly (GH-29935) (GH-29937) https://github.com/python/cpython/commit/1528d249a5f8492801d09755f402618688337006

[issue44035] Regenerating the configure script fails even if dependencies are satisfied

2021-12-06 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +28162 pull_request: https://github.com/python/cpython/pull/29938 ___ Python tracker ___

[issue44035] Regenerating the configure script fails even if dependencies are satisfied

2021-12-06 Thread Christian Heimes
Christian Heimes added the comment: New changeset 98fac8bc183c113903403793ffe411358ee40d8a by Christian Heimes in branch 'main': bpo-44035: Check autoconf files thoroughly (GH-29935) https://github.com/python/cpython/commit/98fac8bc183c113903403793ffe411358ee40d8a --

[issue44035] Regenerating the configure script fails even if dependencies are satisfied

2021-12-06 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +28161 pull_request: https://github.com/python/cpython/pull/29937 ___ Python tracker

[issue44035] Regenerating the configure script fails even if dependencies are satisfied

2021-12-06 Thread Christian Heimes
Change by Christian Heimes : -- keywords: +patch pull_requests: +28159 stage: -> patch review pull_request: https://github.com/python/cpython/pull/29935 ___ Python tracker

[issue44035] Regenerating the configure script fails even if dependencies are satisfied

2021-05-08 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Seems to work like a charm: ❯ docker run -v`pwd`:/src tiran/cpython_autoconf Rebuilding configure script autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force autoreconf: configure.ac:

[issue44035] Regenerating the configure script fails even if dependencies are satisfied

2021-05-08 Thread Christian Heimes
Christian Heimes added the comment: Pablo, could you please give the container a try? -- ___ Python tracker ___ ___

[issue44035] Regenerating the configure script fails even if dependencies are satisfied

2021-05-04 Thread Christian Heimes
Christian Heimes added the comment: Container image definition is at https://github.com/tiran/cpython_autoconf I propose to test this a bit, get feedback, and then move the code and image to python infrastructure. I chose Alpine because it's the least controversial one. -- assignee:

[issue44035] Regenerating the configure script fails even if dependencies are satisfied

2021-05-04 Thread Christian Heimes
Christian Heimes added the comment: I got you covered: $ podman run -v.:/src:Z tiran/cpython_autoconf $ docker run -v.:/src tiran/cpython_autoconf -- ___ Python tracker ___

[issue44035] Regenerating the configure script fails even if dependencies are satisfied

2021-05-04 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Yep, I am also setting ACLOCAL_PATH to make sure it picks it up. To be honest I think this has to be something about the weird setup in this machine but I think more people may run into this so it may be worth to include this in the News entry and

[issue44035] Regenerating the configure script fails even if dependencies are satisfied

2021-05-04 Thread Christian Heimes
Christian Heimes added the comment: Dpes /opt/bb/bin/autoconf pick up the files in /share/aclocal? Both are rather unusual file locations. -- ___ Python tracker ___

[issue44035] Regenerating the configure script fails even if dependencies are satisfied

2021-05-04 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Also: grep -r AX_C_FLOAT_WORDS_BIGENDIAN /share/aclocal/ ax_c_float_words_bigendian.m4:# AX_C_FLOAT_WORDS_BIGENDIAN([ACTION-IF-TRUE], [ACTION-IF-FALSE], [ACTION-IF-UNKNOWN]) ax_c_float_words_bigendian.m4:AC_DEFUN([AX_C_FLOAT_WORDS_BIGENDIAN],

[issue44035] Regenerating the configure script fails even if dependencies are satisfied

2021-05-04 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Reverting https://github.com/python/cpython/commit/5d6e8c1c1a5f667cdce99cb3c563ac922198678d works -- ___ Python tracker ___

[issue44035] Regenerating the configure script fails even if dependencies are satisfied

2021-05-04 Thread Pablo Galindo Salgado
New submission from Pablo Galindo Salgado : I have installed autoconf-archive and autoconf 2.69 and tried to regenerate the configure script and it fails: $ ls /share/aclocal/ax_* | wc -l 572 $ autoconf --version autoconf (GNU Autoconf) 2.69 Copyright (C) 2012 Free Software Foundation, Inc.