Package Details: eiskaltdcpp-daemon-git 2.4.2.15.g10b1a9b6-1

Git Clone URL: https://aur.archlinux.org/eiskaltdcpp-git.git (read-only, click to copy)
Package Base: eiskaltdcpp-git
Description: DC and ADC daemon for EiskaltDC++ core. (GIT Version)
Upstream URL: https://github.com/eiskaltdcpp/eiskaltdcpp
Licenses: GPL3
Conflicts: eiskaltdcpp-daemon
Provides: eiskaltdcpp-daemon
Submitter: dhampire
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 33
Popularity: 0.000692
First Submitted: 2010-10-26 18:01 (UTC)
Last Updated: 2022-02-26 20:15 (UTC)

Latest Comments

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

e8hffff commented on 2018-10-02 11:14 (UTC)

Not a single DC++ client builds on Archlinux at the moment. Fn nightmare.

Jauch commented on 2018-07-08 11:43 (UTC)

Hi sl1pkn07 Used to use Yaourt and it compiled everything. Now with YAY have to do it one by one, it seems. Thanks for pointing out.

sl1pkn07 commented on 2018-07-08 10:43 (UTC)

See the comments

Jauch commented on 2018-07-08 10:42 (UTC)

Hello,

After upgrade the system (boost), receive this message when trying to run:

eiskaltdcpp-qt: error while loading shared libraries: libboost_system.so.1.66.0: cannot open shared object file: No such file or directory

Any idea on how to solve this?

ValdikSS commented on 2018-03-13 12:07 (UTC)

Does not compile: error: target not found: perl-json-rpc

sl1pkn07 commented on 2017-10-10 19:43 (UTC)

the 367 patch is merged in upstream but in diferent way, so now is useless. i take a look into this (https://github.com/eiskaltdcpp/eiskaltdcpp/pull/367) also take a look into the web client issue greetings

zoidberg commented on 2017-10-10 16:21 (UTC) (edited on 2017-10-10 16:26 (UTC) by zoidberg)

Re. my previous comment on build troubles, the cause of those errors was the '367.patch' which the PKGBUILD applies to the source. Commenting out the relevant sections in the PKGBUILD allowed build to proceed successfully. Also, another issue which might not be related — the eiskaltdcpp-web-git package build failed because the relevant directory didn't exist in the src directory, so I had to comment out that package from the pkgname array. Edit: I forgot to mention that the issue the patch was supposed to fix does not occur any more even when the patch isn't applied. Edit 2: The eiskaltdcpp-web issue looks like it is related to this commit (https://github.com/eiskaltdcpp/eiskaltdcpp/commit/0dd75ec7c1495c057edffae59a4c65d362885881) in which the web ui was moved to a separate repo.

zoidberg commented on 2017-10-10 15:35 (UTC)

I'm having trouble building this package. If I run 'makepkg -sri', build fails at around 90% with /home/kishore/.cache/pacaur/eiskaltdcpp-git/src/eiskaltdcpp/eiskaltdcpp-qt/src/MainWindow.cpp: In member function ‘virtual void MainWindow::closeEvent(QCloseEvent*)’: /home/kishore/.cache/pacaur/eiskaltdcpp-git/src/eiskaltdcpp/eiskaltdcpp-qt/src/MainWindow.cpp:399:9: error: ‘Notify’ was not declared in this scope Notify->enableTray(false); ^~~~~~ In file included from /home/kishore/.cache/pacaur/eiskaltdcpp-git/src/eiskaltdcpp/dcpp/ConnectionManager.h:22:0, from /home/kishore/.cache/pacaur/eiskaltdcpp-git/src/eiskaltdcpp/eiskaltdcpp-qt/src/MainWindow.h:27, from /home/kishore/.cache/pacaur/eiskaltdcpp-git/src/eiskaltdcpp/eiskaltdcpp-qt/src/PMWindow.cpp:14: /home/kishore/.cache/pacaur/eiskaltdcpp-git/src/eiskaltdcpp/dcpp/UserConnection.h:143:117: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void connect(const string& aServer, uint16_t aPort, uint16_t localPort, const BufferedSocket::NatRoles natRole) throw(SocketException, ThreadException); ^~~~~ /home/kishore/.cache/pacaur/eiskaltdcpp-git/src/eiskaltdcpp/dcpp/UserConnection.h:144:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void accept(const Socket& aServer) throw(SocketException, ThreadException); ^~~~~ make[2]: *** [eiskaltdcpp-qt/CMakeFiles/eiskaltdcpp-qt.dir/build.make:3735: eiskaltdcpp-qt/CMakeFiles/eiskaltdcpp-qt.dir/src/MainWindow.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [CMakeFiles/Makefile2:361: eiskaltdcpp-qt/CMakeFiles/eiskaltdcpp-qt.dir/all] Error 2 make: *** [Makefile:152: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... Any suggestions on what else I can try?

<deleted-account> commented on 2017-07-26 01:06 (UTC)

cant build this package. i am getting errors with the dependencies.... perl-test-use-ok wont build cause Can't locate inc/Module/Package.pm in @INC (you may need to install the inc::Module::Package module) (@INC contains: /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl) at Makefile.PL line 2. BEGIN failed--compilation aborted at Makefile.PL line 2.

williamwiley commented on 2017-06-06 18:05 (UTC)

Rebuilding still did not work, as I was only rebuilding 'eiskaltdcpp-qt-git'. Once I rebuilt eiskaltdcpp-core-git, eiskaltdcpp-data-git, as well as eiskaltdcpp-qt-git, it worked as expected. Thank you for maintaining this!