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 1NjLld-0000Zq-Cn for garchives@archives.gentoo.org; Mon, 22 Feb 2010 00:03:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FCE5E0D0B for ; Mon, 22 Feb 2010 00:03:16 +0000 (UTC) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) by pigeon.gentoo.org (Postfix) with ESMTP id E2AB9E05A1 for ; Sun, 21 Feb 2010 23:11:48 +0000 (UTC) Received: by wyb39 with SMTP id 39so164063wyb.40 for ; Sun, 21 Feb 2010 15:11:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=Vm5RMWw6nUtBNHvugoZIZ+Y088aWhwAsTo4V77qcsAg=; b=GeLzaap1tyv14aud5npGtx0N4z1wV9GXBUbhTt9H0wRkHP5W+cgLPJ0ClfoaRNyR5q msqdw+MUaXS8roVWR3MFXbzi+lSOypqtMhhZ3K2R649WmLX3pFjTcZ5CdokKWSWMaGSv EEVK7VETd5NZ/sUOoFXulvqeTIQbTTX+n/tMQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:message-id; b=UnLLm1WLReRT1Tl2O6JtCCFfmS/sw/LeLO/t9asXptu2KR1yA7p2oS1xb8p7JtLjPG lrBnHSFiTaSiBofiayr7NV4Ro7YGitfZHmF88JZhaU+soNpP035cnPKFjPuCboeOz4Mk 8JXuKA53orvo6PjnR5E3IyXdPx/4FXG4hF/Z8= Received: by 10.216.86.65 with SMTP id v43mr58227wee.118.1266793908213; Sun, 21 Feb 2010 15:11:48 -0800 (PST) Received: from nazgul.localnet (196-210-153-205-rrdg-esr-2.dynamic.isadsl.co.za [196.210.153.205]) by mx.google.com with ESMTPS id g11sm10890973gve.8.2010.02.21.15.11.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 21 Feb 2010 15:11:46 -0800 (PST) From: Alan McKinnon To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] building pdftk (needs gcj) Date: Mon, 22 Feb 2010 01:09:27 +0200 User-Agent: KMail/1.13.0 (Linux/2.6.32-zen6; KDE/4.4.0; x86_64; ; ) References: <20100221225646.GO24169@anton.digitaltorque.ca> In-Reply-To: <20100221225646.GO24169@anton.digitaltorque.ca> 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 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201002220109.27472.alan.mckinnon@gmail.com> X-Archives-Salt: d91a3d82-9567-4b00-8c85-e7e0db7ccd4f X-Archives-Hash: 006c32495912ab42876576c4dbfc9393 On Monday 22 February 2010 00:56:47 Michael P. Soulier wrote: > So, I need pdftk to build some documents, so I emerge it and it tells me > that I need to update my USE flags and rebuild gcc with gcj support. > > So, I do. I added gcj to my global make.conf and ran the emerge, and gcc > was rebuilt. > > >>> Installing (1 of 2) sys-devel/gcc-4.3.4 > > * The current gcc config appears valid, so it will not be > * automatically switched for you. If you would like to > * switch to the newly installed gcc version, do the > * following: > > * gcc-config i686-pc-linux-gnu-4.3.4 > * source /etc/profile ^^^^^^^^^^^^^^^^^^^^^ Did you do this? > > * No profile selected, unable to utilize --use-old > > * If you have issues with packages unable to locate libstdc++.la, > * then try running 'fix_libtool_files.sh' on the old gcc versions. > > But now pdftk fails to build because there's no gcj command. > > make[2]: Entering directory > `/var/tmp/portage/app-text/pdftk-1.41-r1/work/pdftk-1.41/java_libs/com/lowa > gie/text' gcj -O2 -march=athlon-xp -pipe -w --encoding=UTF-8 > --classpath="/var/tmp/portage/app-text/pdftk-1.41-r1/work/pdftk-1.41/java_l > ibs" -c Anchor.java -o Anchor.o > /bin/sh: gcj: command not found > make[2]: *** [Anchor.o] Error 127 > > I'm confused. > > Mike -- alan dot mckinnon at gmail dot com