From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: Gs Date: Sat, 23 Jul 2016 13:09:41 +0200 Message-ID: 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]:44335) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQuoS-0003bY-MW for guix-devel@gnu.org; Sat, 23 Jul 2016 07:09:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQuoQ-0007S4-Pw for guix-devel@gnu.org; Sat, 23 Jul 2016 07:09:43 -0400 Received: from mail-vk0-x244.google.com ([2607:f8b0:400c:c05::244]:33298) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQuoQ-0007Rp-Kt for guix-devel@gnu.org; Sat, 23 Jul 2016 07:09:42 -0400 Received: by mail-vk0-x244.google.com with SMTP id s189so10775518vkh.0 for ; Sat, 23 Jul 2016 04:09:42 -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" To: andreas@enge.fr Cc: Guix-devel Andreas Enge writes: > Hello, > > the following commit > commit eb354bdacbf4154ec66038dac07f19bf4ced1fad > Author: Ludovic Court=C3=A8s > Date: Mon May 9 15:54:34 2016 +0200 > > gnu: ghostscript: Do not build the statically-linked 'gs' binary. > > * gnu/packages/ghostscript.scm (ghostscript)[arguments]: Remove > 'build-so' and 'install-so' phases. Replace 'build' and 'install' > phases. > > removes "gs" from the ghostscript package. However, this is the usual pro= gram > that people expect. For instance, unison uses it for building its > documentation. Is there a dynamically linked binary which replaces gs? > If yes, should we add a symbolic link? > > If not, I would suggest to revert this commit. > > Ceterum censeo that we should not optimise for size by sacrificing > functionality and ease of handling (cf. separate outputs). +1 This broke 'chez-scheme' as well on core-updates. Fede