FS#49756 - [arm-none-eabi-gdb] Installation error: gdb.execute_unwinders function is missing

Attached to Project: Community Packages
Opened by turlyhvogkwzqlnviy (ervion) - Friday, 17 June 2016, 20:39 GMT
Last edited by Toolybird (Toolybird) - Saturday, 01 April 2023, 01:47 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Anatol Pomozov (anatolik)
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

gdb will report after each step following error:

Python Exception <class 'NameError'> Installation error: gdb.execute_unwinders function is missing:

Quick Google suggest, that it may happen when 'make install' step is not completed correctly (http://stackoverflow.com/a/33663513)

Additional info:
* GNU gdb (GDB) 7.11.1

Steps to reproduce:

* Execute arm-none-eabi-gdb
* Add remote target
This task depends upon

Closed by  Toolybird (Toolybird)
Saturday, 01 April 2023, 01:47 GMT
Reason for closing:  Fixed
Additional comments about closing:  No response but assuming fixed.
Comment by Anatol Pomozov (anatolik) - Monday, 20 June 2016, 04:22 GMT
What if you install 'gdb' package. Does it make any difference?
Comment by turlyhvogkwzqlnviy (ervion) - Monday, 20 June 2016, 10:40 GMT
Oh, wery interesting... Installing gdb actually fixed arm-none-eabi-gdb :)

Comment by Anatol Pomozov (anatolik) - Monday, 20 June 2016, 14:50 GMT
'gdb' package contains runtime files. While ARM and AVR version contains only the binary. To fix your problem correctly the common files (like python) should be moved to a separate package with name 'gdb-common'.
Comment by Ivy Foster (escondida) - Thursday, 10 October 2019, 04:56 GMT
gdb-common does now exist, and it's a dependency of arm-none-eabi-gdb. Did that fix the problem?

Loading...