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 AA64113877A for ; Mon, 28 Jul 2014 05:17:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EFDEE0D1F; Mon, 28 Jul 2014 05:16:59 +0000 (UTC) Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED182E0CCE for ; Mon, 28 Jul 2014 05:16:57 +0000 (UTC) Received: by mail-wi0-f170.google.com with SMTP id f8so3625740wiw.5 for ; Sun, 27 Jul 2014 22:16:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=LhPC5+76Opv7hboCz+QBYsx5mFiVPwWqttTa138ighY=; b=LXn7r4cSqZMLieorJnUctOpsEnu2/wnKFkwJJYvrbOP+pkJ98BlcofZ9WGYa8hs5BF Jz3wNSR6SwwVDo2PHlhl2GFGaWBwBi+ARrwpywv8fvFmJBNNHYdcaWRoQDcfchxDYXWF mGZjsQefFrx5Dntij/HOnxexH+/AvgF94qE6eOPg08njpriONYC5zroRJGAn1BFskAWy 5dzcWU6TPu3LApABHVSms8WFxeCUEYRpfSW5g4RoCpmwwyhG8K1E+g6L+5Opv8+kBdak Jjfj6aNyIuwGs0yhgZGwmAzRVD5d96Gge71mUth03k46xXajuc0DFDQyOblWOe6cRKVo f6yw== X-Received: by 10.180.39.73 with SMTP id n9mr16793092wik.70.1406524616514; Sun, 27 Jul 2014 22:16:56 -0700 (PDT) Received: from [192.168.1.2] (213-154-212-42.static.vega-ua.net. [213.154.212.42]) by mx.google.com with ESMTPSA id i12sm46659578wjr.32.2014.07.27.22.16.55 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 27 Jul 2014 22:16:55 -0700 (PDT) Message-ID: <53D5DCC6.7060006@gmail.com> Date: Mon, 28 Jul 2014 08:16:54 +0300 From: Alexander Kapshuk User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 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] wxGTK compilation fails "missing thread.h" References: <53D3947A.6090407@gmail.com> <53D39826.7030907@gmail.com> <53D4EDFC.8070108@gmail.com> In-Reply-To: Content-Type: multipart/alternative; boundary="------------010409030401060900080301" X-Archives-Salt: 6521e00a-ecb0-45f7-94b9-2e51a156407d X-Archives-Hash: a9fea9868191c43beeddfb6e775587e1 This is a multi-part message in MIME format. --------------010409030401060900080301 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 07/28/2014 04:33 AM, Adam Carter wrote: > > > > grep MAKEOPTS /etc/portage/make.conf > MAKEOPTS="-j3" > > What value is your MAKEOPTS set to? > > I have tried -j1 to rule out parallel compilation issues, but it > didn't help. Here's all the 'thread.h' header files I seem to have on my system: du -a /usr/*|sed '/\/thread.h$/!d;s/.*\t//' /usr/include/event2/thread.h /usr/include/ruby-2.0.0/ruby/thread.h /usr/include/wx-2.8/wx/thread.h /usr/lib/perl5/5.16.3/i686-linux/CORE/thread.h /usr/src/linux-3.12.21-gentoo-r1/include/config/generic/smp/idle/thread.h /usr/src/linux-3.12.21-gentoo-r1/tools/perf/util/thread.h --------------010409030401060900080301 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
On 07/28/2014 04:33 AM, Adam Carter wrote:
 

grep MAKEOPTS /etc/portage/make.conf
MAKEOPTS="-j3"

What value is your MAKEOPTS set to?

I have tried -j1 to rule out parallel compilation issues, but it didn't help.
Here's all the 'thread.h' header files I seem to have on my system:
du -a /usr/*|sed '/\/thread.h$/!d;s/.*\t//'
/usr/include/event2/thread.h
/usr/include/ruby-2.0.0/ruby/thread.h
/usr/include/wx-2.8/wx/thread.h
/usr/lib/perl5/5.16.3/i686-linux/CORE/thread.h
/usr/src/linux-3.12.21-gentoo-r1/include/config/generic/smp/idle/thread.h
/usr/src/linux-3.12.21-gentoo-r1/tools/perf/util/thread.h

--------------010409030401060900080301--