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 4C23A139083 for ; Fri, 15 Dec 2017 00:03:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B5BAE1011; Fri, 15 Dec 2017 00:03:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 26AD6E1011 for ; Fri, 15 Dec 2017 00:03:32 +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 9A3E433BE68 for ; Fri, 15 Dec 2017 00:03:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BFD8AE7B for ; Fri, 15 Dec 2017 00:03:29 +0000 (UTC) From: "Aric Belsito" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aric Belsito" Message-ID: <1513296133.77ef19967a6350246847d3d153277c6f9b5e5b75.lluixhi@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: dev-util/cargo/ X-VCS-Repository: proj/musl X-VCS-Files: dev-util/cargo/cargo-0.22.0-r1.ebuild X-VCS-Directories: dev-util/cargo/ X-VCS-Committer: lluixhi X-VCS-Committer-Name: Aric Belsito X-VCS-Revision: 77ef19967a6350246847d3d153277c6f9b5e5b75 X-VCS-Branch: master Date: Fri, 15 Dec 2017 00:03:29 +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-Archives-Salt: e31c42c2-8535-437e-95c9-dde0dd9d1163 X-Archives-Hash: 1561e5d69b0f47e9e736db320535ecd2 commit: 77ef19967a6350246847d3d153277c6f9b5e5b75 Author: Aric Belsito gmail com> AuthorDate: Fri Dec 15 00:02:13 2017 +0000 Commit: Aric Belsito gmail com> CommitDate: Fri Dec 15 00:02:13 2017 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=77ef1996 dev-util/cargo: non-verbose build rustc mysteriously segfaults on verbose build dev-util/cargo/cargo-0.22.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cargo/cargo-0.22.0-r1.ebuild b/dev-util/cargo/cargo-0.22.0-r1.ebuild index e074b3c..c8830e0 100644 --- a/dev-util/cargo/cargo-0.22.0-r1.ebuild +++ b/dev-util/cargo/cargo-0.22.0-r1.ebuild @@ -208,7 +208,7 @@ src_configure() { src_compile() { export CARGO_HOME="${ECARGO_HOME}" local cargo="${WORKDIR}/cargo-${CARGO_SNAPSHOT_VERSION}-${CARGOHOST}/cargo/bin/cargo" - ${cargo} build --release --verbose || die + ${cargo} build --release || die # Building HTML documentation use doc && ${cargo} doc