linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] runtime errors


From: Juha Heinanen
Subject: Re: [Linphone-developers] runtime errors
Date: Mon, 28 Oct 2013 17:04:21 +0200

Guillaume Beraudo writes:

> Have you tried building srtp with make dist, then dpkd-buildpackage ?

i just played with building srtp debian packages from linphone git
source.  this is what happens:

$ !git
git clone git://git.linphone.org/srtp.git
Cloning into 'srtp'...
remote: Counting objects: 358, done.
remote: Compressing objects: 100% (189/189), done.
remote: Total 358 (delta 179), reused 315 (delta 156)
Receiving objects: 100% (358/358), 1.10 MiB | 236 KiB/s, done.
Resolving deltas: 100% (179/179), done.
address@hidden:~/downloads$ cd srtp
address@hidden:~/downloads/srtp$ dpkg-buildpackage -rfakeroot -b -us -uc
dpkg-buildpackage: source package srtp
dpkg-buildpackage: source version 1.4.4~dfsg-6
dpkg-buildpackage: source changed by Jonas Smedegaard <address@hidden>
dpkg-buildpackage: host architecture i386
 dpkg-source --before-build srtp
 fakeroot debian/rules clean
test -x debian/rules
dh_testroot
...
chmod +x test/rtpw_test.sh
touch debian/stamp-autotools-files
chmod a+x /home/jh/downloads/srtp/./configure
chmod: cannot access `/home/jh/downloads/srtp/./configure': No such file or 
directory
make: *** [debian/stamp-autotools] Error 1

in order to be able to build the packages, i first need to run
'autoconf'.  after that the above dpkg-buildpackage works and the
packages get build.

so looks like autoconf command would need to be added to debian/rules.

i still didn't get answer to the version question.  is linphone.org's
srtp source from newer upstream version than debian sid's 1.4.5~20130609
or is it some kind of fork from version 1.4.4?  in the first case,
version number in debian/changelog should be upgraded and in the latter
case, the package and /usr/include and /usr/lib directories/files should
be renamed in order to avoid overlap.

-- juha



reply via email to

[Prev in Thread] Current Thread [Next in Thread]