Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 350352 - app-cdr/k9copy-2.3.6: compile failure
Summary: app-cdr/k9copy-2.3.6: compile failure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-02 11:29 UTC by Jan Hofmann
Modified: 2011-02-26 23:12 UTC (History)
7 users (show)

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


Attachments
build.log (build.log,33.44 KB, text/plain)
2011-01-02 11:29 UTC, Jan Hofmann
Details
emerge --info (emergeinfo.txt,4.21 KB, text/plain)
2011-01-02 11:30 UTC, Jan Hofmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Hofmann 2011-01-02 11:29:36 UTC
k9copy won't compile. Happens with 2.6.5, too.

Reproducible: Always

Steps to Reproduce:
Comment 1 Jan Hofmann 2011-01-02 11:29:53 UTC
Created attachment 258621 [details]
build.log
Comment 2 Jan Hofmann 2011-01-02 11:30:11 UTC
Created attachment 258622 [details]
emerge --info
Comment 3 Chí-Thanh Christopher Nguyễn gentoo-dev 2011-01-02 11:38:24 UTC
/var/tmp/portage/app-cdr/k9copy-2.3.6/work/k9copy-2.3.6-Source/src/mpeg2/kdecmpeg2.cpp:289: error: control reaches end of non-void function

Problem seems to be that -Werror=return-type somehow got added to the compiler flags.
Comment 4 Jan Hofmann 2011-01-02 11:44:40 UTC
adding "-Wno-return-type" to CFLAGS in make.conf changed nothing.
Comment 5 Andreas K. Hüttel archtester gentoo-dev 2011-01-03 12:57:15 UTC
(In reply to comment #3)
> /var/tmp/portage/app-cdr/k9copy-2.3.6/work/k9copy-2.3.6-Source/src/mpeg2/kdecmpeg2.cpp:289:
> error: control reaches end of non-void function
> 
> Problem seems to be that -Werror=return-type somehow got added to the compiler
> flags.
> 

True. Works fine here, I dont have the flag and have no clue where it is coming from. :(
Comment 6 andrew swartz 2011-02-03 22:27:48 UTC
This may have to do with kdelibs-4.6.  I emerged k9copy successfully on Jan 29 with kdelibs-4.5.5, but once I upgraded to kdelibs-4.6.0-r1, I am stuck with this error.  I also upgraded to portage-2.2.0_alpha19 immediately prior to upgrading kdelibs to 4.6.
Comment 7 Fernando (likewhoa) 2011-02-12 19:00:49 UTC
confirmed with kde-4.6 on x86 and amd64 ~arch systems
Comment 8 Andreas K. Hüttel archtester gentoo-dev 2011-02-26 23:12:15 UTC
Fixed with trivial upstream patch.