Search Criteria
Notice: Undefined variable: name in /srv/http/vhosts/aur-dev.archlinux.org/public/web/lib/pkgfuncs.inc.php on line 248
Package Details: gridcoinresearch-daemon-git 3.5.7.1.r680.e68fbb0-1
Git Clone URL: | https://aur-dev.archlinux.org/gridcoinresearch-git.git (read-only) |
---|---|
Package Base: | gridcoinresearch-git |
Description: | GridCoin is a PoS-based cryptocurrency - Daemon |
Upstream URL: | http://gridcoin.us |
Licenses: | |
Conflicts: | |
Submitter: | alaviss |
Maintainer: | Tahvok |
Last Packager: | Tahvok |
Votes: | 4 |
Popularity: | 0.005567 |
First Submitted: | 2015-01-19 16:09 |
Last Updated: | 2016-08-01 21:56 |
Dependencies (15)
- boinc (boinc-nox)
- boost-libs
- curl (curl-http2-git, curl-git, curl-http2)
- libzip
- miniupnpc
- boost (make)
- curl (curl-http2-git, curl-git, curl-http2) (make)
- db (db6.2) (make)
- git (git-git) (make)
- libzip (make)
- miniupnpc (make)
- openssl (openssl-via-padlock, openssl-no-aesni, libressl-git, openssl102, openssl-chacha20, libressl, openssl-purify) (make)
- qrencode (make)
- qt5-base (qt5-base-dev-git, qt5-base-git) (make)
- qt5-tools (qt5-tools-git) (make)
Latest Comments
Tahvok commented on 2016-04-24 10:15
I have created a moore stable aur package based on the new git tags provided by developers:
https://aur.archlinux.org/packages/gridcoinresearch-qt
You might want to run that one
Tahvok commented on 2016-04-16 16:25
Updated dependencies and checked on clean arch.
Tahvok commented on 2016-04-11 08:53
@alaviss thanks for the feedback, updated the PKGBUILD.
Also, since last merge, the patch is no longer needed.
alaviss commented on 2016-04-09 04:28
Adding strip is unnecessary as "options=(strip)" is enabled by default in makepkg.conf
Tahvok commented on 2016-03-28 08:32
Updated to 3.5.6.0
The Upgrade option will appear, however that is not working. Will be removed after some investigation.
Also will need to check the dependencies, as there has been some changes over at gridcoin.
It will work though for most of you.
Please, report on problems!
dedxi commented on 2016-03-20 20:36
Got the following error when trying to install:
==> Starting prepare()...
patching file src/net.cpp
Hunk #1 FAILED at 16.
1 out of 1 hunk FAILED -- saving rejects to file src/net.cpp.rej
==> ERROR: A failure occurred in prepare().
Aborting...
The build failed.
So I looked to see if I could manually apply the patch and it appears that the newest net.cpp already has the changes that the patch is trying to apply (adding "miniupnpc/" to the UPNP include lines). So, I commented out the patch command in PUILDPKG and it seemed to build and install correctly.