* [gentoo-user] xfce4 upgrade
@ 2007-02-19 16:51 Douglas Linford
2007-02-19 17:31 ` doug asherman
2007-02-19 17:37 ` [gentoo-user] " Grant Edwards
0 siblings, 2 replies; 10+ messages in thread
From: Douglas Linford @ 2007-02-19 16:51 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 2458 bytes --]
Good Day All,
I just upgraded xfce4 to 4.4, and the base emerge was successful, but when I
try to emerge the xfce4-extras, I get the following output:
*************************************************************************************************
iDeq ~ # emerge -pv xfce4-extras
These are the packages that would be merged, in order:
Calculating dependencies... done!
[blocks B ] xfce-extra/xfce4-windowlist (is blocking
xfce-base/libxfce4util-4.4.0-r1)
[blocks B ] xfce-extra/xfce4-showdesktop (is blocking
xfce-base/libxfce4util-4.4.0-r1)
[blocks B ] xfce-extra/xfce4-taskbar (is blocking
xfce-base/libxfce4util-4.4.0-r1)
[blocks B ] <xfce-base/xfce4-panel-4.4 (is blocking
xfce-base/libxfcegui4-4.4.0)
[blocks B ] xfce-extra/xfce4-minicmd (is blocking
xfce-base/libxfce4util-4.4.0-r1)
[ebuild N ] xfce-extra/xfce4-notes-0.10.0-r1 USE="-debug -doc" 0 kB
[ebuild UD] xfce-base/libxfce4util-4.2.3.2 [4.4.0-r1] USE="-doc
(-debug%)" 0 kB
[ebuild N ] xfce-extra/xfce4-windowlist-0.1.0-r1 USE="-debug -doc" 0 kB
[ebuild N ] xfce-extra/xfce4-systemload-0.3.6 USE="-debug -doc" 0 kB
[ebuild N ] xfce-extra/xfce4-netload-0.3.2 USE="-debug -doc" 0 kB
[ebuild N ] xfce-extra/xfce4-taskbar-0.2.2-r1 USE="-debug -doc" 0 kB
[ebuild UD] xfce-base/libxfcegui4-4.2.3 [4.4.0] USE="(-debug%) (-doc%)
(-startup-notification%)" 0 kB
[ebuild UD] xfce-base/libxfce4mcs-4.2.3 [4.4.0] USE="(-debug%) (-doc%)
(-startup-notification%)" 0 kB
[ebuild UD] xfce-base/xfce-mcs-manager-4.2.3 [4.4.0] USE="(-debug%)" 0
kB
[ebuild UD] xfce-base/xfce-mcs-plugins-4.2.3 [4.4.0] USE="(-debug%)" 0
kB
[ebuild UD] xfce-base/xfce4-panel-4.2.3 [4.4.0] USE="(-debug%) (-doc%)
(-startup-notification%)" 0 kB
[ebuild N ] xfce-extra/xfce4-clipman-0.4.1-r2 0 kB
[ebuild N ] xfce-extra/xfce4-minicmd-0.3.0-r1 0 kB
[ebuild N ] xfce-extra/xfce4-battery-0.3.0-r2 0 kB
[ebuild N ] xfce-extra/xfce4-cpugraph-0.2.2-r2 0 kB
[ebuild N ] xfce-extra/xfce4-showdesktop-0.4.0-r2 0 kB
[ebuild N ] xfce-base/xfce4-extras-4.2.3.2 0 kB
Total: 17 packages (6 downgrades, 11 new, 5 blocks), Size of downloads: 0 kB
iDeq ~ #
*********************************************************************************************************
I unmerged the listed blocks, but I got a message that portage could not
find xfce4-panel-4.4
So...I could not upgrade.
And what is with the downgrades?
Any ideas?
Thanks,
Douglas
[-- Attachment #2: Type: text/html, Size: 3261 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] xfce4 upgrade
2007-02-19 16:51 [gentoo-user] xfce4 upgrade Douglas Linford
@ 2007-02-19 17:31 ` doug asherman
2007-02-19 17:37 ` [gentoo-user] " Grant Edwards
1 sibling, 0 replies; 10+ messages in thread
From: doug asherman @ 2007-02-19 17:31 UTC (permalink / raw
To: gentoo-user
Douglas Linford wrote:
> Good Day All,
>
> I just upgraded xfce4 to 4.4, and the base emerge was successful, but
> when I try to emerge the xfce4-extras, I get the following output:
>
> *************************************************************************************************
>
> iDeq ~ # emerge -pv xfce4-extras
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
> [blocks B ] xfce-extra/xfce4-windowlist (is blocking
<< lots of stuff about blocks and downgrades deleted >>
> [ebuild N ] xfce-base/xfce4-extras-4.2.3.2 0 kB
>
> Total: 17 packages (6 downgrades, 11 new, 5 blocks), Size of downloads:
>
> I unmerged the listed blocks, but I got a message that portage could not
> find xfce4-panel-4.4
> So...I could not upgrade.
> And what is with the downgrades?
It looks like your system wants to emerge xfce-extras-4.2.3.2 instead of
xfce-extras-4.4.0-r1. If you put the line:
xfce-base/xfce4-extras
in your /etc/portage/package.keywords file, that should do the trick as
far as unmasking xfce4-extras-4.4. However, you'll still need to put the
dependencies for xfce4-extras in the package.keywords file. As far as I
can tell, these are:
xfce-extra/xfce4-mount
xfce-extra/xfce4-dict
xfce-extra/xfce4-taskmanager
xfce-extra/xfce4-screenshooter
xfce-extra/xfce4-quicklauncher
xfce-extra/xfce4-xkb
xfce-extra/xfce4-datetime
xfce-extra/xfce4-notes
xfce-extra/xfce4-fsguard
xfce-extra/xfce4-systemload
xfce-extra/xfce4-netload
xfce-extra/xfce4-cpugraph
xfce-extra/xfce4-timer
xfce-extra/xfce4-clipman
xfce-extra/xfce4-weather
What kind of dependency issues you might run into with these, I don't
know; I haven't actually installed the packages.
Good luck. Let us know how it turns out.
Doug
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-user] Re: xfce4 upgrade
2007-02-19 16:51 [gentoo-user] xfce4 upgrade Douglas Linford
2007-02-19 17:31 ` doug asherman
@ 2007-02-19 17:37 ` Grant Edwards
2007-02-20 5:55 ` Bo Ørsted Andresen
1 sibling, 1 reply; 10+ messages in thread
From: Grant Edwards @ 2007-02-19 17:37 UTC (permalink / raw
To: gentoo-user
On 2007-02-19, Douglas Linford <drkrider@gmail.com> wrote:
>
> Good Day All,
>
> I just upgraded xfce4 to 4.4, and the base emerge was successful, but when I
> try to emerge the xfce4-extras, I get the following output:
>
> *************************************************************************************************
> iDeq ~ # emerge -pv xfce4-extras
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
> [blocks B ] xfce-extra/xfce4-windowlist (is blocking
> xfce-base/libxfce4util-4.4.0-r1)
Yea, upgrading to XFCE 4.4 is a PITA.
The package structure/organization was changed completely, so
emerge gets confused. It knows it can't install libxfce4util
because a bunch of older packages that were combined into
libxfce4util are still installed. For whatever reason, emerge
doesn't know enough to remove the old packages.
I ended up removing all of the XFCE 4.2 packages with emerge -C.
Only then was I able to emerge XFCE 4.4.
--
Grant Edwards grante Yow! My CODE of ETHICS
at is vacationing at famed
visi.com SCHROON LAKE in upstate
New York!!
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] Re: xfce4 upgrade
2007-02-19 17:37 ` [gentoo-user] " Grant Edwards
@ 2007-02-20 5:55 ` Bo Ørsted Andresen
2007-02-24 3:54 ` Douglas Linford
0 siblings, 1 reply; 10+ messages in thread
From: Bo Ørsted Andresen @ 2007-02-20 5:55 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1184 bytes --]
On Monday 19 February 2007 18:37:32 Grant Edwards wrote:
> > Calculating dependencies... done!
> > [blocks B ] xfce-extra/xfce4-windowlist (is blocking
> > xfce-base/libxfce4util-4.4.0-r1)
>
> Yea, upgrading to XFCE 4.4 is a PITA.
>
> The package structure/organization was changed completely, so
> emerge gets confused. It knows it can't install libxfce4util
> because a bunch of older packages that were combined into
> libxfce4util are still installed. For whatever reason, emerge
> doesn't know enough to remove the old packages.
It's not a matter of emerge being confused or not knowing enough to remove the
old packages. It's a matter of emerge not being permitted to remove any
packages that temporarily break things without the user knowing about and
permitting it first. So instead it aborts while informing the user about the
block and allowing the user to make a decision.
In this particular case it's not even about anything needing to be removed (at
least not anymore). It's simply that when accepting ~arch keywords for xfce4
you need to accept ~arch keywords for xfce4-extras too for them to be
compatible.
--
Bo Andresen
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] Re: xfce4 upgrade
2007-02-20 5:55 ` Bo Ørsted Andresen
@ 2007-02-24 3:54 ` Douglas Linford
2007-02-24 4:08 ` Bo Ørsted Andresen
0 siblings, 1 reply; 10+ messages in thread
From: Douglas Linford @ 2007-02-24 3:54 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 5631 bytes --]
Well, It is getting more confusing....
I can't seem to unmerge everything for xfce4 in order to start over.
In typing this command, I get:
iDeq ~ # emerge -pv xfce4-extras
These are the packages that would be merged, in order:
Calculating dependencies \!!! Manifest file not found:
'/usr/local/overlays/ebuildexchange/xfce-base/xfce4-panel/Manifest'
\!!! Manifest file not found:
'/usr/local/overlays/ebuildexchange/xfce-base/xfdesktop/Manifest'
\!!! Manifest file not found:
'/usr/local/overlays/ebuildexchange/xfce-base/xfce-utils/Manifest'
... done!
[blocks B ] xfce-extra/xfce4-windowlist (is blocking
xfce-base/libxfce4util-4.4.0-r1)
[blocks B ] xfce-extra/xfce4-showdesktop (is blocking
xfce-base/libxfce4util-4.4.0-r1)
[blocks B ] xfce-extra/xfce4-systray (is blocking
xfce-base/libxfce4util-4.4.0-r1)
[blocks B ] <xfce-base/xfce-utils-4.4 (is blocking xfce-base/xfce4-
panel-4.4.0)
[blocks B ] xfce-extra/xfcalendar (is blocking xfce-base/libxfce4util-
4.4.0-r1, xfce-base/orage-4.4.0)
[blocks B ] xfce-extra/xfce4-toys (is blocking xfce-base/libxfce4util-
4.4.0-r1)
[blocks B ] xfce-extra/xfce4-trigger-launcher (is blocking
xfce-base/libxfce4util-4.4.0-r1)
[blocks B ] xfce-base/xffm (is blocking xfce-base/libxfce4util-4.4.0-r1)
[blocks B ] xfce-extra/xfce4-iconbox (is blocking
xfce-base/libxfce4util-4.4.0-r1)
[blocks B ] xfce-extra/xfce4-taskbar (is blocking
xfce-base/libxfce4util-4.4.0-r1)
[blocks B ] <xfce-base/xfce4-panel-4.4 (is blocking
xfce-base/libxfcegui4-4.4.0)
[blocks B ] xfce-extra/xfce4-minicmd (is blocking
xfce-base/libxfce4util-4.4.0-r1)
[ebuild N ] xfce-extra/xfce4-notes-0.10.0-r1 USE="-debug -doc" 0 kB
[ebuild UD] xfce-base/libxfce4util-4.2.3.2 [4.4.0-r1] USE="-doc
(-debug%)" 0 kB
[ebuild N ] xfce-extra/xfce4-windowlist-0.1.0-r1 USE="-debug -doc" 0 kB
[ebuild N ] xfce-extra/xfce4-systemload-0.3.6 USE="-debug -doc" 0 kB
[ebuild UD] xfce-extra/xfce4-icon-theme-4.2.3 [4.4.0] 0 kB
[ebuild N ] xfce-extra/xfce4-systray-4.2.3 0 kB
[ebuild N ] xfce-extra/xfce4-netload-0.3.2 USE="-debug -doc" 0 kB
[ebuild N ] xfce-extra/xfce4-taskbar-0.2.2-r1 USE="-debug -doc" 0 kB
[ebuild UD] xfce-base/libxfcegui4-4.2.3 [4.4.0] USE="(-debug%) (-doc%)
(-startup-notification%)" 0 kB
[ebuild UD] xfce-base/libxfce4mcs-4.2.3 [4.4.0] USE="(-debug%) (-doc%)
(-startup-notification%)" 0 kB
[ebuild UD] xfce-base/xfce-mcs-manager-4.2.3 [4.4.0] USE="(-debug%)" 0
kB
[ebuild UD] xfce-extra/xfce4-appfinder-4.2.3 [4.4.0] USE="(-debug%)" 0
kB
[ebuild UD] xfce-base/xfce-mcs-plugins-4.2.3 [4.4.0] USE="(-debug%)" 0
kB
[ebuild UD] xfce-base/xfwm4-4.2.3.2 [4.4.0] USE="(-debug%)
(-startup-notification%) (-xcomposite%)" 0 kB
[ebuild UD] xfce-base/xfce-utils-4.2.3 [4.4.0-r2] USE="-gtkhtml%
(-dbus%*) (-debug%)" 0 kB
[ebuild N ] xfce-base/xffm-4.2.3 USE="-samba" 0 kB
[ebuild UD] xfce-base/xfce4-panel-4.2.3 [4.4.0] USE="(-debug%) (-doc%)
(-startup-notification%)" 0 kB
[ebuild N ] xfce-extra/xfwm4-themes-4.2.3 0 kB
[ebuild UD] xfce-base/xfce4-session-4.2.3 [4.4.0] USE="(-dbus%*)
(-debug%) (-gnome%*)" 0 kB
[ebuild N ] xfce-extra/xfce4-clipman-0.4.1-r2 0 kB
[ebuild N ] xfce-extra/xfce4-minicmd-0.3.0-r1 0 kB
[ebuild N ] xfce-extra/xfcalendar-4.2.3 0 kB
[ebuild N ] xfce-extra/xfce4-mixer-4.2.3 USE="alsa" 0 kB
[ebuild UD] xfce-base/xfdesktop-4.2.3 [4.4.0-r3] USE="(-dbus%*)
(-debug%) (-doc%) (-minimal%)" 0 kB
[ebuild UD] xfce-base/xfprint-4.2.3 [4.4.0] USE="(-debug%) (-doc%)" 0 kB
[ebuild N ] xfce-extra/xfce4-toys-4.2.3 0 kB
[ebuild N ] xfce-extra/xfce4-iconbox-4.2.3 0 kB
[ebuild N ] xfce-extra/xfce4-trigger-launcher-4.2.3 0 kB
[ebuild N ] xfce-extra/xfce4-battery-0.3.0-r2 0 kB
[ebuild N ] xfce-extra/xfce4-cpugraph-0.2.2-r2 0 kB
[ebuild N ] xfce-extra/xfce4-showdesktop-0.4.0-r2 0 kB
[ebuild N ] xfce-base/xfce4-4.2.3.2 USE="-svg" 0 kB
[ebuild N ] xfce-base/xfce4-extras-4.2.3.2 0 kB
Total: 33 packages (13 downgrades, 20 new, 12 blocks), Size of downloads: 0
kB
When I try to unmerge the blocks, it says they can't be found.
What is the best way to clean up and unmerge all of xfce4 and start over?
Douglas
On 2/19/07, Bo Ørsted Andresen <bo.andresen@zlin.dk> wrote:
>
> On Monday 19 February 2007 18:37:32 Grant Edwards wrote:
> > > Calculating dependencies... done!
> > > [blocks B ] xfce-extra/xfce4-windowlist (is blocking
> > > xfce-base/libxfce4util-4.4.0-r1)
> >
> > Yea, upgrading to XFCE 4.4 is a PITA.
> >
> > The package structure/organization was changed completely, so
> > emerge gets confused. It knows it can't install libxfce4util
> > because a bunch of older packages that were combined into
> > libxfce4util are still installed. For whatever reason, emerge
> > doesn't know enough to remove the old packages.
>
> It's not a matter of emerge being confused or not knowing enough to remove
> the
> old packages. It's a matter of emerge not being permitted to remove any
> packages that temporarily break things without the user knowing about and
> permitting it first. So instead it aborts while informing the user about
> the
> block and allowing the user to make a decision.
>
> In this particular case it's not even about anything needing to be removed
> (at
> least not anymore). It's simply that when accepting ~arch keywords for
> xfce4
> you need to accept ~arch keywords for xfce4-extras too for them to be
> compatible.
>
> --
> Bo Andresen
>
>
[-- Attachment #2: Type: text/html, Size: 7475 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] Re: xfce4 upgrade
2007-02-24 3:54 ` Douglas Linford
@ 2007-02-24 4:08 ` Bo Ørsted Andresen
2007-02-24 4:21 ` Douglas Linford
0 siblings, 1 reply; 10+ messages in thread
From: Bo Ørsted Andresen @ 2007-02-24 4:08 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 235 bytes --]
On Saturday 24 February 2007 04:54:21 Douglas Linford wrote:
> [ebuild N ] xfce-base/xfce4-extras-4.2.3.2 0 kB
Did you even read the replies up until now?
# emerge -pv \>=xfce-base/xfce4-extras-4.4
--
Bo Andresen
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] Re: xfce4 upgrade
2007-02-24 4:08 ` Bo Ørsted Andresen
@ 2007-02-24 4:21 ` Douglas Linford
2007-02-24 4:40 ` Douglas Linford
0 siblings, 1 reply; 10+ messages in thread
From: Douglas Linford @ 2007-02-24 4:21 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 373 bytes --]
Kinda testy there Mr. Bo....yes I did read the replies...
On 2/23/07, Bo Ørsted Andresen <bo.andresen@zlin.dk> wrote:
>
> On Saturday 24 February 2007 04:54:21 Douglas Linford wrote:
> > [ebuild N ] xfce-base/xfce4-extras-4.2.3.2 0 kB
>
> Did you even read the replies up until now?
>
> # emerge -pv \>=xfce-base/xfce4-extras-4.4
>
> --
> Bo Andresen
>
>
[-- Attachment #2: Type: text/html, Size: 656 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] Re: xfce4 upgrade
2007-02-24 4:21 ` Douglas Linford
@ 2007-02-24 4:40 ` Douglas Linford
2007-02-25 15:40 ` Bo Ørsted Andresen
0 siblings, 1 reply; 10+ messages in thread
From: Douglas Linford @ 2007-02-24 4:40 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 947 bytes --]
iDeq ~ # emerge -pv \>=xfce-base/xfce4-extras-4.4
These are the packages that would be merged, in order:
Calculating dependencies |
!!! All ebuilds that could satisfy ">=xfce-base/xfce4-extras-4.4" have been
masked.
!!! One of the following masked packages is required to complete your
request:
- xfce-base/xfce4-extras-4.4.0-r1 (masked by: ~x86 keyword)
For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.
On 2/23/07, Douglas Linford <drkrider@gmail.com> wrote:
>
> Kinda testy there Mr. Bo....yes I did read the replies...
>
>
> On 2/23/07, Bo Ørsted Andresen <bo.andresen@zlin.dk > wrote:
> >
> > On Saturday 24 February 2007 04:54:21 Douglas Linford wrote:
> > > [ebuild N ] xfce-base/xfce4- extras-4.2.3.2 0 kB
> >
> > Did you even read the replies up until now?
> >
> > # emerge -pv \>=xfce-base/xfce4-extras-4.4
> >
> > --
> > Bo Andresen
> >
> >
>
[-- Attachment #2: Type: text/html, Size: 1638 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2007-02-25 22:04 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-19 16:51 [gentoo-user] xfce4 upgrade Douglas Linford
2007-02-19 17:31 ` doug asherman
2007-02-19 17:37 ` [gentoo-user] " Grant Edwards
2007-02-20 5:55 ` Bo Ørsted Andresen
2007-02-24 3:54 ` Douglas Linford
2007-02-24 4:08 ` Bo Ørsted Andresen
2007-02-24 4:21 ` Douglas Linford
2007-02-24 4:40 ` Douglas Linford
2007-02-25 15:40 ` Bo Ørsted Andresen
2007-02-25 21:57 ` [OT] Shamelessly copied (was: Re: [gentoo-user] Re: xfce4 upgrade) Boyd Stephen Smith Jr.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox