From owner-freebsd-questions@FreeBSD.ORG Fri Feb 9 01:42:53 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9439916A4AB for ; Fri, 9 Feb 2007 01:42:53 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mx1.freebsd.org (Postfix) with ESMTP id EEF1D13C461 for ; Fri, 9 Feb 2007 01:42:48 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.141] (may be forged)) by mxout4.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id l191gmdn005070 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 8 Feb 2007 17:42:48 -0800 X-Auth-Received: from [192.168.10.41] (c-67-187-172-183.hsd1.ca.comcast.net [67.187.172.183]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id l191glWF000604 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 8 Feb 2007 17:42:48 -0800 Message-ID: <45CBD191.20501@u.washington.edu> Date: Thu, 08 Feb 2007 17:42:41 -0800 From: Garrett Cooper User-Agent: Thunderbird 1.5.0.9 (X11/20070122) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <508953.96383.qm@web34508.mail.mud.yahoo.com> In-Reply-To: <508953.96383.qm@web34508.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.0.289146, Antispam-Engine: 2.5.0.283055, Antispam-Data: 2007.2.8.173434 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Subject: Re: Can't get make buildworld to work with recent cvsup. - Addl 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: Fri, 09 Feb 2007 01:42:53 -0000 Nicole Harrington wrote: > Something setup wrong some place?? > > cd /usr/src/lib ; make > > ..... > c -pg -O2 -fno-strict-aliasing -pipe -march=opteron > -I/usr/src/lib/libftpio > -Wall -DINET6 -c /usr/src/lib/libftpio/ftpio.c -o > ftpio.po > cc -pg -O2 -fno-strict-aliasing -pipe -march=opteron > -I/usr/src/lib/libftpio > -Wall -DINET6 -c ftperr.c -o ftperr.po > building profiled ftpio library > ranlib libftpio_p.a > cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe > -march=opteron > -I/usr/src/lib/libftpio -Wall -DINET6 -c > /usr/src/lib/libftpio/ftpio.c > -o > ftpio.So > cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe > -march=opteron > -I/usr/src/lib/libftpio -Wall -DINET6 -c ftperr.c -o > ftperr.So > building shared library libftpio.so.6 > gzip -cn /usr/src/lib/libftpio/ftpio.3 > ftpio.3.gz > ===> libgeom (all) > cc -O2 -fno-strict-aliasing -pipe -march=opteron > -I/usr/src/lib/libgeom > -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter > -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith > -Wno-uninitialized -c > /usr/src/lib/libgeom/geom_getxml.c > cc -O2 -fno-strict-aliasing -pipe -march=opteron > -I/usr/src/lib/libgeom > -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter > -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith > -Wno-uninitialized -c > /usr/src/lib/libgeom/geom_stats.c > cc -O2 -fno-strict-aliasing -pipe -march=opteron > -I/usr/src/lib/libgeom > -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter > -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith > -Wno-uninitialized -c > /usr/src/lib/libgeom/geom_xml2tree.c > /usr/src/lib/libgeom/geom_xml2tree.c:255: error: > syntax error before > '*' token > /usr/src/lib/libgeom/geom_xml2tree.c:256: warning: > type qualifiers > ignored on > function return type > /usr/src/lib/libgeom/geom_xml2tree.c:256: warning: > return type defaults > to `int' > /usr/src/lib/libgeom/geom_xml2tree.c:256: warning: > function declaration > isn't a > prototype > /usr/src/lib/libgeom/geom_xml2tree.c: In function > `CharData': > /usr/src/lib/libgeom/geom_xml2tree.c:260: error: > `userData' undeclared > (first > use in this function) > /usr/src/lib/libgeom/geom_xml2tree.c:260: error: (Each > undeclared > identifier is > reported only once > /usr/src/lib/libgeom/geom_xml2tree.c:260: error: for > each function it > appears > in.) > /usr/src/lib/libgeom/geom_xml2tree.c:262: error: `s' > undeclared (first > use in > this function) > /usr/src/lib/libgeom/geom_xml2tree.c:263: error: `len' > undeclared > (first use in > this function) > /usr/src/lib/libgeom/geom_xml2tree.c: In function > `geom_xml2tree': > /usr/src/lib/libgeom/geom_xml2tree.c:286: error: > syntax error before > "parser" > /usr/src/lib/libgeom/geom_xml2tree.c:296: error: > `parser' undeclared > (first use > in this function) > /usr/src/lib/libgeom/geom_xml2tree.c:296: warning: > implicit declaration > of > function `XML_ParserCreate' > /usr/src/lib/libgeom/geom_xml2tree.c:301: warning: > implicit declaration > of > function `XML_SetUserData' > /usr/src/lib/libgeom/geom_xml2tree.c:302: warning: > implicit declaration > of > function `XML_SetElementHandler' > /usr/src/lib/libgeom/geom_xml2tree.c:303: warning: > implicit declaration > of > function `XML_SetCharacterDataHandler' > /usr/src/lib/libgeom/geom_xml2tree.c:304: warning: > implicit declaration > of > function `XML_Parse' > /usr/src/lib/libgeom/geom_xml2tree.c:307: warning: > implicit declaration > of > function `XML_ParserFree' > *** Error code 1 > > Stop in /usr/src/lib/libgeom. > *** Error code 1 > > Stop in /usr/src/lib. > > > ARGG!! > > Nicole Doesn't look like it's compiling libgeom or geom related dependencies. What's your /etc/make.conf look like and what version are you trying to compile with buildworld? -Garrett