Ok, problem is fixed.
Search Criteria
Package Details: l2dbus-git 2015_03_30..7f1ff19-1
Package Actions
| Package Base: | l2dbus-git |
|---|---|
| Description: | Lua module that provides a *nearly* complete binding to the D-Bus IPC service |
| Upstream URL: | https://github.com/xs-embedded-llc/l2dbus |
| Category: | devel |
| Licenses: | |
| Conflicts: | |
| Provides: | |
| Submitter: | core-problem |
| Maintainer: | core-problem |
| Last Packager: | core-problem |
| Votes: | 1 |
| First Submitted: | 2013-09-10 20:25 |
| Last Updated: | 2015-03-30 20:42 |
Latest Comments
Comment by core-problem
Comment by core-problem
I just noticed that the configure phase fails with a CMake error. It can be fixed manually by patching the file src/l2dbus/CMakeLists.txt:
-find_package(Lua ${L2DBUS_LUA_VERSION} REQUIRED)
+find_package(Lua REQUIRED)
I.e.:
makepkg -o
# edit CMakeLists.txt
makepkg -e
sudo pacman -U l2dbus-git-*-any.pkg.tar.xz
I am not including the "patch" while looking for better alternatives.
Comment by core-problem
Thanks. I changed the dependency to cdbus-git.
Comment by lilydjwg
cdbus is no longer available.