Re: [Ekiga-devel-list] What's missing for 4.0.1

2013-02-20 Thread Peter Robinson
On Wed, Feb 20, 2013 at 1:51 PM, Eugen Dedu
eugen.d...@pu-pm.univ-fcomte.fr wrote:
 On 18/02/13 21:28, Peter Robinson wrote:

 Just a head up that we currently fail to build in F19 due to a new
 boost and gcc release.

 https://bugzilla.redhat.com/show_bug.cgi?id=912503


 I installed g++ 4.8 on my machine and compilation of that file works.  I let
 people having the error see what happens, probably an extern C before
 including boost header?  However, I checked that in ekiga code and there is
 only including glib and e-book headers before including boost.

I assigned the ticket to the boost packages so we'll see what they
have to say for themselves. I'm happy to test and pull in patches in
rawhide if necessary but lets see what response they come back with
first .

Peter
___
ekiga-devel-list mailing list
ekiga-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] What's missing for 4.0.1

2013-02-20 Thread Julien Puydt

Le 18/02/2013 21:28, Peter Robinson a écrit :

https://bugzilla.redhat.com/show_bug.cgi?id=912503


Could it be that one of the evolution headers contains a G_BEGIN_DECL, 
but miss the G_END_DECL or something like this? What happens if you 
shuffle the order of the #include lines in evolution-contact.h?


Snark
___
ekiga-devel-list mailing list
ekiga-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] What's missing for 4.0.1

2013-02-19 Thread Eugen Dedu

On 18/02/13 21:28, Peter Robinson wrote:

On Mon, Feb 18, 2013 at 4:14 PM, Eugen Dedu
eugen.d...@pu-pm.univ-fcomte.fr  wrote:

On 13/02/13 14:17, Eugen Dedu wrote:


On 13/02/13 09:53, Eugen Dedu wrote:


On 12/02/13 21:16, Eugen Dedu wrote:


On 12/02/13 21:11, Julien Puydt wrote:


Hi,

what are the showstoppers for 4.0.1 ?



ptlib/opal:
- double call in history
- options not sent anymore

ekiga:
- freeze on quit on windows

Not release bugs, but useful to have:
- problem with video camera non-ascii
- do not use user names in OPTIONS
- check e-mail resume audio (see mailing list)
- check e-mail peer removal issue (see mailing list)
- register correctly after suspend/resume



3 bugs have just been fixed, now the list is:

ekiga:
- freeze on quit on windows

Not blockers, but useful to have:
- problem with video camera non-ascii
- check e-mail resume audio (see mailing list)
- check e-mail peer removal issue (see mailing list)
- register correctly after suspend/resume



One more bug fixed, now the list is:

- freeze on quit on windows



Ok, this one has finally been fixed.  It remains a small regression with
right-clicking in roster, and we will release.  So expect it for tomorrow.


Just a head up that we currently fail to build in F19 due to a new
boost and gcc release.

https://bugzilla.redhat.com/show_bug.cgi?id=912503


As Damien says, all these seem errors in C++ classes or boost. 
Moreover, gcc 4.8.0 will be branched in March probably, so a release 
will appear maybe in April.  This bug can wait a bit, until gcc itself 
or boost is stabilised.


--
Eugen
___
ekiga-devel-list mailing list
ekiga-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] What's missing for 4.0.1

2013-02-19 Thread Peter Robinson
 Hi,

 what are the showstoppers for 4.0.1 ?



 ptlib/opal:
 - double call in history
 - options not sent anymore

 ekiga:
 - freeze on quit on windows

 Not release bugs, but useful to have:
 - problem with video camera non-ascii
 - do not use user names in OPTIONS
 - check e-mail resume audio (see mailing list)
 - check e-mail peer removal issue (see mailing list)
 - register correctly after suspend/resume



 3 bugs have just been fixed, now the list is:

 ekiga:
 - freeze on quit on windows

 Not blockers, but useful to have:
 - problem with video camera non-ascii
 - check e-mail resume audio (see mailing list)
 - check e-mail peer removal issue (see mailing list)
 - register correctly after suspend/resume



 One more bug fixed, now the list is:

 - freeze on quit on windows



 Ok, this one has finally been fixed.  It remains a small regression with
 right-clicking in roster, and we will release.  So expect it for
 tomorrow.


 Just a head up that we currently fail to build in F19 due to a new
 boost and gcc release.

 https://bugzilla.redhat.com/show_bug.cgi?id=912503


 As Damien says, all these seem errors in C++ classes or boost. Moreover, gcc
 4.8.0 will be branched in March probably, so a release will appear maybe in
 April.  This bug can wait a bit, until gcc itself or boost is stabilised.

