summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/permissions/1922625
blob: 9f8acfa0ddc105262621ee5689da30f27de3e22a (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
qemu 5.2.0 configure script explodes when in read only directory

I extracted the qemu 5.2.0 source as one user, and then tried to run `./configure --help` in that directory as a different user. Normal autoconf configure scripts have no problem with this but yours goes into an infinite loop printing nonsense:

Using './build' as the directory for build output
mkdir: build: Permission denied
touch: build/auto-created-by-configure: No such file or directory
./configure: line 37: GNUmakefile: Permission denied
./configure: line 59: cd: build: No such file or directory
Using './build' as the directory for build output
mkdir: build: Permission denied
touch: build/auto-created-by-configure: No such file or directory
/path/to/qemu-5.2.0/configure: line 37: GNUmakefile: Permission denied
/path/to/qemu-5.2.0/configure: line 59: cd: build: No such file or directory
Using './build' as the directory for build output
mkdir: build: Permission denied
touch: build/auto-created-by-configure: No such file or directory
/path/to/qemu-5.2.0/configure: line 37: GNUmakefile: Permission denied
/path/to/qemu-5.2.0/configure: line 59: cd: build: No such file or directory
Using './build' as the directory for build output
mkdir: build: Permission denied
touch: build/auto-created-by-configure: No such file or directory
/path/to/qemu-5.2.0/configure: line 37: GNUmakefile: Permission denied
/path/to/qemu-5.2.0/configure: line 59: cd: build: No such file or directory
Using './build' as the directory for build output
mkdir: build: Permission denied
touch: build/auto-created-by-configure: No such file or directory
/path/to/qemu-5.2.0/configure: line 37: GNUmakefile: Permission denied
/path/to/qemu-5.2.0/configure: line 59: cd: build: No such file or directory
Using './build' as the directory for build output
mkdir: build: Permission denied

etc.