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 1RFqrl-0003IO-1w for garchives@archives.gentoo.org; Mon, 17 Oct 2011 17:20:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC15721C0B7; Mon, 17 Oct 2011 17:20:34 +0000 (UTC) Received: from mail-vx0-f181.google.com (mail-vx0-f181.google.com [209.85.220.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 37F7F21C067 for ; Mon, 17 Oct 2011 17:19:31 +0000 (UTC) Received: by vcbfk14 with SMTP id fk14so4715844vcb.40 for ; Mon, 17 Oct 2011 10:19:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=UtlmZMz+K2yRCfkTvDneRbd0ZvSANPZyqtqUWg8E0cY=; b=dlT2KrsT/aGWTzwR/oW7vdzmlJMEc6rmHyptEVRMuxqm9CuMsTmOiSAsfmzVV2qOid RvkwNiH8IGNKOFz+fROJ/IliqE1TezbhZhkqCo3aM/wrJqqRRYDfl+ZzMadtG+rkXu5a NourQcGLer55qQ83nYxlb0sxeTgWLTC10X8qA= 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.182.77.196 with SMTP id u4mr2176960obw.19.1318871971616; Mon, 17 Oct 2011 10:19:31 -0700 (PDT) Received: by 10.182.38.42 with HTTP; Mon, 17 Oct 2011 10:19:31 -0700 (PDT) In-Reply-To: <20111017165921.GG3088@solfire> References: <20111017024244.GF3088@solfire> <20111017165921.GG3088@solfire> Date: Mon, 17 Oct 2011 10:19:31 -0700 Message-ID: Subject: Re: [gentoo-user] libpng15: fltk & graphicsmagick failed to build From: Mark Knecht To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 5f49d41b85f87f7cfea83fab72c06a06 On Mon, Oct 17, 2011 at 9:59 AM, wrote: > Mark Knecht [11-10-17 18:40]: >> On Sun, Oct 16, 2011 at 7:42 PM, =C2=A0 wrote: >> > Hi, >> > >> > after updating to lipng15 and rebuilding all needed stuff, fltk >> > and graphicsmagick exhibit build failures: >> > >> >> I got similar errors for some other package on my wife's machine last >> night. In that case they were solved by using the ~amd64 version of >> the package. >> >> - Mark >> > > ...and I thought, the credo is "dont mix 'em".... > > Best regards, > mcc BTW - It was dev-lang/R that I had this problem with. In general, don't mix 'em. I agree. However things gotta work and there doesn't seem to be a consistent release process so that when the Gentoo devs release a common library as 'stable' they also ensure that _every_ app that uses the library runs with that library. I think that's what's happened here. It's mostly OK, but there are a few things that still point at 1.4, Now, in general, don't mix 'em, but here's my package.keywords file for my compute server:: mark@c2stable ~ $ cat /etc/portage/package.keywords sys-kernel/gentoo-sources ~amd64 sys-apps/portage ~* app-portage/eix ~amd64 app-emulation/virtualbox ~amd64 app-emulation/virtualbox-modules ~amd64 app-emulation/virtualbox-additions ~amd64 app-emulation/virtualbox-extpack-oracle ~amd64 x11-drivers/xf86-video-virtualbox ~amd64 x11-drivers/xf86-input-virtualbox ~amd64 app-emulation/vmware-modules ~amd64 app-emulation/vmware-tools ~amd64 app-emulation/vmware-player ~amd64 x11-libs/libview ~amd64 sci-libs/ta-lib ~amd64 sys-power/cpufrequtils ~amd64 media-libs/tiff ~amd64 dev-util/nvidia-cuda-toolkit ~amd64 dev-util/nvidia-cuda-sdk ~amd64 x11-drivers/nvidia-drivers ~amd64 media-video/nvidia-settings ~amd64 dev-util/codeblocks ~amd64 x11-misc/read-edid ~amd64 net-im/skype ~amd64 app-forensics/chkrootkit ~amd64 dev-lang/R ~amd64 dev-util/kbuild ~amd64 mark@c2stable ~ $ Most of this is due to me wanting newer versions but I think a few may not have stable versions at all, or didn't when I first installed them. - Mark