From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.3 required=5.0 tests=DMARC_MISSING, MAILING_LIST_MULTI,RDNS_NONE autolearn=no autolearn_force=no version=4.0.0 Received: from box1.cyxs.net (unknown [208.155.66.115]) by chiba.3jane.net (Postfix) with SMTP id 2572CAC37E for ; Wed, 5 Jun 2002 10:47:09 -0500 (CDT) Received: (qmail 11619 invoked from network); 5 Jun 2002 15:34:14 -0000 Received: from unknown (HELO localhost) (208.155.66.115) by 0 with SMTP; 5 Jun 2002 15:34:14 -0000 From: Richard Reich To: gentoo-dev@gentoo.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 05 Jun 2002 11:42:54 -0400 Message-Id: <1023291775.24882.1.camel@orcana> Mime-Version: 1.0 Subject: [gentoo-dev] libxml2 Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: 8e9533b8-5429-425f-9daa-a6f0d6795c96 X-Archives-Hash: f11d6416dc513959e804648dddcd08c9 libxml2 does not play nice with a parallel build and a smp box. I had to set MAKE="make -j1" emerge libxml2 to get it to compile. Richard Reich