Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 653712 - sci-geosciences/qgis-3.0.1[-python] fails to build
Summary: sci-geosciences/qgis-3.0.1[-python] fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sci-geo Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-21 17:21 UTC by Kalin KOZHUHAROV
Modified: 2018-06-17 16:02 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kalin KOZHUHAROV 2018-04-21 17:21:34 UTC
I was trying to avoid having python3_5 in my system, but qgis fails to build.

 * Package:    sci-geosciences/qgis-3.0.1
 * Repository: gentoo
 * Maintainer: sci-geosciences@gentoo.org
 * USE:        3d abi_x86_64 amd64 elibc_glibc kernel_linux postgres userland_GNU
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox
 * No Python implementation selected for the build. Please set
 * the PYTHON_TARGETS variable in your make.conf to include one
 * of the following values:
 * 
 * python3_5

 * ERROR: sci-geosciences/qgis-3.0.1::gentoo failed (setup phase):
 *   No supported Python implementation in PYTHON_SINGLE_TARGET/PYTHON_TARGETS.
 * 
 * Call stack:
 *                 ebuild.sh, line 124:  Called pkg_setup
 *         qgis-3.0.1.ebuild, line 110:  Called python-single-r1_pkg_setup
 *   python-single-r1.eclass, line 562:  Called python_setup
 *   python-single-r1.eclass, line 552:  Called die
 * The specific snippet of code:
 *   		die "No supported Python implementation in PYTHON_SINGLE_TARGET/PYTHON_TARGETS."
 * 

So I guess, it cannot be build without python anymore (then useflag should be removed)?
Comment 1 Kalin KOZHUHAROV 2018-04-21 20:39:53 UTC
I am not sure yet how wired github and Bugzilla are, but I created a PL for this https://github.com/gentoo/gentoo/pull/8102
Comment 2 Larry the Git Cow gentoo-dev 2018-04-22 23:11:29 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fc25a22193c3dc265c9dde733bd50d65dab29a9

commit 3fc25a22193c3dc265c9dde733bd50d65dab29a9
Author:     Kalin KOZHUHAROV <me.kalin@gmail.com>
AuthorDate: 2018-04-22 19:23:37 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-04-22 23:11:06 +0000

    sci-geosciences/qgis: Fix USE=-python building
    
    Closes: https://bugs.gentoo.org/653712
    Closes: https://github.com/gentoo/gentoo/pull/8102

 sci-geosciences/qgis/qgis-3.0.2.ebuild | 11 +++++++----
 sci-geosciences/qgis/qgis-9999.ebuild  | 11 +++++++----
 2 files changed, 14 insertions(+), 8 deletions(-)