Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 566854 - =dev-perl/Wx-Scintilla-0.390.0-r1 missing dependency on x11-libs/wxGTK:2.8
Summary: =dev-perl/Wx-Scintilla-0.390.0-r1 missing dependency on x11-libs/wxGTK:2.8
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-25 20:44 UTC by Oleh
Modified: 2015-12-11 22:47 UTC (History)
1 user (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 Oleh 2015-11-25 20:44:51 UTC
=dev-perl/Wx-Scintilla-0.390.0-r1 have WX_GTK_VER="2.8" set, however, no corresponding x11-libs/wxGTK of 2.8 SLOT dependency set.
0.390.0-r2 ebuild is correct (with wxGTK:3.0)

Reproducible: Always

Steps to Reproduce:
1. emerge -pv =dev-perl/Wx-Scintilla-0.390.0-r1
2. notice wxGTK version is ignored due to missing correct dep.
3.
Actual Results:  
emerge -pv =dev-perl/Wx-Scintilla-0.390.0-r1

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N     ] dev-perl/ExtUtils-XSpp-0.180.0::gentoo  USE="{-test}" 0 KiB
[ebuild  N     ] virtual/perl-if-0.60.400::oleg  0 KiB
[ebuild  N     ] app-eselect/eselect-wxwidgets-20140423::gentoo  0 KiB
[ebuild  N     ] x11-libs/wxGTK-3.0.2.0-r2:3.0::gentoo  USE="X libnotify opengl tiff (-aqua) -debug -doc -gstreamer -sdl -webkit" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild  N     ] dev-perl/Module-Pluggable-5.100.0::gentoo  USE="{-test}" 0 KiB
[ebuild  N     ] dev-perl/Alien-wxWidgets-0.670.0::gentoo  USE="-gstreamer {-test}" 0 KiB
[ebuild  N     ] dev-perl/wxperl-0.992.700-r1::gentoo  USE="{-test}" 0 KiB
[ebuild  N     ] dev-perl/Wx-Scintilla-0.390.0-r1::gentoo  0 KiB

Total: 8 packages (8 new), Size of downloads: 0 KiB

 * IMPORTANT: 3 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.
Comment 1 Rick Farina (Zero_Chaos) gentoo-dev 2015-11-26 21:39:38 UTC
as the ebuilds both have the same keywords and version number (except for revision) it looks like the correct solution is to just drop the -r1 ebuild.  Assigning to perl herd in case this is kept for a reason.
Comment 2 Andreas K. Hüttel archtester gentoo-dev 2015-12-11 22:47:54 UTC
(In reply to Rick Farina (Zero_Chaos) from comment #1)
> as the ebuilds both have the same keywords and version number (except for
> revision) it looks like the correct solution is to just drop the -r1 ebuild.
> Assigning to perl herd in case this is kept for a reason.

I assume that we also want to keep a perl ebuild for the 2.8 wxGTK slot around...

I've just added the dep to the -r1 ebuild too.