From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Debugging info unavailability Date: Sun, 23 Apr 2017 02:02:06 +0200 Message-ID: <20170423020206.41aac1a2@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38753) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d24yn-000441-Li for guix-devel@gnu.org; Sat, 22 Apr 2017 20:02:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d24yi-0005ME-RR for guix-devel@gnu.org; Sat, 22 Apr 2017 20:02:17 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:50044) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d24yi-0005Ll-KO for guix-devel@gnu.org; Sat, 22 Apr 2017 20:02:12 -0400 Received: from localhost (77.118.129.111.wireless.dyn.drei.com [77.118.129.111]) by dd1012.kasserver.com (Postfix) with ESMTPSA id 7E3A21CA1FE9 for ; Sun, 23 Apr 2017 02:02:10 +0200 (CEST) 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: guix-devel@gnu.org 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"). Do we want to do that in one of the larger update cycles?