Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 548310

Summary: media-video/cclive-0.9.3-r1 fails to compile with gcc-5.1
Product: Gentoo Linux Reporter: Martin Väth <martin>
Component: [OLD] GCC PortingAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 536984    
Attachments: Patch of boost.m4. Will not work without eautoreconf
build log

Description Martin Väth 2015-05-01 10:22:12 UTC
Created attachment 402376 [details, diff]
Patch of boost.m4. Will not work without eautoreconf

cclive-r1 fails to compile with gcc-5, because it uses an outdated version of boost.m4.

I attach a backported part of the correpsonding patch from boot.m4 upstream (although a simpler patch would be to just add -P to the preprocessor call).

Anyway, the patch is not really tested, because it requires to call eautoreconf to the ebuild to which I had to time yet.

I used an alternative fix (which thus is tested): Add -P to CPPFLAGS.
Comment 1 Martin Väth 2015-05-04 10:10:07 UTC
Created attachment 402612 [details]
build log