Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5438 - bbsload
Summary: bbsload
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Matt Keadle
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-22 21:00 UTC by Brandon Low (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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 Brandon Low (RETIRED) gentoo-dev 2002-07-22 21:00:55 UTC
c++ -DPACKAGE=\"bbsload\" -DVERSION=\"0.2.5\" -DSTDC_HEADERS=1 -DHAVE_CTYPE_H=1
-DHAVE_FCNTL_H=1 -DHAVE_LIBGEN_H=1 -DHAVE_LOCALE_H=1 -DHAVE_SIGNAL_H=1
-DHAVE_STDIO_H=1 -DHAVE_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1
-DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TIME_H=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_WAIT_H=1 -DTIME_WITH_SYS_TIME=1 -DSTDC_HEADERS=1
-DHAVE_MALLOC_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SETLOCALE=1 -DHAVE_SIGACTION=1
-DHAVE_STRFTIME=1  -I. -I.    -DINTERLACE         
-DGLOBAL_BB=\"/usr/share/bbtools/bbsload.bb\"          
-DGLOBAL_NOBB=\"/usr/share/bbtools/bbsload.nobb\"  -march=athlon-xp -O3 -fgcse
-fgcse-lm -fgcse-sm -fomit-frame-pointer -Wno-deprecated -pipe 
-I/usr/X11R6/include -c Image.cc
In file included from BaseDisplay.hh:32,
                 from Timer.hh:40,
                 from Image.hh:28,
                 from bbsload.hh:24,
                 from bbsload.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 bbsload.hh:24,
                 from bbsload.cc:22:
Timer.hh:50: friend declaration requires class-key, i.e. `friend class BaseDisplay'
make[1]: *** [bbsload.o] Error 1
make[1]: *** Waiting for unfinished jobs....
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]: Leaving directory `/var/tmp/portage/bbsload-0.2.5-r2/work/bbsload-0.2.5'
make: *** [all-recursive] Error 1

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 2, Exitcode 2
!!! (no error message)

!!! emerge aborting on  /usr/portage/x11-misc/bbsload/bbsload-0.2.5-r2.ebuild .
Comment 1 Matt Keadle 2002-12-12 16:14:49 UTC
Version bumped to 0.2.6 which fixes gcc3.x problems.