From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3BE7F138334 for ; Tue, 21 May 2019 14:32:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A57AE0863; Tue, 21 May 2019 14:32:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30CC4E0863 for ; Tue, 21 May 2019 14:32:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92421344CFC for ; Tue, 21 May 2019 14:32:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0806A57B for ; Tue, 21 May 2019 14:32:30 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1558449124.ea0aae92fe4e454442f2833f9e7f6bb2f5767c15.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: travis/ X-VCS-Repository: proj/portage-utils X-VCS-Files: travis/install-blake2.sh travis/main.sh X-VCS-Directories: travis/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: ea0aae92fe4e454442f2833f9e7f6bb2f5767c15 X-VCS-Branch: master Date: Tue, 21 May 2019 14:32:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 52eced1c-082d-4219-bf76-37623ca2a721 X-Archives-Hash: 922f621ba6dd67436e9cd3cd4c1bb311 commit: ea0aae92fe4e454442f2833f9e7f6bb2f5767c15 Author: Fabian Groffen gentoo org> AuthorDate: Tue May 21 14:32:04 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue May 21 14:32:04 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=ea0aae92 travis: fix Clang build, attempt 2 at libb2 Signed-off-by: Fabian Groffen gentoo.org> travis/install-blake2.sh | 2 +- travis/main.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/travis/install-blake2.sh b/travis/install-blake2.sh index 1ee6f1e..36989d8 100755 --- a/travis/install-blake2.sh +++ b/travis/install-blake2.sh @@ -19,7 +19,7 @@ main() { --libdir=/ \ --includedir=/ m - m DESTDIR=../../sysroot install + m DESTDIR="${PWD}/../../sysroot" install ) v rm -rf libb2* travis_fold end dep-blake2 diff --git a/travis/main.sh b/travis/main.sh index cf68cc9..7749a0a 100755 --- a/travis/main.sh +++ b/travis/main.sh @@ -31,7 +31,8 @@ main() { export LDFLAGS="-L${PWD}/../sysroot" # ignore timestamps which git doesn't preserve - v ./configure --disable-maintainer-mode + # disable openmp because Clang's libomp isn't installed + v ./configure --disable-maintainer-mode --disable-openmp # Standard optimized build. m