Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 567334 - x11-themes/fvwm-crystal should REQUIRED_USE for python-r1
Summary: x11-themes/fvwm-crystal should REQUIRED_USE for python-r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Dominique Michel
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-02 14:20 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2015-12-09 13:06 UTC (History)
1 user (show)

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


Attachments
emerge --info (einfo,8.29 KB, text/plain)
2015-12-02 14:20 UTC, Kent Fredric (IRC: kent\n) (RETIRED)
Details
3.2.3 required_use patch (fvwm-crystal-3.2.3_required_use.patch,599 bytes, patch)
2015-12-07 16:52 UTC, Dominique Michel
Details | Diff
3.2.5 required_use patch (fvwm-crystal-3.2.5_required_use.patch,606 bytes, patch)
2015-12-07 16:54 UTC, Dominique Michel
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2015-12-02 14:20:55 UTC
Created attachment 418356 [details]
emerge --info

As per: 

https://wiki.gentoo.org/wiki/Project:Python/python-r1#REQUIRED_USE

It is presently mandatory that the user have PYTHON_TARGETS including python2_7, as having it unset results in:




 * No Python implementation selected for the build. Please add one
 * of the following values to your PYTHON_TARGETS (in make.conf):
 * 
 * python2_7

 * ERROR: x11-themes/fvwm-crystal-3.2.5::gentoo failed (install phase):
 *   No supported Python implementation in PYTHON_TARGETS.
 * 
 * Call stack:
 *     ebuild.sh, line  133:  Called src_install
 *   environment, line 3083:  Called python_replicate_script '/var/tmp/portage/x11-themes/fvwm-crystal-3.2.5/image//usr/bin/fvwm-crystal.apps' '/var/tmp/portage/x11-themes/fvwm-crystal-3.2.5/image//usr/bin/fvwm-crystal.wallpaper' '/var/tmp/portage/x11-themes/fvwm-crystal-3.2.5/image//usr/share/fvwm-crystal/fvwm/scripts/FvwmMPD/getprevdir.py' '/var/tmp/portage/x11-themes/fvwm-crystal-3.2.5/image//usr/share/fvwm-crystal/fvwm/scripts/FvwmMPD/stripnames.py'
 *   environment, line 2951:  Called python_foreach_impl '_python_replicate_script'
 *   environment, line 2660:  Called _python_obtain_impls
 *   environment, line  457:  Called _python_validate_useflags
 *   environment, line  512:  Called die
 * The specific snippet of code:
 *       die "No supported Python implementation in PYTHON_TARGETS."
Comment 1 Dominique Michel 2015-12-07 16:52:47 UTC
Created attachment 418728 [details, diff]
3.2.3 required_use patch
Comment 2 Dominique Michel 2015-12-07 16:54:51 UTC
Created attachment 418730 [details, diff]
3.2.5 required_use patch

Here is 1 patch per ebuild that should fix it.
Comment 3 Ian Delaney (RETIRED) gentoo-dev 2015-12-09 13:06:12 UTC
commit f3e7fc1e1218924f1a69adf5762635a4ae4c03a3
Author: Ian Delaney <idella4@gentoo.org>
Date:   Wed Dec 9 19:08:01 2015 +0800

    x11-themes/fvwm-crystal: add missed var REQUIRED_USE req'd for python-r1
    
    Patch submitted by package's proxy maintainer via the gentoo bug
    
    Gentoo bug: #567334