Ask a Question related to FreeBSD, Design and Development.
-
bsdnooby #1
cvs broke? fresh install can't cvsup and buildworld
2 machines installed and updated fine, #3 has errors on "cvsup -g -L 2
stable-supfile".
the error messages say something about "head file", but it seems to finish
then when i do "make buildworld" it blows up with errors
i realise this isn't much to go on, but I wanted to post a headsup in
case somebody just changed someething and maybe needs to change it back,
so it doesnt effect too many people
if no one else reports a problem, i will assume it's something i'm doing
wrong
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 266.2.0 - Release Date: 2/21/2005
bsdnooby Guest
-
new server(fresh install fms2)
Hi guys, i am having a bit of bother with FMS 2 on the new server. Everything i am working on works fine on the developer server. I am unable to... -
Fresh install of 7.0 cannot update 7.01 to 7.2
Had to migrate to new machine. HAL problems prevented clone or disk transfer. After good install of MX 7.0.0 cannot get updaters to take. Waiting... -
CFMX7 Fresh Install
I am trying to install a brand new copy of MX 7 and just after the license agreement screen (step 2) I get the following error: ... -
IPU vs. fresh install opinion page
So that we don't all have to go through the "I agree/I don't" stuff anymore, I've set up http://aplawrence.com/ipuopinion.html Please take a... -
uninstall of 8i to re-install fresh
Is there a safe, quick and thorough un-install method available for 8i enterprise on linux? Thanks. -
bsdnooby #2
buildworld fails on: ===> bin/domainname
When I run 'make buildworld' I get a series of errors like this:
rm -f .depend GPATH GRTAGS GSYMS GTAGS
===> bin/domainname
"Makefile", line 3: Need an operator
....
"Makefile", line 33 Need an operator
make: fatal errors encountered -- cannot continue
*** Error code 1
Stop in /usr/src/bin
*** Error code 1
Stop in /usr/src
*** Error code 1
Stop in /usr/src
This is on a fresh install I am trying to update to RELENG_5. I've
trying to follow whats in the handbook, including the 'cleandir' tips at
the end, but nothing is working so far.
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 266.2.0 - Release Date: 2/21/2005
bsdnooby Guest
-
Kevin Kinsey #3
Re: buildworld fails on: ===> bin/domainname
bsdnooby wrote:
>
> When I run 'make buildworld' I get a series of errors like this:
>
> rm -f .depend GPATH GRTAGS GSYMS GTAGS
> ===> bin/domainname
> "Makefile", line 3: Need an operator
> ...
> "Makefile", line 33 Need an operator
> make: fatal errors encountered -- cannot continue
> *** Error code 1
> Stop in /usr/src/bin
> *** Error code 1
> Stop in /usr/src
> *** Error code 1
> Stop in /usr/src
>
>
> This is on a fresh install I am trying to update to RELENG_5.
> I've trying to follow whats in the handbook, including the 'cleandir'
> tips at the end, but nothing is working so far.
I assume that "fresh install" == "fresh install of 5.3-RELEASE"?
The usual thing to do first when a "make buildworld" fails is to
re-synchronize your source (CVSup, CVS, CTM, whatever) and
try again. Most generally, these little errors (looks like a simple
syntax goof in /usr/src/bin/domainame/Makefile maybe) get fixed
Real Quick (tm), and a subsequent CVSup will build properly.
Alternatively, at least in this case, if you can find the syntax
error and fix it, buildworld may work. But your experience may
not yet be to the level where you would feel confident in hacking
on the Makefile.
Check the stable@ mailing list for any clues ("me too" posts, mails
with "heads up" or "buildworld fails in domainname" in the subject
line, etc.). I'm subscribed, but haven't been keeping up over there....
Kevin Kinsey
Kevin Kinsey Guest
-
Lowell Gilbert #4
Re: buildworld fails on: ===> bin/domainname
bsdnooby <bsdnooby@optonline.net> writes:
"which make" replies with /usr/bin/make, right?> When I run 'make buildworld' I get a series of errors like this:
>
> rm -f .depend GPATH GRTAGS GSYMS GTAGS
> ===> bin/domainname
> "Makefile", line 3: Need an operator
> ...
> "Makefile", line 33 Need an operator
> make: fatal errors encountered -- cannot continue
> *** Error code 1
> Stop in /usr/src/bin
> *** Error code 1
> Stop in /usr/src
> *** Error code 1
> Stop in /usr/src
>
>
> This is on a fresh install I am trying to update to RELENG_5. I've
> trying to follow whats in the handbook, including the 'cleandir' tips
> at the end, but nothing is working so far.
Lowell Gilbert Guest
-
bsdnooby #5
Re: buildworld fails on: ===> bin/domainname
Lowell Gilbert wrote:
Yes it does.>bsdnooby <bsdnooby@optonline.net> writes:
>
>
>>>>When I run 'make buildworld' I get a series of errors like this:
>>
>>rm -f .depend GPATH GRTAGS GSYMS GTAGS
>>===> bin/domainname
>>"Makefile", line 3: Need an operator
>>...
>>"Makefile", line 33 Need an operator
>>make: fatal errors encountered -- cannot continue
>>*** Error code 1
>>Stop in /usr/src/bin
>>*** Error code 1
>>Stop in /usr/src
>>*** Error code 1
>>Stop in /usr/src
>>
>>
>>This is on a fresh install I am trying to update to RELENG_5. I've
>>trying to follow whats in the handbook, including the 'cleandir' tips
>>at the end, but nothing is working so far.
>>
>>
>"which make" replies with /usr/bin/make, right?
>
>
>
>
When I run "cvsup -g -L 2 stable-supfile" I see a bunch of errors with
"Head" in them. here is one of them:
Server warning: RCS file error in
"/cvs/cvsupd/prefixes/FreeBSD.cvs/src/bin/sh/var.h,v": 1: "head" expected
Then when I run "make buildworld", that fails
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 266.2.0 - Release Date: 2/21/2005
bsdnooby Guest
-
Warren Block #6
Re: cvs broke? fresh install can't cvsup and buildworld
On Mon, 21 Feb 2005, bsdnooby wrote:
cvsup12.freebsd.org seems to have a problem. cvsup9 is okay. I don't> 2 machines installed and updated fine, #3 has errors on "cvsup -g -L 2
> stable-supfile".
> the error messages say something about "head file", but it seems to finish
>
> then when i do "make buildworld" it blows up with errors
>
> i realise this isn't much to go on, but I wanted to post a headsup in case
> somebody just changed someething and maybe needs to change it back, so it
> doesnt effect too many people
>
> if no one else reports a problem, i will assume it's something i'm doing
> wrong
know if it's only /usr/src/bin or other directories, or if other cvsup
servers are having trouble.
-Warren Block * Rapid City, South Dakota USA
Warren Block Guest
-
Doug White #7
Re: buildworld fails on: ===> bin/domainname
On Mon, 21 Feb 2005, bsdnooby wrote:
What cvsup server are you using? It appears to be corrupted.> Yes it does.
>
> When I run "cvsup -g -L 2 stable-supfile" I see a bunch of errors with
> "Head" in them. here is one of them:
>
> Server warning: RCS file error in
> "/cvs/cvsupd/prefixes/FreeBSD.cvs/src/bin/sh/var.h,v": 1: "head" expected
>
> Then when I run "make buildworld", that fails
--
Doug White | FreeBSD: The Power to Serve
[email]dwhite@gumbysoft.com[/email] | [url]www.FreeBSD.org[/url]
Doug White Guest
-
Joe Marcus Clarke #8
Re: buildworld fails on: ===> bin/domainname
On Mon, 2005-02-21 at 18:25 -0800, Doug White wrote:
Yes, cvsup12 is definitely corrupt, and will produce this exact error.> On Mon, 21 Feb 2005, bsdnooby wrote:
>>> > Yes it does.
> >
> > When I run "cvsup -g -L 2 stable-supfile" I see a bunch of errors with
> > "Head" in them. here is one of them:
> >
> > Server warning: RCS file error in
> > "/cvs/cvsupd/prefixes/FreeBSD.cvs/src/bin/sh/var.h,v": 1: "head" expected
> >
> > Then when I run "make buildworld", that fails
> What cvsup server are you using? It appears to be corrupted.
I switched to cvsup11, but I had to completely remove my src tree before
the builds would work again.
Joe
-->
PGP Key : [url]http://www.marcuscom.com/pgp.asc[/url]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (FreeBSD)
iD8DBQBCGpiLb2iPiv4Uz4cRArdPAJ4tPmq4x41l5hpuC1pblG T/2QLz5QCdFBaE
ziDvwyfXyrnT3fv4+0iqF1w=
=rHSS
-----END PGP SIGNATURE-----
Joe Marcus Clarke Guest
-
bsdnooby #9
Re: buildworld fails on: ===> bin/domainname
Doug White wrote:
I was using cvsup10, 11, 12, and 13 - I think. I did a reinstall, but>On Mon, 21 Feb 2005, bsdnooby wrote:
>
>
>>>>Yes it does.
>>
>>When I run "cvsup -g -L 2 stable-supfile" I see a bunch of errors with
>>"Head" in them. here is one of them:
>>
>> Server warning: RCS file error in
>>"/cvs/cvsupd/prefixes/FreeBSD.cvs/src/bin/sh/var.h,v": 1: "head" expected
>>
>>Then when I run "make buildworld", that fails
>>
>>
>What cvsup server are you using? It appears to be corrupted.
>
>
>
instead if using my ATA drive, I installed on my SATA array - and it
worked. So I was thinking there was a problem with my ATA drive, but
now it looks like the problem was in fact with the cvsup server(s).
I hadn't planned to use my array (2x160GB) as my boot drive, but it sure
is fast since it is striped (to 320GB). Now I have to decide if I want
to reinstall on to my single 160GB ATA drive, and to use the raid array
as a pure data mount (in maybe /mnt/data).
Thx for all the feedback, it looks like the servers have been fixed!
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 266.2.0 - Release Date: 2/21/2005
bsdnooby Guest



Reply With Quote

