Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 340741 - Please stabilize media-plugins/kipi-plugins-1.2.0-r2
Summary: Please stabilize media-plugins/kipi-plugins-1.2.0-r2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Andreas K. Hüttel
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks: 342073
  Show dependency tree
 
Reported: 2010-10-12 18:36 UTC by Andreas K. Hüttel
Modified: 2010-11-01 15:22 UTC (History)
2 users (show)

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


Attachments
ACCEPT_KEYWORDS="~amd64" emerge -pvt =media-plugins/kipi-plugins-1.2.0-r2 (kipi-plugins-1.2.0-r2_pretend.log,26.70 KB, text/plain)
2010-10-13 13:43 UTC, Agostino Sarubbo
Details
emerge -pvt =media-plugins/kipi-plugins-1.2.0-r2 (log,14.66 KB, text/plain)
2010-10-13 13:47 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas K. Hüttel archtester gentoo-dev 2010-10-12 18:36:52 UTC
Please stabilize media-plugins/kipi-plugins-1.2.0-r2

In tree since July, no open bugs. All dependencies stable afaik.
Comment 1 Agostino Sarubbo gentoo-dev 2010-10-13 12:18:07 UTC
Andreas

kipi-plugins-1.2.0-r2 requires >=x11-libs/qt-test-4.6.3 who is not stable
Comment 2 Andreas K. Hüttel archtester gentoo-dev 2010-10-13 12:32:47 UTC
> 
> kipi-plugins-1.2.0-r2 requires >=x11-libs/qt-test-4.6.3 who is not stable
> 

I don't see it at the moment- could you please check what exactly is pulling this in? It can't be the eclass, since kipi-plugins-1.2 is happy with kde-4.4, which in turn is happy with 4.6.0...
Comment 3 Agostino Sarubbo gentoo-dev 2010-10-13 13:43:01 UTC
Created attachment 250455 [details]
ACCEPT_KEYWORDS="~amd64" emerge -pvt =media-plugins/kipi-plugins-1.2.0-r2

So, qt-test is not the only dependence ~arch that is pulled in
Comment 4 Agostino Sarubbo gentoo-dev 2010-10-13 13:47:44 UTC
Created attachment 250457 [details]
emerge -pvt =media-plugins/kipi-plugins-1.2.0-r2
Comment 5 Andreas K. Hüttel archtester gentoo-dev 2010-10-13 14:12:11 UTC
(In reply to comment #3)
> Created an attachment (id=250455) [details]
> ACCEPT_KEYWORDS="~amd64" emerge -pvt =media-plugins/kipi-plugins-1.2.0-r2
> 
> So, qt-test is not the only dependence ~arch that is pulled in 
> 

That's not how it works. If you specify ACCEPT_KEYWORDS="~amd64", all dependencies that will be emerged are chosen from ~amd64. For a small demonstration, see below...

You will have to keyword ONLY =media-plugins/kipi-plugins-1.2.0-r2 ...

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

Example of the changed behaviour with ACCEPT_KEYWORDS="~amd64": (note that celestia-1.6.0 is stable)

huettel@grenadine /usr/portage/sci-astronomy/celestia $ emerge -pvt =sci-astronomy/celestia-1.6.0

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

Calculating dependencies... done!
[ebuild  N    ] sci-astronomy/celestia-1.6.0  USE="cairo gtk nls theora -debug -gnome -pch -threads" 50,633 kB
[ebuild  N    ]  x11-libs/gtkglext-1.2.0  USE="-debug" 688 kB
[ebuild  N    ]  dev-lang/lua-5.1.4-r4  USE="deprecated readline -emacs -static" 212 kB

Total: 3 packages (3 new), Size of downloads: 51,532 kB
huettel@grenadine /usr/portage/sci-astronomy/celestia $ ACCEPT_KEYWORDS="~amd64" emerge -pvt =sci-astronomy/celestia-1.6.0

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

Calculating dependencies... done!
[ebuild  N    ] sci-astronomy/celestia-1.6.0  USE="cairo gtk nls theora -debug -gnome -pch -threads" 50,633 kB
[ebuild  N    ]  x11-libs/gtkglext-1.2.0  USE="-debug" 688 kB
[ebuild  N    ]  dev-lang/lua-5.1.4-r6  USE="deprecated readline -emacs -static" 212 kB

Total: 3 packages (3 new), Size of downloads: 51,532 kB
huettel@grenadine /usr/portage/sci-astronomy/celestia $ epkginfo lua
Package: dev-lang/lua
Herd: no-herd
Maintainer: mabi@gentoo.org
Location: /usr/portage/dev-lang/lua
Keywords: lua-5.1.4[0]: 
Keywords: lua-5.1.4-r4[0]: alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 
Keywords: lua-5.1.4-r6[0]: ~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd 
huettel@grenadine /usr/portage/sci-astronomy/celestia $ 
Comment 6 Agostino Sarubbo gentoo-dev 2010-10-13 15:45:45 UTC
O.o'

If I put p.keywords only kipi-plugins, emerge tells me (one each time) to include the dependencies ( are almost all those listed in the log )in p.keywords.
Comment 7 Andreas K. Hüttel archtester gentoo-dev 2010-10-13 17:24:51 UTC
OK, let's sort this out without spamming the arches. Removing them temporarily.

(In reply to comment #6)
> 
> If I put p.keywords only kipi-plugins, emerge tells me (one each time) to
> include the dependencies ( are almost all those listed in the log )in
> p.keywords.
> 
Could you please attach the output of the first emerge run (when only kipi-plugins is keyworded), and your emerge --info?

What's the content of the files generated when you run
autounmask media-plugins/kipi-plugins-1.2.0-r2
???
Comment 8 Agostino Sarubbo gentoo-dev 2010-10-13 17:49:45 UTC
> (In reply to comment #6)
> Could you please attach the output of the first emerge run (when only
> kipi-plugins is keyworded), and your emerge --info?
> 
> What's the content of the files generated when you run
> autounmask media-plugins/kipi-plugins-1.2.0-r2
> ???
> 


Uhm, sorry; There was definitely something wrong. 

My last sync dated 11 oct (two days ago), now after sync, It seems to be ok, we can proceed with the stabilization.

Comment 9 Andreas K. Hüttel archtester gentoo-dev 2010-10-13 17:55:33 UTC
OK, thanks. Adding back arches. Please do stabilize!

(In reply to comment #8)
> Uhm, sorry; There was definitely something wrong. 
> My last sync dated 11 oct (two days ago), now after sync, It seems to be ok, we
> can proceed with the stabilization.
Comment 10 Markos Chandras (RETIRED) gentoo-dev 2010-10-13 23:03:48 UTC
amd64 done. Thanks Agostino
Comment 11 Andreas Schürch gentoo-dev 2010-10-27 05:02:05 UTC
Looks good on x86 over here.
Comment 12 Christian Faulhammer (RETIRED) gentoo-dev 2010-11-01 15:22:28 UTC
stable x86, thanks Andreas, closing