Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 490318 - x11-themes/qtcurve-qt4 is still in CVS; it shouldn't be, as it was intended to be moved to x11-themes/qtcurve using profiles/updates/Q4-2013
Summary: x11-themes/qtcurve-qt4 is still in CVS; it shouldn't be, as it was intended t...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High QA
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-03 21:05 UTC by poletti.marco
Modified: 2013-11-04 04:58 UTC (History)
0 users

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 poletti.marco 2013-11-03 21:05:50 UTC
After the move of x11-themes/qtcurve-qt4 to x11-themes/qtcurve (see bug 489978) x11-themes/qtcurve-qt4 fails to emerge on stable systems due to file collisions.
This is because the version of x11-themes/qtcurve-qt4 installed before the move is now considered an installed version of x11-themes/qtcurve (which would not have been installed yet, since it's keyworded) and portage attempts to install x11-themes/qtcurve-qt4, which fails due to file conflicts with the installed "x11-themes/qtcurve" (which was actually installed using the x11-themes/qtcurve-qt4 ebuild before the move).

Workaround:
emerge -C x11-themes/qtcurve

Then "emerge -uDN world" works.
However, even then stable systems won't actually benefit from the move, and will need manual action when x11-themes/qtcurve will become stable.


Reproducible: Always
Comment 1 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-11-03 21:51:42 UTC
This conflict is caused because no move has happened in the CVS tree:

     $ cvs up ; find -name 'qtcurve*.ebuild'
    ./qtcurve/qtcurve-1.8.17.ebuild
    ./qtcurve-qt4/qtcurve-qt4-1.8.14.ebuild

See the three steps at:

    http://devmanual.gentoo.org/ebuild-writing/ebuild-maintenance/#moving-ebuilds

For resolution I think all three steps need to be repeated.
Comment 2 Ben de Groot (RETIRED) gentoo-dev 2013-11-04 04:58:10 UTC
My bad. I forgot the proper procedure. Should be fixed now.