After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 678836 - check for newer versions of ptlib & opal
check for newer versions of ptlib & opal
Status: RESOLVED FIXED
Product: ekiga
Classification: Applications
Component: Build System
GIT master
Other Linux
: Normal normal
: ---
Assigned To: Ekiga maintainers
Ekiga maintainers
Depends on:
Blocks:
 
 
Reported: 2012-06-26 08:13 UTC by Víctor Manuel Jáquez Leal
Modified: 2012-06-27 09:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
check for newer versions of ptlib (2.10.4) & opal (3.10.4) (757 bytes, patch)
2012-06-26 08:14 UTC, Víctor Manuel Jáquez Leal
none Details | Review

Description Víctor Manuel Jáquez Leal 2012-06-26 08:13:33 UTC
This commit in ekiga:

commit e259f10439a1b1bb32931547401ad958a2f5bf8e
Author: Eugen Dedu <Eugen.Dedu@pu-pm.univ-fcomte.fr>
Date:   Mon Apr 23 18:00:29 2012 +0200

    Use a fourth registration mode (useful when firewall has ALG)

Included the use of the SIPRegister::e_HasApplicationLayerGateway symbol, which
was introduced in Opal at version 3.10.4

But the configure script checks for Opal version 3.10.2, which, naturally, fails.

This patch updates the configure.ac script to verify the 3.10.4 Opal version and 2.10.4 Ptlib version
Comment 1 Víctor Manuel Jáquez Leal 2012-06-26 08:14:40 UTC
Created attachment 217266 [details] [review]
check for newer versions of ptlib (2.10.4) & opal (3.10.4)
Comment 2 Eugen Dedu 2012-06-26 08:17:18 UTC
There are other changes (http://git.gnome.org/browse/ekiga/commit/?id=026f54b2 for ex.) which need even the current branch, not only the latest release, so even using what you wrote is not sufficient.

But if you really prefer, we increase it.  Do you prefer it?
Comment 3 Eugen Dedu 2012-06-26 08:51:15 UTC
Fixxed with http://git.gnome.org/browse/ekiga/commit/?id=1bb1fc8e6af4, thank you!
Comment 4 Víctor Manuel Jáquez Leal 2012-06-26 15:18:13 UTC
-PTLIB_REC_VERSION="2.10.2"
-OPAL_REC_VERSION="3.10.2"
+PTLIB_REC_VERSION="2.10.6"
+OPAL_REC_VERSION="3.10.6"

But, those versions don't exist yet. So, practically is not possible to compile Ekiga right now. This doesn't seem right.
Comment 5 Eugen Dedu 2012-06-26 15:21:17 UTC
Well, you need branches (i.e. .10.6), not last release (.10.5), as per comment #2.
Comment 6 Víctor Manuel Jáquez Leal 2012-06-27 09:43:04 UTC
I've added the bug #678958 with a patch for jhbuild in order to use the svn version of these libraries.