well gcc 4.8 is in regressions only and the developers believe it's
pretty close to final so if it's a change there it's a reason for it,
it could be boost. I'm can cope with it waiting for 4.0.2 but be aware
people that are using rawhide are already moaning about it and the
build only failed a couple of days ago.

Peter
___
ekiga-devel-list mailing list
ekiga-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] What's missing for 4.0.1

2013-02-19 Thread Eugen Dedu

On 19/02/13 18:36, Peter Robinson wrote:

Hi,

what are the showstoppers for 4.0.1 ?




ptlib/opal:
- double call in history
- options not sent anymore

ekiga:
- freeze on quit on windows

Not release bugs, but useful to have:
- problem with video camera non-ascii
- do not use user names in OPTIONS
- check e-mail resume audio (see mailing list)
- check e-mail peer removal issue (see mailing list)
- register correctly after suspend/resume




3 bugs have just been fixed, now the list is:

ekiga:
- freeze on quit on windows

Not blockers, but useful to have:
- problem with video camera non-ascii
- check e-mail resume audio (see mailing list)
- check e-mail peer removal issue (see mailing list)
- register correctly after suspend/resume




One more bug fixed, now the list is:

  - freeze on quit on windows




Ok, this one has finally been fixed.  It remains a small regression with
right-clicking in roster, and we will release.  So expect it for
tomorrow.



Just a head up that we currently fail to build in F19 due to a new
boost and gcc release.

https://bugzilla.redhat.com/show_bug.cgi?id=912503



As Damien says, all these seem errors in C++ classes or boost. Moreover, gcc
4.8.0 will be branched in March probably, so a release will appear maybe in
April.  This bug can wait a bit, until gcc itself or boost is stabilised.


well gcc 4.8 is in regressions only and the developers believe it's
pretty close to final so if it's a change there it's a reason for it,
it could be boost. I'm can cope with it waiting for 4.0.2 but be aware
people that are using rawhide are already moaning about it and the
build only failed a couple of days ago.


I let Damien and Julien look into it, since I do not understand well 
where the problem is.  I also looked over changes in gcc 4.8.0 and seen 
nothing about such error.


--
Eugen
___
ekiga-devel-list mailing list
ekiga-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] What's missing for 4.0.1

2013-02-19 Thread Julien Puydt

Le 19/02/2013 18:36, Peter Robinson a écrit :

well gcc 4.8 is in regressions only and the developers believe it's
pretty close to final so if it's a change there it's a reason for it,
it could be boost. I'm can cope with it waiting for 4.0.2 but be aware
people that are using rawhide are already moaning about it and the
build only failed a couple of days ago.


It really looks like it's g++ not liking boost... in which case we can't 
do much, and probably other packages are hit by the problem... I would 
push the bug from the ekiga package to the boost package.


Snark
___
ekiga-devel-list mailing list
ekiga-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] What's missing for 4.0.1

2013-02-18 Thread Eugen Dedu

On 13/02/13 14:17, Eugen Dedu wrote:

On 13/02/13 09:53, Eugen Dedu wrote:

On 12/02/13 21:16, Eugen Dedu wrote:

On 12/02/13 21:11, Julien Puydt wrote:

Hi,

what are the showstoppers for 4.0.1 ?


ptlib/opal:
- double call in history
- options not sent anymore

ekiga:
- freeze on quit on windows

Not release bugs, but useful to have:
- problem with video camera non-ascii
- do not use user names in OPTIONS
- check e-mail resume audio (see mailing list)
- check e-mail peer removal issue (see mailing list)
- register correctly after suspend/resume


3 bugs have just been fixed, now the list is:

ekiga:
- freeze on quit on windows

Not blockers, but useful to have:
- problem with video camera non-ascii
- check e-mail resume audio (see mailing list)
- check e-mail peer removal issue (see mailing list)
- register correctly after suspend/resume


One more bug fixed, now the list is:

  - freeze on quit on windows


Ok, this one has finally been fixed.  It remains a small regression with 
right-clicking in roster, and we will release.  So expect it for tomorrow.


--
Eugen
___
ekiga-devel-list mailing list
ekiga-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] What's missing for 4.0.1

