Bug 489067 - Missing runtime dependency on python-devel
Summary: Missing runtime dependency on python-devel
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: gtkparasite
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: David King
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 1053490 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-03-07 00:56 UTC by Michel Lind
Modified: 2016-02-15 02:52 UTC (History)
3 users (show)

Fixed In Version: gtkparasite-0.2.0-0.1.20121121git0a0c90b7.fc24 gtkparasite-0.2.0-0.1.20121121git0a0c90b7.fc23
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-02-15 02:52:23 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Michel Lind 2009-03-07 00:56:24 UTC
Description of problem:
gtkparasite requires libpython2.6.so, but for some reason this is not picked up automatically by RPM (which only lists libpython2.6.so.1.0).

Version-Release number of selected component (if applicable):
gtkparasite-0-0.3.20090120git928494e5.fc11.x86_64

How reproducible:
Always

Steps to Reproduce:
1. yum remove python-devel
2. yum install gtkparasite
3. GTK_MODULES=gtkparasite gedit
  
Actual results:
** ERROR **: libpython2.6.so: cannot open shared object file: No such file or directory

aborting...
Trace/breakpoint trap


Expected results:
Should work

Additional info:
Not sure what the proper solution is. Patch gtkparasite at compile time to look for the installed version of libpython2.6.so.* ? Or just require python-devel.

Comment 1 Bug Zapper 2009-06-09 11:58:24 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 11 development cycle.
Changing version to '11'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 2 Bug Zapper 2010-04-27 13:07:38 UTC
This message is a reminder that Fedora 11 is nearing its end of life.
Approximately 30 (thirty) days from now Fedora will stop maintaining
and issuing updates for Fedora 11.  It is Fedora's policy to close all
bug reports from releases that are no longer maintained.  At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '11'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 11's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 11 is end of life.  If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora please change the 'version' of this 
bug to the applicable version.  If you are unable to change the version, 
please add a comment here and someone will do it for you.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 3 Bug Zapper 2010-06-28 11:24:50 UTC
Fedora 11 changed to end-of-life (EOL) status on 2010-06-25. Fedora 11 is 
no longer maintained, which means that it will not receive any further 
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of 
Fedora please feel free to reopen this bug against that version.

Thank you for reporting this bug and we are sorry it could not be fixed.

Comment 4 David King 2016-02-05 17:38:33 UTC
*** Bug 1053490 has been marked as a duplicate of this bug. ***

Comment 5 David King 2016-02-05 18:15:31 UTC
Fixed in Rawhide, by adding a Requires on python-devel (for the moment). gtkparasite calls dlopen() on the .so, which only exists in the -devel package.

Comment 6 Fedora Update System 2016-02-05 18:52:30 UTC
gtkparasite-0.2.0-0.1.20121121git0a0c90b7.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-6cc49c0edb

Comment 7 Fedora Update System 2016-02-07 07:22:43 UTC
gtkparasite-0.2.0-0.1.20121121git0a0c90b7.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-6cc49c0edb

Comment 8 Fedora Update System 2016-02-15 02:52:19 UTC
gtkparasite-0.2.0-0.1.20121121git0a0c90b7.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.