build: fix python detection post #23182 #23317

pull fanquake wants to merge 1 commits into bitcoin:master from fanquake:23182_fixup changing 1 files +1 −1
  1. fanquake commented at 4:30 AM on October 20, 2021: member

    #23182 was broken. Fixup the changes, and add python3.11 as suggested. Was going to include this in other changes, but no point leaving this broken any longer.

  2. build: fix python detection post #23182
    23182 was broken. Fix up the changes, and add python3.11 as suggested.
    a78137ec33
  3. fanquake added the label Build system on Oct 20, 2021
  4. fanquake cross-referenced this on Oct 20, 2021 from issue build: add python3.10 alias to AC_PATH_PROGS call in configure by fanquake
  5. MarcoFalke commented at 7:07 AM on October 20, 2021: member

    cr ACK a78137ec3393fab8b2253995f91b22800886f82b

  6. hebasto approved
  7. hebasto commented at 7:34 AM on October 20, 2021: member

    ACK a78137ec3393fab8b2253995f91b22800886f82b, tested on Ubuntu Impish 21.10 running ./configure:

    • master (0ccf9b2e5594581deef2f60174c3651a57f93b64):
    ...
    checking for python3.6... no
    checking for python3.7... no
    checking for python3.8... no
    checking for python3.9,... no
    checking for python3.10,... no
    checking for python3... /usr/bin/python3
    ...
    
    • this PR:
    ...
    checking for python3.6... no
    checking for python3.7... no
    checking for python3.8... no
    checking for python3.9... /usr/bin/python3.9
    ...
    
  8. MarcoFalke merged this on Oct 20, 2021
  9. MarcoFalke closed this on Oct 20, 2021

  10. fanquake deleted the branch on Oct 20, 2021
  11. barton2526 cross-referenced this on Nov 16, 2021 from issue build: add python3.10, 3.11 alias to AC_PATH_PROGS call in configure by barton2526
  12. luke-jr referenced this in commit e864328b90 on Dec 14, 2021
  13. bitcoin locked this on Oct 30, 2022

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-05-20 06:53 UTC