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

Bug 3432

Summary: krename won't compile under gcc3. Fixed ebuild/patch attached.
Product: Gentoo Linux Reporter: Darke <darkepaw>
Component: Current packagesAssignee: Brandon Low (RETIRED) <lostlogic>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: updated ebuild
patch needed by new ebuild
Updated ebuild for gcc 3.1.
Associated diff file for fix for gcc3.1.
final patch.
final ebuild.

Description Darke 2002-06-05 20:37:57 UTC
krename won't build using gcc3 (gcc3.0.4 in specific, but it's a general 
problem), due to a missing 'using std::vector' declaration. Patches to fix things 
will be attached.
Comment 1 Darke 2002-06-05 20:38:49 UTC
Created attachment 1358 [details]
updated ebuild
Comment 2 Darke 2002-06-05 20:39:36 UTC
Created attachment 1359 [details]
patch needed by new ebuild
Comment 3 Brandon Low (RETIRED) gentoo-dev 2002-07-09 00:55:42 UTC
testing, and applying.
Comment 4 Brandon Low (RETIRED) gentoo-dev 2002-07-09 00:59:10 UTC
any interest in updating your patch to work for gcc-3.1 as well (it is trivial
work that I just don't have time to do ATM)
Comment 5 Darke 2002-07-09 02:32:54 UTC
Created attachment 2061 [details]
Updated ebuild for gcc 3.1.

Done. Ebuild and diff are on their way.
Comment 6 Darke 2002-07-09 02:34:21 UTC
Created attachment 2062 [details]
Associated diff file for fix for gcc3.1.
Comment 7 Brandon Low (RETIRED) gentoo-dev 2002-07-09 09:18:29 UTC
Thanks.  I know it is more work, but when submitting patches for programs, it is
much prefferred if they are against the TLD, I'm attaching the patch that I am
going to be using for this ebuild so you see what I mean.  Thanks for the quick
patching on this!  

Since you did the work, it'd be great for the OS community if you submitted this
patch upstream to the krename developers.
Comment 8 Brandon Low (RETIRED) gentoo-dev 2002-07-09 09:19:07 UTC
Created attachment 2072 [details, diff]
final patch.
Comment 9 Brandon Low (RETIRED) gentoo-dev 2002-07-09 09:20:46 UTC
Created attachment 2073 [details]
final ebuild.