Package Details: lsyncd 2.3.1-9

Git Clone URL: https://aur.archlinux.org/lsyncd.git (read-only, click to copy)
Package Base: lsyncd
Description: Live Syncing (Mirror) Daemon
Upstream URL: https://github.com/lsyncd/lsyncd
Licenses: GPL-2.0-or-later
Submitter: djgera
Maintainer: None
Last Packager: carsme
Votes: 68
Popularity: 0.120820
First Submitted: 2009-03-25 20:03 (UTC)
Last Updated: 2024-03-03 16:48 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

lucaswerkmeister commented on 2016-06-17 21:52 (UTC)

/home/lucas/.cache/pacaur/lsyncd/PKGBUILD: line 28: cmake: command not found You should declare that cmake dependency (in makedepends).

systemservers commented on 2016-02-16 18:06 (UTC)

man in wrong place installs at: /usr/man/lsyncd.1.gz should be: /usr/share/man/man1/lsyncd.1.gz

Thermi commented on 2016-02-12 15:34 (UTC)

I updated it yesterday using the files nullie sent me.

Thermi commented on 2016-02-11 15:37 (UTC) (edited on 2016-02-11 15:39 (UTC) by Thermi)

I tried building 2.1.6, but it fails when linking against lua. There's probably something wrong with the way it builds it or chooses the lua available lua libraries. If anyone succeeds in building it, please comment here with the installed libs and the PKGBUILD. Until I get it working, I'll keep this package at 2.1.5. LANG=C make [ 10%] Linking C executable lsyncd CMakeFiles/lsyncd.dir/lsyncd.c.o: In function `l_exec': /home/thermi/aur/AUR4/lsyncd/src/lsyncd-release-2.1.6/lsyncd.c:1118: undefined reference to `lua_objlen' /home/thermi/aur/AUR4/lsyncd/src/lsyncd-release-2.1.6/lsyncd.c:1124: undefined reference to `lua_objlen' CMakeFiles/lsyncd.dir/lsyncd.c.o: In function `register_lsyncd': /home/thermi/aur/AUR4/lsyncd/src/lsyncd-release-2.1.6/lsyncd.c:1900: undefined reference to `luaL_register' CMakeFiles/lsyncd.dir/inotify.c.o: In function `register_inotify': /home/thermi/aur/AUR4/lsyncd/src/lsyncd-release-2.1.6/inotify.c:498: undefined reference to `luaL_register' collect2: error: ld returned 1 exit status CMakeFiles/lsyncd.dir/build.make:197: recipe for target 'lsyncd' failed make[2]: *** [lsyncd] Error 1 CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/lsyncd.dir/all' failed make[1]: *** [CMakeFiles/lsyncd.dir/all] Error 2 Makefile:127: recipe for target 'all' failed make: *** [all] Error 2

flaviut commented on 2016-01-03 20:59 (UTC) (edited on 2016-01-03 20:59 (UTC) by flaviut)

> systemd[1]: Configuration file /usr/lib/systemd/system/lsyncd.service is marked executable. Please remove executable permission bits. Proceeding anyway. I think that can be fixed by using `install -D -m0644 ${srcdir}/lsyncd.service ${pkgdir}/usr/lib/systemd/system/lsyncd.service` instead.

neonardo commented on 2015-09-23 17:43 (UTC)

@Thermi yep I'm an idiot. Sorry.

SimFox3 commented on 2015-08-12 04:21 (UTC)

checking whether Lua library was compiled with compat support... no configure: error: Lua library needs to be compiled with compat support ==> ERROR: A failure occurred in build(). Aborting... aura >>= Well, building `lsyncd` failed.

Thermi commented on 2015-08-09 12:25 (UTC)

No. It builds fine without having lua51 installed. I have lua and lua52, as well as a few modules of the aforementioned packages installed. I just looked at the configure.ac file and it checks for lua5.2 and uses lua51 as fallback. I added lua52 to depends and makedepends.

Meltea commented on 2015-08-09 10:56 (UTC)

lua51 should be listed as a dependency. Without it configure will fail with "Lua library needs to be compiled with compat support".