Re: don't know how to make linux_file.c
Kris, The problem turned out to be some old remnant bits. After trying for two days to figure out what could be the problem, I decided to wipe /usr/src, /usr/sup, and /usr/obj. Then I did a cvsup and buildworld. After that making GENERIC worked perfectly no errors. --Morgan At 07:59 PM 1/26/2001 -0800, you wrote: >On Fri, Jan 26, 2001 at 05:14:44PM -0800, Morgan Davis wrote: > > This happened yesterday and today after doing a cvsup of RELENG_4 from > > cvsup2.freebsd.org. Compiling GENERIC is failing: > >What commands did you use to build the kernel? > >Kris To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
uname reports 4.6-STABLE not 4.6.2-STABLE?
Just made/installed world after a cvsup yesterday. Is it normal for uname to not report the tertiary version number in the STABLE branch? It's been so long since we had a three digit release revision I can't recall. In the event it is normal, is there a way to determine the .2 maintenance level? Even /usr/src/UPDATING doesn't seem to have a line in there about the 4.6.2 RELEASE date. --Morgan Davis To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
RE: uname reports 4.6-STABLE not 4.6.2-STABLE?
Ah, yes. *default release=cvs tag=RELENG_4 Thanks for the explanation/reminder Brooks. --Morgan > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED]] On Behalf Of Brooks Davis > Sent: Friday, August 16, 2002 7:03 PM > To: Morgan Davis > Cc: [EMAIL PROTECTED] > Subject: Re: uname reports 4.6-STABLE not 4.6.2-STABLE? > > On Fri, Aug 16, 2002 at 06:58:49PM -0700, Morgan Davis wrote: > > Is it normal for uname to not report the tertiary version number in the > > STABLE branch? It's been so long since we had a three digit release > > revision I can't recall. > > > > In the event it is normal, is there a way to determine the .2 > > maintenance level? Even /usr/src/UPDATING doesn't seem to have a line > > in there about the 4.6.2 RELEASE date. > > 4.6.2 is a snapshot of RELENG_4_6, the 4.6 security fix branch, not a > snapshot of RELENG_4, the 4.x branch so if you track RELENG_4, you won't > ever run 4.6.2. > > -- Brooks > > -- > Any statement of the form "X is the one, true Y" is FALSE. > PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
make installworld fails (pam_end.3.gz missing)
install -c -o root -g wheel -m 444 pam.8.gz /usr/share/man/man8 /usr/share/man/man3/pam_close_session.3.gz -> /usr/share/man/man3/pam_open_session.3.gz /usr/share/man/man3/pam_end.3.gz -> /usr/share/man/man3/pam_start.3.gz ln: /usr/share/man/man3/pam_end.3.gz: No such file or directory *** Error code 1 cd /usr/src/lib/libpam/libpam/../../../contrib/libpam/libpam_misc; install -C -o root -g wheel -m 444 pam_misc.h /usr/include/security cd /usr/src/lib/libpam/libpam; install -C -o root -g wheel -m 444 pam_mod_misc.h /usr/include/security 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message