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.77) (envelope-from <gentoo-user+bounces-139862-garchives=archives.gentoo.org@lists.gentoo.org>) id 1SqTfE-0006j5-Vt for garchives@archives.gentoo.org; Sun, 15 Jul 2012 18:35:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B54E1E06B0; Sun, 15 Jul 2012 18:35:15 +0000 (UTC) Received: from mail-gg0-f181.google.com (mail-gg0-f181.google.com [209.85.161.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 60DE721C021 for <gentoo-user@lists.gentoo.org>; Sun, 15 Jul 2012 18:33:57 +0000 (UTC) Received: by ggnv5 with SMTP id v5so4963751ggn.40 for <gentoo-user@lists.gentoo.org>; Sun, 15 Jul 2012 11:33:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=CRHcBJ7StPe0dp8MiJzO677J1IVFREaZm/aDKkWGwjg=; b=fZV3xL5SPS7yKyHbjxEtNkPsKNVlXLPLQidcwR5rRHL2x3XKFj3cu/gZczne4k/w3x yJXFpT0zZFiKfgSzSB5INdDVGZQUd7dIVL5jqSJZ3O9ATawpLXtFvxZNT6zwL7GBzEmY JyreYQ218rvKFfuaCWRC0+8sUxK2uSjFubdw6RBOroLTSy+FqaQ9T8LdPQqsI3GAUyhU YF1g848PEITQTPSLa1qObx/ZCWWLbYbve8pwu/9bXUB5tFrRTeyehOxaDjscQhzG0bO3 LULGLEMH4LVfZEakh8VtoDMI1v+mvECOxAcBDcJ7GksPo8vevcrwP5DxCB5EJxz3gt9c xmyA== Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.50.187.170 with SMTP id ft10mr3678920igc.37.1342377236578; Sun, 15 Jul 2012 11:33:56 -0700 (PDT) Received: by 10.64.55.162 with HTTP; Sun, 15 Jul 2012 11:33:56 -0700 (PDT) In-Reply-To: <CA+czFiCzA11=DPmVe1iCf5iLEjdApGgKF+qw9=5xB02FE__XWg@mail.gmail.com> References: <CALF0-+XJzcJcTHwYRC9F_UZTfDeJHcipoE=yNp4VRFzof0XyyQ@mail.gmail.com> <4FFF1AE3.30408@binarywings.net> <20120713012131.506f2825@khamul.example.com> <50013F04.4050808@binarywings.net> <CALF0-+Xt1-tK=iY1oBPkzYomCfQDzjOKtVLkJ-6-5qivA5nU1Q@mail.gmail.com> <CA+czFiCzA11=DPmVe1iCf5iLEjdApGgKF+qw9=5xB02FE__XWg@mail.gmail.com> Date: Sun, 15 Jul 2012 15:33:56 -0300 Message-ID: <CALF0-+Vuovq=2i3_OXcygsDzSEgDis-W=406tw37aPPHQ4CESw@mail.gmail.com> Subject: Re: [gentoo-user] How to split boost emerge From: Ezequiel Garcia <elezegarcia@gmail.com> To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: d9147a09-3306-4d20-8a84-b223f8a56346 X-Archives-Hash: af19993cad4caa873e4bc1d326f63b76 Michael, On Sun, Jul 15, 2012 at 3:25 PM, Michael Mol <mikemol@gmail.com> wrote: > On Sun, Jul 15, 2012 at 1:50 PM, Ezequiel Garcia <elezegarcia@gmail.com> wrote: >> While trying to emerge gnash, I was forced to emerge --update boost. >> >> But it failed! (I was actually doing emerge --deep --update @world) >> >> I set MAKEOPTS="" as suggested to prevent multiple build jobs. >> >> >> So, here are last words. They don't say anything to me :-( >> -------------------------------------------------------------------- > > [snip] > > In the future, please attach, rather than in-line, stuff like build logs. > Okey. Thanks for the tip and sorry for the trouble. > Here's what's killing it for you: > >> In file included from ./boost/thread/detail/platform.hpp:17:0, >> from ./boost/thread/mutex.hpp:12, >> from libs/locale/src/shared/date_time.cpp:11: >> ./boost/config/requires_threads.hpp:29:4: error: #error "Threading >> support unavaliable: it has been explicitly disabled with >> BOOST_DISABLE_THREADS" >> In file included from ./boost/thread/mutex.hpp:12:0, >> from libs/locale/src/shared/date_time.cpp:11: >> ./boost/thread/detail/platform.hpp:67:9: error: #error "Sorry, no >> boost threads are available for this platform." > Oh! I missed it. Thanks a lot for going through this. > I'm not going to venture a guess as to why this is happening on your > system. But there's the explicit build error, cut out from the rest of > the log. > I think I've hit this bug: https://svn.boost.org/trac/boost/ticket/6165 It's gcc 4.7 related. I'll try to apply the patch suggested here: https://svn.boost.org/trac/boost/changeset/76133 and let you know. As I've never patched an ebuild, this might take me some time :-( Thanks a lot Michael :-)