9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] latest sys update -- mk cmds fails due to libvorbis
@ 2024-12-20  5:22 ron minnich
  2024-12-20 15:11 ` Jacob Moody
  0 siblings, 1 reply; 8+ messages in thread
From: ron minnich @ 2024-12-20  5:22 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 58 bytes --]

not sure if this is a concern, but it fails on libvorbis.

[-- Attachment #2: Type: text/html, Size: 79 bytes --]

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

* Re: [9front] latest sys update -- mk cmds fails due to libvorbis
  2024-12-20  5:22 [9front] latest sys update -- mk cmds fails due to libvorbis ron minnich
@ 2024-12-20 15:11 ` Jacob Moody
  2024-12-20 16:49   ` ron minnich
  0 siblings, 1 reply; 8+ messages in thread
From: Jacob Moody @ 2024-12-20 15:11 UTC (permalink / raw)
  To: 9front

On 12/19/24 23:22, ron minnich wrote:
> not sure if this is a concern, but it fails on libvorbis.

I think your local system has diverged, because on the builder[0] I know we're building (and testing) fine on the
current HEAD. We've been tracking down a git bug that has causes sysupdate to fail to update some files in cases
where there are a large volume of changes. Here's my suggestion for getting this resolved.

; bind -ac /dist/plan9front /
; cd /
; git/diff -s /
# check if you see any differences that explain this discrepancy.
# if not continue
; mkdir -p .git/index9
; mv .git/INDEX9 .git/INDEX9borked
; git/diff -s /
# git will print the instructions to regenerate the index
# do those then continue
; git/diff -s /
# git/revert what it reports


Let me know if you run in to more issues,
Moody


[0] https://iso.only9fans.com/


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

* Re: [9front] latest sys update -- mk cmds fails due to libvorbis
  2024-12-20 15:11 ` Jacob Moody
@ 2024-12-20 16:49   ` ron minnich
  2024-12-20 17:49     ` ron minnich
  0 siblings, 1 reply; 8+ messages in thread
From: ron minnich @ 2024-12-20 16:49 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 1135 bytes --]

yeah, somehow, things diverged, my fingers sometimes still think in linux
git, since I go back and forth all the time. thanks

On Fri, Dec 20, 2024 at 7:14 AM Jacob Moody <moody@posixcafe.org> wrote:

> On 12/19/24 23:22, ron minnich wrote:
> > not sure if this is a concern, but it fails on libvorbis.
>
> I think your local system has diverged, because on the builder[0] I know
> we're building (and testing) fine on the
> current HEAD. We've been tracking down a git bug that has causes sysupdate
> to fail to update some files in cases
> where there are a large volume of changes. Here's my suggestion for
> getting this resolved.
>
> ; bind -ac /dist/plan9front /
> ; cd /
> ; git/diff -s /
> # check if you see any differences that explain this discrepancy.
> # if not continue
> ; mkdir -p .git/index9
> ; mv .git/INDEX9 .git/INDEX9borked
> ; git/diff -s /
> # git will print the instructions to regenerate the index
> # do those then continue
> ; git/diff -s /
> # git/revert what it reports
>
>
> Let me know if you run in to more issues,
> Moody
>
>
> [0] https://iso.only9fans.com/
>
>

[-- Attachment #2: Type: text/html, Size: 1615 bytes --]

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

* Re: [9front] latest sys update -- mk cmds fails due to libvorbis
  2024-12-20 16:49   ` ron minnich
@ 2024-12-20 17:49     ` ron minnich
  2024-12-20 17:57       ` ron minnich
       [not found]       ` <20241221172130.a5f37d693109709f9813f07f@orib.dev>
  0 siblings, 2 replies; 8+ messages in thread
From: ron minnich @ 2024-12-20 17:49 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 1316 bytes --]

ah, it also seems to have been this bug, trying the fix now


On Fri, Dec 20, 2024 at 8:49 AM ron minnich <rminnich@gmail.com> wrote:

