Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28904 - openssh 3.7_p1 does not compile with kerberos support due to broken #include
Summary: openssh 3.7_p1 does not compile with kerberos support due to broken #include
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
: 28909 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-09-16 12:35 UTC by David Klempner
Modified: 2003-09-16 14:08 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 David Klempner 2003-09-16 12:35:20 UTC
Openssh 3.7_p1 does not compile with kerberos support due to an #include
<gssapi.h> and #include <gssapi_generic.h> in ssh_gss.h. Both of these files are
located in /usr/include/gssapi/, not /usr/include. The same problem occurs
elsewhere in the code

Fixing this should be trivial, but I currently lack the time to do so myself
this afternoon. :( 

Reproducible: Always
Steps to Reproduce:
1. add kerberos USE flag
2. emerge openssh
3. watch compilation fail :(

Actual Results:  
compilation fails

Expected Results:  
compilation should not fail
Comment 1 SpanKY gentoo-dev 2003-09-16 12:47:27 UTC
hot damn, thats why it wasnt working on my desktop :)

added the following to the ebuild for now:
[ `use kerberos` ] && append-flags -I/usr/include/gssapi
Comment 2 SpanKY gentoo-dev 2003-09-16 14:08:57 UTC
*** Bug 28909 has been marked as a duplicate of this bug. ***