Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 64564 - [PATCH] app-misc/gfontview-0.5.0-r6 failed, gcc 3.4.1 related
Summary: [PATCH] app-misc/gfontview-0.5.0-r6 failed, gcc 3.4.1 related
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 All
: High blocker (vote)
Assignee: Please assign to toolchain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-18 15:04 UTC by Eric Shattow
Modified: 2004-10-08 03:23 UTC (History)
1 user (show)

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


Attachments
gfontview ebuild error output versus gcc3.4.1, emerge --info (gcc341_gfontview050r6-compile_failure.log,8.17 KB, text/plain)
2004-09-18 15:05 UTC, Eric Shattow
Details
Simple patch to fix compile error (gfontview-0.5.0-gcc34.patch,1.20 KB, patch)
2004-09-19 22:20 UTC, Mark Loeser (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Shattow 2004-09-18 15:04:31 UTC
gfontview 0.5.0-r6 fails to compile, probably related to gcc 3.4.x issues. Attatchment #1 for log output.
Comment 1 Eric Shattow 2004-09-18 15:05:58 UTC
Created attachment 39877 [details]
gfontview ebuild error output versus gcc3.4.1, emerge --info

gcc 3.4.x is neat, but wow a lot of code is broken.   log output bam!
Comment 2 Mark Loeser (RETIRED) gentoo-dev 2004-09-19 22:20:36 UTC
Created attachment 39986 [details, diff]
Simple patch to fix compile error

GdkDragAction is already typedef'd to be an enum in the gtk-1.2 include files,
so adding enum in front of it is redundant, and now an error it seems.	Program
ran fine for me, please test.
Comment 3 Eric Shattow 2004-09-20 11:24:12 UTC
Thanks for the patch Mark,  it works great.   Now I have no trouble emerge'ing gfontview on ~x86.

should get this in the tree :)
Comment 4 Eric Shattow 2004-09-27 23:54:58 UTC
change summary + status to reflect the use of gcc 3.4.x by default (which will cause a compile failure).
Comment 5 Karol Wojtaszek (RETIRED) gentoo-dev 2004-10-08 03:23:39 UTC
Fixed in CVS.