Hi Eugen,

Eugen Dedu [2008-10-03 14:58 -0000]:
> The soname are 2.4.1, resp. 3.4.1 (no compatilibty between minor
> versions, i.e. 2.4.2 will not be compatible to 2.4.1), so the packages
> have to be renamed libpt2.4.1 and libopal3.4.1.

Right.

> "cp * build-gtkonly" should have a - before it in the Makefile, in order
> not to take into account the known error "Cannot copy a directory into
> itself".

That doesn't make sense to me, since it will just always fail, and the
following commands will just break because the build-gtkonly/
directory is empty. I fixed it by replacing it with

  cp -a `find -maxdepth 1 ! -name 'build-*' ! -name '.*' ! -name debian`
build-gtkonly

> ./configure: not found This problem comes from: if you use the SVN
> sources, you must use autogen.sh, because they do not have a configure
> file.  If you use the release versions, i.e. the tar.gz from ftp.gnome,
> as given in the previous link, then you must use ./configure (it does
> not have autogen.sh).

Ah, I added a "autoreconf -i -v;" right after the "cd build-gtkonly"
command line. But indeed the orig.tar.gz should ship them
pre-generated, since calling autoconf at build time is the source of
lots of hassle (not really a problem if the new packages do it that
way, as long as it works.)

> For your dist-upgrade error: I do not understand why ekiga is not
> correctly installed, is it because the name of the packages?

Yes, probably because the new library packages from the PPA have some
weird Conflicts:, and are not installable in parallel with the current
Intrepid versions (with the older SONAME).

Thanks, Martin

-- 
Please update Ekiga to 3.00
https://bugs.launchpad.net/bugs/274085
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to ekiga in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to