Bug#455646: FTBFS with GCC 4.3: missing #includes

2008-02-23 Thread Martin Michlmayr
* Zack Weinberg [EMAIL PROTECTED] [2008-02-22 17:56]: gcc (Debian 20080113-1) 4.3.0 20080113 (experimental) [trunk revision 131510] I am still getting the erroneous is used uninitialized warnings reported as http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34470. This may have been fixed with

Bug#455646: FTBFS with GCC 4.3: missing #includes

2008-02-23 Thread Zack Weinberg
On Sat, Feb 23, 2008 at 8:30 AM, Martin Michlmayr [EMAIL PROTECTED] wrote: I am still getting the erroneous is used uninitialized warnings reported as http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34470. Please use the gcc-4.3 package - it has version 20080219. The warnings are gone with

Bug#455646: FTBFS with GCC 4.3: missing #includes

2008-02-22 Thread Zack Weinberg
tags 455646 + pending thanks I have just committed a couple of fixes upstream (for the declaration changes meaning of symbol errors) and GCC bug 34113 has been fixed. I can build upstream trunk and run the testsuite with no regressions, with gcc-snapshot identifying itself as: gcc (Debian

Bug#455646: [Monotone-debian] Bug#455646: FTBFS with GCC 4.3: missing #includes

2007-12-14 Thread Zack Weinberg
On Dec 10, 2007 7:41 PM, Martin Michlmayr [EMAIL PROTECTED] wrote: Package: monotone Version: 0.37-4 Usertags: ftbfs-gcc-4.3 Your package fails to build with GCC 4.3. Version 4.3 has not been released yet but I'm building with a snapshot in order to find errors and give people an advance

Bug#455646: [Monotone-debian] Bug#455646: FTBFS with GCC 4.3: missing #includes

2007-12-14 Thread Martin Michlmayr
* Zack Weinberg [EMAIL PROTECTED] [2007-12-14 01:18]: 1) declaration changes meaning of symbol errors. I see two of these: roster.cc:3503: error: declaration of 'virtual voidunnamed::a_scalar::set(const revision_id, unnamed::scalar_val, const std::setrevisionhexencid ,

Bug#455646: [Monotone-debian] Bug#455646: FTBFS with GCC 4.3: missing #includes

2007-12-14 Thread Ludovic Brenta
Zack Weinberg writes: 2) sqlite/vdbeaux.c:2212: internal compiler error: in get_addr_dereference_operands, at tree-ssa-operands.c:1746 GCC bug. Should be reproducible with the official Debian sqlite package. I do not have time to file a GCC bug report. There already is one:

Bug#455646: [Monotone-debian] Bug#455646: FTBFS with GCC 4.3: missing #includes

2007-12-14 Thread brian m. carlson
On Fri, Dec 14, 2007 at 07:19:52AM -0700, Martin Michlmayr wrote: * Zack Weinberg [EMAIL PROTECTED] [2007-12-14 01:18]: 1) declaration changes meaning of symbol errors. I see two of these: roster.cc:3503: error: declaration of 'virtual voidunnamed::a_scalar::set(const revision_id,

Bug#455646: [Monotone-debian] Bug#455646: FTBFS with GCC 4.3: missing #includes

2007-12-14 Thread Zack Weinberg
On Dec 14, 2007 9:31 AM, brian m. carlson [EMAIL PROTECTED] wrote: Yeah. I can see why it's an error, but I'm not sure it's a prudent thing to do. But basically, the rationale as I see it is that within a scope, one name is supposed to refer to one type or symbol, and here it refers to two,

Bug#455646: [Monotone-debian] Bug#455646: FTBFS with GCC 4.3: missing #includes

2007-12-14 Thread Zack Weinberg
On Dec 14, 2007 9:31 AM, brian m. carlson [EMAIL PROTECTED] wrote: backward/auto_ptr.h:177: warning: 'hash.std::auto_ptrBotan::HashFunction::_M_ptr' is used uninitialized in this function botan/dsa_gen.cpp:57: note: 'hash.std::auto_ptrBotan::HashFunction::_M_ptr' was declared here

Bug#455646: FTBFS with GCC 4.3: missing #includes

2007-12-11 Thread Ludovic Brenta
tags 455646 upstream thanks The upstream developers are also the Debian maintainers; I am only the sponsor. Zack, Richard, would you consider this for 0.38 or is it already too late? -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble?

Bug#455646: [Monotone-debian] Bug#455646: FTBFS with GCC 4.3: missing #includes

2007-12-11 Thread Richard Levitte
In message [EMAIL PROTECTED] on Tue, 11 Dec 2007 13:40:15 +0100, Ludovic Brenta [EMAIL PROTECTED] said: ludovic tags 455646 upstream ludovic thanks ludovic ludovic The upstream developers are also the Debian maintainers; I am only the ludovic sponsor. Zack, Richard, would you consider this for

Bug#455646: FTBFS with GCC 4.3: missing #includes

2007-12-10 Thread Martin Michlmayr
Package: monotone Version: 0.37-4 Usertags: ftbfs-gcc-4.3 Your package fails to build with GCC 4.3. Version 4.3 has not been released yet but I'm building with a snapshot in order to find errors and give people an advance warning. In GCC 4.3, the C++ header dependencies have been cleaned up.