From owner-freebsd-current Tue May 23 20:10:32 2000 Delivered-To: freebsd-current@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id C438E37BA19; Tue, 23 May 2000 20:10:23 -0700 (PDT) (envelope-from chuckr@picnic.mat.net) Received: from localhost (chuckr@localhost [127.0.0.1]) by picnic.mat.net (8.9.3/8.9.3) with ESMTP id XAA77511; Tue, 23 May 2000 23:10:13 -0400 (EDT) (envelope-from chuckr@picnic.mat.net) Date: Tue, 23 May 2000 23:10:13 -0400 (EDT) From: Chuck Robey To: Jake Burkholder Cc: Jake Burkholder , FreeBSD-current Subject: Re: HEADS UP Re: cvs commit: src/crypto/openssh/pam_ssh pam_ssh.c src/gnu/usr.bin/binutils/gdb freebsd-uthread.c src/include mpool.h src/lib/libc/net name6.c src/lib/libc_r/uthread pthread_private.h uthread_file.c src/lib/libncp ncpl_rcfile.c src/lib/libstand if_ether.h ... In-Reply-To: <20000523212529.2B19CBA69@io.yi.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 23 May 2000, Jake Burkholder wrote: > > jake 2000/05/23 13:41:02 PDT > > Log: > > Change the way that the queue(3) structures are declared; don't assume that > > the type argument to *_HEAD and *_ENTRY is a struct. > > > > Suggested by: phk > > Reviewed by: phk > > Approved by: mdodd > > > > HEADS UP > > Possible action required! > > Some drivers use headers from the installed system during the kernel build, > and a make world, or at least make includes, is necessary before a new kernel > can be built. > > LINT is affected by this. Is anyone else having trouble compiling the libpam things, because of this? I couldn't compile a kernel because of the the assembler changes, so I went to do a buildworld, and now I can't get thru a buildworld. I tried the suggestion above (do a make includes) but that didn't seem to do the trick. Here's about the first 5 of the 30 (or so) errors I see: cc -O -pipe -mpentium -Wall -I/usr/src/lib/libpam/modules/pam_ssh/../../../../cr ypto/openssh -c /usr/src/lib/libpam/modules/pam_ssh/../../../../crypto/openssh/p am_ssh/pam_ssh.c -o pam_ssh.o /usr/src/lib/libpam/modules/pam_ssh/../../../../crypto/openssh/pam_ssh/pam_ssh.c :89: syntax error before `env_entry' /usr/src/lib/libpam/modules/pam_ssh/../../../../crypto/openssh/pam_ssh/pam_ssh.c :93: syntax error before `env_entry' /usr/src/lib/libpam/modules/pam_ssh/../../../../crypto/openssh/pam_ssh/pam_ssh.c : In function `env_new': /usr/src/lib/libpam/modules/pam_ssh/../../../../crypto/openssh/pam_ssh/pam_ssh.c :116: structure has no member named `slh_first' / It all seems to do with the new queue.h, which is indeed installed in my /usr/include/sys (newly installed, I checked, after the make includes). ---------------------------------------------------------------------------- Chuck Robey | Interests include C & Java programming, FreeBSD, chuckr@picnic.mat.net | electronics, communications, and signal processing. New Year's Resolution: I will not sphroxify gullible people into looking up fictitious words in the dictionary. ---------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message