Re: cvsup RELENG_5_2 deletes make files and most of source

2004-07-14 Thread Simon L. Nielsen
On 2004.07.10 17:13:49 -0400, David Kaplowitz wrote:
 On Sat, 10 Jul 2004 21:46:04 +0200, Simon L. Nielsen [EMAIL PROTECTED] wrote:
 
  Have you tried another mirror?  It could be a (very) out-of-date
  mirror that doesn't have 5.2 ?  Also you could try to delete the files
  in /usr/sup.
  
 I hadn't tried it, but after you suggested it I did. I think Don's
 reply (above) mentions what I was doing wrong. I appreciate the input
 though.

OK, haven't seen Don's reply, but you got it working correctly now?

   The system is 5.2.1-R on a MSI Neo K8T FIS2R mobo with an AMD 3200+
   with ddr 400/pc3200 RAM and an SATA HDD.
  
  Hmm, that's an i386 system, so it's not related to this mailing list
  (freebsd-amd64).  You should use the freebsd-questions for generic
  questions...
 
 Actually you must be confusing my K8T (k8t800 chipset) with another of
 MSI's K8T Neo mobos. My 3200+ is the 64-bit 2.0Ghz., not the 32-bit
 2.8Ghz...(or whatever the 3200+ is in the 32-bit world)

Ah, sorry.  Since you wrote just AMD and not AMD64 I assumed it was an
old 32bit AMD CPU (it happens that people just see the amd part of
the freebsd-amd64 mailing name when they have an 32bit AMD cpu.)

-- 
Simon L. Nielsen
FreeBSD Documentation Team


pgp4V8hoWMErR.pgp
Description: PGP signature


Re: cvsup RELENG_5_2 deletes make files and most of source

2004-07-10 Thread Simon L. Nielsen
On 2004.07.10 14:04:59 -0400, David Kaplowitz wrote:

 I've been googling around for an answer to this apparent problem, but
 am not getting anywhere with it. When I run cvsup with the tag
 RELENG_5_2, I see all manner of (seemingly legit) files being deleted,
 but nothing actually gets added/checked out. Viewing the contents of

Have you tried another mirror?  It could be a (very) out-of-date
mirror that doesn't have 5.2 ?  Also you could try to delete the files
in /usr/sup.

 If I run the same command with a supfile with the tag=. flag set,
 everything updates, nothing gets deleted, but I can't run make
 buildworld successfully. I get all manner of errors --- and I'd prefer
 to run -STABLE rather than -CURRENT, unless there's some compelling
 reason to run -CURRENT on this machine.

5.X is the -CURRENT branch (still) and -STABLE is 4.X (e.g. 4.10).

 The system is 5.2.1-R on a MSI Neo K8T FIS2R mobo with an AMD 3200+
 with ddr 400/pc3200 RAM and an SATA HDD.

Hmm, that's an i386 system, so it's not related to this mailing list
(freebsd-amd64).  You should use the freebsd-questions for generic
questions...

-- 
Simon L. Nielsen
FreeBSD Documentation Team


pgpHLL9Gm7PhW.pgp
Description: PGP signature


Re: cvsup RELENG_5_2 deletes make files and most of source

2004-07-10 Thread David Kaplowitz
On Sat, 10 Jul 2004 21:46:04 +0200, Simon L. Nielsen [EMAIL PROTECTED] wrote:

 Have you tried another mirror?  It could be a (very) out-of-date
 mirror that doesn't have 5.2 ?  Also you could try to delete the files
 in /usr/sup.
 

I hadn't tried it, but after you suggested it I did. I think Don's
reply (above) mentions what I was doing wrong. I appreciate the input
though.

 5.X is the -CURRENT branch (still) and -STABLE is 4.X (e.g. 4.10).
 

Somewhere in the back of my head I knew this from my previous installs
of the 5.x tree, but I saw some other posts that confused me. Thanks
for clarifying this. No wonder I was getting make buildworld errors.

  The system is 5.2.1-R on a MSI Neo K8T FIS2R mobo with an AMD 3200+
  with ddr 400/pc3200 RAM and an SATA HDD.
 
 Hmm, that's an i386 system, so it's not related to this mailing list
 (freebsd-amd64).  You should use the freebsd-questions for generic
 questions...
 

Actually you must be confusing my K8T (k8t800 chipset) with another of
MSI's K8T Neo mobos. My 3200+ is the 64-bit 2.0Ghz., not the 32-bit
2.8Ghz...(or whatever the 3200+ is in the 32-bit world)

Cheers,

Dave
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


i386 buildworld failure (RELENG_5_2)

2004-05-28 Thread matthew.ford
I've cleaned out /usr/src and /usr/obj and cvsup'd RELENG_5_2 sources,
but I'm still getting the following failure when I run 'make
buildworld'. Any suggestions?

Cheers,
Mat

---

