From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#17853: GLib references Python Date: Mon, 30 Jun 2014 18:09:52 +0200 Message-ID: <87oaxaxttb.fsf@gnu.org> References: <8761jnssu6.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1eAf-0001Ve-3a for bug-guix@gnu.org; Mon, 30 Jun 2014 12:11:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1eAY-0007M7-JO for bug-guix@gnu.org; Mon, 30 Jun 2014 12:11:09 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:46951) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1eAY-0007M2-GZ for bug-guix@gnu.org; Mon, 30 Jun 2014 12:11:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1X1eAX-0003Ok-Vz for bug-guix@gnu.org; Mon, 30 Jun 2014 12:11:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <8761jnssu6.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 26 Jun 2014 15:28:33 +0200") 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 17853@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > As of v0.6-441-gfe6e3fe, GLib keeps a reference to =E2=80=98python-wrappe= r=E2=80=99, > because of two scripts: > > $ grep /bin/python /gnu/store/l4yvfmp8ys2xjkmrvcxzdlx86qzlishr-glib-2.39.= 1/bin/* > /gnu/store/l4yvfmp8ys2xjkmrvcxzdlx86qzlishr-glib-2.39.1/bin/gdbus-codegen= :#!/gnu/store/z36w7wiz6vqqcpridw03afkq68cm5rhh-python-wrapper-3.3.5/bin/pyt= hon > /gnu/store/l4yvfmp8ys2xjkmrvcxzdlx86qzlishr-glib-2.39.1/bin/gtester-repor= t:#!/gnu/store/z36w7wiz6vqqcpridw03afkq68cm5rhh-python-wrapper-3.3.5/bin/py= thon > > This is a problem because that means that, say, Avahi, pulls in all of > Python 3, which is quite big. > > The solution may be to add a =E2=80=9Cbin=E2=80=9D output. I=E2=80=99m trying that in the =E2=80=98bug-17853=E2=80=99 branch, and have= added a Hydra job set to check the amount of breakage: . I=E2=80=99d like to merge that once we=E2=80=99ve fixed any regression. Thanks, Ludo=E2=80=99.