Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modules/clinic/_gdbmmodule.c.h #123467

Closed
lukeshingles opened this issue Aug 29, 2024 · 1 comment
Closed

Modules/clinic/_gdbmmodule.c.h #123467

lukeshingles opened this issue Aug 29, 2024 · 1 comment
Labels
type-bug An unexpected behavior, bug, or error

Comments

@lukeshingles
Copy link

lukeshingles commented Aug 29, 2024

Bug report

Bug description:

While testing with 3.13rc1 for a new [email protected] formula (Homebrew/homebrew-core#182840), an include error was found in Modules/clinic/_gdbmmodule.c.h. I believe the #include "pycore_modsupport.h" should become #include "internal/pycore_modsupport.h"

clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -I/opt/homebrew/opt/gdbm/include -I/opt/homebrew/opt/[email protected]/Frameworks/Python.framework/Versions/3.13/include/python3.13 -c _gdbmmodule.c -o build/temp.macosx-15.0-arm64-cpython-313/_gdbmmodule.o
  In file included from _gdbmmodule.c:60:
  ./clinic/_gdbmmodule.c.h:8:10: fatal error: 'pycore_modsupport.h' file not found
      8 | #include "pycore_modsupport.h"    // _PyArg_CheckPositional()
        |          ^~~~~~~~~~~~~~~~~~~~~
  1 error generated.

CPython versions tested on:

3.13

Operating systems tested on:

macOS

Linked PRs

@lukeshingles
Copy link
Author

Nevermind, sorry. This is probably an issue with my build configuration.

@picnixz picnixz closed this as not planned Won't fix, can't repro, duplicate, stale Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants