From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-user+bounces-150937-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 072841381F3 for <garchives@archives.gentoo.org>; Thu, 26 Sep 2013 03:36:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF27DE0C73; Thu, 26 Sep 2013 03:36:00 +0000 (UTC) Received: from mail-lb0-f176.google.com (mail-lb0-f176.google.com [209.85.217.176]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B280CE0B71 for <gentoo-user@lists.gentoo.org>; Thu, 26 Sep 2013 03:35:59 +0000 (UTC) Received: by mail-lb0-f176.google.com with SMTP id y6so586220lbh.21 for <gentoo-user@lists.gentoo.org>; Wed, 25 Sep 2013 20:35:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=TfZa6Flvp2FQPjpSkIdFX7YFXTwN7KoSQsc/k2OP87E=; b=FD/F8Hq+NSxf9VDwvawPUFNXLEtXivr7RC4I1jFzCDa9NujpfpBsTNv85MsoaIX/IE 0JtDEdtxGYRt7H7MmvJG6ETCHHeHtU0ep2IMxsP2BS5humqblrOW6mF4ZMZICtQUXaqE ZinjG8AI9Ro9HndIKJonhKO8pe36loYx0DtEaK7C0Rz4jv4WKRfxBksCzL7D8w5xf61Z yJ63NSmmXTf+PwYmn1TYxx4MjwFbIjM1Wm3d6rdUpp5A8PVL8vhgZ5AWEG/RXw/I8abN b/DHsVIGh/ArW4IWwWvkNFFOum+4SO5fqfxGvQrXkKD+pmwpvPV5xYme1T1JFSsg86ie RcQQ== Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.152.170.166 with SMTP id an6mr32696408lac.20.1380166557989; Wed, 25 Sep 2013 20:35:57 -0700 (PDT) Received: by 10.114.96.2 with HTTP; Wed, 25 Sep 2013 20:35:57 -0700 (PDT) In-Reply-To: <87mwn0xp66.fsf@nyu.edu> References: <87y56k1qvo.fsf@nyu.edu> <CADPrc82rRRxXqTqCcphuRuZFwxotPMQpiwrK7yt_ckeiUYaWMA@mail.gmail.com> <87mwn0xp66.fsf@nyu.edu> Date: Wed, 25 Sep 2013 22:35:57 -0500 Message-ID: <CADPrc82Xsbb6-vambk6gpOByv2PPQZ9UX21Pg4Mrg3XeGRKJOg@mail.gmail.com> Subject: Re: [gentoo-user] trouble downgrading systemd and virtual/udev From: =?UTF-8?B?Q2FuZWsgUGVsw6FleiBWYWxkw6lz?= <caneko@gmail.com> To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 3b4c051b-4fcd-49d4-bd72-6aeb71df8912 X-Archives-Hash: 6704ecfda82236a3f751d2b90f90d1ca On Wed, Sep 25, 2013 at 10:00 PM, <gottlieb@nyu.edu> wrote: > On Wed, Sep 25 2013, Canek Pel=C3=A1ez Vald=C3=A9s wrote: > >> On Wed, Sep 25, 2013 at 5:24 PM, <gottlieb@nyu.edu> wrote: >>> I want to downgrade systemd from 207-r2 to 204 (highest stable). >>> >>> I currently have virtual/udev-206-r2 installed, which prevents >>> systemd-204. >>> >>> OK. So I need to downgrade virtual/udev to 200. >>> >>> I thought >>> emerge -1 =3Dvirtual/udev-200 =3Dsys-apps/systemd-204 >>> would do it. But this failed (see below) and suggested masking >>> might help. >>> >>> So I added package.mask/systemd, which contains >>> >=3Dvirtual/udev-201 >>> >=3Dsys-apps/systemd-205 >>> and then issued the same emerge as above. >>> But this also failed (see below). >>> What incantation do I need? >> >> Don't mask anything, just make sure that systemd (both virtual/ and >> sys-apps/) is not on package.keywords. > > This system is ~amd64 (I should have said that earlier). Yeah. If you are in ~amd64, why do you want to downgrade systemd? > I don't believe there is a virtual/systemd package. > Did you mean virtual/udev? Yes, sorry. > If so, I would create > /etc/portage/package.accept_keywords/systemd > and put in it two lines > -~sys-apps/systemd > -~virtual/udev > > Correct? No, I thought you were in amd64, not ~amd64. If you are in ~amd64, putting things in /etc/portage/package.keywords should be useless. Mixing amd64 and ~amd64 is not supported; it usually works if you are in amd64, and you only keyword some select packages: that's the way I use GNOME 3.8, soon 3.10, in an otherwise stable system. The other way around (being ~amd64, and trying to force downgrade of some packages) sounds rather convoluted to me. I think it would be rather difficult. You can try; since you are in ~amd64 you *need* to mask the latest versions of both systemd and virtual/udev, the ones you do not want. But I would not be surprised if it doesn't work: if *ALL* the system is ~amd64, the probability of something forcibly pulling the latest versions of *anything* increases dramatically. The block could be impossible to solve. If you are trying to downgrade systemd for the problems related to GNOME and logind in 206, I'm happy to report that version 207 (available since Sep 14) solves everything; at least in my desktop and laptop. You should try it. Regards. --=20 Canek Pel=C3=A1ez Vald=C3=A9s Posgrado en Ciencia e Ingenier=C3=ADa de la Computaci=C3=B3n Universidad Nacional Aut=C3=B3noma de M=C3=A9xico