9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] Error compiling rio?
@ 2024-04-16 11:27 Jacobo Da Riva Muñoz
  2024-04-16 13:19 ` Jacob Moody
  0 siblings, 1 reply; 5+ messages in thread
From: Jacobo Da Riva Muñoz @ 2024-04-16 11:27 UTC (permalink / raw)
  To: 9front

Hi,

I've got this error updating the system this morning. I've wollowed the upgrading process ass seen in the fqa 5.2.2 point.

mk rio
6c -FTVw rio.c
6c -FTVw data.c
mk: no recipe to make 'menuhit.6' in directory /sys/src/cmd/rio
dat.h:303 data.c:10 6c: directory entry not found: 'col.h': col.h
dat.h:303 rio.c:11 6c: directory entry not found: 'col.h': col.h
mk: for(i in 1a ...  : exit status=rc 2205: mk 4108: error
mk: mk $MKFLAGS yacc.install ...  : exit status=mk 2122: error
mk: date for (i ...  : exit status=rc 824: mk 2105: error

Best regards

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

* Re: [9front] Error compiling rio?
  2024-04-16 11:27 [9front] Error compiling rio? Jacobo Da Riva Muñoz
@ 2024-04-16 13:19 ` Jacob Moody
  2024-04-16 16:33   ` qwx
  0 siblings, 1 reply; 5+ messages in thread
From: Jacob Moody @ 2024-04-16 13:19 UTC (permalink / raw)
  To: 9front

On 4/16/24 06:27, Jacobo Da Riva Muñoz wrote:
> Hi,
> 
> I've got this error updating the system this morning. I've wollowed the upgrading process ass seen in the fqa 5.2.2 point.
> 
> mk rio
> 6c -FTVw rio.c
> 6c -FTVw data.c
> mk: no recipe to make 'menuhit.6' in directory /sys/src/cmd/rio
> dat.h:303 data.c:10 6c: directory entry not found: 'col.h': col.h
> dat.h:303 rio.c:11 6c: directory entry not found: 'col.h': col.h
> mk: for(i in 1a ...  : exit status=rc 2205: mk 4108: error
> mk: mk $MKFLAGS yacc.install ...  : exit status=mk 2122: error
> mk: date for (i ...  : exit status=rc 824: mk 2105: error
> 
> Best regards

This looks like you are missing source files from the directory.

Check your current machine diff against usptream:
  bind -ac /dist/plan9frnont / && git/diff -s /
and ensure that there are only the changes you expect.

Thanks,
moody


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

* Re: [9front] Error compiling rio?
  2024-04-16 13:19 ` Jacob Moody
@ 2024-04-16 16:33   ` qwx
  2024-04-16 16:38     ` Jacob Moody
  0 siblings, 1 reply; 5+ messages in thread
From: qwx @ 2024-04-16 16:33 UTC (permalink / raw)
  To: 9front

