Bug#1019369: cgit: FTBFS on riscv64: t0109-git-config test failed on riscv64

2022-09-09 Thread Samuel Lidén Borell
On Thu, 08 Sep 2022 08:02:04 +0800, Paul Wise wrote: > On Thu, 8 Sep 2022 07:41:38 +0800 Sakura286 wrote: > > > On riscv64, "strace -e access cgit-1.2.3+git2.25.1/cgit" returned > > "strace: invalid system call 'access'". And when "strace cgit" on > > riscv64, "faccessat(AT_FDCWD,xx,yy)"

Bug#1019369: cgit: FTBFS on riscv64: t0109-git-config test failed on riscv64

2022-09-08 Thread Paul Wise
On Thu, 2022-09-08 at 22:56 +0800, Sakura286 wrote: > Thanks for your advice. Since "access" is invalid on riscv64, just like > "strace -e access", "strace -e access,faccessat" will also fail. You > cannot pass an invalid syscall name to "strace -e". Ah, that is unfortunate. I note that strace

Bug#1019369: cgit: FTBFS on riscv64: t0109-git-config test failed on riscv64

2022-09-08 Thread Sakura286
2022/9/8 8:02, Paul Wise : Reading the documentation, this should work, but please test it: strace -e access,faccessat Thanks for your advice. Since "access" is invalid on riscv64, just like "strace -e access", "strace -e access,faccessat" will also fail. You cannot pass an invalid

Bug#1019369: cgit: FTBFS on riscv64: t0109-git-config test failed on riscv64

2022-09-07 Thread Paul Wise
On Thu, 8 Sep 2022 07:41:38 +0800 Sakura286 wrote: > On riscv64, "strace -e access cgit-1.2.3+git2.25.1/cgit" returned > "strace: invalid system call 'access'". And when "strace cgit" on > riscv64, "faccessat(AT_FDCWD,xx,yy)" rather than "access(xx,yy)" is called. > > According to the manual

Bug#1019369: cgit: FTBFS on riscv64: t0109-git-config test failed on riscv64

2022-09-07 Thread Sakura286
Source: cgit Version: 1.2.3+git2.25.1-1 Severity: normal Tags: ftbfs, patch User: debian-ri...@lists.debian.org Usertags: riscv64 X-Debbugs-Cc: debian-ri...@lists.debian.org Dear Maintainer, cgit failed on riscv64 due to t0109-git-config test [1]. On riscv64, "strace -e access