Opened 12 years ago

Closed 12 years ago

#11441 closed Bug Report - General (Upstream Bug)

ffmpeg needs include for sys/types.h in Fedora Rawhide

Reported by: hobbes1069@… Owned by:
Priority: minor Milestone: unknown
Component: MythTV - General Version: 0.26-fixes
Severity: medium Keywords:
Cc: Ticket locked: no

Description

When trying to perform a new build for Fedora Rawhide I ran into an issue where sys/types.h appears to no longer be gotten for free in the bundled FFmpeg.

The attached patch fixed building for me.

Attachments (1)

mythtv-0.26.0-types_h.patch (1.2 KB) - added by hobbes1069@… 12 years ago.
Patch to add include for sys/types.h

Download all attachments as: .zip

Change History (5)

Changed 12 years ago by hobbes1069@…

Attachment: mythtv-0.26.0-types_h.patch added

Patch to add include for sys/types.h

comment:1 Changed 12 years ago by gary.buhrmaster@…

I believe this is related to Fedora bugzilla entry 885306, and is really an upstream (alsa) bug due to the new gcc header layouts that numerous packages (including alsa) will need to address.

comment:2 Changed 12 years ago by gary.buhrmaster@…

And it looks like it was pushed upstream: http://git.alsa-project.org/?p=alsa-lib.git;a=commit;h=3e7dc283ed2d3ed2341f0657811c588f4dbcba6d

So, really, Rawhide should pull in the latest alsa.

comment:3 Changed 12 years ago by Gary Buhrmaster <gary.buhrmaster@…>

This should now have been fixed upstream in Fedora with alsa-lib-1.0.26-4.fc19 (currently in updates-testing).

comment:4 Changed 12 years ago by JYA

Resolution: Upstream Bug
Status: newclosed
Note: See TracTickets for help on using tickets.