Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 626002 - dev-python/uranium-2.6.0 : -- Configuring incomplete, errors occurred!
Summary: dev-python/uranium-2.6.0 : -- Configuring incomplete, errors occurred!
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: 3D Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-23 16:42 UTC by Toralf Förster
Modified: 2018-07-24 16:51 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,16.51 KB, text/plain)
2017-07-23 16:42 UTC, Toralf Förster
Details
CMakeOutput.log (CMakeOutput.log,39 bytes, text/plain)
2017-07-23 16:42 UTC, Toralf Förster
Details
dev-python:uranium-2.6.0:20170723-162717.log (dev-python:uranium-2.6.0:20170723-162717.log,3.50 KB, text/plain)
2017-07-23 16:42 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,315.00 KB, text/plain)
2017-07-23 16:42 UTC, Toralf Förster
Details
environment (environment,159.55 KB, text/plain)
2017-07-23 16:42 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,23.60 KB, application/x-bzip)
2017-07-23 16:43 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,181 bytes, application/x-bzip)
2017-07-23 16:43 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,35.20 KB, application/x-bzip)
2017-07-23 16:43 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-07-23 16:42:43 UTC

-- Configuring incomplete, errors occurred!
See also "/var/tmp/portage/dev-python/uranium-2.6.0/work/uranium-2.6.0_build/CMakeFiles/CMakeOutput.log".
 * ERROR: dev-python/uranium-2.6.0::gentoo failed (configure phase):
 *   cmake failed

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-plasma_libressl_20170716-132802

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.3.0 *
llvm-config:
3.9.1
Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python3.6 (fallback)
  [3]   python2.7 (fallback)

java-config:
The following VMs are available for generation-2:
1)	IcedTea JDK 7.2.6.10 [icedtea-bin-7]
*)	IcedTea JDK 3.4.0 [icedtea-bin-8]
3)	JamVM JDK 2.0.0 [jamvm]
Available Java Virtual Machines:
  [1]   icedtea-bin-7 
  [2]   icedtea-bin-8  system-vm
  [3]   jamvm
Comment 1 Toralf Förster gentoo-dev 2017-07-23 16:42:46 UTC
Created attachment 486594 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-07-23 16:42:50 UTC
Created attachment 486596 [details]
CMakeOutput.log
Comment 3 Toralf Förster gentoo-dev 2017-07-23 16:42:53 UTC
Created attachment 486598 [details]
dev-python:uranium-2.6.0:20170723-162717.log
Comment 4 Toralf Förster gentoo-dev 2017-07-23 16:42:56 UTC
Created attachment 486600 [details]
emerge-history.txt
Comment 5 Toralf Förster gentoo-dev 2017-07-23 16:42:59 UTC
Created attachment 486602 [details]
environment
Comment 6 Toralf Förster gentoo-dev 2017-07-23 16:43:02 UTC
Created attachment 486604 [details]
etc.portage.tbz2
Comment 7 Toralf Förster gentoo-dev 2017-07-23 16:43:05 UTC
Created attachment 486606 [details]
logs.tbz2
Comment 8 Toralf Förster gentoo-dev 2017-07-23 16:43:09 UTC
Created attachment 486608 [details]
temp.tbz2
Comment 9 Wes 2017-08-14 01:17:56 UTC
FYI I'm seeing this even when python 3.5 is installed and enabled in USE flags.  Also when the USE flasg specify 3.4 only for both targets and single_target.  It seems the dev-python/uranium cmake config doesn't honour the python_* USE flags
Comment 10 Michael 'veremitz' Everitt 2017-08-14 03:42:48 UTC
Looks like there is a dependency error here, as python3.4 is no longer supported - https://github.com/Ultimaker/Uranium/commit/53570e0aa0590578ec17f28a60335cd05c208223 .

Either https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-python/uranium/uranium-2.6.0.ebuild#n6 needs amending, or the CMakeLists could potentially be patched cf. https://github.com/Ultimaker/Uranium/blob/d060d33a518a47e34ab15838a7708bc01e9b630f/CMakeLists.txt#L13
Comment 11 Amy Liffey gentoo-dev 2017-08-14 09:22:40 UTC
(In reply to Michael Everitt (IRC: veremit) from comment #10)
> Looks like there is a dependency error here, as python3.4 is no longer
> supported -
> https://github.com/Ultimaker/Uranium/commit/
> 53570e0aa0590578ec17f28a60335cd05c208223 .
> 
> Either
> https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-python/uranium/uranium-2.
> 6.0.ebuild#n6 needs amending, or the CMakeLists could potentially be patched
> cf.
> https://github.com/Ultimaker/Uranium/blob/
> d060d33a518a47e34ab15838a7708bc01e9b630f/CMakeLists.txt#L13

Good job ! How about submitting PR? :)
Comment 12 Michael 'veremitz' Everitt 2017-08-15 01:30:49 UTC
(In reply to Amy Liffey from comment #11)

> Good job ! How about submitting PR? :)

None of my business, and not my job/circus/monkeys, etc. I was just supporting a friend/acquaintance with some annoyances .. :)
Comment 13 Michael 'veremitz' Everitt 2018-05-04 12:56:51 UTC
(In reply to Michael Everitt (IRC: veremitz) from comment #12)
> (In reply to Amy Liffey from comment #11)
> 
> > Good job ! How about submitting PR? :)
> 
> None of my business, and not my job/circus/monkeys, etc. I was just
> supporting a friend/acquaintance with some annoyances .. :)

Ok I'll bite .. this is an easy fix ..

See also: bug #630620
Comment 14 Michael 'veremitz' Everitt 2018-05-04 17:37:35 UTC
Submitted: https://github.com/gentoo/gentoo/pull/8258
Comment 15 Amy Liffey gentoo-dev 2018-07-24 16:51:32 UTC
Version not in tree anymore and seems to be fixed in new versions.