From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#34567: Bogus 'upower-service' deprecation message Date: Tue, 19 Feb 2019 00:50:12 -0500 Message-ID: <87va1gqqc0.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:45667) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gvyK4-0000Ik-E8 for bug-guix@gnu.org; Tue, 19 Feb 2019 00:52:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gvyK2-0000rH-QS for bug-guix@gnu.org; Tue, 19 Feb 2019 00:52:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54449) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gvyK1-0000qS-Vn for bug-guix@gnu.org; Tue, 19 Feb 2019 00:52:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gvyK1-0003lX-Qf for bug-guix@gnu.org; Tue, 19 Feb 2019 00:52:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:45528) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gvyJg-0000Cv-76 for bug-guix@gnu.org; Tue, 19 Feb 2019 00:51:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gvyJd-0000iX-Jf for bug-guix@gnu.org; Tue, 19 Feb 2019 00:51:40 -0500 Received: from world.peace.net ([64.112.178.59]:56798) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gvyJa-0000g2-Q1 for bug-guix@gnu.org; Tue, 19 Feb 2019 00:51:37 -0500 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 34567@debbugs.gnu.org My OS config includes a reference to 'upower-service', which is now deprecated, but the deprecation message is bogus: mhw@jojen ~$ guix system build /etc/config.scm --verbosity=1 /etc/config.scm:149:19: warning: 'slim-service' is deprecated, use 'slim-service-type' instead /etc/config.scm:156:19: warning: 'upower-service' is deprecated, use 'Return a service that runs @uref{http://upower.freedesktop.org/, @command{upowerd}}, a system-wide monitor for power consumption and battery levels, with the given configuration settings. It implements the @code{org.freedesktop.UPower} D-Bus interface, and is notably used by GNOME.' instead building /gnu/store/nwdjz1mkvcc4ic65mgw5i94ig3qzp8kf-libjpeg-turbo-2.0.2.tar.gz.drv... [...] Mark