OpenH264 missing 32 bit version and repository, causes additional ffmpeg issues. #12473
Labels
No labels
after freeze
automation
backlog
blocked
change-ack
change-nak
change-noreleng
changes
Closed As
Can't Fix
Closed As
Duplicate
Closed As
Fixed
Closed As
Fixed with Explanation
Closed As
Get back later
Closed As
Grooming
Closed As
Insufficient data
Closed As
Invalid
Closed As
It's all good
Closed As
taiga
Closed As
upstream
day-to-day
dev
docs
easyfix
epel
f26
f27
f28
f29
f30
f31
f32
f33
f34
f35
f36
f37
f38
f39
f40
f41
f42
f43
f44
f45
fedora
groomed
high-gain
high-trouble
in-progress
in-review
investigation
legal
low-gain
low-trouble
mass rebuild
medium-gain
medium-trouble
meeting
mini-initiative
new_artifact
ops
pdc_retirement
rawhide
RCA
review
script
sidetarget
sprint-0
sprint-1
sprint-2
sprint-3
sprint-4
sprint-5
unfrozen
waiting on external
Backlog Status
Needs Review
Backlog Status
Ready
chore
documentation
points
01
points
02
points
03
points
05
points
08
points
13
Priority
High
Priority
Low
Priority
Medium
release-process
Sprint Status
Blocked
Sprint Status
Done
Sprint Status
In Progress
Sprint Status
Review
Sprint Status
To Do
Technical Debt
Work Item
Bug
Work Item
Epic
Work Item
Spike
Work Item
Task
Work Item
User Story
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
releng/tickets#12473
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently fedora builds ffmpeg-free against noopenh264, then noopenh264 is swapped out in favor of OpenH264 after installation. The problem here is that current Cisco OpenH264 repository provided from fedora-repos only provides the 64 bit package. This means none of the 32 bit ffmpeg packages (or any 32 bit package built using noopenh264) can be installed.
In a nutshell it goes like this:
try to install libavcodec-free.i686 = broken dependency because it's built on noopenh264.i686, but I have openh264.x86_64 installed, so it wants openh264.i686 to match.
why are 32 bit ffmpeg packages needed? -- 32 bit applications running via wine need them. just one example.
It should additionally be noted cisco -does- offer a 32 bit build and repo, it's just missing from /etc/yum.repos.d/fedora-cisco-openh264.repo. I've worked around the issue by manually adding it:
If 32bit stuff is needed (and it seems so), we need to make that x86_64 repo multilibed.
We actually shouldn't be making a i386 repo at all (IMHO).
@humaton so we need the repo to be multilib for x86_64 here. Can you add this in your regen work?
Yes, making the x86_64 repo multilib and dropping the i386 repo sounds like a good plan to me.
Metadata Update from @phsmoura: