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 4F8B8138350 for ; Thu, 9 Apr 2020 21:47:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82058E08F6; Thu, 9 Apr 2020 21:46:59 +0000 (UTC) Received: from km35626.keymachine.de (text-idiomas.com [87.118.86.27]) (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 F330EE08B1 for ; Thu, 9 Apr 2020 21:46:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by km35626.keymachine.de (Postfix) with ESMTP id 68AFA1130376 for ; Thu, 9 Apr 2020 23:46:56 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at km35626.keymachine.de. Received: from km35626.keymachine.de ([127.0.0.1]) by localhost (km35626.keymachine.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WOCnFhQNw744 for ; Thu, 9 Apr 2020 23:46:53 +0200 (CEST) Received: from grusum.endjinn.de (i59F72386.versanet.de [89.247.35.134]) by km35626.keymachine.de (Postfix) with ESMTPSA id 4B3A4113045B for ; Thu, 9 Apr 2020 23:46:53 +0200 (CEST) Received: by grusum.endjinn.de (Postfix, from userid 500) id C0F9217027A; Thu, 9 Apr 2020 06:27:42 +0200 (CEST) Date: Thu, 9 Apr 2020 06:28:08 +0200 From: David Haller To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] sci-libs/spqr-1.2.3-r1 failed to emerge Message-ID: <20200409042808.433aekvbzj3nem2q@grusum.endjinn.de> Mail-Followup-To: gentoo-user@lists.gentoo.org References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: Organization: Nah, not today! X-Clacks-Overhead: GNU Terry Pratchett User-Agent: NeoMutt/20170609 (1.8.3) X-Archives-Salt: bf966299-c109-4aaa-be4d-0f49b15e5705 X-Archives-Hash: 89b1e87cadacee5d9902c8f275c7238c Hello, On Wed, 08 Apr 2020, gevisz wrote: >I've tried to install julia-1.4.0 but one of its dependencies, namely, >sci-libs/spqr-1.2.3-r1 failed to emerge with the following error message: > >* Failed Running automake ! > * > * Include in your bugreport the contents of: > * > * /var/tmp/portage/sci-libs/spqr-1.2.3-r1/temp/automake.out The patch spqr-1.2.3-autotools.patch is broken, it includes two AM_INIT_AUTOMAKE lines in configure.ac: ==== [..] --- configure.ac 1969-12-31 19:00:00.000000000 -0500 +++ configure.ac 2009-10-22 23:42:32.000000000 -0400 @@ -0,0 +1,55 @@ +AC_PREREQ(2.59) +AC_INIT(spqr, 1.2, davis@cise.ufl.edu) +AM_INIT_AUTOMAKE([foreign]) +AC_CONFIG_SRCDIR([Source/spqr_kernel.cpp]) +AM_INIT_AUTOMAKE([foreign]) [..] ==== Deleting the first (and adjusting the patchlength: '@@ -0,0 +1,54 @@') and it works. HTH, -dnh -- > Write the code like you are going to lose your memory in six months. Most people would say I write code like I've already lost my mind. Is that the same thing? -- Randal L. Schwartz