From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57762) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1erNoe-0001kg-H7 for guix-patches@gnu.org; Thu, 01 Mar 2018 08:00:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1erNoZ-00066I-OT for guix-patches@gnu.org; Thu, 01 Mar 2018 08:00:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:58623) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1erNoZ-00066C-Jw for guix-patches@gnu.org; Thu, 01 Mar 2018 08:00:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1erNoZ-00073y-AN for guix-patches@gnu.org; Thu, 01 Mar 2018 08:00:03 -0500 Subject: bug#30636: [PATCH] gnu: nautilus: Use meson-build-system, update to 3.26.2. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87efl4vm17.fsf@gnu.org> Date: Thu, 01 Mar 2018 13:59:52 +0100 In-Reply-To: (Rene's message of "Wed, 28 Feb 2018 22:18:15 -0500") Message-ID: <87lgfc6jef.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Rene Cc: 30636-done@debbugs.gnu.org Hi, Rene skribis: > a) When I run './pre-inst-env guix environment --ad-hoc nautilus -- gdb -= -args nautilus' I see: > > GNU gdb (GDB) 8.0.1 > Copyright (C) 2017 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. Type "show copying" > and "show warranty" for details. > This GDB was configured as "x86_64-unknown-linux-gnu". > Type "show configuration" for configuration details. > For bug reporting instructions, please see: > . > Find the GDB manual and other documentation resources online at: > . > For help, type "help". > Type "apropos word" to search for commands related to "word"... > "/home/jin/guix/nautilus": not in executable format: File truncated > (gdb) r > Starting program:=20=20 > No executable file specified. > Use the "file" or "exec-file" command. > > Why can not find the executable? Perhaps PATH does not include the profile=E2=80=99s bin/ directory, which in turn could be due to an incorrect .bashrc as described in ? > b) What utility is required to use the code comments? > (--8<---------------cut here---------------start------------->8---) Heheh, that=E2=80=99s =E2=80=98message-mode=E2=80=99 in Emacs (I use Gnus a= s my MUA). > From 60e511e88035bb89fca74ab6d5a262834c98e485 Mon Sep 17 00:00:00 2001 > From: Rene > Date: Wed, 28 Feb 2018 20:33:36 -0600 > Subject: [PATCH] gnu: nautilus: Use meson-build-system, update to 3.26.2. > > * gnu/packages/gnome.scm (nautilus): Update to 3.26.2. > [build-system]: Use meson-build-system. > [native-inputs]: Add desktop-file-utils and gtk+:bin. > [inputs]: Add libselinux. Applied, thanks! Ludo=E2=80=99.