From owner-freebsd-questions@FreeBSD.ORG Sun Jul 24 16:13:06 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F82C16A41F for ; Sun, 24 Jul 2005 16:13:06 +0000 (GMT) (envelope-from marius@korsmo.org) Received: from elwolfie.com (elwolfie.com [195.204.13.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93CA243D48 for ; Sun, 24 Jul 2005 16:13:05 +0000 (GMT) (envelope-from marius@korsmo.org) Received: from localhost (elwolfie.com [127.0.0.1]) by elwolfie.com (Postfix) with ESMTP id CD64D5A for ; Sun, 24 Jul 2005 18:13:03 +0200 (CEST) Received: from elwolfie.com ([127.0.0.1]) by localhost (elwolfie.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24090-09 for ; Sun, 24 Jul 2005 18:13:01 +0200 (CEST) Received: by elwolfie.com (Postfix, from userid 33) id 4404B5B; Sun, 24 Jul 2005 18:13:01 +0200 (CEST) Received: from mp-117-185.daxnet.no (mp-117-185.daxnet.no [193.216.117.185]) by elwolfie.com (Horde MIME library) with HTTP for ; Sun, 24 Jul 2005 18:13:01 +0200 Message-ID: <20050724181301.vl95fhi004gg8sg8@elwolfie.com> Date: Sun, 24 Jul 2005 18:13:01 +0200 From: Marius Korsmo To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) X-Virus-Scanned: by amavisd-new at elwolfie.com Subject: make buildworld fails in openssl/colldef X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2005 16:13:06 -0000 I get this error when trying to buildworld: mkdep -f .depend -a -I. -I/usr/src/usr.bin/colldef -I/usr/src/usr.bin/colldef/../../lib/libc/locale -DCOLLATE_DEBUG -DYY_NO_UNPUT -I/usr/obj/usr/src/i386/legacy/usr/include parse.c scan.c echo colldef: /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.bin/colldef -I/usr/src/usr.bin/colldef/../../lib/libc/locale -DCOLLATE_DEBUG -DYY_NO_UNPUT -I/usr/obj/usr/src/i386/legacy/usr/include -c parse.c cc -O -pipe -I. -I/usr/src/usr.bin/colldef -I/usr/src/usr.bin/colldef/../../lib/libc/locale -DCOLLATE_DEBUG -DYY_NO_UNPUT -I/usr/obj/usr/src/i386/legacy/usr/include -c scan.c In file included from /usr/include/openssl/bio.h:67, from /usr/include/err.h:68, from /usr/src/usr.bin/colldef/scan.l:34: /usr/include/openssl/crypto.h:328: error: syntax error before numeric constant In file included from /usr/include/err.h:68, from /usr/src/usr.bin/colldef/scan.l:34: /usr/include/openssl/bio.h:225: error: syntax error before numeric constant /usr/include/openssl/bio.h:579: error: syntax error before numeric constant In file included from /usr/src/usr.bin/colldef/scan.l:34: /usr/include/err.h:238: error: syntax error before numeric constant *** Error code 1 Stop in /usr/src/usr.bin/colldef. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. I'm running FreeBSD 5.4 RELEASE, but want to update to RELENG_5_4 to get the latest security updates. I'm using the RELENG_5_4 tag when i cvsup. I have cvsup'ed from 3-4 servers at different times. I have also tried to cvsup to STABLE, but that does not make any difference. I've cvsup'ed many times during a 10 day period. There is nothing wrong with the soruces I get (i think). I've followed the manual, and done "chflags -R noschg /usr/obj/usr, rm -rf /usr/obj/usr, cd /usr/src, make cleandir, make cleandir" I get the same error every time, it happens very early in the buildworld process. I have also deleted /usr/src a few times to be on the safe side before cvsup'ing. I've tried deleting /usr/obj before building world. My /etc/make.conf contains nothing when I try to buildworld, but I have tried a few options without any luck. Deleting openssl (installed from ports) and all programs that depend on openssl does not help at all. Building world in single user mode does not help. Yes, I'm root when building world. my cvsup file looks like: *default host=cvsup.no.FreeBSD.org *default base=/var/db *default prefix=/usr *default tag=RELENG_5_4 *default release=cvs delete use-rel-suffix *default compress src-all Any help will be highly appreciated. Thank you. Marius ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.