Re: STABLE on a new production system

2003-03-16 Thread Doug Barton
On Sun, 16 Mar 2003, Geoffrey wrote:

>   At the same time, it would not be a bad idea to encourage him to
> get into the loop and build a 5.0 box and join -current and commits to at
> least get a feel for what is going on.

I didn't preclude any of that. I just answered his question.

-- 

This .signature sanitized for your protection

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message


Re: buildworld error updating 4.6 --> stable

2003-03-16 Thread doug
Well $%^& - I spoke too soon. I thought I had past the problem area. It
seems ncurses is used in lots of places. I am out of ideas. Same error
same place different ../share/mk - sigh

I am gonna read a good book for the rest of the evening.

On Sun, 16 Mar 2003 [EMAIL PROTECTED] wrote:

> The error I get from make buildworld is:
> 
> echo "===> lib/libncurses";  cd /usr/src/lib/libncurses;  make
> DIRPRFX=lib/libncurses/ depend;  make DIRPRFX=lib/libncurses/ all;  make
> DIRPRFX=lib/libncur
> ses/ install
> ===> lib/libncurses
>   :
> cc -o make_keys -O -pipe  -I. -I/usr/src/lib/libncurses  
> -I/usr/src/lib/libncurses/../../contrib/ncurses/ncurses
> -I/usr/src/lib/libncurses/../../contrib/ncurses/include -Wall -DFREEBSD_NATIVE 
> -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS
> /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/make_keys.c
> /usr/obj/usr/src/i386/usr/libexec/elf/ld: cannot find -lc
> *** Error code 1
> 

_
Douglas Denault
[EMAIL PROTECTED]
Voice: 301-469-8766
  Fax: 301-469-0601


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message


Re: buildworld error updating 4.6 --> stable

2003-03-16 Thread doug
The answer was:

cd /usr/share
mv mk mk.old
ln -s /usr/src/share/mk/ mk

It would seem to me that this is either a build problem or might at least
rate a line in UPDATING. Or perhaps buildworld use /usr/src/share/mk
rather than the one that won't work?. A diff showed major work on mk. 

I assume the new one will be installed on installworld.

On Sun, 16 Mar 2003 [EMAIL PROTECTED] wrote:

> The error I get from make buildworld is:
> 
> echo "===> lib/libncurses";  cd /usr/src/lib/libncurses;  make
> DIRPRFX=lib/libncurses/ depend;  make DIRPRFX=lib/libncurses/ all;  make
> DIRPRFX=lib/libncur
> ses/ install
> ===> lib/libncurses
>   :
> cc -o make_keys -O -pipe  -I. -I/usr/src/lib/libncurses  
> -I/usr/src/lib/libncurses/../../contrib/ncurses/ncurses
> -I/usr/src/lib/libncurses/../../contrib/ncurses/include -Wall -DFREEBSD_NATIVE 
> -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS
> /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/make_keys.c
> /usr/obj/usr/src/i386/usr/libexec/elf/ld: cannot find -lc
> *** Error code 1
> 
> I do a cd to cd /usr/src/lib/libncurses and execute the failing compile I
> get:
> 
[cut - lots of error crap]
> The target system is 4.6. last updated around Jul 25, 2002. /usr/src is a fresh
> cvsup (I accidently deleted /usr/src trying to clean up after I got the error
> the first time):
[cut cvsup and make.conf was not the problem either]

> Should I make some intermediate updates, i.e. 4.6.2 ??

nop that wasn't it either

_
Douglas Denault
[EMAIL PROTECTED]
Voice: 301-469-8766
  Fax: 301-469-0601


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message


Building my own release

2003-03-16 Thread William Denton
I was having a hell of a time downloading ISO images of 4.8-RC1 or 5.0 to
install on an old machine I just got--they'd freeze, no matter what mirror
I used--so I thought I'd try making my own release and ISO images.  I
could compile everything here, burn a CD, and I'd be all set.

I read release (7), and looked the examples, but I'm still not sure what
to do.  I used the sample cvs-supfile to download all the CVS files, but
then I got stuck.  The release man page says this was used to build
4.5-RELEASE:

   cd /usr
   cvs co -rRELENG_4_5_0_RELEASE src
   cd src
   make buildworld
   cd release
   make release CHROOTDIR=/local3/release BUILDNAME=4.5-RELEASE \
 CVSROOT=/host/cvs/usr/home/ncvs RELEASETAG=RELENG_4_5_0_RELEASE

What does that cvs in the second line do?  Where they used
RELENG_4_5_0_RELEASE, what would I use if I wanted to build from my system
and I've cvsupped so I'm up to date?  uname -a says 4.8-PRERELEASE now, of
course, and I just want to take what I've got and make a CD of it.  I
couldn't get the cvs line to go, and when I tried the make release,
whatever release I tried or guessed at, I'd get:

===> include
creating osreldate.h from newvers.sh
setvar PARAMFILE /usr/src/include/../sys/sys/param.h;  .
/usr/src/include/../sys/conf/newvers.sh;  echo "$COPYRIGHT" > osreldate.h;
echo "#ifdef _KERNEL" >> osreldate.h;  echo '#error "osreldate.h must not
be used in the kernel, use sys/param.h"' >> osreldate.h;  echo "#else" >>
osreldate.h;  echo \#'undef __FreeBSD_version' >> osreldate.h;  echo
\#'define __FreeBSD_version' $RELDATE >> osreldate.h;  echo "#endif" >>
osreldate.h
touch: not found
*** Error code 127
[more errors and make dies]

I read through the release engineering stuff at

http://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/releng/

but that didn't clear it up.

Bill
-- 
William Denton : Toronto, Canada : http://www.miskatonic.org/ : Caveat lector.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message


Re: Signal 11 on X server startup (Was: HEADSUP: XFree86 4.3.0 update

2003-03-16 Thread Ted Faber
On Fri, Mar 14, 2003 at 02:48:26AM -0500, Andrew J Caines wrote:
> Starting the server as normal with xinit gives normal startup messages, then fails
> with a signal 11:

I have this problem, too.  Same nv server.  I'm happy to provide
details.  One that might help is that this is an Athelon XP 1800.

Let me know what you need to debug with.


pgp0.pgp
Description: PGP signature