=== usr.sbin/config
/usr/obj/usr/src/i386/usr/src/usr.sbin/config created for
/usr/src/usr.sbin/config
yacc -d /usr/src/usr.sbin/config/config.y
cp y.tab.c config.c
lex -t  /usr/src/usr.sbin/config/lang.l  lang.c
rm -f .depend
mkdep -f .depend -a-I. -I/usr/src/usr.sbin/config
-I/usr/obj/usr/src/i386/legacy/usr/include  config.c
/usr/src/usr.sbin/config/main.c lang.c
/usr/src/usr.sbin/config/mkmakefile.c
/usr/src/usr.sbin/config/mkheaders.c
/usr/src/usr.sbin/config/mkoptions.c
echo config: /usr/lib/libc.a /usr/lib/libl.a
/usr/obj/usr/src/i386/legacy/usr/lib/libegacy.a  .depend
cc -O -pipe -I. -I/usr/src/usr.sbin/config
-I/usr/obj/usr/src/i386/legacy/usr/include -c config.c
cc -O -pipe -I. -I/usr/src/usr.sbin/config
-I/usr/obj/usr/src/i386/legacy/usr/include -c
/usr/src/usr.sbin/config/main.c
cc -O -pipe -I. -I/usr/src/usr.sbin/config
-I/usr/obj/usr/src/i386/legacy/usr/include -c lang.c
cc -O -pipe -I. -I/usr/src/usr.sbin/config
-I/usr/obj/usr/src/i386/legacy/usr/include -c
/usr/src/usr.sbin/config/mkmakefile.c
cc -O -pipe -I. -I/usr/src/usr.sbin/config
-I/usr/obj/usr/src/i386/legacy/usr/include -c
/usr/src/usr.sbin/config/mkheaders.c
cc -O -pipe -I. -I/usr/src/usr.sbin/config
-I/usr/obj/usr/src/i386/legacy/usr/include -c
/usr/src/usr.sbin/config/mkoptions.c
cc -O -pipe -I. -I/usr/src/usr.sbin/config
-I/usr/obj/usr/src/i386/legacy/usr/include  -static
-L/usr/obj/usr/src/i386/legacy/usr/lib -o config config.o main.o lang.o
mkmakefile.o mkheaders.o mkoptions.o -ll -legacy
sh /usr/src/tools/install.sh -s -o root -g wheel -m 555   config
/usr/obj/usr/src/i386/legacy/usr/sbin
*** Signal 11

Stop in /usr/src/usr.sbin/config.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: RELENG_5_2

2004-01-31 Thread Steinar Bormer
Kris Kennaway [EMAIL PROTECTED] writes:

| On Wed, Jan 28, 2004 at 02:04:47PM +0100, Steinar Bormer wrote:
|  
|  [14:02 pallotta steinab uname -rsvp
|  FreeBSD 5.2-RELEASE FreeBSD 5.2-RELEASE #0: Wed Jan 28 13:15:30 CET 2004 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/PALLOTTA  i386
|  
|  Am I completely mistaken, or shouldn't this be 5.2-RELEASE-p1 or
|  similar?
| 
| They were updated in preparation for 5.2.1-RELEASE, which is still
| forthcoming.

Thanks.  Today's make world changed it to:

[13:57 pallotta steinab uname -rs 
FreeBSD 5.2.1-RC

My impression of following a RELENG_X_X-tree was that the version
numbering changed every time an update (to one or more files) was
done, and that updates to several files were always done together, but
this is obviously incorrect?

Steinar B. 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RELENG_5_2

2004-01-28 Thread Steinar Bormer
Greetings,

I just cvsupped my RELENG_5_2-box, and a number of files were
updated.  I duly made world, and the uname is still the same:

[14:02 pallotta steinab uname -rsvp
FreeBSD 5.2-RELEASE FreeBSD 5.2-RELEASE #0: Wed Jan 28 13:15:30 CET 2004 [EMAIL 
PROTECTED]:/usr/obj/usr/src/sys/PALLOTTA  i386

Am I completely mistaken, or shouldn't this be 5.2-RELEASE-p1 or
similar?

Anyway, this is not the first time I've made world according to
RELENG_5_2, so it should be higher than #0, correct?

-- 
SB

I am so smart, so smart - s-m-r-t!  I mean, s-m-A-r-t!
- Homer Simpson
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: RELENG_5_2

2004-01-28 Thread JJB
You have wrong understanding of what #0 means.
That's the counter of how many times you have recompiled the
kernel making your own custom kernel.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Steinar
Bormer
Sent: Wednesday, January 28, 2004 8:05 AM
To: [EMAIL PROTECTED]
Subject: RELENG_5_2

Greetings,

I just cvsupped my RELENG_5_2-box, and a number of files were
updated.  I duly made world, and the uname is still the same:

[14:02 pallotta steinab uname -rsvp
FreeBSD 5.2-RELEASE FreeBSD 5.2-RELEASE #0: Wed Jan 28 13:15:30 CET
2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/PALLOTTA
i386

Am I completely mistaken, or shouldn't this be 5.2-RELEASE-p1 or
similar?

Anyway, this is not the first time I've made world according to
RELENG_5_2, so it should be higher than #0, correct?

--
SB

I am so smart, so smart - s-m-r-t!  I mean, s-m-A-r-t!
- Homer Simpson
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: RELENG_5_2

2004-01-28 Thread Kris Kennaway
On Wed, Jan 28, 2004 at 02:04:47PM +0100, Steinar Bormer wrote:
 Greetings,
 
 I just cvsupped my RELENG_5_2-box, and a number of files were
 updated.  I duly made world, and the uname is still the same:
 
 [14:02 pallotta steinab uname -rsvp
 FreeBSD 5.2-RELEASE FreeBSD 5.2-RELEASE #0: Wed Jan 28 13:15:30 CET 2004 [EMAIL 
 PROTECTED]:/usr/obj/usr/src/sys/PALLOTTA  i386
 
 Am I completely mistaken, or shouldn't this be 5.2-RELEASE-p1 or
 similar?

They were updated in preparation for 5.2.1-RELEASE, which is still
forthcoming.

Kris


pgp0.pgp
Description: PGP signature