Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: Gentoo Users List <gentoo-user@l.g.o>
Subject: [gentoo-user] dev-python/cryptography-2.6.1 compile failure
Date: Mon, 28 Oct 2019 13:52:12
Message-Id: 20191028135140.GA4107@waltdnes.org
1 I can't build dev-python/cryptography-2.6.1 on my 64-bit Gentoo
2 desktop. Earlier on in the system update process the readline build
3 told me to...
4
5 revdep-rebuild --library '/lib64/libhistory.so.6' && rm '/lib64/libhistory.so.6'
6 revdep-rebuild --library '/lib64/libreadline.so.6' && rm '/lib64/libreadline.so.6'
7
8 I've done that. I've also tried cutting MAKEOPTS down to -j1. Didn't
9 help. This is 1 of 15 builds remaining in my system update. I'm
10 attaching the log file. The error appears to be...
11
12 ImportError: libffi.so.6: cannot open shared object file: No such file or directory
13
14 I do have libffi. The output of "emerge -pv libffi" is...
15 [ebuild R ] dev-libs/libffi-3.3_rc0:0/7::gentoo USE="-debug -pax_kernel -static-libs -test" 0 KiB
16
17 "find / -name libffi.so.*" turns up...
18
19 /usr/lib64/libffi.so.7
20 /usr/lib64/libffi.so.7.1.0
21
22 ...so it looks like some sort of version mis-match, if that helps.
23
24 --
25 Walter Dnes <waltdnes@××××××××.org>
26 I don't run "desktop environments"; I run useful applications

Attachments

File name MIME type
log.txt.gz application/octet-stream

Replies

Subject Author
[gentoo-user] Re: dev-python/cryptography-2.6.1 compile failure Hartmut Figge <h.figge@×××.de>