Re: error build world

2013-09-23 Thread Dag-Erling Smørgrav
Alexander Panyushkin  writes:
> I do not need kerberos.
> Why option WITHOUT_KERBEROS = YES does not work?

My mistake.  Comment out every line that mentions KRB5, HEIMDAL or
GSSAPI in crypto/openssh/config.h and you should be fine (they are not
needed, as the Makefile defines all the required macros if
MK_KERBEROS=yes).

DES
-- 
Dag-Erling Smørgrav - d...@des.no
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: error build world

2013-09-23 Thread Florent Peterschmitt
Le 23/09/2013 13:40, Alexander Panyushkin a écrit :
> I do not need kerberos.
> Why option WITHOUT_KERBEROS = YES does not work?

This can be something missed from the latest OpenSSH upgrade, or maybe
OpenSSH cannot be built without Kerberos.

Wait for someone to answer and send a PR if the problem is not solved.

-- 
Florent Peterschmitt   | Please:
flor...@peterschmitt.fr|  * Avoid HTML/RTF in E-mail.
+33 (0)6 64 33 97 92   |  * Send PDF for documents.
http://florent.peterschmitt.fr |  * Trim your quotations. Really.
Proudly powered by Open Source | Thank you :)



signature.asc
Description: OpenPGP digital signature


Re: error build world

2013-09-23 Thread Alexander Panyushkin

23.09.2013 14:30, Florent Peterschmitt wrote:

Le 23/09/2013 12:45, Alexander Panyushkin a écrit :>
/usr/src/secure/lib/libssh/../../../crypto/openssh/auth.h:42:10: fatal

error: 'krb5.h' file not found
#include 

[…]

WITHOUT_KERBEROS=YES



I do not need kerberos.
Why option WITHOUT_KERBEROS = YES does not work?
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: error build world

2013-09-23 Thread Florent Peterschmitt
Le 23/09/2013 12:45, Alexander Panyushkin a écrit :>
/usr/src/secure/lib/libssh/../../../crypto/openssh/auth.h:42:10: fatal
> error: 'krb5.h' file not found
> #include 
[…]
> WITHOUT_KERBEROS=YES

Seems linked.

-- 
Florent Peterschmitt   | Please:
flor...@peterschmitt.fr|  * Avoid HTML/RTF in E-mail.
+33 (0)6 64 33 97 92   |  * Send PDF for documents.
http://florent.peterschmitt.fr |  * Trim your quotations. Really.
Proudly powered by Open Source | Thank you :)



signature.asc
Description: OpenPGP digital signature


error build world

2013-09-23 Thread Alexander Panyushkin

===> secure/lib/libssh (obj,depend,all,install)
rm -f .depend
CC='clang' mkdep -f .depend -a-DHAVE_LDNS=1 
-I/usr/src/secure/lib/libssh/../../../contrib/ldns 
-I/usr/src/secure/lib/libssh/../../../crypto/openssh -std=gnu99 
/usr/src/secure/lib/libssh/../../../crypto/openssh/authfd.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/authfile.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/bufaux.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/bufbn.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/buffer.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/canohost.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/channels.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/cipher.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/cipher-aes.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/cipher-bf1.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/cipher-ctr.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/cipher-3des1.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/cleanup.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/compat.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/compress.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/crc32.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/deattack.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/fatal.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/hostfile.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/krl.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/log.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/match.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/md-sha256.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/moduli.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/nchan.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/packet.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/readpass.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/rsa.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/ttymodes.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/xmalloc.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/addrmatch.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/atomicio.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/key.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/dispatch.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/kex.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/mac.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/uidswap.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/uuencode.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/misc.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/monitor_fdpass.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/rijndael.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/ssh-dss.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/ssh-ecdsa.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/ssh-rsa.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/dh.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/kexdh.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/kexgex.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/kexdhc.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/kexgexc.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/bufec.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/kexecdh.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/kexecdhc.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/msg.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/progressmeter.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/dns.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/entropy.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/umac.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/umac128.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/jpake.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/schnorr.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/ssh-pkcs11.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/openbsd-compat/bsd-misc.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/openbsd-compat/fmt_scaled.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/openbsd-compat/glob.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/openbsd-compat/openssl-compat.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/openbsd-compat/port-tun.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/openbsd-compat/strtonum.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/openbsd-compat/timingsafe_bcmp.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/openbsd-compat/vis.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/openbsd-compat/xcrypt.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/openbsd-compat/xmmap.c /usr/src/secure/lib/libssh/../../../crypto/openssh/openbsd-compat/getrrsetbyname-ldns.c
In file included from 
/usr/src/secure/lib/libssh/../../../crypto/openssh/jpake.c:43:
/usr/src/secure/lib/libssh/../../../crypto/openssh/au