2013-02-18 Thread Peter Robinson
On Mon, Feb 18, 2013 at 4:14 PM, Eugen Dedu
eugen.d...@pu-pm.univ-fcomte.fr wrote:
 On 13/02/13 14:17, Eugen Dedu wrote:

 On 13/02/13 09:53, Eugen Dedu wrote:

 On 12/02/13 21:16, Eugen Dedu wrote:

 On 12/02/13 21:11, Julien Puydt wrote:

 Hi,

 what are the showstoppers for 4.0.1 ?


 ptlib/opal:
 - double call in history
 - options not sent anymore

 ekiga:
 - freeze on quit on windows

 Not release bugs, but useful to have:
 - problem with video camera non-ascii
 - do not use user names in OPTIONS
 - check e-mail resume audio (see mailing list)
 - check e-mail peer removal issue (see mailing list)
 - register correctly after suspend/resume


 3 bugs have just been fixed, now the list is:

 ekiga:
 - freeze on quit on windows

 Not blockers, but useful to have:
 - problem with video camera non-ascii
 - check e-mail resume audio (see mailing list)
 - check e-mail peer removal issue (see mailing list)
 - register correctly after suspend/resume


 One more bug fixed, now the list is:

   - freeze on quit on windows


 Ok, this one has finally been fixed.  It remains a small regression with
 right-clicking in roster, and we will release.  So expect it for tomorrow.

Just a head up that we currently fail to build in F19 due to a new
boost and gcc release.

https://bugzilla.redhat.com/show_bug.cgi?id=912503
___
ekiga-devel-list mailing list
ekiga-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] What's missing for 4.0.1

2013-02-13 Thread Eugen Dedu

On 12/02/13 21:16, Eugen Dedu wrote:

On 12/02/13 21:11, Julien Puydt wrote:

Hi,

what are the showstoppers for 4.0.1 ?


ptlib/opal:
- double call in history
- options not sent anymore

ekiga:
- freeze on quit on windows

Not release bugs, but useful to have:
- problem with video camera non-ascii
- do not use user names in OPTIONS
- check e-mail resume audio (see mailing list)
- check e-mail peer removal issue (see mailing list)
- register correctly after suspend/resume


3 bugs have just been fixed, now the list is:

ekiga:
- freeze on quit on windows

Not blockers, but useful to have:
- problem with video camera non-ascii
- check e-mail resume audio (see mailing list)
- check e-mail peer removal issue (see mailing list)
- register correctly after suspend/resume

--
Eugen
___
ekiga-devel-list mailing list
ekiga-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] What's missing for 4.0.1

2013-02-13 Thread Peter Robinson
 what are the showstoppers for 4.0.1 ?


 ptlib/opal:
 - double call in history
 - options not sent anymore

 ekiga:
 - freeze on quit on windows

 Not release bugs, but useful to have:
 - problem with video camera non-ascii
 - do not use user names in OPTIONS
 - check e-mail resume audio (see mailing list)
 - check e-mail peer removal issue (see mailing list)
 - register correctly after suspend/resume


 3 bugs have just been fixed, now the list is:


 ekiga:
 - freeze on quit on windows

Hasn't the freeze on Windows bug been around for ages? If so I think
it would be useful to get 4.0.1 out quickly to get it out there and
then do a followup 4.0.2 release once that's been fixed with another
round of bug fixes.

 Not blockers, but useful to have:

 - problem with video camera non-ascii
 - check e-mail resume audio (see mailing list)
 - check e-mail peer removal issue (see mailing list)
 - register correctly after suspend/resume

Peter
___
ekiga-devel-list mailing list
ekiga-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] What's missing for 4.0.1

2013-02-13 Thread Eugen Dedu

On 13/02/13 10:18, Peter Robinson wrote:

what are the showstoppers for 4.0.1 ?



ptlib/opal:
- double call in history
- options not sent anymore

ekiga:
- freeze on quit on windows

Not release bugs, but useful to have:
- problem with video camera non-ascii
- do not use user names in OPTIONS
- check e-mail resume audio (see mailing list)
- check e-mail peer removal issue (see mailing list)
- register correctly after suspend/resume



3 bugs have just been fixed, now the list is:


ekiga:
- freeze on quit on windows


Hasn't the freeze on Windows bug been around for ages? If so I think


Indeed, but we are very near to fix it.  Moreover, it is the ONLY 
crash/freeze we still are aware of, and I would like to make a release 
with ZERO crashes/freezes.


I would say that we release tomorrow or after-tomorrow.  I have a 
workaround anyway.


--
Eugen
___
ekiga-devel-list mailing list
ekiga-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] What's missing for 4.0.1

2013-02-13 Thread Eugen Dedu

On 13/02/13 10:20, Eugen Dedu wrote:

