blob: d8109450051e46b9432a342124c841e6871035f9 (
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
device: 0.770
graphic: 0.706
semantic: 0.664
other: 0.634
performance: 0.589
files: 0.585
vnc: 0.534
debug: 0.412
permissions: 0.401
PID: 0.399
network: 0.389
boot: 0.225
socket: 0.204
KVM: 0.054
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
Hi; thanks for the bug report. This is a duplicate of LP:1805913. It requires a host kernel change to fix this bug (which is being discussed but hasn't been written yet). Otherwise the only known workarounds are:
* downgrade the guest (arm) glibc to 2.27 or earlier
* use a filesystem on the host which is not ext3/ext4 (often not practical)
|