From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: * X-Spam-Status: No, score=1.5 required=5.0 tests=DATE_IN_PAST_12_24,DMARC_NONE, INVALID_DATE,MAILING_LIST_MULTI,RDNS_DYNAMIC autolearn=no autolearn_force=no version=4.0.0 Received: from as1-4-5-1.han.s.bonet.se ([194.236.131.211] helo=bender.hallendal.net) by cvs.gentoo.org with esmtp (Exim 3.30 #1) id 162YfE-0006u6-00; Sat, 10 Nov 2001 06:59:16 -0700 Received: from zoidberg.hallendal.net (unknown [192.168.114.10]) by bender.hallendal.net (Postfix) with ESMTP id 5DC414DF0; Sat, 10 Nov 2001 14:58:53 +0100 (CET) From: Mikael Hallendal To: gentoo-dev@gentoo.org, gentoo-user@gentoo.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-pcFEDYxIH9jxy3cLIDZK" X-Mailer: Evolution/0.99.0 (Preview Release) Message-Id: <1005400727.3244.4.camel@zoidberg> Mime-Version: 1.0 Subject: [gentoo-dev] libxml/libxml2 problems. Sender: gentoo-dev-admin@cvs.gentoo.org Errors-To: gentoo-dev-admin@cvs.gentoo.org X-BeenThere: gentoo-dev@cvs.gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@cvs.gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Sat Nov 10 07:00:03 2001 X-Original-Date: 10 Nov 2001 14:58:47 +0100 X-Archives-Salt: cde04e2e-565a-4364-ad51-9a50230ffabe X-Archives-Hash: 2e859186e00229bbc3fc50f9f00c39b8 --=-pcFEDYxIH9jxy3cLIDZK Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi! I've now tracked down the problem (thanks alpha for having the problem :) The problem was that libxml2 just recently changed to install in /usr/include/libxml2/libxml instead of /usr/include/libxml. This resulted in apps changing there includes from=20 #include to=20 #include and controlling which libxml to use from configure by either calling xml-config --cflags or xml2-config --cflags so if you had an old libxml2 (libxml2 2.4.41 was doing wrong at least) that resulted in the makefile finding /usr/include/libxml before /usr/include/gnome-xml/libxml (which it should). So, the fix, unmerge all old versions of libxml2 and remerge libxml2 >2.4.9 Regards, Mikael Hallendal --=20 Mikael Hallendal Gentoo Linux Developer, Desktop Team Leader CodeFactory AB, Stockholm, Sweden --=-pcFEDYxIH9jxy3cLIDZK Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQA77TKWm0/ts8TQAWgRAqIiAJ0YPbQMbRdR+GOTKrwShJewa+SdWwCgi49p BII4ef2ibdQlVqMEgTTaDdI= =GST8 -----END PGP SIGNATURE----- --=-pcFEDYxIH9jxy3cLIDZK--