Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] sci-libs/scipy-1.1.0 fails to compile
Date: Thu, 07 May 2020 14:04:16
Message-Id: 11529214.O9o76ZdvQC@peak
In Reply to: [gentoo-user] sci-libs/scipy-1.1.0 fails to compile by Victor Ivanov
1 On Thursday, 7 May 2020 14:31:41 BST Victor Ivanov wrote:
2 > Hi all,
3 >
4 > For some reason SciPy fails to compile after today's Python 3.6 ->
5 > Python 3.7 global update. It was the only package that failed out of all.
6 >
7 > Normally build.log (attached) is helpful enough to get me to resolve the
8 > issue. However, it fails with a surprisingly unhelpful message during a
9 > call to gfortran. Or maybe I'm unable to spot the proper error message.
10
11 Isn't this the cause?
12
13 x86_64-pc-linux-gnu-gcc: /var/tmp/portage/sci-libs/scipy-1.1.0/temp/tmpeyMzsQ/
14 source.c
15 /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../x86_64-pc-linux-gnu/bin/ld:
16 /var/tmp/portage/sci-libs/scipy-1.1.0/temp/ccGtNhqg.o: in function `main':
17 source.c:(.text.startup+0x8c): undefined reference to `cblas_ddot'
18 collect2: error: ld returned 1 exit status
19
20 --
21 Regards,
22 Peter.

Replies

Subject Author
Re: [gentoo-user] sci-libs/scipy-1.1.0 fails to compile Victor Ivanov <vic.m.ivanov@×××××.com>