Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 130819 - [GCC 4.1] stabilize app-admin/apachetop-0.12.6
Summary: [GCC 4.1] stabilize app-admin/apachetop-0.12.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: PPC Porters
URL:
Whiteboard:
Keywords:
: 146051 (view as bug list)
Depends on:
Blocks: gcc41-stable
  Show dependency tree
 
Reported: 2006-04-22 04:46 UTC by Patrizio Bassi
Modified: 2006-09-17 04:31 UTC (History)
2 users (show)

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


Attachments
apachetop-0.12.6-gcc41.patch (apachetop-0.12.6-gcc41.patch,243 bytes, patch)
2006-04-25 16:39 UTC, Tristan Heaven (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Patrizio Bassi 2006-04-22 04:46:19 UTC
easy to fix..just remove the extra qualification :)

make[2]: Entering directory `/var/tmp/portage/apachetop-0.12.6/work/apachetop-0.12.6/src'
source='apachetop.cc' object='apachetop.o' libtool=no \
        depfile='.deps/apachetop.Po' tmpdepfile='.deps/apachetop.TPo' \
        depmode=gcc3 /bin/sh ../config/depcomp \
        i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -I yes/include -I yes/include -I yes/include  -O3 -mtune=pentium3 -march=pentium3 -pipe -fomit-frame-pointer -mmmx -msse -c -o apachetop.o `test -f apachetop.cc || echo './'`apachetop.cc
resolver.h:13: error: extra qualification ‘Resolver::’ on member ‘Resolver’
resolver.h:14: error: extra qualification ‘Resolver::’ on member ‘Resolver’
make[2]: *** [apachetop.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/apachetop-0.12.6/work/apachetop-0.12.6/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/apachetop-0.12.6/work/apachetop-0.12.6'
make: *** [all] Error 2

!!! ERROR: app-admin/apachetop-0.12.6 failed.
Call stack:
  ebuild.sh, line 1532:   Called dyn_compile
  ebuild.sh, line 929:   Called src_compile
  apachetop-0.12.6.ebuild, line 27:   Called die

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 1 Tristan Heaven (RETIRED) gentoo-dev 2006-04-25 16:39:59 UTC
Created attachment 85502 [details, diff]
apachetop-0.12.6-gcc41.patch

(In reply to comment #0)
> easy to fix..just remove the extra qualification :)

patch for USE=adns
Comment 2 Patrizio Bassi 2006-04-26 03:29:28 UTC
yes, like that, you can commit and close
Comment 3 Mark Loeser (RETIRED) gentoo-dev 2006-05-01 17:14:44 UTC
Added patch, thanks.
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-09-02 15:29:36 UTC
*** Bug 146051 has been marked as a duplicate of this bug. ***
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2006-09-02 15:32:27 UTC
Reopen for stabilization.
Comment 6 Jeroen Roovers (RETIRED) gentoo-dev 2006-09-03 12:45:38 UTC
HPPA done.
Comment 7 Joshua Jackson (RETIRED) gentoo-dev 2006-09-03 22:36:57 UTC
x86 is stable ^.^
Comment 8 Scott Stoddard (RETIRED) gentoo-dev 2006-09-05 18:31:55 UTC
amd64 done.
Comment 9 nixnut (RETIRED) gentoo-dev 2006-09-17 04:31:42 UTC
Stable on ppc, courtesy of dertobi123 (thanks mate!)