Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1106617 - Versioned opus libraries missing on ARM
Summary: Versioned opus libraries missing on ARM
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: opus
Version: 20
Hardware: arm
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Peter Robinson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: ARMTracker
TreeView+ depends on / blocked
 
Reported: 2014-06-09 16:48 UTC by Antonio T. (sagitter)
Modified: 2014-06-09 17:04 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-06-09 16:57:05 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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


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