From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id SH/TFPpV9l6fWQAA0tVLHw (envelope-from ) for ; Fri, 26 Jun 2020 20:09:30 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id kJx8EPpV9l5TCQAAbx9fmQ (envelope-from ) for ; Fri, 26 Jun 2020 20:09:30 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id CAE4A940222 for ; Fri, 26 Jun 2020 20:09:29 +0000 (UTC) Received: from localhost ([::1]:42030 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jouf9-00047I-8R for larch@yhetil.org; Fri, 26 Jun 2020 16:09:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54396) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jouf3-00047B-7E for help-guix@gnu.org; Fri, 26 Jun 2020 16:09:21 -0400 Received: from vimdzmsp-sfwd05.bluewin.ch ([195.186.120.133]:47224) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jouf0-0003YW-Hh for help-guix@gnu.org; Fri, 26 Jun 2020 16:09:20 -0400 Received: from bluewin.ch ([85.5.44.62]) by vimdzmsp-sfwd05.bluewin.ch Swisscom AG with ESMTPA id oueuj9CgA8yq1ouevjkBpB; Fri, 26 Jun 2020 22:09:13 +0200 X-Bluewin-Spam-Analysis: v=2.3 cv=f442+96M c=1 sm=1 tr=0 a=bLoAJnPGBKLbGpzEBMhwHQ==:117 a=IkcTkHD0fZMA:10 a=HTsZ3TaC8F6JD1yv-UUA:9 a=QEXdDO2ut3YA:10 X-Bluewin-Spam-Score: 0.00 X-FXIT-IP: IPv4[85.5.44.62] Epoch[1593202153] X-Bluewin-AuthAs: fulbert@bluewin.ch Date: Fri, 26 Jun 2020 22:09:12 +0200 From: Fulbert To: help-guix@gnu.org Subject: non-ascii char in mount-point name ? Message-ID: <20200626200912.GA2569@bluewin.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4wfF7oS7j9Qiiout7Kf5kzqOxboMmJ2VX4UTe4T8JS5qlnOBoOz9f2PpN+m+DKmdF06dUd3WGw4acYS7FlVYbdt0sm38aFbu9XphzHNed7bTGp2GmOXS7M WdrOQojlCDbEEG8YsdaKbGUSZ8rP0BVoujpXoYulcCAyLFnMKxpWPOLs Received-SPF: pass client-ip=195.186.120.133; envelope-from=fulbert@bluewin.ch; helo=vimdzmsp-sfwd05.bluewin.ch X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/26 16:09:13 X-ACL-Warn: Detected OS = Linux 3.1-3.10 [fuzzy] X-Spam_score_int: -35 X-Spam_score: -3.6 X-Spam_bar: --- X-Spam_report: (-3.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: -0.01 X-TUID: K0cfA47AznBM Hi, In my Guix system configuration file, I have a (file-system … (mount-point "/mnt/raté")) with a 'é' (U+00E9) in its name, which gives the following error when trying to reconfigure : ---- system: error: invalid character `�' in name `shepherd-file-system--mnt-raté.scm-builder' ---- Did I miss something or is it a Guix limitation ?