Package Details: lime 5.3.5-1

Git Clone URL: https://aur.archlinux.org/lime.git (read-only, click to copy)
Package Base: lime
Description: C++ library implementing Open Whisper System Signal protocol
Upstream URL: http://www.linphone.org/
Licenses: GPL
Submitter: thrasibule
Maintainer: thrasibule
Last Packager: thrasibule
Votes: 0
Popularity: 0.000000
First Submitted: 2020-07-26 02:31 (UTC)
Last Updated: 2024-01-02 19:42 (UTC)

Dependencies (4)

Sources (1)

Latest Comments

thrasibule commented on 2021-11-26 02:16 (UTC)

I think soci should add the depends on boost, but I've added it to makedepends.

xiretza commented on 2021-08-20 13:49 (UTC)

Still doesn't build because it's missing boost headers. Please add boost to makedepends.

reclusivesage commented on 2021-06-30 22:26 (UTC)

Could you also see if it's possible to fix the same error that I was also receiving in lime-git?

xiretza commented on 2021-05-14 15:16 (UTC)

soci 4.0.2-1, and the build fails because soci headers include boost headers:

In file included from /usr/include/soci/statement.h:11,
                 from /usr/include/soci/values.h:11,
                 from /usr/include/soci/column-info.h:13,
                 from /usr/include/soci/soci.h:16,
                 from /build/lime/src/lime-4.5.13/src/lime_localStorage.hpp:23,
                 from /build/lime/src/lime-4.5.13/src/lime_manager.cpp:24:
/usr/include/soci/bind-values.h:14:17: fatal error: boost/fusion/algorithm/iteration/for_each.hpp: No such file or directory
   14 | #       include <boost/fusion/algorithm/iteration/for_each.hpp>
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thrasibule commented on 2021-05-14 13:59 (UTC)

actually what's the version of soci you have installed?

thrasibule commented on 2021-05-14 13:54 (UTC)

What makes you think it's needed? There is no reference to boost anywhere in the source of the package.

xiretza commented on 2021-05-14 13:45 (UTC)

boost is still missing from makedepends, as noted on 2020-12-02 by BluePeril.

zayatura commented on 2020-12-14 12:18 (UTC)

This package and the related package lime-git fail to build for me:

[ 11%] Building CXX object src/CMakeFiles/lime.dir/lime.cpp.o
In file included from /usr/include/soci/soci.h:12,
                 from /home/zdonca/.cache/yay/lime-git/src/lime/src/lime_localStorage.hpp:23,
                 from /home/zdonca/.cache/yay/lime-git/src/lime/src/lime_impl.hpp:31,
                 from /home/zdonca/.cache/yay/lime-git/src/lime/src/lime.cpp:22:
/usr/include/soci/soci-platform.h:146:10: error: #error "SOCI must be configured with C++11 support when using C++11"
  146 |         #error "SOCI must be configured with C++11 support when using C++11"
      |          ^~~~~
make[2]: *** [src/CMakeFiles/lime.dir/build.make:82: src/CMakeFiles/lime.dir/lime.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:134: src/CMakeFiles/lime.dir/all] Error 2
make: *** [Makefile:149: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
error making: lime-git

Any ideas on how to fix this?

BluePeril commented on 2020-12-02 10:19 (UTC)

Could you please add boost as makedepends. Otherwise the package won't build in a clean environment.