summary refs log tree commit diff stats
path: root/results/classifier/zero-shot-user-mode/instruction/1869241
blob: f111dd0df8825cdbd93b53e233efdae2f442c4c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
instruction: 0.398
runtime: 0.320
syscall: 0.282



svn checkout fails with E000075 "Value too large for defined data type"

I try to autobuild for ARM7 with qemu-arm-static. Part of this is downloading source via SVN.

Whenever I try to download a SVN repository I get the following output:

    svn: E000075: Can't read directory '...': Value too large for defined data type

qemu-arm-static version is 4.2.0

I've also tried older versions without change.

Platform I try to emulate is armv7h (Arch Linux ARM for Raspberry Pi 2)

Host system is AMD64

This can be reproduced 100% of the time. Here I have the issue happening on Travis CI:

https://travis-ci.com/github/VDR4Arch/vdr4arch/jobs/304839747#L7228