bugPSPP - Bugs: bug #58952, ssw: the library does not contain...

 
 

bug #58952: ssw: the library does not contain the dependencies (gtk3, glib2)

Submitter:  Friedrich Beckmann <beckmanf>
Submitted:  Fri 14 Aug 2020 01:32:45 PM UTC
   
 
Category:  Compilation/Portability Severity:  5 - Average
Status:  Fixed Assigned to:  None
Open/Closed:  Closed Release:  None
Effort:  0.00
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 14 Aug 2020 01:32:45 PM UTC, original submission:  

The spread-sheet-widget library does not contain the library dependencies. During debian packaging I noticed that the libspread-sheet-widget.so file does not show its dependencies. You can see the problem with

objdump -x libspread-sheet-widget.so

In version 0.6 you see this:


...
Dynamic Section:
  NEEDED               libc.so.6
  SONAME               libspread-sheet-widget.so.0
  INIT                 0x0000000000007000
  FINI                 0x000000000001777c
...


i.e. only libc is listed as NEEDED. With the patch

https://github.com/fredowski/ssw/commit/1e69bf5eedd9edc21f32553fc4b213042cc5b938

the GTK3 and glib2 libraries are added as dependencies and with objdump you see:


...
Dynamic Section:
  NEEDED               libgtk-3.so.0
  NEEDED               libgdk-3.so.0
  NEEDED               libatk-1.0.so.0
  NEEDED               libgio-2.0.so.0
  NEEDED               libgobject-2.0.so.0
  NEEDED               libglib-2.0.so.0
  NEEDED               libc.so.6
  SONAME              libspread-sheet-widget.so.0
  INIT                 0x0000000000007000
  FINI                 0x000000000001777c
...


The debian checks during the package build showed this. The dependency resolution needs this.


fritz@debian:~$ apt-cache depends libspread-sheet-widget
libspread-sheet-widget
  Hängt ab von: libc6
fritz@debian:~$


Friedrich Beckmann <beckmanf>
Group Member

 

(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 jmd (Updated the item)
  • -email is unavailable- added by beckmanf (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 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2020-08-16 jmd StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code