Bug 1402087

Summary: v4l-utils-1.10.0-2.fc25 FTBFS
Product: [Fedora] Fedora Reporter: Merlin Mathesius <mmathesi>
Component: v4l-utilsAssignee: Hans de Goede <hdegoede>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 25CC: hdegoede, mchehab, psabata, sgallagh
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-12-15 13:27:22 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: 1400162    
Deadline: 2016-12-20   
Attachments:
Description Flags
patch to correct FTBFS none

Description Merlin Mathesius 2016-12-06 18:03:56 UTC
v4l-utils-1.10.0-2.fc25 fails to build from source.
This affects Base Runtime, Rawhide, F25, and F24.

There are two reasons:

1) For F24 and later, the package build fails due to a compile time type conflict with jpeg_mem_src(). This can be fixed by adding an additional upstream patch, https://git.linuxtv.org/v4l-utils.git/commit/lib/libv4lconvert?id=699d8b803eea2e36d84b5aaa695db47b7718063e. Alternatively, it could be fixed by updating the package to upstream version v4l-utils-1.10.1 and removing the current patch.

2) For F25 and later, the package build phase makes use of doxygen--which has a runtime dependency on perl. However, perl is no longer in the default buildroot, so the build fails. Ideally, this issue should get corrected in the doxygen package (see https://bugzilla.redhat.com/show_bug.cgi?id=1402043). It can also be worked around by BuildRequiring perl with a comment about the doxygen dependency.

Comment 1 Merlin Mathesius 2016-12-06 22:16:03 UTC
Please apply the patch or respond with a reason it should not be applied within two weeks. After that time, a provenpackager will go ahead and apply it.

Comment 2 Merlin Mathesius 2016-12-12 20:31:24 UTC
Created attachment 1230908 [details]
patch to correct FTBFS

For your convenience, I have attached a patch that can be used to fix the build failure.

Comment 3 Hans de Goede 2016-12-15 12:20:43 UTC
Thank you for the bug-report and for the patch, updating the rawhide pkgs to 1.10.1 now to fix the FTBFS (there are no other interesting fixes in 1.10.1).

Comment 4 Hans de Goede 2016-12-15 13:27:22 UTC
Rawhide built completed successfully, closing.