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

Bug 432858

Summary: build error with tvheadend-2.12
Product: Gentoo Linux Reporter: Karl Ernst Brunk <ke.b>
Component: Current packagesAssignee: Leho Kraav (:macmaN @lkraav) <leho>
Status: RESOLVED DUPLICATE    
Severity: normal CC: jaervosz, kripton, o.freyermuth, proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Karl Ernst Brunk 2012-08-26 13:46:40 UTC
stops compiling with error

Reproducible: Always

Steps to Reproduce:
1.emerge tvheadend
2.
3.
Actual Results:  
see attached build.log

Expected Results:  
should compile

did try also with -j1 because first it gives a "waiting for unfinished processes"
Comment 1 Karl Ernst Brunk 2012-08-26 13:51:06 UTC
Created attachment 322264 [details]
build.log
Comment 2 Oliver Freyermuth 2012-08-27 11:23:41 UTC
I can confirm the problem here. 
tvheadend contains "-Werror" in the CFLAGS in Makefile, which causes this simple warning to be treated as error stopping the compile (at least, for gcc 4.6). 
Furthermore, it is doing a not-so-nice: 
CFLAGS  = 
instead of += in its Makefile. 
At least the latter problem is fixed in the recently released 3.0-version. Maybe bumping is sufficient to solve both problems?
Comment 3 Karl Ernst Brunk 2012-08-27 11:44:50 UTC
Hi Oliver,

your guess is right. Its done with 4.6.2. I synced just right now but at the moment there ist only 2.12 in the tree. I'll try as soon as 3.x is out and will tell whats happening.
thanks
Karl
Comment 4 BT 2012-10-16 09:28:05 UTC
I believe this issue has been fixed in bug #438424.
Comment 5 Markos Chandras (RETIRED) gentoo-dev 2012-10-16 09:34:02 UTC

*** This bug has been marked as a duplicate of bug 438424 ***