Gentoo Archives: gentoo-user

From: Pascal Schorde <pascal.schorde@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] gobject-introspection-1.62.0 invalid eapi version
Date: Wed, 20 May 2020 16:10:53
Message-Id: CA+6OSs777s6Or3Fkf=ptVDU9QXFNPQrD_KJCDM8uQoDvzoLk+Q@mail.gmail.com
1 Hi List,
2 first time posting to this list as non-native english speaker. Please
3 excuse any typos.
4
5 While emerging @world I get the following error:
6
7 * Package: dev-libs/gobject-introspection-1.62.0
8 * Repository: gentoo
9 * Maintainer: gnome@g.o
10 * USE: abi_x86_64 amd64 elibc_glibc kernel_linux
11 python_single_target_python3_7 userland_GNU
12 * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox
13 * Using python3.7 to build
14 >>> Unpacking source...
15 >>> Unpacking gobject-introspection-1.62.0.tar.xz to
16 /var/tmp/portage/dev-libs/gobject-introspection-1.62.0/work
17 >>> Source unpacked in
18 /var/tmp/portage/dev-libs/gobject-introspection-1.62.0/work
19 >>> Preparing source in
20 /var/tmp/portage/dev-libs/gobject-introspection-1.62.0/work/gobject-introspection-1.62.0
21 ...
22 >>> Source prepared.
23 >>> Configuring source in
24 /var/tmp/portage/dev-libs/gobject-introspection-1.62.0/work/gobject-introspection-1.62.0
25 ...
26 Traceback (most recent call last):
27 File "/usr/lib/python-exec/python3.6/meson", line 6, in <module>
28 from pkg_resources import load_entry_point
29 ModuleNotFoundError: No module named 'pkg_resources'
30 * ERROR: dev-libs/gobject-introspection-1.62.0::gentoo failed (configure
31 phase):
32 * __eapi7_ver_compare: invalid version:
33 *
34 * Call stack:
35 * ebuild.sh, line 125: Called src_configure
36 * environment, line 2431: Called meson_src_configure
37 * environment, line 1623: Called ver_test '' '-lt' '0.54'
38 * environment, line 3164: Called __eapi7_ver_compare '' '0.54'
39 * environment, line 337: Called die
40 * The specific snippet of code:
41 * [[ ${va} =~ ${re} ]] || die "${FUNCNAME}: invalid version: ${va}";
42 *
43 * If you need support, post the output of `emerge --info
44 '=dev-libs/gobject-introspection-1.62.0::gentoo'`,
45 * the complete build log and the output of `emerge -pqv
46 '=dev-libs/gobject-introspection-1.62.0::gentoo'`.
47 * The complete build log is located at
48 '/var/tmp/portage/dev-libs/gobject-introspection-1.62.0/temp/build.log'.
49 * The ebuild environment file is located at
50 '/var/tmp/portage/dev-libs/gobject-introspection-1.62.0/temp/environment'.
51 * Working directory:
52 '/var/tmp/portage/dev-libs/gobject-introspection-1.62.0/work/gobject-introspection-1.62.0'
53 * S:
54 '/var/tmp/portage/dev-libs/gobject-introspection-1.62.0/work/gobject-introspection-1.62.0'
55
56 Here is the output from
57 emerge --info '=dev-libs/gobject-introspection-1.62.0::gentoo'
58
59 https://pastebin.com/utSSCc1r
60
61 Any idea what this error means or how to fix this?
62 Please ask for more infos.
63
64 Thank you very much
65 Pascal

Replies

Subject Author
Re: [gentoo-user] gobject-introspection-1.62.0 invalid eapi version Ashley Dixon <ash@××××××××××.uk>