gridcoin needs recompilation as libboost got bumped
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.008717 |
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)
astromatto commented on 2024-09-12 06:14 (UTC)
Exdebianmainuser commented on 2024-06-30 22:49 (UTC) (edited on 2024-07-02 03:24 (UTC) by Exdebianmainuser)
due to a miniupnpc (2.2.8-1) update, this package needs a rebuild.....Thanks!
I just downgraded miniupnpc to 2.2.7-1 & rebuilt without a problem. Holding miniupnpc until I get more info.
astromatto commented on 2023-09-25 08:16 (UTC)
due to a boostlib update, this package needs a rebuild Thavok
kwacorn commented on 2023-04-08 14:46 (UTC)
In followup to my previous post and responding to @Tahvok.
In my first attempts at building 5.4.3.0-1 there appeared to be something wrong on my system as it reported it was trying to build 5.4.2 instead.
I don't know what fixed the problem but I uninstalled gridcoinresearch-qt
and after
a couple of system reboots, re-synchronising the repositories on Manjaro, some package updates and removing orphans I tried a build a couple of days later and it was successful.
Tahvok commented on 2023-04-06 16:07 (UTC)
Updated to 5.4.3.0. Also applied the fix by removing the bdb flags. I got it built and it's running fine on my system.
@kwacorn - I'm not sure why your build failed before, can you try the latest PKGBUILD?
kwacorn commented on 2023-04-06 14:05 (UTC)
I am getting the same error as @Exdebianmainuser listed on 2023-04-02 05:04 (BST). I made the changes to PKGBUILD as suggested by @axzxc1236, but still get the same errors.
I see that gridcoinresearch-qt 5.4.3.0-leisure has been released, so I may wait for that to become available via the AUR before I proceed to try the build again.
Exdebianmainuser commented on 2023-04-03 01:26 (UTC)
Yes--That worked for me also. Thanks!
axzxc1236 commented on 2023-04-03 00:03 (UTC) (edited on 2023-04-03 00:06 (UTC) by axzxc1236)
I've encountered the same build problem, I've made tweaks to build() and check() in PKGBUILD so that it builds on my computer.
build() {
cd "$srcdir/$_sourcename"
./autogen.sh
./configure --prefix=/usr --with-gui=qt5
make DESTDIR="$srcdir/$_sourcename" install
}
check() {
cd "$srcdir/$_sourcename"
make check
}
Exdebianmainuser commented on 2023-04-02 22:52 (UTC) (edited on 2023-04-02 22:53 (UTC) by Exdebianmainuser)
I pulled the current build from git & built it without errors. Did not install/run it to verify if it really works. Can verify that it now uses its own internal version of db5.3, so it looks like this will be the source of the package build error.
What else do you need to check my information?
Exdebianmainuser commented on 2023-04-02 04:15 (UTC) (edited on 2023-04-02 22:53 (UTC) by Exdebianmainuser)
I have tracked the change/problem to these:
https://github.com/gridcoin-community/Gridcoin-Research/pull/2620
https://github.com/gridcoin-community/Gridcoin-Research/issues/2629
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).