@Tahvok definitely not a wayland issue. Maybe the 'db' dependency should actually be 'db4.8' as they specify that version of the lib. Would you recommend making an upstream issue relating to them using an older version of the lib?
Search Criteria
Package Details: gridcoinresearchd 5.4.8.0_hotfix_1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gridcoinresearch.git (read-only, click to copy) |
---|---|
Package Base: | gridcoinresearch |
Description: | A cryptocurrency that rewards users for participating on the BOINC network (Daemon/CLI) |
Upstream URL: | https://gridcoin.us |
Licenses: | MIT |
Conflicts: | gridcoinresearch-daemon |
Replaces: | gridcoinresearch-daemon |
Submitter: | Tahvok |
Maintainer: | Tahvok |
Last Packager: | Tahvok |
Votes: | 19 |
Popularity: | 0.001929 |
First Submitted: | 2018-05-30 08:58 (UTC) |
Last Updated: | 2024-07-03 14:39 (UTC) |
Dependencies (8)
- boost-libs
- libzip (libzip-gitAUR)
- miniupnpc (miniupnpc-gitAUR)
- boost (boost-gitAUR) (make)
- qrencode (qrencode-gitAUR) (make)
- qt5-charts (qt5-charts-gitAUR) (make)
- qt5-tools (make)
- boinc (boinc-nox) (optional) – to earn Gridcoin rewards by doing computational research
Required by (0)
Sources (1)
CupricReki commented on 2022-12-19 14:44 (UTC)
Tahvok commented on 2022-12-19 14:37 (UTC)
@CupricReki then I would suggest to open an issue with upstream. I'm also not sure it is related to wayland. Just open an issues detailing everything.
CupricReki commented on 2022-12-19 13:50 (UTC) (edited on 2022-12-19 14:06 (UTC) by CupricReki)
@Tahvok Same issue after removing package, pacman -Syu and rebuild. dmesg output:
gridcoinresearc[194194]: segfault at 0 ip 00007fe32005e3fa sp 00007fe2ba7f8e90 error 6 in libdb_cxx-6.2.so[7fe32003c000+184000]
I notice gridcoin uses libdb4.8 and that seems to be missing from /usr/lib/
.
Edit: Working after installing db4.8 via aur and rebuild.
Tahvok commented on 2022-12-19 11:51 (UTC) (edited on 2022-12-19 13:22 (UTC) by Tahvok)
Just updated to latest version, sorry for the delay.
I'm running wayland myself (with sway if it matters), and it is working just fine. @CupricReki Have you made sure to rebuild it after a pacman -Syu?
k8ie commented on 2022-11-20 10:01 (UTC)
@archee Nice, you figured it out ;)
The library was updated. When that happens, you just need to rebuild the package against the new version. This happens pretty regularly with Arch, but usually isn't that big of a problem.
archee commented on 2022-11-20 09:33 (UTC) (edited on 2022-11-20 09:49 (UTC) by archee)
error while loading shared libraries: libboost_filesystem.so.1.79.0: cannot open shared object file: No such file or directory
I've installed boost-libs
from arch extra repos (version 1.80.0-3). What should I do?
-- edit:
Just solved it by uninstalling and installing gridcoinresearch-qt again. Seems to run on my boost-libs 1.80 now...
Tahvok commented on 2022-02-28 01:35 (UTC)
@nachfuellbar fixed the issue where you could not install both the daemon and the qt package. Added the libzip as dependency to both qt and the daemon packages.
@div72 fixed the license and put the correct repository
And of course pushed the latest 5.3.3.0
div72 commented on 2022-02-27 23:57 (UTC)
@Tahvok Why is the license is defined as custom? It should be MIT.
Also could you use the correct repository for the source file? While there's a redirect to gridcoin-community/Gridcoin-Research from gridcoin/Gridcoin-Research, it'd be better if the PKGBUILD directly used the correct repo.
Pinned Comments
Tahvok commented on 2018-05-30 09:00 (UTC)
Take a notice, this is now a split package - meaning it will build both the gui and the daemon - you need to install only one of them (unless you really need both).