From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tobias Geerinckx-Rice Subject: Update btrfs-progs once again and add static output Date: Sat, 2 Apr 2016 15:29:31 +0200 Message-ID: <1459603774-9455-1-git-send-email-tobias.geerinckx.rice@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1amLcl-0005Jl-Qp for guix-devel@gnu.org; Sat, 02 Apr 2016 09:30:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1amLcg-0000hh-MM for guix-devel@gnu.org; Sat, 02 Apr 2016 09:29:59 -0400 Received: from mail-lb0-x234.google.com ([2a00:1450:4010:c04::234]:35716) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1amLcg-0000hV-EF for guix-devel@gnu.org; Sat, 02 Apr 2016 09:29:54 -0400 Received: by mail-lb0-x234.google.com with SMTP id bc4so98104775lbc.2 for ; Sat, 02 Apr 2016 06:29:54 -0700 (PDT) Received: from localhost.localdomain ([91.181.26.112]) by smtp.gmail.com with ESMTPSA id gt7sm18984859wjc.1.2016.04.02.06.29.52 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 02 Apr 2016 06:29:52 -0700 (PDT) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org Hullo Guix, Some simple patches to add a ‘static’ output to the btrfs-progs package, containing statically linked versions of all the tools. It's an eventual requirement for btrfs multi-device root support (the initrd needs to ‘btrfs scan’), but even without that I like to keep a copy of the static binaries around Just In Case. It would be nice if Guix could take care of them. The static versions are all suffixed with ‘.static’ by upstream, so no collisions & no ugly renaming. Together with the util-linux:static dependency, this adds some 18 (!) MiB of binaries—but unless I'm horribly mistaken they should never be installed by default, right? The overhead in build time is negligible. Kind regards, T G-R