On 13/02/13 10:18, Peter Robinson wrote:

what are the showstoppers for 4.0.1 ?



ptlib/opal:
- double call in history
- options not sent anymore

ekiga:
- freeze on quit on windows

Not release bugs, but useful to have:
- problem with video camera non-ascii
- do not use user names in OPTIONS
- check e-mail resume audio (see mailing list)
- check e-mail peer removal issue (see mailing list)
- register correctly after suspend/resume



3 bugs have just been fixed, now the list is:


ekiga:
- freeze on quit on windows


Hasn't the freeze on Windows bug been around for ages? If so I think


Indeed, but we are very near to fix it. Moreover, it is the ONLY
crash/freeze we still are aware of, and I would like to make a release
with ZERO crashes/freezes.

I would say that we release tomorrow or after-tomorrow. I have a
workaround anyway.


In 3.2.7 the freeze was not there.

--
Eugen
___
ekiga-devel-list mailing list
ekiga-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] What's missing for 4.0.1

2013-02-13 Thread Julien Puydt

Le 13/02/2013 10:20, Eugen Dedu a écrit :

On 13/02/13 10:18, Peter Robinson wrote:

Hasn't the freeze on Windows bug been around for ages? If so I think


Indeed, but we are very near to fix it.


Does that mean you are about to give me a golden hint on what exactly is 
freezing?


Snark
___
ekiga-devel-list mailing list
ekiga-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] What's missing for 4.0.1

2013-02-13 Thread Eugen Dedu

On 13/02/13 09:53, Eugen Dedu wrote:

On 12/02/13 21:16, Eugen Dedu wrote:

On 12/02/13 21:11, Julien Puydt wrote:

Hi,

what are the showstoppers for 4.0.1 ?


ptlib/opal:
- double call in history
- options not sent anymore

ekiga:
- freeze on quit on windows

Not release bugs, but useful to have:
- problem with video camera non-ascii
- do not use user names in OPTIONS
- check e-mail resume audio (see mailing list)
- check e-mail peer removal issue (see mailing list)
- register correctly after suspend/resume


3 bugs have just been fixed, now the list is:

ekiga:
- freeze on quit on windows

Not blockers, but useful to have:
- problem with video camera non-ascii
- check e-mail resume audio (see mailing list)
- check e-mail peer removal issue (see mailing list)
- register correctly after suspend/resume


One more bug fixed, now the list is:

 - freeze on quit on windows

 Not blockers, but useful to have:
 - problem with video camera non-ascii
 - check e-mail resume audio (see mailing list)
 - register correctly after suspend/resume

--
Eugen
___
ekiga-devel-list mailing list
ekiga-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] What's missing for 4.0.1

2013-02-12 Thread Julien Puydt

Le 12/02/2013 21:11, Julien Puydt a écrit :


what are the showstoppers for 4.0.1 ?


Sorry for the double post : I had forgotten the '?' and thought I had 
managed to cancel this post :-/


Snark
___
ekiga-devel-list mailing list
ekiga-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] What's missing for 4.0.1

2013-02-12 Thread Eugen Dedu

On 12/02/13 21:11, Julien Puydt wrote:

Hi,

what are the showstoppers for 4.0.1 ?


ptlib/opal:
- double call in history
- options not sent anymore

ekiga:
- freeze on quit on windows

Not release bugs, but useful to have:
- problem with video camera non-ascii
- do not use user names in OPTIONS
- check e-mail resume audio (see mailing list)
- check e-mail peer removal issue (see mailing list)
- register correctly after suspend/resume

--
Eugen
___
ekiga-devel-list mailing list
ekiga-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] What's missing for 4.0.1

2013-02-12 Thread Julien Puydt

Le 12/02/2013 21:16, Eugen Dedu a écrit :

- freeze on quit on windows


For that one, if it's still there after all I have done... I'll 
definitely need a nice -d 4 and a good stacktrace :-/


Snark
___
ekiga-devel-list mailing list
ekiga-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-devel-list] What's missing for 4.0.1

2013-02-12 Thread Eugen Dedu

On 12/02/13 21:31, Julien Puydt wrote:

Le 12/02/2013 21:16, Eugen Dedu a écrit :

- freeze on quit on windows


For that one, if it's still there after all I have done... I'll
definitely need a nice -d 4 and a good stacktrace :-/


I am pretty sure that it is not where you think.  I have to look again 
at it a bit.


--
Eugen
___
ekiga-devel-list mailing list
ekiga-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ekiga-devel-list