Make world failed with RELENG_4_5: in /usr/src/gnu/usr.bin/cc/cc_tools

2002-05-04 Thread Chojin

Hello,

after had an error in pam_ssh in RELENG_4 I decided to rm -rf /usr/src and
/usr/obj/* and cvs again with RELENG_4_5 branch.

But now after make world I get an error in /usr/src/gnu/usr.bin/cc/cc_tools:

...
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/gencheck.c: In
function `usage':
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/gencheck.c:34:
`stderr' undeclared (first use in this function)
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/gencheck.c:34:
(Each undeclared identifier is reported only once
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/gencheck.c:34: for
each function it appears in.)
*** Error code 1

Stop in /usr/src/gnu/usr.bin/cc/cc_tools.
*** Error code 1

You can see the entire log of cvs and make buildworld there:
http://www.tarakan-network.com/makeworld/err.txt
It might help you I hope.

For the moment I cannot upgrade my computer in anyway...

If you need some other informations:
# uname -a
FreeBSD host 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon Jan 28 14:31:56 GMT
2002 [EMAIL PROTECTED]:/usr/src/sys/compile/GENERIC  i386
# gcc --version
2.95.3
With dmesg:
CPU: \^Peftium II.Pentium II Xeon/Celeron (3\^T8,49%IHz 686)class CPU)
  Origin = "GeluineIntel"  Id = 0x612  Qtdppijg = 2

Features=0x183f9ff
real memory = 268435456

--
Chojin


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



Re: Apache on 4.5-Stable Query

2002-03-08 Thread Chojin

- Original Message - 
From: "S. William Schulz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 08, 2002 1:06 AM
Subject: Apache on 4.5-Stable Query


> 
> Hello,
> 
> Hope this is the right place for this.
> 
> I installed a system with 4.4-CURRENT (I think), then today cvsup'ed it
> to 4.5-STABLE, built a custom kernel, and installed everything.  When
> doing the mergemaster, the new /etc/master.passwd had a www user in it.
> Figuring I'd be adding apache, I added that user.
> 
> Now, I've cvsup'ed the ports tree, installed mysql and am now trying to
> install the apache port.  make install errors out upon finding that a
> www user already exists.
> 
> Would the recommendation be that I just dump that user and try to
> reinstall?  Should I report that error anywhere else?  Or have I done
> something incorrectly.
> 

Just remove www user 
rm www
(do not remove any 'home' directory if asked)

Then you can install Apache port.

Chojin



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