From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 69B4B138010 for ; Sun, 14 Oct 2012 13:48:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 163DC21C004; Sun, 14 Oct 2012 13:48:41 +0000 (UTC) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by pigeon.gentoo.org (Postfix) with SMTP id 7FE2CE0329 for ; Sun, 14 Oct 2012 13:47:32 +0000 (UTC) Received: (qmail invoked by alias); 14 Oct 2012 13:47:31 -0000 Received: from p54850009.dip0.t-ipconnect.de (EHLO gmx.net) [84.133.0.9] by mail.gmx.net (mp004) with SMTP; 14 Oct 2012 15:47:31 +0200 X-Authenticated: #20088476 X-Provags-ID: V01U2FsdGVkX1/D1mc3LhfDJoH0CoHgIxm48MqlbFXlS+HgDoPu+8 CkB6wVU89Jh4UT Received: by gmx.net (nbSMTP-1.00) for uid 1001 meino.cramer@gmx.de; Sun, 14 Oct 2012 15:47:31 +0200 (CEST) Date: Sun, 14 Oct 2012 15:47:31 +0200 From: meino.cramer@gmx.de To: Gentoo Subject: [gentoo-user] distcc problems: Ok from commandline, but emerge ignores it... Message-ID: <20121014134731.GF6981@solfire> 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=us-ascii Content-Disposition: inline User-Agent: mutt-ng/devel-r804 (Linux) X-Y-GMX-Trusted: 0 X-Archives-Salt: 3cc903e6-2c14-42c5-b28f-47a803f79623 X-Archives-Hash: 94d1bf3a11ee5fda61f22a62156fb711 Hi, since my PC /and/ my embedded singlecomputer are involved, I dont know whether this is a "normal GENTOO" subject or a "embedded GENTOO" one... What I want: >From my embedded system (Beaglebone) I want to sent compilation jobs to my PC. I set up cross-compiler on my PC, configured distcc and added some softlinks, since the relevant compiler is called armv7a-softfp-linux-gnueabi-* on my beaglebone and armv7a-unknown-linux-gnueabi-* on my PC. The compilation of a short C-program from the commandline works...the job can be seen in the distcc log on the beaglebone. But emergeing (in this case "emerge cmus") completly ignores distcc.... How can I fix it? Thank you very much in advance for any help! Best regards, mcc