alice

Results 48 comments of alice

the tests pass on s390x at 7.8.0: ``` Internal ctest changing into directory: /home/demon/src/aports/community/libatomic_ops/src/libatomic_ops-7.8.0/build Test project /home/demon/src/aports/community/libatomic_ops/src/libatomic_ops-7.8.0/build Start 1: test_atomic 1/5 Test #1: test_atomic ...................... Passed 0.21 sec Start 2:...

> setuptools is considered a per-requisite before interacting with setup.py. that is 'build time'; it uses `pkg_resources` at runtime, after installing, so it's an install dependency and has to be...

note that using a non-.. symlink from cwd (i.e. `ln -s a/b c` and editing `./c`) works. looking at strace: ``` 383 access("../a/b", W_OK) = -1 ENOENT (No such file...

that's a more accurate title since indeed it's just a cwd issue and not .. ```console $ mkdir -p a/b $ echo 123 > a/b/c $ ln -s b/c a/x...

i'm not sure if this works still, because not having xmlto skips the file with subdir_done() at the top (and nothing gets installed even though all the .1's are present)

> FWIW, [Alpine](https://git.alpinelinux.org/aports/tree/community/mold/APKBUILD?id=fb05fcfb8efb7b6bcb05c10114612dc0becc88a4) disables the failing tests. It should be okay for us to disable them on musl too. the segfaulting ones are real failures, though not much uses emit-relocs...

https://github.com/rui314/mold/commit/e17d7daee8fc9ccdf54bf52c156d9cae448fdd0f https://github.com/rui314/mold/commit/915cd23b2fd142f6618d6a31506016b1f9280b8e test fixes