Lua has been updated to 5.3 and irccd does not compile anymore.
I had to remove lua support to make it work.
lua52 package actually exists, and is taken into account during the build, the compilation still fails.
Any clue?
Thanks.
Search Criteria
Package Details: irccd 1.1.5-1
Package Actions
| Package Base: | irccd |
|---|---|
| Description: | IRC client daemon |
| Upstream URL: | http://projects.malikania.fr/irccd/ |
| Category: | network |
| Licenses: | |
| Submitter: | Peuc |
| Maintainer: | Peuc |
| Last Packager: | Peuc |
| Votes: | 0 |
| First Submitted: | 2013-09-18 00:11 |
| Last Updated: | 2015-02-28 05:06 |
Dependencies (6)
- libircclient
- libxdg-basedir
- lua
- cmake (make)
- libircclient (make)
- lua (make)
Required by (0)
Sources
Latest Comments
Comment by bebR
Comment by Peuc
Hi e0e293,
Thank you for flagging this package as out of date. I've updated to 1.1.5 and fixed the irccd-hg package as well.
I see no other solution to move the binaries to /usr/bin, so I applied the changes you suggested.
However, concerning the armv7h, I won't change this since this is not an officially supported architecture, but I maintain separated packages for ArchLinuxARM. You can find them here as this distro has no equivalent to AUR: http://projects.pierre.choffet.net/index.php/packages.git/master/ .
Thanks!
Comment by e0e293
1.1.5 is out. (http://releases.malikania.fr/irccd/irccd-1.1.5-source.tar.gz)
md5sum = 5078c164d17f6eba53b97741dfaeec52
would you mind changing line 26 to:
arch=('i686' 'x86_64' 'armv7h')
I had to change line 48 to:
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="/usr" -DETCDIR=../etc -DMANDIR=share/man -DDOCDIR=share/doc/irccd -DMODDIR=share/irccd/plugins
... to disable the warning:
error: failed to commit transaction (conflicting files)
irccd: /bin exists in filesystem
I dislike the '../' in the DETCDIR setting but I do not know what else to do (to change the binary directory to '/usr/bin/').
Thank you for your work. :)
PS: Sorry for the edits.