On Tue Apr 16 15:24:27 +0200 2024, moody@posixcafe.org wrote:
> On 4/16/24 06:27, Jacobo Da Riva Muñoz wrote:
> > Hi,
> > 
> > I've got this error updating the system this morning. I've wollowed the upgrading process ass seen in the fqa 5.2.2 point.
> > 
> > mk rio
> > 6c -FTVw rio.c
> > 6c -FTVw data.c
> > mk: no recipe to make 'menuhit.6' in directory /sys/src/cmd/rio
> > dat.h:303 data.c:10 6c: directory entry not found: 'col.h': col.h
> > dat.h:303 rio.c:11 6c: directory entry not found: 'col.h': col.h
> > mk: for(i in 1a ...  : exit status=rc 2205: mk 4108: error
> > mk: mk $MKFLAGS yacc.install ...  : exit status=mk 2122: error
> > mk: date for (i ...  : exit status=rc 824: mk 2105: error
> > 
> > Best regards
> 
> This looks like you are missing source files from the directory.
> 
> Check your current machine diff against usptream:
>   bind -ac /dist/plan9frnont / && git/diff -s /
> and ensure that there are only the changes you expect.
> 
> Thanks,
> moody

There is no col.h or menuhit.c/etc in 9front's rio.  You have likely
patched it at some point with Sigrid's or someone else's theming
changes.  Use git/revert and reapply the patch if it's still current
or use unmodified rio.

Cheers,
qwx

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

* Re: [9front] Error compiling rio?
  2024-04-16 16:33   ` qwx
@ 2024-04-16 16:38     ` Jacob Moody
  2024-04-30  4:54       ` Jacobo Da Riva Muñoz
  0 siblings, 1 reply; 5+ messages in thread
From: Jacob Moody @ 2024-04-16 16:38 UTC (permalink / raw)
  To: 9front

On 4/16/24 11:33, qwx@sciops.net wrote:
> On Tue Apr 16 15:24:27 +0200 2024, moody@posixcafe.org wrote:
>> On 4/16/24 06:27, Jacobo Da Riva Muñoz wrote:
>>> Hi,
>>>
>>> I've got this error updating the system this morning. I've wollowed the upgrading process ass seen in the fqa 5.2.2 point.
>>>
>>> mk rio
>>> 6c -FTVw rio.c
>>> 6c -FTVw data.c
>>> mk: no recipe to make 'menuhit.6' in directory /sys/src/cmd/rio
>>> dat.h:303 data.c:10 6c: directory entry not found: 'col.h': col.h
>>> dat.h:303 rio.c:11 6c: directory entry not found: 'col.h': col.h
>>> mk: for(i in 1a ...  : exit status=rc 2205: mk 4108: error
>>> mk: mk $MKFLAGS yacc.install ...  : exit status=mk 2122: error
>>> mk: date for (i ...  : exit status=rc 824: mk 2105: error
>>>
>>> Best regards
>>
>> This looks like you are missing source files from the directory.
>>
>> Check your current machine diff against usptream:
>>   bind -ac /dist/plan9frnont / && git/diff -s /
>> and ensure that there are only the changes you expect.
>>
>> Thanks,
>> moody
> 
> There is no col.h or menuhit.c/etc in 9front's rio.  You have likely
> patched it at some point with Sigrid's or someone else's theming
> changes.  Use git/revert and reapply the patch if it's still current
> or use unmodified rio.
> 
> Cheers,
> qwx

Oh nice catch, my bad. The patches are current as far as I know.


Thanks,
moody

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

* Re: [9front] Error compiling rio?
  2024-04-16 16:38     ` Jacob Moody
@ 2024-04-30  4:54       ` Jacobo Da Riva Muñoz
  0 siblings, 0 replies; 5+ messages in thread
From: Jacobo Da Riva Muñoz @ 2024-04-30  4:54 UTC (permalink / raw)
  To: 9front

Oh, thank you. I forgot that I applied the theme patch.

Sorry for the noise.

Quoth Jacob Moody <moody@posixcafe.org>:
> On 4/16/24 11:33, qwx@sciops.net wrote:
> > On Tue Apr 16 15:24:27 +0200 2024, moody@posixcafe.org wrote:
> >> On 4/16/24 06:27, Jacobo Da Riva Muñoz wrote:
> >>> Hi,
> >>>
> >>> I've got this error updating the system this morning. I've wollowed the upgrading process ass seen in the fqa 5.2.2 point.
> >>>
> >>> mk rio
> >>> 6c -FTVw rio.c
> >>> 6c -FTVw data.c
> >>> mk: no recipe to make 'menuhit.6' in directory /sys/src/cmd/rio
> >>> dat.h:303 data.c:10 6c: directory entry not found: 'col.h': col.h
> >>> dat.h:303 rio.c:11 6c: directory entry not found: 'col.h': col.h
> >>> mk: for(i in 1a ...  : exit status=rc 2205: mk 4108: error
> >>> mk: mk $MKFLAGS yacc.install ...  : exit status=mk 2122: error
> >>> mk: date for (i ...  : exit status=rc 824: mk 2105: error
> >>>
> >>> Best regards
> >>
> >> This looks like you are missing source files from the directory.
> >>
> >> Check your current machine diff against usptream:
> >>   bind -ac /dist/plan9frnont / && git/diff -s /
> >> and ensure that there are only the changes you expect.
> >>
> >> Thanks,
> >> moody
> > 
> > There is no col.h or menuhit.c/etc in 9front's rio.  You have likely
> > patched it at some point with Sigrid's or someone else's theming
> > changes.  Use git/revert and reapply the patch if it's still current
> > or use unmodified rio.
> > 
> > Cheers,
> > qwx
> 
> Oh nice catch, my bad. The patches are current as far as I know.
> 
> 
> Thanks,
> moody


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

end of thread, other threads:[~2024-04-30  6:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-16 11:27 [9front] Error compiling rio? Jacobo Da Riva Muñoz
2024-04-16 13:19 ` Jacob Moody
2024-04-16 16:33   ` qwx
2024-04-16 16:38     ` Jacob Moody
2024-04-30  4:54       ` Jacobo Da Riva Muñoz

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).