python-greenlet-dbg does not contain required debug symbols

Bug #1029682 reported by Adam Gandelman
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-greenlet (Ubuntu)
Fix Released
Medium
Unassigned
Precise
Won't Fix
Medium
Unassigned

Bug Description

On 12.04, python-greenlet-dbg apparently does not include the debug symbols:

ubuntu@server-4821~$ sudo apt-get -y install python2.7-dbg python-greenlet python-greenlet-dbg
ubuntu@server-481:~$ python2.7 -c 'import greenlet'
ubuntu@server-481:~$ python2.7-dbg -c 'import greenlet'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: /usr/lib/python2.7/dist-packages/greenlet.so: undefined symbol: Py_InitModule4_64

The equiv. works fine on 12.10. I suspect the conversion to dh_python2 (part of Ubuntu delta in Q) explains why they now work.

Revision history for this message
Clint Byrum (clint-fewbar) wrote :

I see the same thing, marking as Confirmed/Medium

(precise-amd64)root@clint-MacBookPro:/home/clint# python2.7-dbg -c 'import greenlet'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: /usr/lib/python2.7/dist-packages/greenlet.so: undefined symbol: Py_InitModule4_64
[18263 refs]
(precise-amd64)root@clint-MacBookPro:/home/clint# dpkg -L python-greenlet-dbg
/.
/usr
/usr/lib
/usr/lib/debug
/usr/lib/debug/usr
/usr/lib/debug/usr/lib
/usr/lib/debug/usr/lib/python2.7
/usr/lib/debug/usr/lib/python2.7/dist-packages
/usr/lib/debug/usr/lib/python2.7/dist-packages/greenlet.so
/usr/share
/usr/share/doc
/usr/share/doc/python-greenlet-dbg

Changed in python-greenlet (Ubuntu):
status: New → Fix Released
importance: Undecided → Medium
Changed in python-greenlet (Ubuntu Precise):
status: New → Confirmed
importance: Undecided → Medium
Revision history for this message
Steve Langasek (vorlon) wrote :

The Precise Pangolin has reached end of life, so this bug will not be fixed for that release

Changed in python-greenlet (Ubuntu Precise):
status: Confirmed → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.