diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-12-20 19:15:13 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-12-20 19:15:13 +0100 |
commit | 7d75462177569c3b149b7f8da88652fdf2c6a4e0 (patch) | |
tree | 610c078c87e4c346de81740c98c358660f01c884 /open_issues/gcc.mdwn | |
parent | 0a576d92c6249820cb7ebf5038888c502656e24e (diff) | |
download | web-7d75462177569c3b149b7f8da88652fdf2c6a4e0.tar.gz web-7d75462177569c3b149b7f8da88652fdf2c6a4e0.tar.bz2 web-7d75462177569c3b149b7f8da88652fdf2c6a4e0.zip |
open_issues/binutils: Update.
Diffstat (limited to 'open_issues/gcc.mdwn')
-rw-r--r-- | open_issues/gcc.mdwn | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/open_issues/gcc.mdwn b/open_issues/gcc.mdwn index b5f35d44..b33291e5 100644 --- a/open_issues/gcc.mdwn +++ b/open_issues/gcc.mdwn @@ -6,8 +6,8 @@ id="license" text="Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license -is included in the section entitled -[[GNU Free Documentation License|/fdl]]."]]"""]] +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] [[!tag open_issue_gcc]] @@ -156,12 +156,12 @@ harmonized.) On grubber, this needs roughly 24 hours, and takes up around 2.5 GiB. - $ diff -wu <(ssh kepler.SCHWINGE 'cd tmp/source/gcc/ && cat hurd/master.build/log_build* | sed -e "s%${PWD}%[...]%g"' | sed -f open_issues/gcc/log_build-linux.sed) <(ssh grubber 'cd tmp/gcc/ && cat hurd/master.build/log_build* | sed "s%${PWD}%[...]%g"' | sed -f open_issues/gcc/log_build-hurd.sed) > open_issues/gcc/log_build-diff -[[log_build-diff]]. +## Analysis + $ diff -wu <(ssh kepler.SCHWINGE 'cd tmp/source/gcc/ && cat hurd/master.build/log_build* | sed -e "s%${PWD}%[...]%g"' | sed -f open_issues/gcc/log_build-linux.sed) <(ssh grubber 'cd tmp/gcc/ && cat hurd/master.build/log_build* | sed "s%${PWD}%[...]%g"' | sed -f open_issues/gcc/log_build-hurd.sed) > open_issues/gcc/log_build-diff -## Analysis +[[log_build-diff]]. * [[`checking if gcc static flag -static works... no`|glibc_madvise_vs_static_linking]] @@ -288,12 +288,12 @@ harmonized.) On grubber, this needs roughly 15 minutes, and takes up around 0.7 GiB. - $ diff -wu <(ssh kepler.SCHWINGE 'cd tmp/source/gcc/ && cat hurd/master.build/log_install | sed -e "s%${PWD}%[...]%g" -e "s%i686-pc-linux-gnu%[ARCH]%g"') <(ssh grubber 'cd tmp/gcc/ && cat hurd/master.build/log_install | sed -e "s%${PWD}%[...]%g" -e "s%i686-unknown-gnu0\.3%[ARCH]%g"') > open_issues/gcc/log_install-diff -[[log_install-diff]]. +## Analysis + $ diff -wu <(ssh kepler.SCHWINGE 'cd tmp/source/gcc/ && cat hurd/master.build/log_install | sed -e "s%${PWD}%[...]%g" -e "s%i686-pc-linux-gnu%[ARCH]%g"') <(ssh grubber 'cd tmp/gcc/ && cat hurd/master.build/log_install | sed -e "s%${PWD}%[...]%g" -e "s%i686-unknown-gnu0\.3%[ARCH]%g"') > open_issues/gcc/log_install-diff -## Analysis +[[log_install-diff]]. * `libtool: finish`: `ldconfig` is not run for the Hurd. @@ -308,3 +308,8 @@ On grubber, this needs roughly 15 minutes, and takes up around 0.7 GiB. $ make SHELL=/bin/bash -k check 2>&1 | tee log_check [...] + +Blocked on [[fork_mach_port_mod_refs_ekern_urefs_owerflow]]. + + +## Analysis |