bugSimulavr: an AVR simulator - Bugs: bug #40969, python: in libsim.so.0 undefined...

 
 

bug #40969: python: in libsim.so.0 undefined symbol: bfd_check_format

Submitter:  Paolo Patruno <pat1>
Submitted:  Thu 19 Dec 2013 11:19:31 AM UTC
   
 
Category:  Test Suite Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  tomk
Open/Closed:  Closed Component Version:  * simulavr
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 24 Feb 2014 05:35:15 AM UTC, comment #1: 

Hi,

fixed by replacing libbfd (and libiberty too) by ElfIO. So there is now no more dependency to libbfd.

cu, Thomas

Thomas K. <tomk>
Group administrator
Thu 19 Dec 2013 11:19:31 AM UTC, original submission:  

in git version
in dir example/python

make example2
PYTHONPATH=../../src /usr/bin/python example_pin.py
Traceback (most recent call last):
  File "example_pin.py", line 2, in <module>
    import pysimulavr
  File "/home/pat1/git/simulavr/src/pysimulavr.py", line 26, in <module>
    _pysimulavr = swig_import_helper()
  File "/home/pat1/git/simulavr/src/pysimulavr.py", line 22, in swig_import_helper
    _mod = imp.load_module('_pysimulavr', fp, pathname, description)
ImportError: /home/pat1/git/simulavr/src/.libs/libsim.so.0: undefined symbol: bfd_check_format
make: * [example2] Errore 1

Paolo Patruno <pat1>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by tomk (Posted a comment)
  • -email is unavailable- added by pat1 (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-02-24 tomk StatusNone Fixed
        Assigned toNone tomk
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code