Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5436 - bbmail failure on gcc-3.1
Summary: bbmail failure on gcc-3.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-22 20:50 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 20:50:47 UTC
 
Comment 1 Brandon Low (RETIRED) gentoo-dev 2002-07-22 20:52:03 UTC
c++ -DPACKAGE=\"bbmail\" -DVERSION=\"0.6.11\" -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
-DHAVE_SETLOCALE=1 -DHAVE_SIGACTION=1 -DHAVE_STRFTIME=1 -DSTDC_HEADERS=1
-DHAVE_MALLOC_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SELECT=1 -DHAVE_STRSTR=1  -I.
-I.    -DINTERLACE          -DGLOBAL_BB=\"/usr/share/bbtools/bbmail.bb\"       
    -DGLOBAL_NOBB=\"/usr/share/bbtools/bbmail.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 bbmail.hh:24,
                 from bbmail.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 bbmail.hh:24,
                 from bbmail.cc:22:
Timer.hh:50: friend declaration requires class-key, i.e. `friend class BaseDisplay'
In file included from mailboxmenu.hh:24,
                 from bbmail.hh:26,
                 from bbmail.cc:22:
Basemenu.hh:136: friend declaration requires class-key, i.e. `friend class Basemenu'
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....
make[1]: *** [bbmail.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/bbmail-0.6.11-r2/work/bbmail-0.6.11'
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/bbmail/bbmail-0.6.11-r2.ebuild .
Comment 2 Matt Keadle 2002-12-11 17:58:14 UTC
Works with 3.2. FLUSH.