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 C1B961395E2 for ; Sat, 3 Dec 2016 11:34:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0C96E0C72; Sat, 3 Dec 2016 11:34:11 +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 80198E0C72 for ; Sat, 3 Dec 2016 11:34:10 +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 7DF0E340806 for ; Sat, 3 Dec 2016 11:34:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA0A3498 for ; Sat, 3 Dec 2016 11:34:07 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1480764833.0d1b801349367e3210c3feb0247936d51efdcdc5.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/ncbi-tools++/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild X-VCS-Directories: sci-biology/ncbi-tools++/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 0d1b801349367e3210c3feb0247936d51efdcdc5 X-VCS-Branch: master Date: Sat, 3 Dec 2016 11:34:07 +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: 340f3773-3161-4929-9a57-9048a6b2b137 X-Archives-Hash: bc717ce45b5c7fb115ff621fb61162cf commit: 0d1b801349367e3210c3feb0247936d51efdcdc5 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Sat Dec 3 11:33:53 2016 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Sat Dec 3 11:33:53 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0d1b8013 sci-biology/ncbi-tools++: add a comment about >=gcc-5.3.0 incompatibility Package-Manager: portage-2.3.2 sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild b/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild index 1236c13..8902d3e 100644 --- a/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild +++ b/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild @@ -329,6 +329,9 @@ src_compile() { # # To take full advantage of --with-flat-makefile, you'll need the following (instead of 'emake all_p -C "${S}"_build/build') and call configure --with-flat-makefile: emake -C "${S}"_build/build -f Makefile.flat + # + # >=gcc-5.3.0 is not supported, see also bug #579248#c8 + # configure: error: Do not know how to build MT-safe with compiler /usr/bin/x86_64-pc-linux-gnu-g++ 5.3.0 } src_install() {