From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 29062 invoked from network); 19 Jan 2022 23:11:51 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 19 Jan 2022 23:11:51 -0000 Received: from wopr.sciops.net ([216.126.196.60]) by 4ess; Wed Jan 19 17:51:30 -0500 2022 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sciops.net; s=20210706; t=1642632670; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to; bh=kRWg+FKR9mUcuaj3/9pLzLjvxvNCK7zUJ0vV5HJOVF4=; b=wCZkV3Uo95HF+iv/wrjLAnlf0WVmumzdKQPTEdYWHIR3hxLQa37g9eG4xXHFD+ElxmpLDJ FUtAM7C2RLRl+Qr0znLMxQFpoXNryTOug1lVwr8mC1ruo5IT5x/3c3CF+7gpBes56DyYee iSO/AQQHQksVPWUHawXEG5zHRocpaMY= Received: by wopr.sciops.net (OpenSMTPD) with ESMTPSA id f467ddb6 (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256:NO) for <9front@9front.org>; Wed, 19 Jan 2022 14:51:09 -0800 (PST) Message-ID: <3E30A9B9B784D4B22BFB2549407FBCC2@wopr.sciops.net> Date: Wed, 19 Jan 2022 23:51:06 +0100 From: qwx@sciops.net To: 9front@9front.org In-Reply-To: <29CD2E9FA24A2B7246794DEE4FD3C84F@disroot.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: encrypted HTTP plugin shader-aware frontend Subject: Re: [9front] Error compiling kbdfs Reply-To: 9front@9front.org Precedence: bulk On Wed Jan 19 23:46:46 +0100 2022, jdrm@disroot.org wrote: > Hi again, > > I've seen the previous error who creates the file latin1.h with size 0. > > The error is caused when executing > term% mklatin.amd64 /lib/keyboard > /lib/keyboard:1: cannot parse line > /lib/keyboard:2: cannot parse line > /lib/keyboard:3: cannot parse line > /lib/keyboard:4: cannot parse line > ... > > This is my file /lib/keyboard: > term% cat /lib/keyboard > 0 12 39 > 0 13 33 > 0 26 96 > 0 27 43 > 0 39 241 > 0 41 186 > 0 43 231 > 0 53 45 > 0 86 60 > 1 3 34 > 1 4 183 > 1 7 38 > 1 8 47 > 1 9 40 > 1 10 41 > 1 11 61 > 1 12 63 > 1 13 191 > 1 26 94 > 1 27 42 > 1 39 209 > 1 40 168 > 1 41 170 > 1 43 199 > 1 51 59 > 1 52 58 > 1 53 95 > 1 86 62 > 3 2 124 > 3 3 64 > 3 4 35 > 3 5 126 > 3 7 172 > 3 26 91 > 3 27 93 > 3 28 10 > 3 40 123 > 3 41 92 > 3 43 125 > 3 53 47 Hi, Where does this file come from? If you didn't do this on purpose, you could just revert it: ; bind -ac /dist/plan9front / ; git/revert /lib/keyboard Cheers, qwx