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 64AA71381F3 for ; Sun, 11 Feb 2018 03:09:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C2A9E0A91; Sun, 11 Feb 2018 03:09:50 +0000 (UTC) Received: from mx.cims.nyu.edu (MX.CIMS.NYU.EDU [128.122.49.99]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AAA37E0A85 for ; Sun, 11 Feb 2018 03:09:49 +0000 (UTC) Received: from smtp.cs.nyu.edu (smtp.cs.nyu.edu [128.122.49.97]) by mx.cims.nyu.edu (8.15.1+Sun/8.15.1) with ESMTPS id w1B39jtW001167 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Sat, 10 Feb 2018 22:09:46 -0500 (EST) Received: from E7450.localdomain (ool-18be5603.dyn.optonline.net [24.190.86.3]) (authenticated bits=0) by smtp.cs.nyu.edu (8.14.7/8.14.7) with ESMTP id w1B39ijA029149 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Sat, 10 Feb 2018 22:09:45 -0500 Received: by E7450.localdomain (Postfix, from userid 1000) id 9B82545B9B; Sat, 10 Feb 2018 22:09:44 -0500 (EST) From: allan gottlieb To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: "systemd sysv-utils blocker resolution" References: <87wozk2xfj.fsf@nyu.edu> Date: Sat, 10 Feb 2018 22:09:44 -0500 In-Reply-To: (Nikos Chantziaras's message of "Sun, 11 Feb 2018 03:31:15 +0200") Message-ID: <87k1vk2pdz.fsf@nyu.edu> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) 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 Content-Type: text/plain X-Greylist: inspected by milter-greylist-4.6.2 (mx.cims.nyu.edu [128.122.49.99]); Sat, 10 Feb 2018 22:09:46 -0500 (EST) for IP:'128.122.49.97' DOMAIN:'smtp.cs.nyu.edu' HELO:'smtp.cs.nyu.edu' FROM:'gottlieb@nyu.edu' RCPT:'' X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (mx.cims.nyu.edu [128.122.49.99]); Sat, 10 Feb 2018 22:09:46 -0500 (EST) X-Virus-Scanned: clamav-milter 0.99.2 at mx X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.80 on 128.122.49.99 X-Archives-Salt: bfa904a7-03ee-47d4-9fee-c47f4daf5a3b X-Archives-Hash: 1ff938a6f3d152f27fe19365778cf10a On Sun, Feb 11 2018, Nikos Chantziaras wrote: > On 11/02/18 02:16, allan gottlieb wrote: >> I have a question on this news item. >> >> I use systemd (gnome3) on a gentoo stable system. >> eix reports that sys-apps/systemd-236-r5 is installed >> >> But >> euse -I sysv-utils >> reports >> no matching entries found >> >> Is something wrong? >> >> I do *not* have >> sys-apps/sysvinit, sys-apps/openrc, or net-misc/netifrc >> in my world file. >> >> However, the last two are installed. > > When you ran: > > emerge -auDN --changed-deps --with-bdeps=y @world > > did you forget to run: > > emerge -a --depclean > > afterwards? I am indeed behind in depcleaning. Does that explain why euse doesn't fine sysv-utils and why I have the symlinks /sbin/poweroff and friends with systemd-236? I will be working on depcleans but rather slowly. thanks for the help. allan