Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 304755 - app-cdr/k9copy-2.3.5 fails to build with gcc-4.5.0_pre9999
Summary: app-cdr/k9copy-2.3.5 fails to build with gcc-4.5.0_pre9999
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL: https://sourceforge.net/tracker/?func...
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.5
  Show dependency tree
 
Reported: 2010-02-12 18:08 UTC by Rob
Modified: 2010-04-16 22:01 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---
tampakrap: Bugday?


Attachments
quick fix to at least build k9copy (k9copy-2.3.5-gcc45.patch,1.01 KB, patch)
2010-02-12 18:31 UTC, Rob
Details | Diff
build.log before patch (build.log,4.82 KB, text/plain)
2010-02-12 18:37 UTC, Rob
Details
k9copy-2.3.4:20100212-183659.log (k9copy-2.3.4:20100212-183659.log,36.12 KB, text/plain)
2010-02-12 18:53 UTC, Ryan Hill (RETIRED)
Details
proper log (k9copy-2.3.5.log,42.39 KB, text/plain)
2010-02-12 19:02 UTC, Rob
Details
adding epatch (k9copy-2.3.5.diff,563 bytes, patch)
2010-04-16 21:55 UTC, Kacper Kowalik (Xarthisius) (RETIRED)
Details | Diff
passing const char * instead of QByteArray to printf (k9copy-2.3.5-gcc45.patch,984 bytes, patch)
2010-04-16 21:56 UTC, Kacper Kowalik (Xarthisius) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rob 2010-02-12 18:08:41 UTC
app-cdr/k9copy-2.3.5 fails to build with gcc-4.5.0_pre9999

Error during compile

Reproducible: Always
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2010-02-12 18:28:45 UTC
please attach:

a) build log
b) emerge --info
c) patch
Comment 2 Rob 2010-02-12 18:31:59 UTC
Created attachment 219373 [details, diff]
quick fix to at least build k9copy

This is just a quick patch to fix the build of k9copy and at least make it work.  I'm sure it could be done in a better way but hey, it works.
Comment 3 Rob 2010-02-12 18:32:51 UTC
sorry, first time I created a patch
Comment 4 Rob 2010-02-12 18:37:09 UTC
Created attachment 219375 [details]
build.log before patch
Comment 5 Ryan Hill (RETIRED) gentoo-dev 2010-02-12 18:51:25 UTC
thanks :)
Comment 6 Ryan Hill (RETIRED) gentoo-dev 2010-02-12 18:53:17 UTC
Created attachment 219377 [details]
k9copy-2.3.4:20100212-183659.log
Comment 7 Rob 2010-02-12 19:02:12 UTC
Created attachment 219379 [details]
proper log
Comment 8 Samuli Suominen (RETIRED) gentoo-dev 2010-02-12 20:23:12 UTC
Reported to upstream, see $url
Comment 9 solar (RETIRED) gentoo-dev 2010-03-20 17:00:12 UTC
Note to maintainers. This patch in comment #2 is not tree safe.
Comment 10 Samuli Suominen (RETIRED) gentoo-dev 2010-03-20 17:06:32 UTC
(In reply to comment #9)
> Note to maintainers. This patch in comment #2 is not tree safe.
> 

I know... That's why I posted the bug upstream, in hopes to get a real patch
Comment 11 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2010-04-16 21:55:24 UTC
Created attachment 228069 [details, diff]
adding epatch
Comment 12 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2010-04-16 21:56:02 UTC
Created attachment 228071 [details, diff]
passing const char * instead of QByteArray to printf
Comment 13 Samuli Suominen (RETIRED) gentoo-dev 2010-04-16 22:01:52 UTC
+  16 Apr 2010; Samuli Suominen <ssuominen@gentoo.org> k9copy-2.3.5.ebuild,
+  +files/k9copy-2.3.5-gcc45.patch:
+  Fix building with GCC 4.5 wrt #304755 by Kacper Kowalik.