Re: [Monotone-devel] monotone 0.46 has been released

2010-01-20 Thread Zbigniew Zagórski
Hello!
2010/1/17 Thomas Keller :
>
> The monotone developers are proud to announce the release of version
> 0.46. The highlights in this release are bisection support - thanks to
> ...

Thanks for your effort!

> Thanks again to everybody who made this release possible! Grab it while
> its hot ;)

Win32 native is availalbe at download page.

Everything works fine besides of few failed test cases - AFAIR all of them
are "good old known"  issues:
 89 automate_lua  FAIL (line 51) 0:06
100 automate_show_conflicts   FAIL (line 266) 2:22
133 checkout_in_windows_root  FAIL (line 11) 0:05
161 date_formatting   FAIL (line 26) 0:10
210 empty_environment FAIL (line -1) 0:03

-- 
Zbigniew Zagórski
/ software developer / geek / http://zbigg.blogspot.com /


___
Monotone-devel mailing list
Monotone-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/monotone-devel


Re: [Monotone-devel] monotone 0.46 has been released

2010-01-18 Thread Thomas Keller
Am 18.01.10 21:31, schrieb Tero Koskinen:
> However, it seems that monotone 0.46 doesn't compile on OpenBSD/i386
> with gcc 3.3.5:
> ...
> depbase=`echo cmd_netsync.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 
>   
> g++  -I.   -I/usr/local/include -I/usr/local/include 
> -I/usr/local//inclu
> de -I/usr/local/include  -g -I/usr/local/include  -g -O2 -Wall -W 
> -Wno-unuse
> d -MT cmd_netsync.o -MD -MP -MF $depbase.Tpo -c -o cmd_netsync.o 
> cmd_netsync.cc 
> &&\
> mv -f $depbase.Tpo $depbase.Po
> automate_ostream.hh: In constructor `basic_automate_ostream<_CharT,   
>   
>_Traits>::basic_automate_ostream() [with _CharT = char, _Traits =  
>   
>std::char_traits]':
> cmd_netsync.cc:120:   instantiated from here  
>   
> automate_ostream.hh:123: error: no matching function for call to `
>   
>std::basic_ostream >::basic_ostream(const 
>   
>**)'
> /usr/include/g++/iosfwd:64: error: candidates are: std::basic_ostream   
>std::char_traits >::basic_ostream(const std::basic_ostream   
>std::char_traits >&)
> /usr/include/g++/ostream:106: error: 
> std::basic_ostream<_CharT, 
>_Traits>::basic_ostream(std::basic_streambuf<_CharT, _Traits>*) [with 
> _CharT 
>= char, _Traits = std::char_traits]  
>   
> gmake[1]: *** [cmd_netsync.o] Error 1
> gmake[1]: Leaving directory `/home/tkoskine/src/monotone-0.46'
>   
> gmake: *** [all] Error 2
> ...

This looks the same like the one reported by one of our build bots [0],
but unfortunately nobody came around yet and fixed it and I don't have a
system with gcc 3.3 handy either... patches accepted?

Thomas.

[0] http://monotone.ca/buildbot/x86-openbsd/builds/709/step-compile/0

-- 
GPG-Key 0x160D1092 | tommyd3...@jabber.ccc.de | http://thomaskeller.biz
Please note that according to the EU law on data retention, information
on every electronic information exchange might be retained for a period
of six months or longer: http://www.vorratsdatenspeicherung.de/?lang=en



signature.asc
Description: OpenPGP digital signature
___
Monotone-devel mailing list
Monotone-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/monotone-devel


Re: [Monotone-devel] monotone 0.46 has been released

2010-01-18 Thread Tero Koskinen
On Sun, 17 Jan 2010 23:53:53 +0100 Thomas Keller wrote:

> 
> Hi!
> 
> The monotone developers are proud to announce the release of version
> 0.46. The highlights in this release are bisection support - thanks to
> Derek Scherger! - and the possibility to call the automation interface
> over the network - thanks to Timothy Brownawell!

Hi,

Nice to see a new release with new features.

However, it seems that monotone 0.46 doesn't compile on OpenBSD/i386
with gcc 3.3.5:
...
depbase=`echo cmd_netsync.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\   
g++  -I.   -I/usr/local/include -I/usr/local/include -I/usr/local//inclu
de -I/usr/local/include  -g -I/usr/local/include  -g -O2 -Wall -W -Wno-unuse
d -MT cmd_netsync.o -MD -MP -MF $depbase.Tpo -c -o cmd_netsync.o cmd_netsync.cc 
&&\
mv -f $depbase.Tpo $depbase.Po
automate_ostream.hh: In constructor `basic_automate_ostream<_CharT, 
   _Traits>::basic_automate_ostream() [with _CharT = char, _Traits =
   std::char_traits]':
cmd_netsync.cc:120:   instantiated from here
automate_ostream.hh:123: error: no matching function for call to `  
   std::basic_ostream >::basic_ostream(const   
   **)'
/usr/include/g++/iosfwd:64: error: candidates are: std::basic_ostream >::basic_ostream(const std::basic_ostream >&)
/usr/include/g++/ostream:106: error: std::basic_ostream<_CharT, 
   _Traits>::basic_ostream(std::basic_streambuf<_CharT, _Traits>*) [with _CharT 
   = char, _Traits = std::char_traits]
gmake[1]: *** [cmd_netsync.o] Error 1
gmake[1]: Leaving directory `/home/tkoskine/src/monotone-0.46'  
gmake: *** [all] Error 2
...

 $ gcc -v
Reading specs from /usr/lib/gcc-lib/i386-unknown-openbsd4.5/3.3.5/specs
Configured with: 
Thread model: single
gcc version 3.3.5 (propolice)
$


-- 
Tero Koskinen 


___
Monotone-devel mailing list
Monotone-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/monotone-devel


[Monotone-devel] monotone 0.46 has been released

2010-01-17 Thread Thomas Keller

Hi!

The monotone developers are proud to announce the release of version
0.46. The highlights in this release are bisection support - thanks to
Derek Scherger! - and the possibility to call the automation interface
over the network - thanks to Timothy Brownawell!

Please note that stdio interface has been changed in an
backwards-incompatible way. More information can be found in the NEWS
file and, of course, in the documentation.

Thanks again to everybody who made this release possible! Grab it while
its hot ;)

Thomas.

-- 
GPG-Key 0x160D1092 | tommyd3...@jabber.ccc.de | http://thomaskeller.biz
Please note that according to the EU law on data retention, information
on every electronic information exchange might be retained for a period
of six months or longer: http://www.vorratsdatenspeicherung.de/?lang=en



signature.asc
Description: OpenPGP digital signature
___
Monotone-devel mailing list
Monotone-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/monotone-devel