Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80162 - mit-krb5 can't compile with gcc-3.4.3
Summary: mit-krb5 can't compile with gcc-3.4.3
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-30 20:24 UTC by Norberto Bensa
Modified: 2005-02-15 20:07 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 Norberto Bensa 2005-01-30 20:24:09 UTC
tested on two boxes with and without krb4 USE flag set.

i586-pc-linux-gnu-gcc -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION
=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DKRB5_KRB4_COMPAT=1 -DHAVE_BT_RSEQ
=1 -DKRB5_PRIVATE=1 -DKRB5_DEPRECATED=1 -DKRB5_DNS_LOOKUP_KDC=1 -DKRB5_DNS_LOOKUP_REALM=
1 -DKRB5_DNS_LOOKUP=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_S
TDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DH
AVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DHAVE_
UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_PWD_H=1 -DHAVE_STAT=1 -DHAVE_ACCESS=1 -DHAVE_STRDUP=
1 -DHAVE_REGCOMP=1   -I../../include -I./../../include -I../../include/krb5 -I./../../in
clude/krb5 -I.  -march=pentium -Os -ffast-math -fomit-frame-pointer -pipe -c prof_tree.c
 -o prof_tree.so.o && mv -f prof_tree.so.o prof_tree.so
prof_tree.c: In function `profile_verify_node':
prof_tree.c:128: error: `PROF_SECTION_WITH_VALUE' undeclared (first use in this function
)
prof_tree.c:128: error: (Each undeclared identifier is reported only once
prof_tree.c:128: error: for each function it appears in.)
prof_tree.c:139: error: `PROF_BAD_PARENT_PTR' undeclared (first use in this function)
prof_tree.c: In function `profile_add_node':
prof_tree.c:162: error: `PROF_ADD_NOT_SECTION' undeclared (first use in this function)
prof_tree.c: In function `profile_set_relation_value':
prof_tree.c:617: error: `PROF_SET_SECTION_VALUE' undeclared (first use in this function)
make[2]: *** [prof_tree.so] Error 1
make[2]: Leaving directory `/var/tmp/portage/mit-krb5-1.3.6-r1/work/krb5-1.3.6/src/util/
profile'
make[1]: *** [all-recurse] Error 1
make[1]: Leaving directory `/var/tmp/portage/mit-krb5-1.3.6-r1/work/krb5-1.3.6/src/util'
make: *** [all-recurse] Error 1

!!! ERROR: app-crypt/mit-krb5-1.3.6-r1 failed.
!!! Function src_compile, Line 124, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.

emerge --info
Portage 2.0.51-r13 (default-linux/x86/2004.3, gcc-3.4.3, glibc-2.3.4.20041102-r0, 2.6.6-
mm1 i586)
=================================================================
System uname: 2.6.6-mm1 i586 AMD-K6tm w/ multimedia extensions
Gentoo Base System version 1.6.8
Python:              dev-lang/python-2.3.4_rc1,dev-lang/python-2.3.4 [2.3.4 (#1, Jul 30
2004, 15:49:04)]
dev-lang/python:     2.3.4_rc1, 2.3.4
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.8.5-r2, 1.5, 1.4_p6, 1.6.3, 1.7.9, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r2
sys-devel/libtool:   1.5.10-r2
virtual/os-headers:  2.6.8.1, 2.6.8.1-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium -Os -ffast-math -fomit-frame-pointer -pipe"
CHOST="i586-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /
var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig buildpkg ccache distlocks sandbox sfperms userpriv users
andbox"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/distribu
tions/gentoo"
MAKEOPTS="-j1"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 acl apache2 berkdb cups nls pam pic readline ssl tcpd unicode"
Unset:  LDFLAGS



Reproducible: Always
Steps to Reproduce:
Comment 1 Norberto Bensa 2005-02-15 20:07:35 UTC
this one cured itself after upgrading some packages; I can't be sure which one/s. Clossing since I cannot provide more information.