Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 216096

Summary: net-misc/curl-7.18.1 is missing depends
Product: Gentoo Linux Reporter: Doug Goldstein (RETIRED) <cardoe>
Component: New packagesAssignee: Daniel Black (RETIRED) <dragonheart>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Doug Goldstein (RETIRED) gentoo-dev 2008-04-03 21:56:36 UTC
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H  -I../include -I../lib -I../lib  -I/usr/include/heimdal     -O2 -pipe -march=athlon64 -msse3 -ggdb -MT hostip.lo -MD -MP -MF .deps/hostip.Tpo -c -o hostip.lo hostip.c
In file included from base64.c:43:
urldata.h:119:37: error: gssapi/gssapi_generic.h: No such file or directory
make[2]: *** [base64.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from file.c:74:
urldata.h:119:37: error: gssapi/gssapi_generic.h: No such file or directory
make[2]: *** [file.lo] Error 1
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/heimdal -O2 -pipe -march=athlon64 -msse3 -ggdb -MT hostip.lo -MD -MP -MF .deps/hostip.Tpo -c hostip.c  -fPIC -DPIC -o .libs/hostip.o
In file included from hostip.c:63:
urldata.h:119:37: error: gssapi/gssapi_generic.h: No such file or directory
make[2]: *** [hostip.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/net-misc/curl-7.18.1/work/curl-7.18.1/lib'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/tmp/portage/net-misc/curl-7.18.1/work/curl-7.18.1/lib'
make: *** [all-recursive] Error 1


[ebuild     U ] net-misc/curl-7.18.1 [7.17.1] USE="ipv6 kerberos ldap ssl -ares -gnutls -idn -libssh2% -nss -test" 0 kB 

No idea what provides "gssapi/gssapi_generic.h" but it's not heimdal...

app-crypt/heimdal-0.7.2-r3 is what I've got.
Comment 1 Daniel Black (RETIRED) gentoo-dev 2008-04-03 22:24:39 UTC
thanks - looking into a app-crypt/heimdal solution now.
app-crypt/mit-krb5-1.6.3-r1 (/usr/include/gssapi/gssapi_generic.h)
Comment 2 Daniel Black (RETIRED) gentoo-dev 2008-04-04 13:20:15 UTC
fixed - thanks Doug