summaryrefslogtreecommitdiff
path: root/open_issues/glibc.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'open_issues/glibc.mdwn')
-rw-r--r--open_issues/glibc.mdwn18
1 files changed, 17 insertions, 1 deletions
diff --git a/open_issues/glibc.mdwn b/open_issues/glibc.mdwn
index fcdf1004..5d4419d1 100644
--- a/open_issues/glibc.mdwn
+++ b/open_issues/glibc.mdwn
@@ -201,7 +201,7 @@ sources|source_repositories/glibc]], run on coulomb.SCHWINGE.
$ make 2>&1 | tee log_build_
[...]
-This takes up around 400 MiB and needs roughly TODO min on coulomb.SCHWINGE.
+This takes up around 400 MiB and needs roughly 120 min on coulomb.SCHWINGE.
<!--
$ (make && touch .go-check) 2>&1 | tee log_build_ && test -f .go-check && make -k check 2>&1 | tee log_check
@@ -352,6 +352,22 @@ There is quite a baseline of failures.
/media/erich/home/thomas/tmp/glibc/tschwinge/Roger_Whittaker/string/test-strnlen.c:87: undefined reference to `MIN'
+ * `assert/test-assert.out`
+
+ Out of ten manual invocations, got one successful.
+
+ * `elf/tst-unique1.out`
+
+ cannot load tst-unique1mod1
+
+ Perhaps `elf/tst-unique2` issue with a different error message.
+
+ * `elf/tst-unique2.out`
+
+ /home/thomas/tmp/glibc/tschwinge/Roger_Whittaker.build-gcc-4.4-486/elf/tst-unique2: error while loading shared libraries: /home/thomas/tmp/glibc/tschwinge/Roger_Whittaker.build-gcc-4.4-486/elf/tst-unique2mod1.so: ELF file OS ABI invalid
+
+ Needs [[toolchain/ELFOSABI_GNU]] patch.
+
## OLD