* [gentoo-user] udev/systemd-blocker
@ 2014-06-04 2:11 meino.cramer
2014-06-04 2:20 ` Canek Peláez Valdés
2014-06-04 2:21 ` wraeth
0 siblings, 2 replies; 5+ messages in thread
From: meino.cramer @ 2014-06-04 2:11 UTC (permalink / raw
To: Gentoo
Hi,
while updateing I got this blocker:
(sys-fs/udev-212-r1::gentoo, installed) pulled in by
>=sys-fs/udev-208-r1:0/0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,gudev,introspection?,static-libs?] (>=sys-fs/udev-208-r1:0/0[abi_x86_64(-),gudev]) required by (virtual/libgudev-208::gentoo, ebuild scheduled for merge)
>=sys-fs/udev-208 required by (virtual/udev-208-r2::gentoo, ebuild scheduled for merge)
sys-fs/udev required by @selected
>=sys-fs/udev-208:0/0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,static-libs?] (>=sys-fs/udev-208:0/0[abi_x86_64(-)]) required by (virtual/libudev-208::gentoo, ebuild scheduled for merge)
(sys-apps/systemd-212-r5::gentoo, ebuild scheduled for merge) pulled in by
>=sys-apps/systemd-200 required by (sys-power/upower-0.9.23-r3::gentoo, ebuild scheduled for merge)
>=sys-apps/systemd-207 required by (sys-apps/gentoo-systemd-integration-4::gentoo, ebuild scheduled for merge)
Since both udev and systemd seem to me vitalimportant fo rthe health
of the system I better want to ask how to proceed in this case...??
Best regards,
mcc
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] udev/systemd-blocker
2014-06-04 2:11 [gentoo-user] udev/systemd-blocker meino.cramer
@ 2014-06-04 2:20 ` Canek Peláez Valdés
2014-06-04 2:21 ` wraeth
1 sibling, 0 replies; 5+ messages in thread
From: Canek Peláez Valdés @ 2014-06-04 2:20 UTC (permalink / raw
To: gentoo-user
On Tue, Jun 3, 2014 at 9:11 PM, <meino.cramer@gmx.de> wrote:
>
> Hi,
>
> while updateing I got this blocker:
>
>
> (sys-fs/udev-212-r1::gentoo, installed) pulled in by
> >=sys-fs/udev-208-r1:0/0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,gudev,introspection?,static-libs?] (>=sys-fs/udev-208-r1:0/0[abi_x86_64(-),gudev]) required by (virtual/libgudev-208::gentoo, ebuild scheduled for merge)
> >=sys-fs/udev-208 required by (virtual/udev-208-r2::gentoo, ebuild scheduled for merge)
> sys-fs/udev required by @selected
> >=sys-fs/udev-208:0/0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,static-libs?] (>=sys-fs/udev-208:0/0[abi_x86_64(-)]) required by (virtual/libudev-208::gentoo, ebuild scheduled for merge)
>
> (sys-apps/systemd-212-r5::gentoo, ebuild scheduled for merge) pulled in by
> >=sys-apps/systemd-200 required by (sys-power/upower-0.9.23-r3::gentoo, ebuild scheduled for merge)
> >=sys-apps/systemd-207 required by (sys-apps/gentoo-systemd-integration-4::gentoo, ebuild scheduled for merge)
>
>
>
> Since both udev and systemd seem to me vitalimportant fo rthe health
> of the system I better want to ask how to proceed in this case...??
Did you tried the following?
emerge -C sys-power/upower
emerge -1v sys-power/upower-pm-utils
And then trying the update again?
Regards.
--
Canek Peláez Valdés
Profesor de asignatura, Facultad de Ciencias
Universidad Nacional Autónoma de México
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] udev/systemd-blocker
2014-06-04 2:11 [gentoo-user] udev/systemd-blocker meino.cramer
2014-06-04 2:20 ` Canek Peláez Valdés
@ 2014-06-04 2:21 ` wraeth
2014-06-04 2:23 ` wraeth
1 sibling, 1 reply; 5+ messages in thread
From: wraeth @ 2014-06-04 2:21 UTC (permalink / raw
To: gentoo-user
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
On 06/04/2014 12:11 PM, meino.cramer@gmx.de wrote:
> while updateing I got this blocker:
In short, sys-power/upower has changed to no longer support the unmaintained
sys-power/pm-tools and instead depend on systemd.
To remain using upower with pm-utils (and not requiring systemd components), run
`emerge -C sys-power/upower && emerge -1 sys-power/upower-pm-utils`
then run your update as per normal.
If you prefer, you could install systemd (note that having it installed
doesn't necessarily mean you use systemd as your init system) - see [1].
For more information on what's happening, see the "Systemd upower" thread
currently being discussed in this mailing list.
- -wraeth
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iF4EAREIAAYFAlOOgpoACgkQXcRKerLZ91nRKAD+O0Q7hbKnCYPBv8GFXFXpoBwr
r2S0chVyvRk16VwkuIEA/3jHrush+7yt+DEY4R7Drxol+MGwSW604a0OBv7ZeDNo
=yqX0
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] udev/systemd-blocker
2014-06-04 2:21 ` wraeth
@ 2014-06-04 2:23 ` wraeth
2014-06-04 2:51 ` meino.cramer
0 siblings, 1 reply; 5+ messages in thread
From: wraeth @ 2014-06-04 2:23 UTC (permalink / raw
To: gentoo-user
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
On 06/04/2014 12:21 PM, wraeth wrote:
> If you prefer, you could install systemd (note that having it installed
> doesn't necessarily mean you use systemd as your init system) - see [1].
May help if I include my reference links... :|
[1] - https://wiki.gentoo.org/wiki/Systemd
- -wraeth
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iF4EAREIAAYFAlOOgxsACgkQXcRKerLZ91n73QD/Wg/SmdpNSRV++lBSqs73FjjN
CtqWMPgbSXmyMD50w8sA/0Dpv6nyPqf8r/1Q8z87fzOm26HfK6IMCFbaAe0d2azc
=Ffy/
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] udev/systemd-blocker
2014-06-04 2:23 ` wraeth
@ 2014-06-04 2:51 ` meino.cramer
0 siblings, 0 replies; 5+ messages in thread
From: meino.cramer @ 2014-06-04 2:51 UTC (permalink / raw
To: gentoo-user
wraeth <wraeth@wraeth.id.au> [14-06-04 04:24]:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
> On 06/04/2014 12:21 PM, wraeth wrote:
> > If you prefer, you could install systemd (note that having it installed
> > doesn't necessarily mean you use systemd as your init system) - see [1].
>
> May help if I include my reference links... :|
>
> [1] - https://wiki.gentoo.org/wiki/Systemd
>
> - -wraeth
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.22 (GNU/Linux)
> Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
>
> iF4EAREIAAYFAlOOgxsACgkQXcRKerLZ91n73QD/Wg/SmdpNSRV++lBSqs73FjjN
> CtqWMPgbSXmyMD50w8sA/0Dpv6nyPqf8r/1Q8z87fzOm26HfK6IMCFbaAe0d2azc
> =Ffy/
> -----END PGP SIGNATURE-----
>
Hi,
thanks to you all! :)
I overlocked the 'upower'-thingy in the blockers list...sorry...
Have a nice day!
Best regards,
mcc
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-06-04 2:52 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-04 2:11 [gentoo-user] udev/systemd-blocker meino.cramer
2014-06-04 2:20 ` Canek Peláez Valdés
2014-06-04 2:21 ` wraeth
2014-06-04 2:23 ` wraeth
2014-06-04 2:51 ` meino.cramer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox