Bug 1106617

Summary: Versioned opus libraries missing on ARM
Product: [Fedora] Fedora Reporter: Antonio T. (sagitter) <anto.trande>
Component: opusAssignee: Peter Robinson <pbrobinson>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: pbrobinson
Target Milestone: ---   
Target Release: ---   
Hardware: arm   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-09 16:57:05 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:
Bug Depends On:    
Bug Blocks: 245418    

Description Antonio T. (sagitter) 2014-06-09 16:48:47 UTC
Description of problem:
All versioned libopus.so.* libraries are missing in opus ARM (armv6hl) packages.

Version-Release number of selected component (if applicable):
opus-1.1-4.fc20.armv6hl

How reproducible:
- Install opus package
- Perform 

$ rpm -q --list opus
/usr/lib/libopus.so.0
/usr/lib/libopus.so.0.5.0
/usr/share/doc/opus
/usr/share/doc/opus/COPYING
/usr/share/doc/opus/README
/usr/share/doc/opus/rfc6716.txt
$ ll /usr/lib/libopus.so.0
ls: cannot access /usr/lib/libopus.so.0: No such file or directory
$ ll /usr/lib/libopus.so.0.5.0
ls: cannot access /usr/lib/libopus.so.0.5.0: No such file or directory

Comment 1 Peter Robinson 2014-06-09 16:57:05 UTC
This is a problem with the Pidora Remix and not with ARM on mainline Fedora. You need to report bugs with Pidora to their bugtracking instance. As while I have ARM HW I don't have access to any of their build systems. Also they have different NVRs to mainline Fedora so I've no idea what the changes they've done to the package to break it.

# rpm -ql opus
/usr/lib/libopus.so.0
/usr/lib/libopus.so.0.5.0
/usr/share/doc/opus
/usr/share/doc/opus/COPYING
/usr/share/doc/opus/README
/usr/share/doc/opus/rfc6716.txt
# ls -al /usr/lib/libopus*
lrwxrwxrwx. 1 root root     16 Jun  9 17:53 /usr/lib/libopus.so.0 -> libopus.so.0.5.0
-rwxr-xr-x. 1 root root 272536 Dec  6  2013 /usr/lib/libopus.so.0.5.0
# rpm -q opus
opus-1.1-1.fc20.armv7hl

Comment 2 Antonio T. (sagitter) 2014-06-09 17:04:12 UTC
Sorry.

Pidora bugtracker ticket is http://trac.proximity.on.ca/projects/rpfr/ticket/1362