Re: make world, attempt 5

1999-09-26 Thread John Hay

Are you sure everything is ok on your machine? I have done 4-5 make worlds
in the last 48 hours and except for the perl breakage, haven't had any
other problems. Even make release worked here.

John
-- 
John Hay -- [EMAIL PROTECTED]

 I've been trying for the last 24 hours solid to make a new world.  The
 latest problem is:
 
 === libwrap
 cc -nostdinc -O -pipe -DFACILITY=LOG_AUTH -DHOSTS_ACCESS -DNETGROUP 
-DDAEMON_UMASK=022  -DREAL_DAEMON_DIR=\"/usr/libexec\" -DPROCESS_OPTIONS  
-DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10  -DHOSTS_DENY=\"/etc/hosts.deny\" 
-DHOSTS_ALLOW=\"/etc/hosts.allow\"  -DSYS_ERRLIST_DEFINED -DALWAYS_HOSTNAME 
-I/usr/obj/src/PANIC/src/tmp/usr/include -c 
/src/PANIC/src/lib/libwrap/../../contrib/tcp_wrappers/hosts_access.c -o hosts_access.o
 /src/PANIC/src/lib/libwrap/../../contrib/tcp_wrappers/hosts_access.c:245: syntax 
error before `'
 /src/PANIC/src/lib/libwrap/../../contrib/tcp_wrappers/hosts_access.c:84: warning: 
`host_match' declared `static' but never defined
 /src/PANIC/src/lib/libwrap/../../contrib/tcp_wrappers/hosts_access.c:85: warning: 
`string_match' declared `static' but never defined
 
 Could we have a break for those people who would like make world to
 complete?
 
 Greg
 -- 
 See complete headers for address, home page and phone numbers
 finger [EMAIL PROTECTED] for PGP public key


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



Re: make world, attempt 5

1999-09-26 Thread Sheldon Hearn



On Sun, 26 Sep 1999 09:00:50 +0930, Greg Lehey wrote:

 I've been trying for the last 24 hours solid to make a new world.  The
 latest problem is:

:-(

 /src/PANIC/src/lib/libwrap/../../contrib/tcp_wrappers/hosts_access.c:245:
 syntax error before `'

Hi Greg,

I was the last person to touch that file, but I honestly can't see why
you're having a problem with it.

Are you sure that you have hosts_access.c rev 1.2 ?

Ciao,
Sheldon.


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



Re: make world, attempt 5

1999-09-26 Thread D. Rock

Greg Lehey schrieb:
 
 I've been trying for the last 24 hours solid to make a new world.  The
 latest problem is:
 
 === libwrap
 cc -nostdinc -O -pipe -DFACILITY=LOG_AUTH -DHOSTS_ACCESS -DNETGROUP 
-DDAEMON_UMASK=022  -DREAL_DAEMON_DIR=\"/usr/libexec\" -DPROCESS_OPTIONS  
-DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10  -DHOSTS_DENY=\"/etc/hosts.deny\" 
-DHOSTS_ALLOW=\"/etc/hosts.allow\"  -DSYS_ERRLIST_DEFINED -DALWAYS_HOSTNAME 
-I/usr/obj/src/PANIC/src/tmp/usr/include -c 
/src/PANIC/src/lib/libwrap/../../contrib/tcp_wrappers/hosts_access.c -o hosts_access.o
 /src/PANIC/src/lib/libwrap/../../contrib/tcp_wrappers/hosts_access.c:245: syntax 
error before `'
 /src/PANIC/src/lib/libwrap/../../contrib/tcp_wrappers/hosts_access.c:84: warning: 
`host_match' declared `static' but never defined
 /src/PANIC/src/lib/libwrap/../../contrib/tcp_wrappers/hosts_access.c:85: warning: 
`string_match' declared `static' but never defined
I know these errors.

Mostly they are caused by local modifications of the source. If you then
"cvs update"
your tree, and there is a conflict, the offending lines are surrounded
by

Your Code
===
New Code


I also have overseen cvs conflicts dozens of time.

Daniel


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



Re: make world, attempt 5

1999-09-26 Thread Greg Lehey

On Sunday, 26 September 1999 at 21:01:17 +0200, Sheldon Hearn wrote:


 On Sun, 26 Sep 1999 09:00:50 +0930, Greg Lehey wrote:

 I've been trying for the last 24 hours solid to make a new world.  The
 latest problem is:

 :-(

 /src/PANIC/src/lib/libwrap/../../contrib/tcp_wrappers/hosts_access.c:245:
 syntax error before `'

 Hi Greg,

 I was the last person to touch that file, but I honestly can't see why
 you're having a problem with it.

 Are you sure that you have hosts_access.c rev 1.2 ?

I have now.  That's what comes of not reading my cvs logs.  I had a
different version of this file that I had been playing around with,
and your commit (of effectively the same thing) spammed it.

Sorry for the confusion.

Greg
--
See complete headers for address, home page and phone numbers
finger [EMAIL PROTECTED] for PGP public key


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