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

Bug 129996

Summary: dev-embedded/picprog needs patch to build with gcc4.x
Product: Gentoo Linux Reporter: Gabriel Devenyi <ace>
Component: [OLD] GCC PortingAssignee: Embedded Team (OBSOLETE) <dev-embedded+disabled>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 2006.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 117482    
Attachments: Patch to fix gcc4.x build

Description Gabriel Devenyi 2006-04-14 16:34:38 UTC
gcc4.x errors out with the following when attempting to build

g++ -O2 -Wall -W -Wwrite-strings   -c -o main.o main.cc
picport.h:48: error: extra qualification &#8216;picport::&#8217; on member &#8216;set_clock_data&#8217;
make: *** [main.o] Error 1
Comment 1 Gabriel Devenyi 2006-04-14 16:36:40 UTC
Created attachment 84671 [details, diff]
Patch to fix gcc4.x build

This patch applies to 1.7-r1 as well as 1.8.1 (see bug #129994)
Comment 2 Mark Loeser (RETIRED) gentoo-dev 2006-05-01 15:55:58 UTC
Thanks for the patch.