From mboxrd@z Thu Jan 1 00:00:00 1970 From: Diego Nicola Barbato Subject: bug#37732: mps-youtube propagates util-linux Date: Sun, 13 Oct 2019 13:40:36 +0200 Message-ID: <875zks27rf.fsf@GlaDOS.home> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:36315) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iJcNw-0005A7-Pe for bug-guix@gnu.org; Sun, 13 Oct 2019 07:50:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iJcNv-00054X-R7 for bug-guix@gnu.org; Sun, 13 Oct 2019 07:50:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54690) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iJcNv-00054I-EQ for bug-guix@gnu.org; Sun, 13 Oct 2019 07:50:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iJcNv-00030Y-C6 for bug-guix@gnu.org; Sun, 13 Oct 2019 07:50:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:36057) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iJcN3-0004oK-29 for bug-guix@gnu.org; Sun, 13 Oct 2019 07:49:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iJcEt-0004Wt-8v for bug-guix@gnu.org; Sun, 13 Oct 2019 07:40:47 -0400 Received: from mout02.posteo.de ([185.67.36.66]:37997) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iJcEs-0004Tg-PJ for bug-guix@gnu.org; Sun, 13 Oct 2019 07:40:43 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 9C829240100 for ; Sun, 13 Oct 2019 13:40:38 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 46rfrj1FSfz9rxH for ; Sun, 13 Oct 2019 13:40:36 +0200 (CEST) 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: 37732@debbugs.gnu.org Hi Guix, An unfortunate chain of propagated-inputs causes 'util-linux' (mount, umount, etc.) to be installed alongside 'mps-youtube': 'mps-youtube' propagates 'python-pygobject', which propagates 'glib', which propagates 'util-linux'. It seems to have been introduced with commit 6c237a2, when 'util-linux' was moved to the propagated-inputs of 'glib'. This is a problem on foreign distributions, where the stowaway 'mount' and 'umount' commands installed by Guix shadow the setuid ones provided by the distro. I am currently on commit ecf3a3a (post core-updates merge). Regards, Diego