From owner-freebsd-current Sun Sep 26 12:52:14 1999 Delivered-To: freebsd-current@freebsd.org Received: from dead-end.net (dead-end.net [216.15.131.2]) by hub.freebsd.org (Postfix) with ESMTP id 4E69C14C17 for ; Sun, 26 Sep 1999 12:52:11 -0700 (PDT) (envelope-from rock@dead-end.net) Received: from server.rock.net (p3E9E0EAF.dip.t-dialin.net [62.158.14.175]) by dead-end.net (8.9.3/DEAD-END/1999022000) with ESMTP id VAA07186; Sun, 26 Sep 1999 21:52:09 +0200 (CEST) (envelope-from rock@dead-end.net) Received: from dead-end.net (doom.rock.net [172.23.7.254]) by server.rock.net (8.9.3/8.9.3/ROCK/1999053100) with ESMTP id VAA00372; Sun, 26 Sep 1999 21:54:54 +0200 (CEST) (envelope-from rock@dead-end.net) Message-ID: <37EE79C6.1F058A1E@dead-end.net> Date: Sun, 26 Sep 1999 21:53:42 +0200 From: "D. Rock" X-Mailer: Mozilla 4.6 [de] (Win98; U) X-Accept-Language: de MIME-Version: 1.0 To: Greg Lehey Cc: FreeBSD current users Subject: Re: make world, attempt 5 References: <19990926090049.B46202@freebie.lemis.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message