> yeah, somehow, things diverged, my fingers sometimes still think in linux
> git, since I go back and forth all the time. thanks
>
> On Fri, Dec 20, 2024 at 7:14 AM Jacob Moody <moody@posixcafe.org> wrote:
>
>> On 12/19/24 23:22, ron minnich wrote:
>> > not sure if this is a concern, but it fails on libvorbis.
>>
>> I think your local system has diverged, because on the builder[0] I know
>> we're building (and testing) fine on the
>> current HEAD. We've been tracking down a git bug that has causes
>> sysupdate to fail to update some files in cases
>> where there are a large volume of changes. Here's my suggestion for
>> getting this resolved.
>>
>> ; bind -ac /dist/plan9front /
>> ; cd /
>> ; git/diff -s /
>> # check if you see any differences that explain this discrepancy.
>> # if not continue
>> ; mkdir -p .git/index9
>> ; mv .git/INDEX9 .git/INDEX9borked
>> ; git/diff -s /
>> # git will print the instructions to regenerate the index
>> # do those then continue
>> ; git/diff -s /
>> # git/revert what it reports
>>
>>
>> Let me know if you run in to more issues,
>> Moody
>>
>>
>> [0] https://iso.only9fans.com/
>>
>>

[-- Attachment #2: Type: text/html, Size: 2103 bytes --]

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

* Re: [9front] latest sys update -- mk cmds fails due to libvorbis
  2024-12-20 17:49     ` ron minnich
@ 2024-12-20 17:57       ` ron minnich
  2024-12-20 18:07         ` Jacob Moody
       [not found]       ` <20241221172130.a5f37d693109709f9813f07f@orib.dev>
  1 sibling, 1 reply; 8+ messages in thread
From: ron minnich @ 2024-12-20 17:57 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 1635 bytes --]

ok, those instructions don't quite work.
the first command it tells me to run does a
cd .git/index9/removed -- removed does not exist

should it have been there or are the instructions wrong?

On Fri, Dec 20, 2024 at 9:49 AM ron minnich <rminnich@gmail.com> wrote:

> ah, it also seems to have been this bug, trying the fix now
>
>
> On Fri, Dec 20, 2024 at 8:49 AM ron minnich <rminnich@gmail.com> wrote:
>
>> yeah, somehow, things diverged, my fingers sometimes still think in linux
>> git, since I go back and forth all the time. thanks
>>
>> On Fri, Dec 20, 2024 at 7:14 AM Jacob Moody <moody@posixcafe.org> wrote:
>>
>>> On 12/19/24 23:22, ron minnich wrote:
>>> > not sure if this is a concern, but it fails on libvorbis.
>>>
>>> I think your local system has diverged, because on the builder[0] I know
>>> we're building (and testing) fine on the
>>> current HEAD. We've been tracking down a git bug that has causes
>>> sysupdate to fail to update some files in cases
>>> where there are a large volume of changes. Here's my suggestion for
>>> getting this resolved.
>>>
>>> ; bind -ac /dist/plan9front /
>>> ; cd /
>>> ; git/diff -s /
>>> # check if you see any differences that explain this discrepancy.
>>> # if not continue
>>> ; mkdir -p .git/index9
>>> ; mv .git/INDEX9 .git/INDEX9borked
>>> ; git/diff -s /
>>> # git will print the instructions to regenerate the index
>>> # do those then continue
>>> ; git/diff -s /
>>> # git/revert what it reports
>>>
>>>
>>> Let me know if you run in to more issues,
>>> Moody
>>>
>>>
>>> [0] https://iso.only9fans.com/
>>>
>>>

