9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] Error compiling kbdfs
@ 2022-01-19 14:50 Jacobo Da Riva
  2022-01-19 17:55 ` Jacobo Da Riva
  0 siblings, 1 reply; 4+ messages in thread
From: Jacobo Da Riva @ 2022-01-19 14:50 UTC (permalink / raw)
  To: 9front

Hi, I'm newbie in this list.

I'm updating my 9front laptop (a Lenovo T500) and I've found an error compiling kbdfs. The file
latin1.h is empty.

The process that I've followed to update the system has been:
sysupdate
cd /sys/scr
mk install

The error who show me the make install command is this:

6c -FTVw kbdfs.c
kbdfs.c:756 syntax error, last name: latin1.sh
kbdfs.c:815 sizeof undefined type
kbdfs.c:825 sizeof undefined type

Regards

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9front] Error compiling kbdfs
  2022-01-19 14:50 [9front] Error compiling kbdfs Jacobo Da Riva
@ 2022-01-19 17:55 ` Jacobo Da Riva
  2022-01-19 22:51   ` qwx
  0 siblings, 1 reply; 4+ messages in thread
From: Jacobo Da Riva @ 2022-01-19 17:55 UTC (permalink / raw)
  To: 9front

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


Quoth Jacobo Da Riva <jdrm@disroot.org>:
> Hi, I'm newbie in this list.
> 
> I'm updating my 9front laptop (a Lenovo T500) and I've found an error compiling kbdfs. The file
> latin1.h is empty.
> 
> The process that I've followed to update the system has been:
> sysupdate
> cd /sys/scr
> mk install
> 
> The error who show me the make install command is this:
> 
> 6c -FTVw kbdfs.c
> kbdfs.c:756 syntax error, last name: latin1.sh
> kbdfs.c:815 sizeof undefined type
> kbdfs.c:825 sizeof undefined type
> 
> Regards


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9front] Error compiling kbdfs
  2022-01-19 17:55 ` Jacobo Da Riva
@ 2022-01-19 22:51   ` qwx
  2022-01-20 10:07     ` Jacobo Da Riva
  0 siblings, 1 reply; 4+ messages in thread
From: qwx @ 2022-01-19 22:51 UTC (permalink / raw)
  To: 9front

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9front] Error compiling kbdfs
  2022-01-19 22:51   ` qwx
@ 2022-01-20 10:07     ` Jacobo Da Riva
  0 siblings, 0 replies; 4+ messages in thread
From: Jacobo Da Riva @ 2022-01-20 10:07 UTC (permalink / raw)
  To: 9front

Quoth qwx@sciops.net:
> 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

It works. Thanks a lot!!!

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-01-20 10:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-19 14:50 [9front] Error compiling kbdfs Jacobo Da Riva
2022-01-19 17:55 ` Jacobo Da Riva
2022-01-19 22:51   ` qwx
2022-01-20 10:07     ` Jacobo Da Riva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).