Gentoo Archives: gentoo-user

From: tuxic@××××××.de
To: Gentoo <gentoo-user@l.g.o>
Subject: [gentoo-user] Compiling uranium-2.6.0: Wrong python version, but...
Date: Thu, 19 Oct 2017 02:47:40
Message-Id: 20171019024718.3evj35bo67syt7f3@solfire
1 Hi,
2
3 compiling uranium failed here. From the output:
4 -- Using CURA_BINARY_DATA_DIRECTORY from set of environment variables...
5 CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
6 Could NOT find PythonInterp: Found unsuitable version "3.4.6", but required
7 is at least "3.5.0" (found
8 /var/tmp/portage/dev-python/uranium-2.6.0/temp/python3.4/bin/python)
9 Call Stack (most recent call first):
10 /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:375 (_FPHSA_FAILURE_MESSAGE)
11 /usr/share/cmake/Modules/FindPythonInterp.cmake:158 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
12 CMakeLists.txt:13 (find_package)
13
14
15 -- Configuring incomplete, errors occurred!
16 See also "/var/tmp/portage/dev-python/uranium-2.6.0/work/uranium-2.6.0_build/CMakeFiles/CMakeOutput.log".
17 * ERROR: dev-python/uranium-2.6.0::gentoo failed (configure phase):
18 * cmake failed
19 *
20 * Call stack:
21 * ebuild.sh, line 124: Called src_configure
22 * environment, line 4080: Called cmake-utils_src_configure
23 * environment, line 1096: Called die
24 * The specific snippet of code:
25 * "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed";
26 *
27 * If you need support, post the output of `emerge --info '=dev-python/uranium-2.6.0::gentoo'`,
28 * the complete build log and the output of `emerge -pqv '=dev-python/uranium-2.6.0::gentoo'`.
29 * The complete build log is located at '/var/tmp/portage/dev-python/uranium-2.6.0/temp/build.log'.
30 * The ebuild environment file is located at '/var/tmp/portage/dev-python/uranium-2.6.0/temp/environment'.
31 * Working directory: '/var/tmp/portage/dev-python/uranium-2.6.0/work/uranium-2.6.0_build'
32 * S: '/var/tmp/portage/dev-python/uranium-2.6.0/work/Uranium-2.6.0'
33 [1] 15403 exit 1 emerge media-gfx/cura
34
35 But:
36 root>python --version
37 Python 3.5.4
38
39 eselect python list
40 Available Python interpreters, in order of preference:
41 [1] python3.5
42 [2] python3.4
43 [3] python2.7
44
45
46 How can I fix this?
47
48 Thanks a lot for any help in advance!
49 Cheers
50 Meino

Replies

Subject Author
Re: [gentoo-user] Compiling uranium-2.6.0: Wrong python version, but... Marc Joliet <marcec@×××.de>