From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?=E7=99=BD=E3=81=84=E7=86=8A=EF=BC=A0=E7=9B=B8=E6=92=B2?= =?UTF-8?Q?=E9=81=93?= Subject: Re: 'core-updates': should we mention Graphviz in "Requirements"? Date: Thu, 27 Aug 2015 12:13:19 +0200 Message-ID: References: <819aff1d5d8f4df0661dd1ec3d57bb3a@hcoop.net> <87io813xls.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37418) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUuBR-0008Qc-CF for guix-devel@gnu.org; Thu, 27 Aug 2015 06:13:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZUuBQ-0006Ob-9I for guix-devel@gnu.org; Thu, 27 Aug 2015 06:13:25 -0400 In-Reply-To: <87io813xls.fsf@gnu.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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: ludo@gnu.org Cc: guix-devel@gnu.org On 2015-08-27 11:10, ludo@gnu.org wrote: > 白い熊@相撲道 skribis: > >> So in order to run make now I first have to install graphviz using the >> non-git guix, since the dot commang is not present, and only then can >> I make the git right? > > Right. See > . > > Ludo’. Ugh, and now the fun starts... Using the GuixSD guix command: ================================= ~$ guix package -i graphviz Backtrace: In ice-9/boot-9.scm: 157: 15 [catch #t # ...] In unknown file: ?: 14 [apply-smob/1 #] In ice-9/boot-9.scm: 63: 13 [call-with-prompt prompt0 ...] In ice-9/eval.scm: 432: 12 [eval # #] In ice-9/boot-9.scm: 2401: 11 [save-module-excursion #] 4050: 10 [#] 1724: 9 [%start-stack load-stack #] 1729: 8 [#] In unknown file: ?: 7 [primitive-load "/gnu/store/yfr7jk9lgajzkgg4rwwlzs31w7x8k4dc-guix-0.8.3.5d09263/bin/.guix-real"] In guix/ui.scm: 849: 6 [run-guix-command package "-i" "graphviz"] In ice-9/boot-9.scm: 157: 5 [catch srfi-34 # ...] 157: 4 [catch system-error ...] In guix/scripts/package.scm: 992: 3 [#] 815: 2 [process-actions (# # # # ...)] In ice-9/boot-9.scm: 867: 1 [call-with-input-file "/var/guix/profiles/per-user/shiroikuma/guix-profile/manifest" ...] In unknown file: ?: 0 [scm-error misc-error #f ...] ERROR: In procedure scm-error: ERROR: unsupported manifest format # =================================== What is this? What can I go now? -- 白い熊@相撲道