Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8951 - bbappconf fails in gcc3.2
Summary: bbappconf fails in gcc3.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Matt Keadle
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-09 19:12 UTC by Matt Keadle
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Keadle 2002-10-09 19:12:03 UTC
Badda Bing! Badda Boom!

In file included from BaseDisplay.hh:32,
                 from Image.cc:32:
LinkedList.hh:53: friend declaration requires class-key, i.e. `friend struct 
   __llist'
LinkedList.hh:76: friend declaration requires class-key, i.e. `friend class 
   __llist_iterator'
In file included from BaseDisplay.hh:33,
                 from Image.cc:32:
Timer.hh:50: friend declaration requires class-key, i.e. `friend struct 
   BaseDisplay'
make[1]: *** [Image.o] Error 1
make[1]: *** Waiting for unfinished jobs....
In file included from BaseDisplay.hh:32,
                 from Timer.hh:40,
                 from Image.hh:28,
                 from bbappconf.hh:26,
                 from bbappconf.cc:22:
LinkedList.hh:53: friend declaration requires class-key, i.e. `friend struct 
   __llist'
LinkedList.hh:76: friend declaration requires class-key, i.e. `friend class 
   __llist_iterator'
In file included from Image.hh:28,
                 from bbappconf.hh:26,
                 from bbappconf.cc:22:
Timer.hh:50: friend declaration requires class-key, i.e. `friend class 
   BaseDisplay'
make[1]: *** [bbappconf.o] Error 1
make[1]: Leaving directory
`/var/tmp/portage/bbappconf-0.0.1/work/bbappconf-0.0.1-peak3'
make: *** [all-recursive] Error 1

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line -161, Exitcode 2
!!! (no error message)
Comment 1 Matt Keadle 2002-10-09 19:13:05 UTC
I just came across a patch for this on the Blackbox maillist. This is just a
self reminder!
Comment 2 Matt Keadle 2002-10-09 19:57:41 UTC
Patch has been applied, tested, and commited.