From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Ben Sima Newsgroups: gmane.lisp.guile.user Subject: Re: guild compile unknown character name ?? Date: Mon, 23 Nov 2020 22:34:11 -0500 Message-ID: References: <87pnb3obdj.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="17842"; mail-complaints-to="usenet@ciao.gmane.io" To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Tue Nov 24 04:35:49 2020 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1khP7N-0004Zu-KX for guile-user@m.gmane-mx.org; Tue, 24 Nov 2020 04:35:49 +0100 Original-Received: from localhost ([::1]:55632 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1khP7M-0003tv-MO for guile-user@m.gmane-mx.org; Mon, 23 Nov 2020 22:35:48 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50446) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1khP6P-0003L7-3w for guile-user@gnu.org; Mon, 23 Nov 2020 22:34:49 -0500 Original-Received: from simatime.com ([159.89.128.69]:55106) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1khP6N-0000Ck-7z for guile-user@gnu.org; Mon, 23 Nov 2020 22:34:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bsima.me; s=mail; t=1606188854; bh=Mbx+fwd9HmY7EtrcGHNoxnBb7XqQAWvnWCg66m47qKo=; h=From:To:Subject:In-Reply-To:References:Date; b=pohv2phEHz92qeMuVwdemJiCHJ8A15povJKpeLJv/3GFifoUOV5LI5Vrm9sZH8jfC 4Kix1QGlwjjVrjfK9t+eGpijayKwPbQtjB1BqO5pUu0gloOEgSz3V/wrCVbh2K5+wO hnZ5qqK9BI4lwlht1o6lGg0Z0EhZcMbjC4JLwo14= In-Reply-To: <87pnb3obdj.fsf@gnu.org> Received-SPF: pass client-ip=159.89.128.69; envelope-from=ben@bsima.me; helo=simatime.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_PASS=-0.001, T_SPF_HELO_PERMERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:17052 Archived-At: Ludovic Court=C3=A8s writes: > Kovacsics R=C3=B3bert skribis: > >> /nix/store/6vazrblhsyafnn13iwj6mc9gg6cf8pjv-guile-2.2.7/bin/guild >> failed: >> ;;; failed to create path for auto-compiled file >> "/nix/store/6vazrblhsyafnn13iwj6mc9gg6cf8pjv-guile-2.2.7/bin/guild" >> ice-9/boot-9.scm:752:25: In procedure dispatch-exception: >> In procedure scm_lreadr: #:410:18: unknown character name = ?? >> make: *** [Makefile:763: inspekt3d/library.go] Error 1 > > Could you check what=E2=80=99s in inspekt3d/library.scm, line 410, column= 18? > > This error happens in a character literal with an invalid name There is no line 410 of inspekt3d/library.scm. I ran into this same problem while writing a nix expression for inspekt3d. What fixed it for me was adding glibcLocales to buildInputs.