diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-06-13 22:16:58 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-06-13 22:16:58 +0200 |
commit | fe60fbc108513ffd609688a2fa814874d2abb09e (patch) | |
tree | 1501cf36297fbf4021dc6c40730e5e75164b0b61 | |
parent | a021d2144f6acf02051553390f2f2ab974e669fa (diff) | |
download | web-fe60fbc108513ffd609688a2fa814874d2abb09e.tar.gz web-fe60fbc108513ffd609688a2fa814874d2abb09e.tar.bz2 web-fe60fbc108513ffd609688a2fa814874d2abb09e.zip |
Document the remaining issues
-rw-r--r-- | hurd/glibc.mdwn | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/hurd/glibc.mdwn b/hurd/glibc.mdwn index 271c0c6d..dba8ef0b 100644 --- a/hurd/glibc.mdwn +++ b/hurd/glibc.mdwn @@ -32,5 +32,10 @@ glibc. This should be working as per the following: $ /tmp/build/src/glibc/scripts/build-many-glibcs.py /tmp/build compilers i686-gnu $ /tmp/build/src/glibc/scripts/build-many-glibcs.py /tmp/build glibcs i686-gnu -Ideally the master branch builds that way. As of January 2018 the goal is first -to get the sthibaul/hurd-builds branch building. +Currently the master branch builds that way, it only has a few testsuite failures: + + # Some PLTs are remaining + ./elf/check-localplt.test-result:FAIL: elf/check-localplt + + # We do use nested functions which require trampolines in ld.so, libc.so, and libpthread.so + ./elf/check-execstack.test-result:FAIL: elf/check-execstack |