Gentoo Archives: gentoo-user

From: David Haller <gentoo@×××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] sci-libs/spqr-1.2.3-r1 failed to emerge
Date: Thu, 09 Apr 2020 21:47:07
Message-Id: 20200409042808.433aekvbzj3nem2q@grusum.endjinn.de
In Reply to: [gentoo-user] sci-libs/spqr-1.2.3-r1 failed to emerge by gevisz
1 Hello,
2
3 On Wed, 08 Apr 2020, gevisz wrote:
4 >I've tried to install julia-1.4.0 but one of its dependencies, namely,
5 >sci-libs/spqr-1.2.3-r1 failed to emerge with the following error message:
6 >
7 >* Failed Running automake !
8 > *
9 > * Include in your bugreport the contents of:
10 > *
11 > * /var/tmp/portage/sci-libs/spqr-1.2.3-r1/temp/automake.out
12
13 The patch spqr-1.2.3-autotools.patch is broken, it includes two
14 AM_INIT_AUTOMAKE lines in configure.ac:
15
16 ====
17 [..]
18 --- configure.ac 1969-12-31 19:00:00.000000000 -0500
19 +++ configure.ac 2009-10-22 23:42:32.000000000 -0400
20 @@ -0,0 +1,55 @@
21 +AC_PREREQ(2.59)
22 +AC_INIT(spqr, 1.2, davis@××××××××.edu)
23 +AM_INIT_AUTOMAKE([foreign])
24 +AC_CONFIG_SRCDIR([Source/spqr_kernel.cpp])
25 +AM_INIT_AUTOMAKE([foreign])
26 [..]
27 ====
28
29 Deleting the first (and adjusting the patchlength: '@@ -0,0 +1,54 @@')
30 and it works.
31
32 HTH,
33 -dnh
34
35 --
36 > Write the code like you are going to lose your memory in six months.
37 Most people would say I write code like I've already lost my mind.
38 Is that the same thing? -- Randal L. Schwartz