Skip to content

gh-129388: Use user supplied env vars when checking for gdbm deps - #129389

Draft
erlend-aasland wants to merge 3 commits into
python:mainfrom
erlend-aasland:better-gdbm-probing
Draft

gh-129388: Use user supplied env vars when checking for gdbm deps#129389
erlend-aasland wants to merge 3 commits into
python:mainfrom
erlend-aasland:better-gdbm-probing

Conversation

@erlend-aasland

@erlend-aaslanderlend-aasland commented Jan 28, 2025

Copy link
Copy Markdown
Contributor

Use GDBM_CFLAGS and GDBM_LIBS for all gdbm related checks.

Use GDBM_CFLAGS and GDBM_LIBS for all gdbm related checks.
Comment threadconfigure.ac
Comment on lines +4408 to +4410
dnl check for _dbmmodule.c dependencies
dnl ndbm, gdbm_compat, libdb
AC_CHECK_HEADERS([ndbm.h], [

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

I think we're fine keeping this inside the GDBM_* env flag context, since this check also encompasses GDBM compat.

@erlend-aaslanderlend-aasland added needs backport to 3.12 only security fixes needs backport to 3.13 bugs and security fixes labels Jan 28, 2025
@erlend-aasland

Copy link
Copy Markdown
ContributorAuthor

Hm, the fix is not so straightforward as I thought; I'll have to look more closely at this.

@zaniebzanieb 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.

Makes sense to me

@zanieb

Copy link
Copy Markdown
Contributor

Yeah interested in that CI failure — seems fine otherwise.

@tomasr8tomasr8 removed the needs backport to 3.12 only security fixes label Apr 10, 2025
@serhiy-storchakaserhiy-storchaka added the needs backport to 3.14 bugs and security fixes label May 8, 2025
@github-actions

Copy link
Copy Markdown

This PR is stale because it has been open for 30 days with no activity.

@github-actionsgithub-actionsBot added the stale Stale PR or inactive for long period of time. label Apr 21, 2026
@serhiy-storchakaserhiy-storchaka added the needs backport to 3.15 pre-release feature fixes, bugs and security fixes label May 30, 2026
@github-actionsgithub-actionsBot removed the stale Stale PR or inactive for long period of time. label May 31, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting core reviewneeds backport to 3.13bugs and security fixesneeds backport to 3.14bugs and security fixesneeds backport to 3.15pre-release feature fixes, bugs and security fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@erlend-aasland@zanieb@serhiy-storchaka@tomasr8