[-- Attachment #2: Type: text/html, Size: 2757 bytes --]

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

* Re: [9front] latest sys update -- mk cmds fails due to libvorbis
  2024-12-20 17:57       ` ron minnich
@ 2024-12-20 18:07         ` Jacob Moody
  2024-12-20 19:25           ` ron minnich
  0 siblings, 1 reply; 8+ messages in thread
From: Jacob Moody @ 2024-12-20 18:07 UTC (permalink / raw)
  To: 9front

On 12/20/24 11:57, ron minnich wrote:
> ok, those instructions don't quite work.
> the first command it tells me to run does a 
> cd .git/index9/removed -- removed does not exist
> 
> should it have been there or are the instructions wrong?

You can ignore that error, that is expected. Continue to run
the second command git tells you to do.


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

* Re: [9front] latest sys update -- mk cmds fails due to libvorbis
  2024-12-20 18:07         ` Jacob Moody
@ 2024-12-20 19:25           ` ron minnich
  0 siblings, 0 replies; 8+ messages in thread
From: ron minnich @ 2024-12-20 19:25 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 492 bytes --]

Things seem to be fixed now. Thanks.

On Fri, Dec 20, 2024 at 10:13 AM Jacob Moody <moody@posixcafe.org> wrote:

> On 12/20/24 11:57, ron minnich wrote:
> > ok, those instructions don't quite work.
> > the first command it tells me to run does a
> > cd .git/index9/removed -- removed does not exist
> >
> > should it have been there or are the instructions wrong?
>
> You can ignore that error, that is expected. Continue to run
> the second command git tells you to do.
>
>

[-- Attachment #2: Type: text/html, Size: 872 bytes --]

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

* Re: [9front] latest sys update -- mk cmds fails due to libvorbis
       [not found]       ` <20241221172130.a5f37d693109709f9813f07f@orib.dev>
@ 2024-12-21 22:23         ` ron minnich
  0 siblings, 0 replies; 8+ messages in thread
From: ron minnich @ 2024-12-21 22:23 UTC (permalink / raw)
  To: Ori Bernstein; +Cc: 9front

[-- Attachment #1: Type: text/plain, Size: 1831 bytes --]

yeah, I'll try to find them. I'm on travel today. yesterday is my friend.

On Sat, Dec 21, 2024 at 2:21 PM Ori Bernstein <ori@orib.dev> wrote:

> can you send me the broken and regenerated indexes?
>
> On Fri, 20 Dec 2024 09:49:31 -0800
> ron minnich <rminnich@gmail.com> wrote:
>
> > ah, it also seems to have been this bug, trying the fix now
> >
> >
> > On Fri, Dec 20, 2024 at 8:49 AM ron minnich <rminnich@gmail.com> wrote:
> >
> > > yeah, somehow, things diverged, my fingers sometimes still think in
> linux
> > > git, since I go back and forth all the time. thanks
> > >
> > > On Fri, Dec 20, 2024 at 7:14 AM Jacob Moody <moody@posixcafe.org>
> wrote:
> > >
> > >> On 12/19/24 23:22, ron minnich wrote:
> > >> > not sure if this is a concern, but it fails on libvorbis.
> > >>
> > >> I think your local system has diverged, because on the builder[0] I
> know
> > >> we're building (and testing) fine on the
> > >> current HEAD. We've been tracking down a git bug that has causes
> > >> sysupdate to fail to update some files in cases
> > >> where there are a large volume of changes. Here's my suggestion for
> > >> getting this resolved.
> > >>
> > >> ; bind -ac /dist/plan9front /
> > >> ; cd /
> > >> ; git/diff -s /
> > >> # check if you see any differences that explain this discrepancy.
> > >> # if not continue
> > >> ; mkdir -p .git/index9
> > >> ; mv .git/INDEX9 .git/INDEX9borked
> > >> ; git/diff -s /
> > >> # git will print the instructions to regenerate the index
> > >> # do those then continue
> > >> ; git/diff -s /
> > >> # git/revert what it reports
> > >>
> > >>
> > >> Let me know if you run in to more issues,
> > >> Moody
> > >>
> > >>
> > >> [0] https://iso.only9fans.com/
> > >>
> > >>
>
>
> --
> Ori Bernstein <ori@eigenstate.org>
>

[-- Attachment #2: Type: text/html, Size: 2931 bytes --]

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

end of thread, other threads:[~2024-12-21 22:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-20  5:22 [9front] latest sys update -- mk cmds fails due to libvorbis ron minnich
2024-12-20 15:11 ` Jacob Moody
2024-12-20 16:49   ` ron minnich
2024-12-20 17:49     ` ron minnich
2024-12-20 17:57       ` ron minnich
2024-12-20 18:07         ` Jacob Moody
2024-12-20 19:25           ` ron minnich
     [not found]       ` <20241221172130.a5f37d693109709f9813f07f@orib.dev>
2024-12-21 22:23         ` ron minnich

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