Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7208 - bind ebuild fails on default-x86-1.0
Summary: bind ebuild fails on default-x86-1.0
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-29 07:05 UTC by Jan Gutter
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 Jan Gutter 2002-08-29 07:05:33 UTC
This might be a gcc3 problem, but I'm not sure:

gcc -march=pentium4 -O3 -pipe -I/var/tmp/portage/bind-9.2.1-r1/work/bind-9.2.1
In file included from /var/tmp/portage/bind-9.2.1-r1/work/bind-9.2.1/lib/dns/in
                 from a6.c:24:
/var/tmp/portage/bind-9.2.1-r1/work/bind-9.2.1/lib/dns/include/dns/types.h:162:
/var/tmp/portage/bind-9.2.1-r1/work/bind-9.2.1/lib/dns/include/dns/types.h:163:
a6.c: In function `foreach':
a6.c:88: `dns_rdatatype_a6' undeclared (first use in this function)
a6.c:88: (Each undeclared identifier is reported only once
a6.c:88: for each function it appears in.)
a6.c: In function `dns_a6_foreach':
a6.c:226: `dns_rdatatype_a6' undeclared (first use in this function)
make[2]: *** [a6.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/bind-9.2.1-r1/work/bind-9.2.1/lib/
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/var/tmp/portage/bind-9.2.1-r1/work/bind-9.2.1/lib'
make: *** [subdirs] Error 1

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line -21, Exitcode 2
!!! failed to compile bind

!!! emerge aborting on  /usr/portage/net-misc/bind/bind-9.2.1-r1.ebuild .
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-08-29 08:30:45 UTC
wait you contradict yourself.  default-x86-1.0 uses gcc-2 not gcc-3...
which is the accurate one?
Comment 2 Maurizio Disimino 2002-08-29 08:32:09 UTC
This is a known problem. Bind9 doesn't compile with parallel make.
You got this since you're using an old bind version and revision.
Please run emerge rsync and then emerge bind.
Moreover, Bind 9.2.2rc1 is available and contains important security fix.
So ...

regards, 

Maurizio