Sorry for the slow answer. The error is:
/home/c/.cache/pacaur/eiskaltdcpp/src/eiskaltdcpp-2.2.10/dcpp/CryptoManager.cpp:107:32: error: invalid use of incomplete type 'struct dh_st'
if (!dh->p || !dh->g) {
^
In file included from /usr/include/openssl/crypto.h:31:0,
from /usr/include/openssl/comp.h:16,
from /usr/include/openssl/ssl.h:47,
from /home/c/.cache/pacaur/eiskaltdcpp/src/eiskaltdcpp-2.2.10/dcpp/SSL.h:19,
from /home/c/.cache/pacaur/eiskaltdcpp/src/eiskaltdcpp-2.2.10/dcpp/SSLSocket.h:23,
from /home/c/.cache/pacaur/eiskaltdcpp/src/eiskaltdcpp-2.2.10/dcpp/CryptoManager.h:24,
from /home/c/.cache/pacaur/eiskaltdcpp/src/eiskaltdcpp-2.2.10/dcpp/CryptoManager.cpp:20:
/usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st'
typedef struct dh_st DH;
^~~~~
So probably some problem with the new openssl version? But I still don't know how to fix it :/
Search Criteria
Package Details: eiskaltdcpp-core 2.4.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/eiskaltdcpp.git (read-only, click to copy) |
---|---|
Package Base: | eiskaltdcpp |
Description: | EiskaltDC++ Core |
Upstream URL: | https://github.com/eiskaltdcpp/eiskaltdcpp/ |
Licenses: | GPL3 |
Conflicts: | eiskaltdcpp-core-git |
Provides: | eiskaltdcpp, eiskaltdcpp-core |
Submitter: | dhampire |
Maintainer: | ars |
Last Packager: | ars |
Votes: | 17 |
Popularity: | 0.000377 |
First Submitted: | 2015-08-11 22:08 (UTC) |
Last Updated: | 2021-03-04 19:07 (UTC) |
Dependencies (22)
- attr (attr-gitAUR)
- libidn (libidn-gitAUR)
- lua
- miniupnpc (miniupnpc-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- pcre
- aspell (aspell-gitAUR) (make)
- attr (attr-gitAUR) (make)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR) (make)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR) (make)
- libidn (libidn-gitAUR) (make)
- libnotify (libnotify-gitAUR) (make)
- lua (make)
- miniupnpc (miniupnpc-gitAUR) (make)
- pcre (make)
- perl-json (make)
- perl-json-rpcAUR (make)
- qt5-multimedia (make)
- qt5-tools (make)
- qt5-xmlpatterns (qt5-xmlpatterns-gitAUR) (make)
Required by (3)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3
AG_Caesar commented on 2017-09-06 11:10 (UTC)
dbedrenko commented on 2017-08-09 14:34 (UTC)
@AG_Caesar That doesn't give the actual error mesage. It's above that.
AG_Caesar commented on 2017-08-09 11:18 (UTC)
Build fails with:
make[2]: *** [dcpp/CMakeFiles/dcpp.dir/build.make:327: dcpp/CMakeFiles/dcpp.dir/CryptoManager.cpp.o] Fehler 1
make[1]: *** [CMakeFiles/Makefile2:303: dcpp/CMakeFiles/dcpp.dir/all] Fehler 2
make: *** [Makefile:130: all] Fehler 2
Could someone please tell me how to fix it? I really need a wirking DC++ client and eiskalt is the last one available :(
dbedrenko commented on 2015-11-01 12:12 (UTC)
Nevermind my last comment, I wast just running out of memory. (Don't pass `-j 2` to `make` on a low-memory machine).
FreddieChopin commented on 2015-09-29 16:23 (UTC)
Strange error:
--- >8 --- >8 --- >8 --- >8 ---
-- Data directory: /usr/share/eiskaltdcpp
fatal: Not a git repository (or any parent up to mount point /tmp)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
-- Build Git commit ID:
--- >8 --- >8 --- >8 --- >8 ---
The final result is also strange:
--- >8 --- >8 --- >8 --- >8 ---
Packages (1) eiskaltdcpp-data-2.2.10-2
Total Installed Size: 0,00 MiB
--- >8 --- >8 --- >8 --- >8 ---
Is this correct?
dbedrenko commented on 2015-09-28 20:23 (UTC)
I get compilation error:
[code]{standard input}:192524: Warning: end of file not at end of a line; newline inserted
{standard input}:193728: Error: unknown pseudo-op: `.str'
c++: internal compiler error: Killed (program cc1plus)[/code]
See paste for more context: http://pastebin.ca/3177508
PS: Many thanks for creating this package.
dhampire commented on 2015-09-26 17:30 (UTC)
update PKGBUILD: add makedepends
dvk commented on 2015-09-22 22:28 (UTC)
Sorry for a misprint,
I meant "if there is NO lua in the system, the compilation fails".
I understand that the package depends on lua52, but it fails to compile on a clean system withouth any lua.
dvk commented on 2015-09-22 22:23 (UTC)
If there is now lua in the system, the compilation fails.
another commented on 2015-08-13 02:50 (UTC)
missing makedepends cmake
Pinned Comments