cgit build on riscv64 machine

Samuel Lidén Borell samuel at kodafritt.se
Tue Jul 19 08:15:55 UTC 2022


Hi,

On Tue, 19 Jul 2022 16:02:30 +0800, Bo YU <tsu.yubo at gmail.com> wrote:

> >Are you using qemu-user?
> 
> It is interesting. In fact, I build it on real riscv64
> hardware(Unmatched boards).
> 
> ```
> vimer at unmatched:~/build/07/31_cgit/cgit-master/tests$ uname -a
> Linux unmatched 5.18.0-2-riscv64 #1 SMP Debian 5.18.5-1 (2022-06-16) riscv64 GNU/Linux
> ```
> >
> >That test uses strace, which in turn uses the ptrace() system call.
> >qemu-user does not support ptrace(). At least it didn't when I tried a couple of years ago.
> 
> I just test strace cmd after see your hint, but it looks ok(If I do
> wrong please conrect me)

The strace output looks good to me. But did you check the strace.out file, that the test creates?
The test will fail if it contains this string:
/path/to/some/place/that/does/not/possibly/exist

Maybe something is causing that string to be printed.

Best Regards,
Samuel


More information about the CGit mailing list