summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2011-09-17 15:31:05 +0200
committerThomas Schwinge <thomas@schwinge.name>2011-09-17 15:31:05 +0200
commitb4880a0af9876213f30c13d51edf95409580b9f0 (patch)
tree321fc2c5a1a9e3c406dbbbbac2594fe5280e1f9e
parent460378ef9a264f87d6c85ddd802d5837c4c14eef (diff)
open_issues/glibc: Now with modern binutils.
-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