Note: I just rebuilt the package & it works again....so, no worries....we can just wait for the 5.4.9 that "should" be up soon.
Thank You for keeping this package up!!!!
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: | 20 |
Popularity: | 0.064030 |
First Submitted: | 2018-05-30 08:58 (UTC) |
Last Updated: | 2025-06-23 09:30 (UTC) |
Note: I just rebuilt the package & it works again....so, no worries....we can just wait for the 5.4.9 that "should" be up soon.
Thank You for keeping this package up!!!!
Greetings!!!! It looks like we have another miniupnpc update that has affected the software....could you look at it & push an update?
gridcoin needs recompilation as libboost got bumped
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.
due to a boostlib update, this package needs a rebuild Thavok
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.
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?
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.
Yes--That worked for me also. Thanks!
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
}
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).