Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: dev-python/cryptography-2.6.1 compile failure
Date: Mon, 28 Oct 2019 17:54:32
Message-Id: 20191028175402.GA15325@waltdnes.org
In Reply to: [gentoo-user] Re: dev-python/cryptography-2.6.1 compile failure by Hartmut Figge
1 On Mon, Oct 28, 2019 at 05:50:39PM +0100, Hartmut Figge wrote
2
3 > hafi@i5-64 ~ $ equery b /usr/lib64/libffi.so.6
4 > * Searching for /usr/lib64/libffi.so.6 ...
5 > dev-libs/libffi-3.3_rc0 (/usr/lib64/libffi.so.6 -> libffi.so.6.0.4)
6 > dev-libs/libffi-3.3_rc0 (/usr/lib64/libffi.so.6.0.4)
7
8 I think I'm officially screwed. Now I can't even open a new browser
9 profile due to it not finding /usr/lib64/libffi.so.6. I tried
10 re-emerging libffi and it ends up with...
11
12 ===============================================================
13 * Final size of build directory: 6700 KiB (6.5 MiB)
14 * Final size of installed tree: 764 KiB
15
16 strip: x86_64-pc-linux-gnu-strip --strip-unneeded -N __gentoo_check_ldflags__ -R .comment -R .GCC.command.line -R .note.gnu.gold-version
17 /usr/lib64/libffi.so.7.1.0
18
19 >>> Installing (1 of 1) dev-libs/libffi-3.3_rc0::gentoo
20 >>> Auto-cleaning packages...
21 ===============================================================
22
23 Now what? Further checking. libffi is a dependancy of
24 virtual/libffi, and the virtual/libffi-3.3_rc0.ebuild is...
25
26 ===============================================================
27 # Copyright 1999-2019 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 # The purpose of this ebuild is to provide quick fallback if and when we need to
31 # switch back to internal copy of libffi from sys-devel/gcc.
32
33 EAPI=7
34
35 inherit multilib-build
36
37 DESCRIPTION="A virtual for the Foreign Function Interface implementation"
38 SLOT="0/7" # SONAME=libffi.so.7
39 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh
40 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x
41 86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
42
43 RDEPEND=">=dev-libs/libffi-3.3_rc0:0/7[${MULTILIB_USEDEP}]"
44 ===============================================================
45
46
47 --
48 Walter Dnes <waltdnes@××××××××.org>
49 I don't run "desktop environments"; I run useful applications

Replies

Subject Author
Re: [gentoo-user] Re: dev-python/cryptography-2.6.1 compile failure Mick <michaelkintzios@×××××.com>
Re: [gentoo-user] Re: dev-python/cryptography-2.6.1 compile failure Jack <ostroffjh@×××××××××××××××××.net>