From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R0i4B-0005l7-4n for garchives@archives.gentoo.org; Mon, 05 Sep 2011 22:54:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47F2C21C054; Mon, 5 Sep 2011 22:54:45 +0000 (UTC) Received: from mail-ey0-f171.google.com (mail-ey0-f171.google.com [209.85.215.171]) by pigeon.gentoo.org (Postfix) with ESMTP id DDC8B21C048 for ; Mon, 5 Sep 2011 22:53:41 +0000 (UTC) Received: by eyg24 with SMTP id 24so3114220eyg.16 for ; Mon, 05 Sep 2011 15:53:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=y16CWrU3h+hh9Mxf+XTwLDpgoVfKft0ReQOJ+GEiv+M=; b=LytfKNLsL5vLoSoMSLgHwo4NWYiw4SWOmEW75kBkHDOcqT4EZDgUxY3Eq5/2dfqsov hZcOxdMTlTFQHhCEc9qWrLQyHDxhg9uYirOBI2dQw14iBgd2g7qIXIS9fVvEJ3XBZyVj 0IRH4leQFQZ/LkUDLwVUi5AQ0NK+G/nPJBAEo= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.14.19.69 with SMTP id m45mr1444197eem.215.1315263220750; Mon, 05 Sep 2011 15:53:40 -0700 (PDT) Received: by 10.14.37.14 with HTTP; Mon, 5 Sep 2011 15:53:40 -0700 (PDT) Date: Mon, 5 Sep 2011 18:53:40 -0400 Message-ID: Subject: [gentoo-user] command not found xmlinclude From: Nick Khamis To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: X-Archives-Hash: 4195b96f8392929a8276ecb9a81d6445 Hello Everyone, I have a problem compiling Heartbeat, the error is: glib-2.0.so ../replace/.libs/libreplace.a -lbz2 -lz -lc -luuid -lrt /usr/lib/libltdl.so -ldl creating cl_respawn gmake[1]: Leaving directory `/usr/local/src/Heartbeat-3-0-STABLE-3.0.4/tools' Making all in doc gmake[1]: Entering directory `/usr/local/src/Heartbeat-3-0-STABLE-3.0.4/doc' \ --xinclude \ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl heartbeat.xml gmake[1]: --xinclude: Command not found gmake[1]: *** [heartbeat.8] Error 127 gmake[1]: Leaving directory `/usr/local/src/Heartbeat-3-0-STABLE-3.0.4/doc' What provides xmlinclude? Thanks in Advance, Nick.