Great, indeed, it works now! Done, I've made the change. (Using local definitions rather than exports though.) Thanks AG_Caesar!
Search Criteria
Package Details: eiskaltdcpp-data 2.4.2-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/eiskaltdcpp.git (read-only, click to copy) |
---|---|
Package Base: | eiskaltdcpp |
Description: | EiskaltDC++ common data files. |
Upstream URL: | https://github.com/eiskaltdcpp/eiskaltdcpp/ |
Licenses: | GPL3 |
Conflicts: | eiskaltdcpp-data-git |
Provides: | eiskaltdcpp-data |
Submitter: | dhampire |
Maintainer: | micwoj92 |
Last Packager: | micwoj92 |
Votes: | 18 |
Popularity: | 0.72 |
First Submitted: | 2015-08-11 22:08 (UTC) |
Last Updated: | 2025-02-23 02:31 (UTC) |
Dependencies (21)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- aspell (aspell-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-classic-xfceAUR, gtk3-classicAUR, 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)
- perl-term-shelluiAUR (make)
- qt5-multimedia (make)
- qt5-script (qt5-script-gitAUR) (make)
- qt5-tools (make)
- qt5-xmlpatterns (qt5-xmlpatterns-gitAUR) (make)
- php (optional) – needed for some optional scripts
- Show 1 more dependencies...
Required by (2)
Sources (2)
aspirogrammer commented on 2017-09-17 05:37 (UTC)
AG_Caesar commented on 2017-09-10 21:25 (UTC)
Ha! I solved it:
Change the build section from
build() {
cd ${srcdir}/${_name}-${_tarver}
rm -rf ${srcdir}/${_name}-${_tarver}/build
mkdir ${srcdir}/${_name}-${_tarver}/build
cd ${srcdir}/${_name}-${_tarver}/build
cmake ../ -DENABLE_STACKTRACE=ON -DCMAKE_INSTALL_PREFIX=/usr -DUSE_MINIUPNP=ON -DLOCAL_MINIUPNP=ON -DPERL_REGEX=ON -DLOCAL_BOOST=ON -DLUA_SCRIPT=ON -DWITH_LUASCRIPTS=ON -DWITH_DHT=ON -DUSE_QT=OFF
}
to:
build() {
cd ${srcdir}/${_name}-${_tarver}
rm -rf ${srcdir}/${_name}-${_tarver}/build
mkdir ${srcdir}/${_name}-${_tarver}/build
cd ${srcdir}/${_name}-${_tarver}/build
export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
export CFLAGS=" -I/usr/include/openssl-1.0"
export LDFLAGS="-I/usr/lib/openssl-1.0"
cmake ../ -DENABLE_STACKTRACE=ON -DCMAKE_INSTALL_PREFIX=/usr -DUSE_MINIUPNP=ON -DLOCAL_MINIUPNP=ON -DPERL_REGEX=ON -DLOCAL_BOOST=ON -DLUA_SCRIPT=ON -DWITH_LUASCRIPTS=ON -DWITH_DHT=ON -DUSE_QT=OFF
}
Now it builds fine again. Could you add this to the pkg please? :)
AG_Caesar commented on 2017-09-06 11:10 (UTC)
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 :/
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.
Pinned Comments