[Bug 2009967] [NEW] python3-dbg-config syntax error
Andreas Hasenack
2009967 at bugs.launchpad.net
Fri Mar 10 14:53:42 UTC 2023
Public bug reported:
$ 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#")
** Affects: python3.11 (Ubuntu)
Importance: Undecided
Status: New
** Tags: update-excuse
--
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:
New
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