[Bug libstdc++/11074] libstdc++ fails to build due to gettext issue

2008-12-26 Thread tim dot vanholder at anubex dot com
--- Comment #18 from tim dot vanholder at anubex dot com 2008-12-26 18:06 --- I see that my gcc build tree (last used to build 4.3.2 on Sep 26) does not have any local changes to the libstdc++-v3 directory, according to 'svn diff'. This at least suggests it is resolved. A quick check

[Bug testsuite/37623] builtin-math-4 tests fail

2008-09-24 Thread tim dot vanholder at anubex dot com
--- Comment #4 from tim dot vanholder at anubex dot com 2008-09-24 07:03 --- Then perhaps either configure should reject the too-old version, or the testcase should detect this situation and either skip the tests in question and/or report that MPFR is too old. The situation

[Bug testsuite/37622] New: gcc.dg: failure reported for direct2s.c

2008-09-23 Thread tim dot vanholder at anubex dot com
Component: testsuite AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tim dot vanholder at anubex dot com GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37622

[Bug testsuite/37623] New: builtin-math-4 tests fail

2008-09-23 Thread tim dot vanholder at anubex dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tim dot vanholder at anubex dot com GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target

[Bug testsuite/37623] builtin-math-4 tests fail

2008-09-23 Thread tim dot vanholder at anubex dot com
--- Comment #1 from tim dot vanholder at anubex dot com 2008-09-23 13:45 --- Created an attachment (id=16394) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16394action=view) Test results for builtin-math-4.c -O3 -g -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37623

[Bug libgomp/32193] Upgrading GNU/Linux to libc6_2.6~20070518-2 breaks libgomp make - FIX given

2008-03-03 Thread tim dot vanholder at anubex dot com
--- Comment #5 from tim dot vanholder at anubex dot com 2008-03-03 12:03 --- This issue with pthread_getaffinity_np also occurs on i686 debian, when building with --enable-targets=all (to get 64-bit output support). I have kernel 2.4, with glibc 2.3.6 (can't upgrade due to hardware

[Bug libmudflap/33064] libmudflap fails to build with --enable-targets=all

2008-02-25 Thread tim dot vanholder at anubex dot com
--- Comment #1 from tim dot vanholder at anubex dot com 2008-02-25 12:37 --- Created an attachment (id=15223) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15223action=view) Trivial Patch Encountered this same problem today on the 4.3 branch (rev 132620). This is a trivial patch

[Bug java/35367] New: Linux x86 build (with --enable-targets=all, so also building with cross-to-x64 multilib configuration) fails in libjava (prims.cc)

2008-02-25 Thread tim dot vanholder at anubex dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tim dot vanholder at anubex dot com GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet

[Bug java/26688] New: Classpath Makefiles assume CVS source control

2006-03-15 Thread tim dot vanholder at anubex dot com
control Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: trivial Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tim dot vanholder at anubex dot com GCC build triplet: i686-pc

[Bug libstdc++/11074] libstdc++ fails to build due to gettext issue

2005-04-20 Thread tim dot vanholder at anubex dot com
--- Additional Comments From tim dot vanholder at anubex dot com 2005-04-20 08:14 --- This is still present. I've now patched acinclude.m4 to detect the library properly (will add as attachment); it's not ideal but it seems to work. Also, like I feared, it introduces a dependency

[Bug bootstrap/19468] gcc+binutils combined fails bootstrap

2005-01-16 Thread tim dot vanholder at anubex dot com
--- Additional Comments From tim dot vanholder at anubex dot com 2005-01-17 07:17 --- (In reply to comment #1) This is a dup of bug 11074. The problem is related to how the build is picking up the wrong headers. *** This bug has been marked as a duplicate of 11074 *** Actually

[Bug libstdc++/11074] libstdc++ fails to build due to gettext issue

2004-11-15 Thread tim dot vanholder at anubex dot com
--- Additional Comments From tim dot vanholder at anubex dot com 2004-11-16 07:56 --- (In reply to comment #11) --disable-nls doesn't kill the build, but it does give extra fails in 22_locale for the messages facet. This is expected. Maybe so, but I never used --disable-nls, so