Search Criteria
Package Details: gnu-poke-git r5339.bf7d302e-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gnu-poke-git.git (read-only, click to copy) |
---|---|
Package Base: | gnu-poke-git |
Description: | The GNU extensible binary editor |
Upstream URL: | http://www.jemarch.net/poke.html |
Licenses: | GPL3 |
Conflicts: | poke |
Provides: | poke |
Submitter: | tleydxdy |
Maintainer: | necklace |
Last Packager: | necklace |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2020-03-30 08:34 (UTC) |
Last Updated: | 2023-02-07 13:22 (UTC) |
Dependencies (11)
- gc (gc-gitAUR)
- gettext (gettext-gitAUR)
- json-c (json-c-gitAUR)
- readline (readline-gitAUR)
- autoconf (autoconf-gitAUR) (make)
- automake (automake-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- help2man (help2man-gitAUR, python-help2manAUR) (make)
- libtool (libtool-gitAUR) (make)
- dejagnu (dejagnu-gitAUR) (check)
Latest Comments
necklace commented on 2023-03-20 15:08 (UTC)
@vgivanovic, apologies I didn't see your comment until now
It does either hint at you missing some ssl certificates (I'm assuming you have the
ca-certificates
package installed?), or, alternatively maybe your IP has been banned by ageinghacker.net (or their spamfilter, if they have one)Now, I did myself get an error saying that jitter no longer was the same repository, this can happen if git history is rewritten, so if
ca-certificates
doesn't resolve it (which I doubt, you probably have it installed), then try to rm -rf the .cache/yay/gnu-poke-git/jitter folder and make it download it again. That should solve it.vgivanovic commented on 2023-03-05 08:06 (UTC) (edited on 2023-03-05 08:28 (UTC) by vgivanovic)
I cannot install GNU poke. When I use 'yay -S gnu-poke-git' or when I download AUR's Git clone URL, I eventually get to trying to clone 'jitter'. This always fails.
Trying ableson.ageinghacker.net (alias for git.ageinghacker.net) fails in the same way. If I try using 82.221.139.216, the IP address for ableson.ageinghacker.net, I get
fatal: unable to access 'https://82.221.139.216/jitter.git/': SSL: no alternative certificate subject name matches target host name '82.221.139.216'
.The instructions on Luca Saiu's web page for cloning
(unsurprisingly) fail in the same way as trying to install the AUR package forGNU jitter
directlyGNU poke
.I've haven't had other GIT cloning issues recently.
Suggestions?
Arvedui commented on 2021-03-16 12:29 (UTC)
Seems to be a concurrency problem. I disabled parallel builds and it seems to build reliably now.
Arvedui commented on 2021-03-08 15:18 (UTC)
Sorry for the late response, can reproduce but don't know what causes it yet. will look into it soon.
DarkShadow44 commented on 2021-02-26 23:04 (UTC)
Doesn't compile for me:
Arvedui commented on 2020-11-18 14:33 (UTC)
Yea, just disown it it. I would be happy to take over :)
tleydxdy commented on 2020-11-18 14:12 (UTC)
actually I haven't been using this for a while now. It should be better anyone that actually uses this wants to adopt it. Should I just drop it then?
Will apply the patches tho
Arvedui commented on 2020-11-18 14:02 (UTC) (edited on 2020-11-18 14:31 (UTC) by Arvedui)
Hi, thanks for creating this package. I noticed a few issues in your PKGBUILD though
gettext
andjson-c
are missingdejagnu
CFLAGS
andLDFLAGS
are not passed to configureHere is a patch that fixes all those problems, fell free to just apply that.