* [9front] mk: don't know how to make 'clean' in directory /sys/src/libmp/test
@ 2024-07-25 19:21 sl
2024-07-25 19:30 ` Jacob Moody
0 siblings, 1 reply; 6+ messages in thread
From: sl @ 2024-07-25 19:21 UTC (permalink / raw)
To: 9front
see subject line.
sl
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [9front] mk: don't know how to make 'clean' in directory /sys/src/libmp/test
2024-07-25 19:21 [9front] mk: don't know how to make 'clean' in directory /sys/src/libmp/test sl
@ 2024-07-25 19:30 ` Jacob Moody
2024-07-26 1:25 ` sl
0 siblings, 1 reply; 6+ messages in thread
From: Jacob Moody @ 2024-07-25 19:30 UTC (permalink / raw)
To: 9front
On 7/25/24 14:21, sl@stanleylieber.com wrote:
> see subject line.
>
> sl
Huh, wonder how that happened. Easy to fix either way.
bind -ac /dist/plan9front /
git/revert /sys/src/libmp/test
Thanks,
moody
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [9front] mk: don't know how to make 'clean' in directory /sys/src/libmp/test
2024-07-25 19:30 ` Jacob Moody
@ 2024-07-26 1:25 ` sl
2024-07-26 1:42 ` ori
2024-07-26 1:44 ` Jacob Moody
0 siblings, 2 replies; 6+ messages in thread
From: sl @ 2024-07-26 1:25 UTC (permalink / raw)
To: 9front
> Huh, wonder how that happened. Easy to fix either way.
>
> bind -ac /dist/plan9front /
> git/revert /sys/src/libmp/test
i always cd /sys/src; mk clean. that's what triggers the failure on
every system i updated today.
a
9front; sysupdate
fetching...
indexing 16 objects: 100%
42940399b81a57cd6b5618a746042095de75e95d kernel: use flag and integer to handle affinity
c220d0acc67b3f5e0e8af2bbe41fa8e367e6aa60 libmp: remove stale test file
remotes/THEM/front: 487c2dc215f3c0445480d8f2e266c16f3a53f657 => c220d0acc67b3f5e0e8af2bbe41fa8e367e6aa60
refs/heads/front: c220d0acc67b3f5e0e8af2bbe41fa8e367e6aa60
9front; cd /sys/src/libmp
9front; mk clean
@{cd test && mk $MKFLAGS clean}
mk: don't know how to make 'clean' in directory /sys/src/libmp/test
mk: @{cd test && ... : exit status=rc 13411191: mk 13411192: error
9front;
sl
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [9front] mk: don't know how to make 'clean' in directory /sys/src/libmp/test
2024-07-26 1:25 ` sl
@ 2024-07-26 1:42 ` ori
2024-07-26 2:56 ` ori
2024-07-26 1:44 ` Jacob Moody
1 sibling, 1 reply; 6+ messages in thread
From: ori @ 2024-07-26 1:42 UTC (permalink / raw)
To: 9front
I can also reproduce, looking into it.
Quoth sl@stanleylieber.com:
> > Huh, wonder how that happened. Easy to fix either way.
> >
> > bind -ac /dist/plan9front /
> > git/revert /sys/src/libmp/test
>
> i always cd /sys/src; mk clean. that's what triggers the failure on
> every system i updated today.
>
> a
> 9front; sysupdate
> fetching...
> indexing 16 objects: 100%
> 42940399b81a57cd6b5618a746042095de75e95d kernel: use flag and integer to handle affinity
> c220d0acc67b3f5e0e8af2bbe41fa8e367e6aa60 libmp: remove stale test file
> remotes/THEM/front: 487c2dc215f3c0445480d8f2e266c16f3a53f657 => c220d0acc67b3f5e0e8af2bbe41fa8e367e6aa60
> refs/heads/front: c220d0acc67b3f5e0e8af2bbe41fa8e367e6aa60
> 9front; cd /sys/src/libmp
> 9front; mk clean
> @{cd test && mk $MKFLAGS clean}
> mk: don't know how to make 'clean' in directory /sys/src/libmp/test
> mk: @{cd test && ... : exit status=rc 13411191: mk 13411192: error
> 9front;
>
> sl
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [9front] mk: don't know how to make 'clean' in directory /sys/src/libmp/test
2024-07-26 1:25 ` sl
2024-07-26 1:42 ` ori
@ 2024-07-26 1:44 ` Jacob Moody
1 sibling, 0 replies; 6+ messages in thread
From: Jacob Moody @ 2024-07-26 1:44 UTC (permalink / raw)
To: 9front
On 7/25/24 20:25, sl@stanleylieber.com wrote:
>> Huh, wonder how that happened. Easy to fix either way.
>>
>> bind -ac /dist/plan9front /
>> git/revert /sys/src/libmp/test
>
> i always cd /sys/src; mk clean. that's what triggers the failure on
> every system i updated today.
>
> a
> 9front; sysupdate
> fetching...
> indexing 16 objects: 100%
> 42940399b81a57cd6b5618a746042095de75e95d kernel: use flag and integer to handle affinity
> c220d0acc67b3f5e0e8af2bbe41fa8e367e6aa60 libmp: remove stale test file
> remotes/THEM/front: 487c2dc215f3c0445480d8f2e266c16f3a53f657 => c220d0acc67b3f5e0e8af2bbe41fa8e367e6aa60
> refs/heads/front: c220d0acc67b3f5e0e8af2bbe41fa8e367e6aa60
> 9front; cd /sys/src/libmp
> 9front; mk clean
> @{cd test && mk $MKFLAGS clean}
> mk: don't know how to make 'clean' in directory /sys/src/libmp/test
> mk: @{cd test && ... : exit status=rc 13411191: mk 13411192: error
> 9front;
>
> sl
The problem is that libmp commit, when applied, somehow also deletes the contents of the /sys/src/libmp/test/ directory.
Considering git still knows what should be there my guess is somehow this is patch's fault.
I gave ori a poke about this but in the meantime reverting the directory gets things back to what they should be.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [9front] mk: don't know how to make 'clean' in directory /sys/src/libmp/test
2024-07-26 1:42 ` ori
@ 2024-07-26 2:56 ` ori
0 siblings, 0 replies; 6+ messages in thread
From: ori @ 2024-07-26 2:56 UTC (permalink / raw)
To: 9front
found and fixed.
Quoth ori@eigenstate.org:
> I can also reproduce, looking into it.
>
> Quoth sl@stanleylieber.com:
> > > Huh, wonder how that happened. Easy to fix either way.
> > >
> > > bind -ac /dist/plan9front /
> > > git/revert /sys/src/libmp/test
> >
> > i always cd /sys/src; mk clean. that's what triggers the failure on
> > every system i updated today.
> >
> > a
> > 9front; sysupdate
> > fetching...
> > indexing 16 objects: 100%
> > 42940399b81a57cd6b5618a746042095de75e95d kernel: use flag and integer to handle affinity
> > c220d0acc67b3f5e0e8af2bbe41fa8e367e6aa60 libmp: remove stale test file
> > remotes/THEM/front: 487c2dc215f3c0445480d8f2e266c16f3a53f657 => c220d0acc67b3f5e0e8af2bbe41fa8e367e6aa60
> > refs/heads/front: c220d0acc67b3f5e0e8af2bbe41fa8e367e6aa60
> > 9front; cd /sys/src/libmp
> > 9front; mk clean
> > @{cd test && mk $MKFLAGS clean}
> > mk: don't know how to make 'clean' in directory /sys/src/libmp/test
> > mk: @{cd test && ... : exit status=rc 13411191: mk 13411192: error
> > 9front;
> >
> > sl
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-07-26 2:59 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-25 19:21 [9front] mk: don't know how to make 'clean' in directory /sys/src/libmp/test sl
2024-07-25 19:30 ` Jacob Moody
2024-07-26 1:25 ` sl
2024-07-26 1:42 ` ori
2024-07-26 2:56 ` ori
2024-07-26 1:44 ` Jacob Moody
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).