Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 432858 - build error with tvheadend-2.12
Summary: build error with tvheadend-2.12
Status: RESOLVED DUPLICATE of bug 438424
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Leho Kraav (:macmaN @lkraav)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-26 13:46 UTC by Karl Ernst Brunk
Modified: 2012-10-16 09:34 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build_with_j1.log,5.52 KB, text/plain)
2012-08-26 13:51 UTC, Karl Ernst Brunk
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***