Message ID | 20240323173301.151066-1-bugaevc@gmail.com |
---|---|
Headers | show |
Series | aarch64-gnu port & GNU/Hurd on AArch64 progress | expand |
Hello, Sergey Bugaev, le sam. 23 mars 2024 20:32:41 +0300, a ecrit: > This is v2 of my work on the aarch64-gnu port, aka GNU/Hurd on 64-bit > ARM. v1 is here [0]. Thanks! I applied the easy parts: patches 1-6 and 18 for now. Samuel
Hello, it looks like most of this series has been filed away as "Failed CI", but the failures seem related to the CI setup rather than the series itself: from what I'm seeing in [0] for example, both Linaro CI jobs failed with + local prev_head=96d1b9ac2321b565f340ba8f3674597141e3450d <snip> + git -C glibc pw series apply 32190 -p1 Failed to apply patch: error: patch failed: hurd/hurd/signal.h:40 error: hurd/hurd/signal.h: patch does not apply error: patch failed: sysdeps/hurd/include/hurd/signal.h:9 error: sysdeps/hurd/include/hurd/signal.h: patch does not apply hint: Use 'git am --show-current-patch=diff' to see the failed patch Applying: hurd: Move internal functions to internal header Patch failed at 0001 hurd: Move internal functions to internal header when trying to apply the patch set on top of [1]. But "hurd: Move internal functions to internal header" has already been pushed as [2], which is included in [1]; of course it doesn't apply the second time. [0] https://patchwork.sourceware.org/project/glibc/patch/20240323173301.151066-14-bugaevc@gmail.com/ [1] https://sourceware.org/git/?p=glibc.git;a=shortlog;h=96d1b9ac2321b565f340ba8f3674597141e3450d [2] https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=7f02511e5b8879430e2b3c51601341d3c0314071 The log does mention "check for already-applied patches", but apparently that didn't work here. Sergey
> On Mar 26, 2024, at 12:29, Sergey Bugaev <bugaevc@gmail.com> wrote: > > Hello, > > it looks like most of this series has been filed away as "Failed CI", > but the failures seem related to the CI setup rather than the series > itself: from what I'm seeing in [0] for example, both Linaro CI jobs > failed with > > + local prev_head=96d1b9ac2321b565f340ba8f3674597141e3450d > <snip> > + git -C glibc pw series apply 32190 -p1 > Failed to apply patch: > error: patch failed: hurd/hurd/signal.h:40 > error: hurd/hurd/signal.h: patch does not apply > error: patch failed: sysdeps/hurd/include/hurd/signal.h:9 > error: sysdeps/hurd/include/hurd/signal.h: patch does not apply > hint: Use 'git am --show-current-patch=diff' to see the failed patch > Applying: hurd: Move internal functions to internal header > Patch failed at 0001 hurd: Move internal functions to internal header > > when trying to apply the patch set on top of [1]. But "hurd: Move > internal functions to internal header" has already been pushed as [2], > which is included in [1]; of course it doesn't apply the second time. Hi Sergey, Indeed. This uncovered a corner-case in our scripting that applies patches. Thanks, -- Maxim Kuvyrkov https://www.linaro.org