Difference between BDG-Ubuntu & Debian-Sid?

View: New views
3 Messages — Rating Filter:   Alert me  

Difference between BDG-Ubuntu & Debian-Sid?

by smr99 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

This message is addressed to the maintainer of "BGD-Ubuntu".  There's
no contact info listed, but hopefully that person reads this list.
It's probably useful to involve all linux developers on this list,
anyway.

I've been running the "Debian-Sid" test machine for a fair while now
and notice that my system generally has more failures than yours.
Given that Ubuntu is a variant of Debian, I find this strange and
would like to understand why this is the case.

To start with: is it a 32 bit or 64 bit system?  Are you using a
"stable" ubuntu or something more bleeding-edge, akin to "Debian/sid"?

Any ideas why things fail to compile on my system with GCC 4.4, but
do on yours; e.g. assign [1], dynamic_bitset [2], etc?


Thanks,
-Steve


[1] http://www.boost.org/development/tests/release/developer/assign.html
[2] http://www.boost.org/development/tests/release/developer/dynamic_bitset.html



_______________________________________________
Boost-Testing mailing list
Boost-Testing@...
http://lists.boost.org/mailman/listinfo.cgi/boost-testing

signature.asc (197 bytes) Download Attachment

Re: Difference between BDG-Ubuntu & Debian-Sid?

by Richard Webb :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

It looks like the Debian-Sid tests are being run in c++0x mode, but the BDG-Ubuntu tests are in default (c++98?) mode.

There are generally more test failures in c++0x mode - if you look at the Trunk results you can see several versions of GCC being tested in both modes with the _0x versions having more failures.


Thanks,
Richard Webb


Re: Difference between BDG-Ubuntu & Debian-Sid?

by smr99 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, Nov 02, 2009 at 03:30:48AM -0800, Richard Webb wrote:
>
> It looks like the Debian-Sid tests are being run in c++0x mode,

That is true.

> but the BDG-Ubuntu tests are in default (c++98?) mode.

Yes, that could be the case.

> There are generally more test failures in c++0x mode - if you look at the
> Trunk results you can see several versions of GCC being tested in both modes
> with the _0x versions having more failures.

That would explain a lot.

Thanks,
-Steve


_______________________________________________
Boost-Testing mailing list
Boost-Testing@...
http://lists.boost.org/mailman/listinfo.cgi/boost-testing

signature.asc (197 bytes) Download Attachment