From owner-freebsd-current@FreeBSD.ORG Sat Sep 20 22:01:12 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E5011065812; Sat, 20 Sep 2008 22:01:12 +0000 (UTC) (envelope-from null@pozo.com) Received: from pozo.com (pozo.com [216.101.162.50]) by mx1.freebsd.org (Postfix) with ESMTP id 57D378FC29; Sat, 20 Sep 2008 22:01:11 +0000 (UTC) (envelope-from null@pozo.com) Received: from T41p.pozo.com (t41p.pozo.com [192.168.0.4]) (authenticated bits=0) by pozo.com (8.14.3/8.14.3) with ESMTP id m8KM10Yk005739 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 20 Sep 2008 15:01:00 -0700 (PDT) (envelope-from null@pozo.com) Message-Id: <200809202201.m8KM10Yk005739@pozo.com> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Sat, 20 Sep 2008 15:00:55 -0700 To: Ulf Lilleengen From: Manfred Antar In-Reply-To: <20080920212720.GA3082@carrot.studby.ntnu.no> References: <200809201922.m8KJMMS4027619@pozo.com> <20080920212720.GA3082@carrot.studby.ntnu.no> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Spam-Status: No, score=-101.4 required=5.0 tests=ALL_TRUSTED,MISSING_MID, USER_IN_WHITELIST autolearn=failed version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on pozo.com X-Virus-Scanned: ClamAV version 0.94, clamav-milter version 0.94-exp on pozo.com X-Virus-Status: Clean Cc: freebsd-current@freebsd.org Subject: Re: fdisk bsdlabel compile broken on Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2008 22:01:12 -0000 At 02:27 PM 9/20/2008, Ulf Lilleengen wrote: >On Sat, Sep 20, 2008 at 12:22:17PM -0700, Manfred Antar wrote: >> I can't compile fdisk or bsdlabel on current without adding -lbsdxml -lsbuf to the Makefile >> Is anyone else seeing this ? >> >> Doing a buildworld on current i386 it stops at : >> /usr/obj/usr/src/tmp/usr/lib/libgeom.a(geom_xml2tree.o)(.text+0x1f1): In function `geom_xml2tree': >> : undefined reference to `XML_ParserCreate' >> /usr/obj/usr/src/tmp/usr/lib/libgeom.a(geom_xml2tree.o)(.text+0x22d): In function `geom_xml2tree': >> : undefined reference to `XML_SetUserData' >> /usr/obj/usr/src/tmp/usr/lib/libgeom.a(geom_xml2tree.o)(.text+0x245): In function `geom_xml2tree': >> : undefined reference to `XML_SetElementHandler' >> /usr/obj/usr/src/tmp/usr/lib/libgeom.a(geom_xml2tree.o)(.text+0x255): In function `geom_xml2tree': >> : undefined reference to `XML_SetCharacterDataHandler' >> /usr/obj/usr/src/tmp/usr/lib/libgeom.a(geom_xml2tree.o)(.text+0x27b): In function `geom_xml2tree': >> : undefined reference to `XML_Parse' >> /usr/obj/usr/src/tmp/usr/lib/libgeom.a(geom_xml2tree.o)(.text+0x28d): In function `geom_xml2tree': >> : undefined reference to `XML_ParserFree' >> /usr/obj/usr/src/tmp/usr/lib/libgeom.a(geom_xml2tree.o)(.text+0x4ed): In function `EndElement': >> : undefined reference to `sbuf_finish' >> /usr/obj/usr/src/tmp/usr/lib/libgeom.a(geom_xml2tree.o)(.text+0x4fc): In function `EndElement': >> : undefined reference to `sbuf_data' >> /usr/obj/usr/src/tmp/usr/lib/libgeom.a(geom_xml2tree.o)(.text+0x51e): In function `EndElement': >> : undefined reference to `sbuf_delete' >> /usr/obj/usr/src/tmp/usr/lib/libgeom.a(geom_xml2tree.o)(.text+0x864): In function `StartElement': >> : undefined reference to `sbuf_new' >> /usr/obj/usr/src/tmp/usr/lib/libgeom.a(geom_xml2tree.o)(.text+0xd74): In function `CharData': >> : undefined reference to `sbuf_bcat' >> *** Error code 1 >> >> Stop in /usr/src/sbin/fdisk. >> *** Error code 1 >I saw another reference to this the other day, but it seems strange. Nothing >is changed in the APIs or the makefiles/includes whatever. Are you sure >you're doing a proper buildworld? > >Also, these error messages have no connection to the last commits, which was >in different files. > >-- >Ulf Lilleengen cd /usr/src make buildworld if i do cd /usr/src//lib/libgeom make obj make depend all install then: cd /usr/src/sbin/fdisk make obj make depend all install it fails as the above message The last full make world I was able to do where fdisk was built was around Sept 5th. This morning I deleted all of /usr/src and did a cvsup. Tried again and still failed. I'm puzzled as no one else is seeing this. I can try to cvs checkout from around Sept 5th and see if it builds. I wonder if I have stray includes being picked up somewhere. Why will it build if I add -lbsdxml -lsbuf to the Makefile ? Manfred ================================== || null@pozo.com || || Ph. (415) 681-6235 || ==================================