Bug#530254: ekiga: Succesfully connected at sip-server side, but hang-up or status "failed" at my (client) side

Mishustin Alexey shumkar at shumkar.ru
Sat May 23 18:31:07 UTC 2009


В Сбт, 23/05/2009 в 20:06 +0200, Eugen Dedu пишет:

> >>> Such dependency is not included directly in Build-dep
> >>> in /debian/control, but the compiler refuses to work, saying that the
> >>> PWlib version is not recommended one. May be, I understand something
> >>> wrong?
> >> I do not understand, could you explain what versions are you talking about?
> > 
> > I haven't saved the output text and can not repeat the compiling
> > procedure now; as I remember, after checking build-dependencies the
> > compiler said something like this: "Sorry, PWlib version is not
> > recommended. Recommended one is ..<and number between Etch's and Lenny's
> > versions>". I considered, it wants Lenny's libpt to be replaced with
> > Etch's one. Wrong? I thought so because all build-dependencies were met
> > to that moment.
> 
> Please precise what versions of ptlib/opal and ekiga you are compiling 
> and how you have downloaded them.

Ok, I'm repeating the compiling procedure. I'm trying to compile Etch's 
Ekiga 2.0.3 from sources downloaded from 
http://ftp.de.debian.org/debian/pool/main/e/ekiga/ekiga_2.0.3.orig.tar.gz
in Lenny with all build-dependencies installed from the current Lenny deb repo.

~/soft/sources/ekiga/ekiga-2.0.3 $ dpkg-buildpackage -rfakeroot >./mybuildlog 2>&1
~/soft/sources/ekiga/ekiga-2.0.3 $ cat ./mybuildlog
dpkg-buildpackage: установка CFLAGS в значение по умолчанию: -g -O2
dpkg-buildpackage: установка CPPFLAGS в значение по умолчанию: 
dpkg-buildpackage: установка LDFLAGS в значение по умолчанию: 
dpkg-buildpackage: установка FFLAGS в значение по умолчанию: -g -O2
dpkg-buildpackage: установка CXXFLAGS в значение по умолчанию: -g -O2
dpkg-buildpackage: пакет исходных текстов ekiga
dpkg-buildpackage: версия исходных текстов 2.0.3-6.1
dpkg-buildpackage: исходные тексты изменены Alexey Mishustin <shumkar at shumkar.ru>
dpkg-buildpackage: архитектура хоста i386
 fakeroot debian/rules clean
sed "s/@GNOME_TEAM@/Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Loic Minier <lool at dooz.org>/" \
		debian/control.in > debian/control
dpatch  deapply-all  
reverting patch 90_va-args-double-use from ./ ... ok.
reverting patch 51_fix-format-strings from ./ ... ok.
reverting patch trayicon_transparency from ./ ... ok.
rm -rf patch-stamp patch-stampT debian/patched
dh_testdir
dh_testroot
if [ -f Makefile ];then \
		/usr/bin/make clean distclean;\
	fi
rm -f xml-i18n-extract xml-i18n-merge xml-i18n-update
# Clean out what make distclean didn't clean out...
rm -rf po/.intltool-merge-cache
rm -rf intltool-extract intltool-merge intltool-update
rm -f pixmaps/inline_emoticons.h
rm -f pixmaps/inlines.h
rm -f build-stamp config.status
dh_clean
 dpkg-source -b ekiga-2.0.3
dpkg-source: инфо: используется формат исходника `1.0'
dpkg-source: инфо: сборка ekiga с использованием существующего ekiga_2.0.3.orig.tar.gz
dpkg-source: инфо: сборка ekiga в ekiga_2.0.3-6.1.diff.gz
dpkg-source: предупреждение: права исполнения 0755 для 'libtool' не будут включёны в diff
dpkg-source: предупреждение: права исполнения 0755 для 'debian/patches/trayicon_transparency.dpatch' не будут включёны в diff
dpkg-source: предупреждение: права исполнения 0755 для 'debian/patches/51_fix-format-strings.dpatch' не будут включёны в diff
dpkg-source: предупреждение: права исполнения 0755 для 'debian/patches/90_va-args-double-use.dpatch' не будут включёны в diff
dpkg-source: инфо: сборка ekiga в ekiga_2.0.3-6.1.dsc
 debian/rules build
test -d debian/patched || install -d debian/patched
dpatch  apply-all  
applying patch trayicon_transparency to ./ ... ok.
applying patch 51_fix-format-strings to ./ ... ok.
applying patch 90_va-args-double-use to ./ ... ok.
dpatch  cat-all  >>patch-stampT
mv -f patch-stampT patch-stamp
dh_testdir
CXXFLAGS="-Wall -g -O2" CFLAGS="-Wall -g -O2" ./configure --build i486-linux-gnu --prefix=/usr \
				--mandir=\${prefix}/share/man \
				--infodir=\${prefix}/share/info \
				--with-pwlib=/usr \
				--sysconfdir=/etc \
				--disable-install-schemas \
				--enable-avahi --disable-scrollkeeper
checking build system type... i486-pc-linux-gnu
checking host system type... i486-pc-linux-gnu
checking target system type... i486-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether GNOME support must be compiled in... yes
checking whether documentation should be built... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GDU_MODULE_VERSION_CHECK... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for library containing strerror... none required
checking for ANSI C header files... (cached) yes
checking whether strcasecmp is declared... yes
Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for EKIGA... yes
checking for EDS... yes
checking for scrollkeeper-config... /usr/bin/scrollkeeper-config
checking whether OS type is supported... yes
checking for PWLib includes in /usr/include/... 
checking for /usr/include/ptlib/pprocess.h... yes
checking for read in -lpt... yes
checking for PWLib version... configure: error: Sorry but the recommended PWLib version is 1.10.2
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
make: *** [config.status] Ошибка 1
dpkg-buildpackage: сбой: debian/rules build возвратил код ошибки 2

Ошибка 1 = Error 1
возвратил код ошибки 2 = returned the Error code 2

--

Regards, 
Alex







More information about the pkg-gnome-maintainers mailing list