From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B7094139083 for ; Sat, 23 Dec 2017 00:32:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83452E0E33; Sat, 23 Dec 2017 00:32:18 +0000 (UTC) Received: from mail-ot0-x22c.google.com (mail-ot0-x22c.google.com [IPv6:2607:f8b0:4003:c0f::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B42BE0DE9 for ; Sat, 23 Dec 2017 00:32:18 +0000 (UTC) Received: by mail-ot0-x22c.google.com with SMTP id b56so12140048otd.10 for ; Fri, 22 Dec 2017 16:32:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=8+KxmMQ1mv42qtiMsVBj2ykx19nDxP6JMirWKIL+B3A=; b=oVnGSEv3w8v0XB1Ex6/VOpg+aSa/RMu/yeiL4RhoRhsbACqeKBkz6BgUE8D5yOBQKY pKcEnlfxcNRaL49nLeC9HjrEa/OIH/VpX6wt0te/fl7QelMX2Nxqb2pB3wixUBTXTXZw 63cLhCsbTbweuThjzK7smVZDTFo5dG4gj3hmLWAM/o7ZyOjj+sP78Skk8kVox6AJzAY+ hPrOP39fR7TODwSMdaZ3hL/Vjn2+F5Y6Upfj9w5N25msS0sAMOPQsHafPh3xqUF4ghFS /EKX7+UbvX56ygy5ih1801VYIrtHrfbcCLQXIBZ/yiLclfNPgd+N4CXg+4p1zNLOTetD ZORg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=8+KxmMQ1mv42qtiMsVBj2ykx19nDxP6JMirWKIL+B3A=; b=SBZsbGS/3ESTrtAAf9ixSzKemyePD2QIi+XCaE2B20UHAY9CCenBJzvnxlPo/iVGG1 9Kyfwmk+bqxM1Jl2QtZNWEOZ8Gyn+cuZzICp7iIIfCvyB05ycvthWVQPiVDP3IJOOtey qfvmntdFXWEUy7OmXL7RbUvG6huZt+w53faN5c4xxkDel3/LhUtGLhMj4PFWwOb63mpX 2CBIBRuWXXsut+ESzp3XDhjgTxdydaGnCMkhsqFnuKimr1sSmFSk/qDTz7L6cy16ThKo 4NTULK+EfyFAmYuyrQcvfCgm47FhB1+SCXX1soaQLg/MXeuRnYkFItLyiaHPOrIyE36q rtxA== X-Gm-Message-State: AKGB3mJU5625+o5Xst8kiZwYLd6SeB8Z+Wwu4//1ZlVHEXdao2d+yBZH tSkvMsK4kp4y2yUjZBdGo/WGuiPypF76CaWHqaEqBa9H X-Google-Smtp-Source: ACJfBouHi3VlG8J8p8d/k8wJPwlKVwUf87CNPcL/F0KzXQu/CeGfKijxuNK/5QDf5SIrKmcLsXfPQwlPVtS47ivPMNM= X-Received: by 10.157.85.80 with SMTP id h16mr6798052oti.239.1513989137250; Fri, 22 Dec 2017 16:32:17 -0800 (PST) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.157.19.65 with HTTP; Fri, 22 Dec 2017 16:32:16 -0800 (PST) In-Reply-To: References: From: Adam Carter Date: Sat, 23 Dec 2017 11:32:16 +1100 Message-ID: Subject: Re: [gentoo-user] after finally doing my emerge -e world successfully, my regular world update fails To: gentoo-user@lists.gentoo.org Content-Type: multipart/alternative; boundary="f403043ab4d0b840c00560f71041" X-Archives-Salt: 117eeeb8-59f4-41bf-a7bf-e7bc29593b5d X-Archives-Hash: 44a200db8f973108c9f305f70ffe9c97 --f403043ab4d0b840c00560f71041 Content-Type: text/plain; charset="UTF-8" > > sys-apps/openrc is probably in your world file. Either remove it, or > disable the "sysv-utils" USE flag on sys-apps/systemd. > > I'd like to trying going the other way. so i'll first; quickpkg sys-apps/openrc net-misc/netifrc sys-apps/sysvinit But virtual/service-manager is using openrc. How do i point this to systemd? Then i guess I would just; emerge --depclean sys-apps/openrc net-misc/netifrc sys-apps/sysvinit emerge -N systemd Right? --f403043ab4d0b840c00560f71041 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
<= div class=3D"gmail_quote">
sys-apps/openrc is probably in your world file. Either remove it, or
disable the "sysv-utils" USE flag on sys-apps/systemd.

I'd like to trying going the other way. so i'= ll first;
quickpkg sys-apps/openrc net-misc/netifrc sys-apps/sys= vinit

But virtual/service-manager is using openrc.= How do i point this to systemd?

Then i guess I=C2= =A0 would just;
emerge --depclean sys-apps/openrc net-misc/netifr= c sys-apps/sysvinit
emerge -N systemd

Right?

--f403043ab4d0b840c00560f71041--