From owner-freebsd-ports@FreeBSD.ORG Wed Jul 16 09:21:18 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D9209EA4; Wed, 16 Jul 2014 09:21:18 +0000 (UTC) Received: from mail-la0-x22e.google.com (mail-la0-x22e.google.com [IPv6:2a00:1450:4010:c03::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 363A9221B; Wed, 16 Jul 2014 09:21:18 +0000 (UTC) Received: by mail-la0-f46.google.com with SMTP id b8so440107lan.33 for ; Wed, 16 Jul 2014 02:21:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:message-id:date:reply-to:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=KFg2At7nQ8CHq2v4FevqtOjvB0UbfLIUNhpUP1ehWLM=; b=JA9p6Rhhb8Kh1s9HCcXRVxOo+dG/rP9DOy+3Pa1GhtTN2nChTy4j5fPGXBoKdf6215 KCP89WRJgjg0CctiymsyN+EOPIFiBQYEj4D2qOKEKuKPEuAlMnzCKlI/gUQePAKKFtxt 5bUTlSmkm/rBh9lfxzT7R2EdfmTs31DvCBBxJf+z19F2pEAWT0T5pzspev+btMmfcoHv NbB6yECOd7EGmazFtyR/xKUXVNLlyXpPFeihL8zkvX38fr2uRW+2O+fxOoanTNItvo0B qmSii0w8yG+4mWR3f0xGI1xfMNFrwlDNCCj8uHgkxlluuDqVmA2nnmfUKkMcVNLYOgE/ VRJQ== X-Received: by 10.112.202.39 with SMTP id kf7mr23047673lbc.37.1405502476153; Wed, 16 Jul 2014 02:21:16 -0700 (PDT) Received: from Leslies-MacBook-Pro.local (c-195-216-044-136.ekt.thalamus.net. [195.216.44.136]) by mx.google.com with ESMTPSA id k8sm7553393lae.23.2014.07.16.02.21.14 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 16 Jul 2014 02:21:15 -0700 (PDT) From: Leslie Jensen X-Google-Original-From: Leslie Jensen Message-ID: <53C64409.4010704@eskk.nu> Date: Wed, 16 Jul 2014 11:21:13 +0200 Reply-To: jensen.leslie@gmail.com User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org, brooks@FreeBSD.org Subject: Updating ports that require cclang33 almost comes to a standstill! Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2014 09:21:18 -0000 Hello list. I'm experiencing a very slow build of clang33 It seems that it's when building clang33/work/llvm-3.3 that is slows down. Using top I can see that my system is almost idle, 99,4, and cc1plus has two processes using WCPU at 1,80% and 0.10% I'm wondering if it's normal behaviour and I just have to sit it out? uname 9.1-RELEASE-p5 Thanks /Leslie