Re: restarting SYSCALL system call on amd64 loses arguments

2013-09-23 Thread Konstantin Belousov
On Mon, Sep 23, 2013 at 10:26:13PM +0200, Tijl Coosemans wrote: > Has anyone taken a look at this PR yet? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=182161 This looks like a valid bug, but probably not a valid testcase. Let me elaborate. When a signal is delivered, return from the signal ha

restarting SYSCALL system call on amd64 loses arguments

2013-09-23 Thread Tijl Coosemans
Has anyone taken a look at this PR yet? http://www.freebsd.org/cgi/query-pr.cgi?pr=182161 signature.asc Description: PGP signature

Re: head fails to compile with WITHOUT_KERBEROS= in src.conf

2013-09-23 Thread Glen Barber
On Mon, Sep 23, 2013 at 11:17:46AM -0400, Kurt Lidl wrote: > Greetings all. > > My weekly update to the lastest freebsd-head failed to compile > this morning. My src.conf has, among other things: There is a fix ready to be committed very shortly. Glen pgpZ2bCh_vosG.pgp Description: PGP signa

and64-build i386 mtree doesn't work too (Re: r255795/i386 built on r255795/amd64 still could not start devdpassword)

2013-09-23 Thread Lev Serebryakov
Hello, Lev. You wrote 23 сентября 2013 г., 19:24:54: LS> Now I have r255795/i386 built on r255795/amd64 (with "make TARGET=i386 buildworld LS> buildkernel"). Also, it could not start "make buildworld" by itself, as "mtree" complains about line 2 of etc/mtree/BSD.usr.dist ("no parent node"). I

r255795/i386 built on r255795/amd64 still could not start devdpassword

2013-09-23 Thread Lev Serebryakov
Hello, Freebsd-current. You wrote 22 сентября 2013 г., 13:52:59: Now I have r255795/i386 built on r255795/amd64 (with "make TARGET=i386 buildworld buildkernel"). It still could not start devd with this strange diagnostic: devd: Cannot parse /etc/devd.conf at line 202 Line 202 is: =

head fails to compile with WITHOUT_KERBEROS= in src.conf

2013-09-23 Thread Kurt Lidl
Greetings all. My weekly update to the lastest freebsd-head failed to compile this morning. My src.conf has, among other things: WITHOUT_HESIOD= WITHOUT_KERBEROS= # turn off stripping and enable dtrace STRIP= CFLAGS+=-fno-omit-frame-pointer CC=clang CXX=clang++ CPP=clang-cpp My compile failed

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 macr

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

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 = Y

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

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/