From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomas Cech Subject: Re: Debugging info unavailability Date: Mon, 24 Apr 2017 09:35:19 +0200 Message-ID: <87shkyuuko.wl-tcech@suse.com> References: <20170423020206.41aac1a2@scratchpost.org> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d2YWR-0001zL-LK for guix-devel@gnu.org; Mon, 24 Apr 2017 03:35:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d2YWN-0000EY-O0 for guix-devel@gnu.org; Mon, 24 Apr 2017 03:34:59 -0400 Received: from mx2.suse.de ([195.135.220.15]:41773 helo=mx1.suse.de) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d2YWN-0000EM-I8 for guix-devel@gnu.org; Mon, 24 Apr 2017 03:34:55 -0400 In-Reply-To: <20170423020206.41aac1a2@scratchpost.org> 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: Danny Milosavljevic Cc: guix-devel@gnu.org On Sun, 23 Apr 2017 02:02:06 +0200, Danny Milosavljevic wrote: > > Hi, > > just now I had to debug a doxygen Segmentation Fault. I tried to install doxygen:debug but that wasn't available. > > I think it would be nice if these outputs were available by default (but not installed by default). > > If we wanted to do that, we could just adapt guix/build-system/cmake.scm, guix/build-system/gnu.scm and guix/build-system/glib-or-gtk.scm outputs default to say '("out" "debug") instead of '("out"). This is the feature I wish for years, I'd really appreciate such feature as well. Best regards, S_W