Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

pkg-config files (.pc) conflict between default and free-threaded build #119729

Closed
Labels
3.13bugs and security fixes3.14bugs and security fixesbuildThe build process and cross-buildtopic-free-threadingtype-bugAn unexpected behavior, bug, or error
@colesbury

Description

@colesbury

Bug report

If you install the default and free-threaded build to the same prefix, some files conflict and will get overwritten by the most recent install:

modified:   bin/idle3.13modified:   bin/pydoc3.13modified:   bin/python3.13typechange: bin/python3.13-configmodified:   lib/pkgconfig/python-3.13-embed.pcmodified:   lib/pkgconfig/python-3.13.pc

The most problematic of these are thepkg-config files:

diff --git a/lib/pkgconfig/python-3.13-embed.pc b/lib/pkgconfig/python-3.13-embed.pcindex 9bc6ab5..5fc2548 100644--- a/lib/pkgconfig/python-3.13-embed.pc+++ b/lib/pkgconfig/python-3.13-embed.pc@@ -9,5 +9,5 @@ Description: Embed Python into an application Requires: Version: 3.13 Libs.private: -ldl  -framework CoreFoundation-Libs: -L${libdir} -lpython3.13-Cflags: -I${includedir}/python3.13+Libs: -L${libdir} -lpython3.13t+Cflags: -I${includedir}/python3.13tdiff --git a/lib/pkgconfig/python-3.13.pc b/lib/pkgconfig/python-3.13.pcindex c206220..519f20f 100644--- a/lib/pkgconfig/python-3.13.pc+++ b/lib/pkgconfig/python-3.13.pc@@ -10,4 +10,4 @@ Requires: Version: 3.13 Libs.private: -ldl  -framework CoreFoundation Libs: -L${libdir}-Cflags: -I${includedir}/python3.13+Cflags: -I${includedir}/python3.13t

Maybe the pkg-config files for the free-threaded build should be calledpython-3.13t.pc andpython-3.13t-embed.pc?

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.13bugs and security fixes3.14bugs and security fixesbuildThe build process and cross-buildtopic-free-threadingtype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp