[Bug 2009967] Re: python3-dbg-config syntax error
Launchpad Bug Tracker
2009967 at bugs.launchpad.net
Thu Mar 16 14:33:47 UTC 2023
This bug was fixed in the package python3.11 - 3.11.2-6
---------------
python3.11 (3.11.2-6) unstable; urgency=high
[ Stefano Rivera ]
* Explain more ways to pass --break-system-packages to pip.
[ Matthias Klose ]
* Fix syntax error in python3-dbg-config script. LP: #2009967.
-- Matthias Klose <doko at debian.org> Mon, 13 Mar 2023 13:18:29 +0100
** Changed in: python3.11 (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to python3.11 in Ubuntu.
https://bugs.launchpad.net/bugs/2009967
Title:
python3-dbg-config syntax error
Status in python3.11 package in Ubuntu:
Fix Released
Bug description:
$ python3-dbg-config --cflags --libs
/usr/bin/python3-dbg-config: 117: Syntax error: Unterminated quoted string
This is caused by an unterminated string on line 38:
CFLAGS=$(echo "-g -Og -fstack-protector-strong -Wformat -Werror=format-security | sed "s#$prefix#$prefix_real#")
That should be:
CFLAGS=$(echo "-g -Og -fstack-protector-strong -Wformat -Werror=format-security" | sed "s#$prefix#$prefix_real#")
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.11/+bug/2009967/+subscriptions
More information about the foundations-bugs
mailing list