You are not logged in.

#1 2016-07-13 04:09:24

MountainX
Member
Registered: 2016-02-08
Posts: 371

[SOLVED] libzrtpcpp not found!

Trying to install twinkle-qt5 (https://aur.archlinux.org/packages/twinkle-qt5/).

The PKGBUILD file contains this line:

cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DWITH_ALSA=On -DWITH_SPEEX=On -DWITH_ILBC=On -DWITH_QT5=On # -DWITH_ZRTP=On -DWITH_G729=On 

At one point I removed the comment so the line looked like this:

cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DWITH_ALSA=On -DWITH_SPEEX=On -DWITH_ILBC=On -DWITH_QT5=On -DWITH_ZRTP=On -DWITH_G729=On 

That results in the error shown below. However, my problem is that even when I remove those last two options (by deleting  -DWITH_ZRTP=On -DWITH_G729=On), I still get the error "libzrtpcpp not found!". Has the build system cached something? How do I resolve this?

==> Making package: twinkle-qt5 1.9.0-1 (Wed Jul 13 00:05:26 EDT 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating twinkle git repo...
Fetching origin
==> Validating source files with md5sums...
    twinkle ... Skipped
==> Extracting sources...
  -> Creating working copy of twinkle git repo...
Reset branch 'makepkg'
==> Removing existing $pkgdir/ directory...
==> Starting build()...
-- libmagic version: 5.28
-- Found LibSndfile: /usr/lib64/libsndfile.so
-- Found commoncpp includes:    /usr/include/commoncpp/config.h
-- Found commoncpp library:     /usr/lib64/libcommoncpp.so
-- Found ccrtp includes:        /usr/include/ccrtp/rtp.h
-- Found ccrtp library: /usr/lib64/libccrtp.so
-- Found ucommon includes:      /usr/include/ucommon/ucommon.h
-- Found ucommon library:       /usr/lib64/libucommon.so;/usr/lib64/libusecure.so
-- libasound OK
CMake Error at CMakeLists.txt:74 (message):
  libzrtpcpp not found!


-- Configuring incomplete, errors occurred!
See also "/home/computeruser/.cache/pacaur/twinkle-qt5/src/twinkle/build/CMakeFiles/CMakeOutput.log".
==> ERROR: A failure occurred in build().
    Aborting...
 

Last edited by MountainX (2016-07-13 04:34:35)

Offline

#2 2016-07-13 04:11:23

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,461

Re: [SOLVED] libzrtpcpp not found!

Delete the src dir, or use makepkg -C

Offline

#3 2016-07-13 04:27:50

MountainX
Member
Registered: 2016-02-08
Posts: 371

Re: [SOLVED] libzrtpcpp not found!

Scimmia wrote:

Delete the src dir, or use makepkg -C

Thanks. Success! :-)

Offline

Board footer

Powered by FluxBB