Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 135604 - coda-6.0.14 don't compile with kerberos support
Summary: coda-6.0.14 don't compile with kerberos support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Maurice van der Pot (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-05 01:51 UTC by Julian Golderer
Modified: 2006-06-08 05:50 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 Julian Golderer 2006-06-05 01:51:21 UTC
hi,

i'm unable to emerge coda-6.0.14 with kerberos-support. without the kerberos use-flag everything goes fine. here's the error message:

i686-pc-linux-gnu-gcc -fno-exceptions -Wall -MD -DHAVE_CONFIG_H -I. -I/var/tmp/portage/coda-6.0.14/work/coda-6.0.14/include -I/var/tmp/portage/coda-6.0.14/work/coda-6.0.14 -O3 -march=athlon -pipe -fomit-frame-pointer -DCODAAUTH   -c -o krb5.o krb5.c
krb5.c: In function `Krb5Validate':
krb5.c:337: error: structure has no member named `session'
krb5.c:337: error: structure has no member named `session'
make[2]: *** [krb5.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/coda-6.0.14/work/coda-6.0.14/coda-src/auth2'
----> Error in auth2
make[1]: *** [Coda] Error 1
make[1]: Leaving directory `/var/tmp/portage/coda-6.0.14/work/coda-6.0.14/coda-src'
----> Error in coda-src
make: *** [Coda] Error 1

!!! ERROR: net-fs/coda-6.0.14 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  coda-6.0.14.ebuild, line 52:   Called die

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.



cartman ~ # emerge --info
Portage 2.1_rc4-r1 (default-linux/x86/2006.0, gcc-3.4.4, glibc-2.4-r3, 2.6.16-gentoo-r8 i686)
=================================================================
System uname: 2.6.16-gentoo-r8 i686 AMD Duron(tm) Processor
Gentoo Base System version 1.12.0
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=athlon -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=athlon -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="ftp://gentoo.inode.at/source/ "
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 3dnow X alsa apm arts avi bitmap-fonts bzip2 cli crypt cups curl dga dio dri exif expat fam firefox foomaticdb ftp gif glut gnutls gstreamer gtk gtk2 hal idn imap imlib ipv6 isdnlog jabber java javascript jpeg kde kerberos mad mmx mp3 mpeg ncurses nis nptl nptlonly ogg oggvorbis opengl pam pcre pdf pdflib png posix ppds pppd qt quicktime readline reflection sasl session sse ssl svg svga symlink theora tidy tiff truetype truetype-fonts type1-fonts udev unicode usb vcd videos vorbis win32codecs xine xorg xpm xv xvid zlib elibc_glibc input_devices_keyboard input_devices_mouse kernel_linux linguas_de userland_GNU video_cards_nv"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Maurice van der Pot (RETIRED) gentoo-dev 2006-06-08 05:50:10 UTC
I just checked in coda version 6.0.15 and added a fix for this problem.

Thanks for the report.