Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 129996 - dev-embedded/picprog needs patch to build with gcc4.x
Summary: dev-embedded/picprog needs patch to build with gcc4.x
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Embedded Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 117482
  Show dependency tree
 
Reported: 2006-04-14 16:34 UTC by Gabriel Devenyi
Modified: 2006-05-01 15:55 UTC (History)
0 users

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


Attachments
Patch to fix gcc4.x build (patch.diff,293 bytes, patch)
2006-04-14 16:36 UTC, Gabriel Devenyi
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 ‘picport::’ on member ‘set_clock_data’
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.