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 6ABB013832E for ; Sat, 30 Jul 2016 09:18:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A5A621C01D; Sat, 30 Jul 2016 09:18:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E2B121C01D for ; Sat, 30 Jul 2016 09:18:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86D02340BE6 for ; Sat, 30 Jul 2016 09:18:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 094A27DF for ; Sat, 30 Jul 2016 09:18:29 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1469870291.4254ea8bfbb12e1e2f7b42474bd7130f8e5ff836.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/crystal/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/crystal/crystal-0.15.0.ebuild dev-lang/crystal/metadata.xml X-VCS-Directories: dev-lang/crystal/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 4254ea8bfbb12e1e2f7b42474bd7130f8e5ff836 X-VCS-Branch: master Date: Sat, 30 Jul 2016 09:18: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: e4a3c345-a14d-42aa-8b10-73ddcd4a90c4 X-Archives-Hash: 4dab0358ee2a5b0b3d90cc7f2e5ac43d commit: 4254ea8bfbb12e1e2f7b42474bd7130f8e5ff836 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Jul 30 09:18:11 2016 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Jul 30 09:18:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4254ea8b dev-lang/crystal: require boehm-gc[threads] as a depend With USE=-threads crystal crashes for me outright: $ cat a.cr puts hello $ crystal build a.cr Invalid memory access (signal 11) at address 0x0 [12705341] __crystal_sigfault_handler +61 [140316947557920] ??? [0] ??? Package-Manager: portage-2.3.0 dev-lang/crystal/crystal-0.15.0.ebuild | 2 +- dev-lang/crystal/metadata.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-lang/crystal/crystal-0.15.0.ebuild b/dev-lang/crystal/crystal-0.15.0.ebuild index 4190f0c..bec9c70 100644 --- a/dev-lang/crystal/crystal-0.15.0.ebuild +++ b/dev-lang/crystal/crystal-0.15.0.ebuild @@ -24,7 +24,7 @@ IUSE="doc examples +xml +yaml" # dev-libs/boehm-gc[static-libs] dependency problem, check the issue: https://github.com/manastech/crystal/issues/1382 DEPEND=" longlene@gmail.com Lixiao Chen + + slyfox@gentoo.org + Sergei Trofimovich + proxy-maint@gentoo.org Proxy Maintainers