Bug 885402

Summary: libomxil-bellagio dynamicloader error
Product: [Fedora] Fedora Reporter: ryanl
Component: libomxil-bellagioAssignee: Nicolas Chauvet (kwizart) <kwizart>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 17CC: alexander.deucher, kwizart, ryanl
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-01-02 04:59:36 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description ryanl 2012-12-09 03:30:38 UTC
Description of problem: When used with gstreamer (gst-launch) an error is displayed indicating an symbol is defined in a shared object.


Version-Release number of selected component (if applicable): 0.9.3-4


How reproducible: Use one of the components installed with libomxil-bellagio with gst-launch


Steps to Reproduce:
1.  gst-launch filesrc location="<file>.mp3" ! omx_mp3dec use-timestamps=false ! alsasink
  
Actual results:
OMX-library /usr/lib64/omxloaders/libomxdynamicloader.so dlopen error: /usr/lib64/omxloaders/libomxdynamicloader.so: undefined symbol: RM_Deinit
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
OMX-In RM_getResource No resource to be handled
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ..

Expected results:
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
OMX-In RM_getResource No resource to be handled
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ..

Additional info:

Comment 1 Fedora Update System 2012-12-10 21:44:00 UTC
libomxil-bellagio-0.9.3-5.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/libomxil-bellagio-0.9.3-5.fc17

Comment 2 Fedora Update System 2012-12-10 21:44:29 UTC
libomxil-bellagio-0.9.3-5.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/libomxil-bellagio-0.9.3-5.fc18

Comment 3 Fedora Update System 2012-12-11 01:25:20 UTC
Package libomxil-bellagio-0.9.3-5.fc17:
* should fix your issue,
* was pushed to the Fedora 17 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing libomxil-bellagio-0.9.3-5.fc17'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-20093/libomxil-bellagio-0.9.3-5.fc17
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2012-12-17 20:14:02 UTC
libomxil-bellagio-0.9.3-6.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/libomxil-bellagio-0.9.3-6.fc18

Comment 5 Fedora Update System 2012-12-17 20:15:11 UTC
libomxil-bellagio-0.9.3-6.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/libomxil-bellagio-0.9.3-6.fc17

Comment 6 Fedora Update System 2013-01-02 04:59:39 UTC
libomxil-bellagio-0.9.3-6.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 7 Fedora Update System 2013-01-12 00:32:02 UTC
libomxil-bellagio-0.9.3-6.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 8 Alex Deucher 2013-08-27 14:48:47 UTC
This problem still persists in F19.  Additionally, the missing OMX_VERSION stuff that was supposedly added in:
http://pkgs.fedoraproject.org/cgit/libomxil-bellagio.git/commit/?h=f19&id=0018d43832678704242b326cf4c60e1fcea0843d
is still missing from the F19 pacakges.

Comment 9 Nicolas Chauvet (kwizart) 2013-08-27 16:46:04 UTC
(In reply to Alex Deucher from comment #8)
> This problem still persists in F19.  Additionally, the missing OMX_VERSION
> stuff that was supposedly added in:
> http://pkgs.fedoraproject.org/cgit/libomxil-bellagio.git/commit/
> ?h=f19&id=0018d43832678704242b326cf4c60e1fcea0843d
> is still missing from the F19 pacakges.

Can you verify to use libomxil-bellagio-0.9.3-8.fc19 there.
Please reopen if you can reproduce with that version.

Comment 10 Alex Deucher 2013-08-28 23:07:49 UTC
(In reply to Nicolas Chauvet (kwizart) from comment #9)
> Can you verify to use libomxil-bellagio-0.9.3-8.fc19 there.
> Please reopen if you can reproduce with that version.

That version seems to have fixed both issues.  thanks.