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 1QZSIQ-0006d2-TV for garchives@archives.gentoo.org; Wed, 22 Jun 2011 18:37:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 391A41C17D; Wed, 22 Jun 2011 18:35:38 +0000 (UTC) Received: from mail-gy0-f181.google.com (mail-gy0-f181.google.com [209.85.160.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 032131C17D for ; Wed, 22 Jun 2011 18:35:37 +0000 (UTC) Received: by gyd8 with SMTP id 8so673901gyd.40 for ; Wed, 22 Jun 2011 11:35:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=Fh45VXU7NId2G41MpRAWM0Sx40CrP13HraUrua46aiU=; b=a/SelCkxxjJIVougB7YApcNW8MuQz1ljtdzwh1d5sWIqwn5HUA21wMbKTm40HhCYHQ qyMHsLZ1l+x0GImCMAQupeYLUg20WEI/6v5dsiQXoVYCI2/02GhNGlJfdGHESZvBrOdI LJDzR6/DLJTza6SlelVFACNpNyPmzMPmjKVyw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=b8cARpqdQDKpYckpHOdHuOyL3P8CYUy/g9JzGHysY8L/rnzuYDOhzS0CdudPNEKfmK o7tAgfhO4aisOJD7ig4wqqjhrEvsyaCUTRxgJnLRlbWUPwM5z3BllNa6JVCX07LYSmjM RiQMgPiReGwrltZdYoTYzWwxP04g32dozWKj4= Received: by 10.236.201.169 with SMTP id b29mr1699826yho.101.1308767737434; Wed, 22 Jun 2011 11:35:37 -0700 (PDT) Received: from [192.168.2.5] (adsl-98-95-109-99.jan.bellsouth.net [98.95.109.99]) by mx.google.com with ESMTPS id e24sm500953yhk.37.2011.06.22.11.35.35 (version=SSLv3 cipher=OTHER); Wed, 22 Jun 2011 11:35:36 -0700 (PDT) Message-ID: <4E0235F6.7090409@gmail.com> Date: Wed, 22 Jun 2011 13:35:34 -0500 From: Dale User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.19) Gecko/20110606 Gentoo/2.0.14-r1 SeaMonkey/2.0.14 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: Do we have to build gcc with fortran now? References: <4E0167C4.9080100@gmail.com> <4E01CF99.1070109@gmail.com> <4E01EF3F.8040800@gmail.com> <4E020BA4.50201@gmail.com> <20110622172309.GZ20163@ns1.bonedaddy.net> <4E023128.9040002@gmail.com> In-Reply-To: <4E023128.9040002@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: 816414366cc403703b6aad14639508a8 Dale wrote: > Todd Goodman wrote: >> >> Well, I don't have fortran use enabled >> >> mail-proxy ~ # euse -i fortran >> global use flags (searching: fortran) >> ************************************************************ >> [- ] fortran - Adds support for fortran (formerly f77) >> >> local use flags (searching: fortran) >> ************************************************************ >> no matching entries found >> >> However, kde-base/kde-meta-4.6.4 pulls in kde-base/kdeedu-meta-4.6.4 >> which pulls in kde-base/kantor which pulls in dev-lang/R (since my >> profile >> has the R use flag enabled) which pulls in virtual/blas which pulls in >> sci-libs/blas-reference-20070226 which then craps out since I don't have >> the fortran use flag enabled. >> >> My solution is to force -R in make.conf >> > > Let me make a note of that, in make.conf of course. ;-) > > Thanks. > > Dale > > :-) :-) > When I did that, it complained that cantor was built with no backend. Did you get the same thing? It said this here: WARN (postinst) You have decided to build cantor with no backend. To have this application functional, please do one of below: # emerge -va1 '='kde-base/cantor-4.6.4 with 'R' USE flag enabled # emerge -vaDu sci-mathematics/maxima So, I did the later and it needs to emerge several packages that I didn't have before. Looks like I can either have a bit of bloat on one side or a bit of bloat on the other side. o_O I mention just in case you didn't notice the message and then something borks on next login. Dale :-) :-)