FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

bpo-45747: Detect gdbm/dbm dependencies in configure (GH-29467) by tiran · Pull Request #29467 · python/cpython · GitHub

/ cpython Public

bpo-45747: Detect gdbm/dbm dependencies in configure (GH-29467) - #29467

Merged
tiran merged 4 commits into
python:mainfrom
tiran:bpo-45747-dbm
Nov 10, 2021
Merged

bpo-45747: Detect gdbm/dbm dependencies in configure (GH-29467)#29467
tiran merged 4 commits into
python:mainfrom
tiran:bpo-45747-dbm

Conversation

tiran commented Nov 8, 2021
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

tiran added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Nov 8, 2021

Copy link
Copy Markdown

🤖 New build scheduled with the buildbot fleet by @tiran for commit 73438e406438b95b299ddc37d4e8867053fbadfc 🤖

If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again.

bedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Nov 8, 2021
tiran added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Nov 8, 2021

Copy link
Copy Markdown

🤖 New build scheduled with the buildbot fleet by @tiran for commit dad6caa04c8a9ed153341a7ad644cb831f0d02ef 🤖

If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again.

bedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Nov 8, 2021
Signed-off-by: Christian Heimes <christian@python.org>

erlend-aasland left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

I left some comments about configure.ac (I haven't looked at the setup.py changes yet)

Comment thread configure.ac
Comment on lines +3128 to +3130
AC_CHECK_LIB([ndbm], [dbm_open])
LIBS="$LIBS_SAVE"
AC_CHECK_LIB([gdbm_compat], [dbm_open])

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

I wonder if we can fold these into:

Suggested change
AC_CHECK_LIB([ndbm], [dbm_open])
LIBS="$LIBS_SAVE"
AC_CHECK_LIB([gdbm_compat], [dbm_open])
AC_SEARCH_LIBS([dbm_open], [ndbm gdbm_compat])

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

AC_SEARCH_LIBS() does not create HAVE_LIBFOO entries.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Ah, that's unfortunate.

Comment thread configure.ac
Comment thread configure.ac Outdated
Comment thread configure.ac Outdated
tiran and others added 3 commits November 9, 2021 20:05
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
tiran requested a review from erlend-aasland November 9, 2021 20:44

erlend-aasland left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM. Is it worth it to document the USE_* defines in whatsnew?

tiran commented Nov 10, 2021

Copy link
Copy Markdown
Member Author

LGTM. Is it worth it to document the USE_* defines in whatsnew?

It's an internal detailed of the build system and not user-facing.

tiran changed the title bpo-45747: Detect gdbm/dbm dependencies in configure bpo-45747: Detect gdbm/dbm dependencies in configure (GH-29467) Nov 10, 2021
tiran merged commit 0a9f695 into python:main Nov 10, 2021
tiran deleted the bpo-45747-dbm branch November 10, 2021 19:26
remykarem pushed a commit to remykarem/cpython that referenced this pull request Dec 7, 2021
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
remykarem pushed a commit to remykarem/cpython that referenced this pull request Jan 30, 2022
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL