Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 216096 - net-misc/curl-7.18.1 is missing depends
Summary: net-misc/curl-7.18.1 is missing depends
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Black (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-03 21:56 UTC by Doug Goldstein (RETIRED)
Modified: 2008-04-04 13:20 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 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