Search Criteria
Package Details: peco 0.5.8-3
Git Clone URL: | https://aur.archlinux.org/peco.git (read-only, click to copy) |
---|---|
Package Base: | peco |
Description: | Simplistic interactive filtering tool |
Upstream URL: | https://github.com/peco/peco |
Licenses: | |
Submitter: | swalladge |
Maintainer: | None |
Last Packager: | swalladge |
Votes: | 25 |
Popularity: | 0.004349 |
First Submitted: | 2015-06-28 22:03 |
Last Updated: | 2020-12-14 21:43 |
Dependencies (2)
- go (go-tip, go-git, go-go2go-git, gcc-go-git, gcc-go) (make)
- wget (wget-git) (make)
Required by (5)
- awj-git
- emoji-cli-git
- oil
- todoist (optional)
- todoist-git (optional)
Latest Comments
1 2 Next › Last »
swalladge commented on 2020-12-14 21:43
@wereii thanks, updated. I don't use peco any more btw, so let me know if you would like to maintain this?
wereii commented on 2020-12-14 11:58
I am having this https://github.com/Jguer/yay/issues/1264 issue with this package.
I was able to solve it with this line on top of build()
passing the
-modcacherw
asgo build
arg didn't work.swalladge commented on 2020-04-17 02:23
@malteger I investigated how it was built and compared with how upstream builds it. Noticed an issue relating to the use of GO111MODULE, so I updated the PKGBUILD to work closer to how upstream does, and this fixed the build for gcc-go. Thanks for reporting. :)
malteger commented on 2020-04-15 10:23
I was not able to installing this package if go is provided by gcc-go, which for some unknown reasons was the case for me. So if you get something like the following install go instead of gcc-go
fabiofalci commented on 2017-08-25 16:58
Same error here, and I got glide installed:
== Building and installing package
== Making package: peco 0.5.1-1 (Wed Aug 23 13:29:46 EDT 2017)
== Checking runtime dependencies...
== Checking buildtime dependencies...
== Retrieving sources...
- Downloading peco-0.5.1.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 117 0 117 0 0 117 0 --:--:-- --:--:-- --:--:-- 439
100 76247 100 76247 0 0 76247 0 0:00:01 --:--:-- 0:00:01 76247
== Validating source files with sha256sums...
peco-0.5.1.tar.gz ... Passed
== Extracting sources...
- Extracting peco-0.5.1.tar.gz with bsdtar
bsdtar: Failed to set default locale
== Starting prepare()...
== Starting build()...
Creating _internal_bin
Installing dependencies...
make: _internal_bin/linux/amd64/glide: Command not found
make: *** [Makefile:53: installdeps] Error 127
% which glide
/usr/bin/glide
% pacman -Q | grep glide
glide 0.12.3-1
swalladge commented on 2017-08-25 00:29
@bbigras-luxo, I can't reproduce that - it builds fine on my system, and I don't have glide installed.
bbigras-luxo commented on 2017-08-23 17:31
==> Building and installing package
==> Making package: peco 0.5.1-1 (Wed Aug 23 13:29:46 EDT 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading peco-0.5.1.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 117 0 117 0 0 117 0 --:--:-- --:--:-- --:--:-- 439
100 76247 100 76247 0 0 76247 0 0:00:01 --:--:-- 0:00:01 76247
==> Validating source files with sha256sums...
peco-0.5.1.tar.gz ... Passed
==> Extracting sources...
-> Extracting peco-0.5.1.tar.gz with bsdtar
bsdtar: Failed to set default locale
==> Starting prepare()...
==> Starting build()...
Creating _internal_bin
Installing dependencies...
make: _internal_bin/linux/amd64/glide: Command not found
make: *** [Makefile:53: installdeps] Error 127
% which glide
/usr/bin/glide
% pacman -Q | grep glide
glide 0.12.3-1
swalladge commented on 2016-11-03 09:31
@j605 I can't reproduce that problem, neither on my machine nor in a clean container. Is your system up-to-date? Have you tried deleting all output files (src/, pkg/) and building from scratch?
Let me know how you go, and if it's still a problem you'll have to provide more information (full error log, whether you can build it following instructions from upstream, whether you can build a previous version of this package).
j605 commented on 2016-11-03 07:59
it doesn't work for me. This is what I get,
[ERROR] Failed to set version on github.com/mattn/go-runewidth to 737072b4e32b7a5018b4a7125da8d12de90e8045: The Remote does not match the VCS endpoint
[ERROR] Failed to set version on github.com/jessevdk/go-flags to 4cc2832a6e6d1d3b815e2b9d544b2a4dfb3ce8fa: The Remote does not match the VCS endpoint
[ERROR] Failed to set version on github.com/google/btree to 925471ac9e2131377a91e1595defec898166fe49: The Remote does not match the VCS endpoint
[ERROR] Failed to set version on github.com/pkg/errors to 839d9e913e063e28dfd0e6c7b7512793e0a48be9: The Remote does not match the VCS endpoint
[ERROR] Failed to set version on github.com/stretchr/testify to 976c720a22c8eb4eb6a0b4348ad85ad12491a506: The Remote does not match the VCS endpoint
[ERROR] Failed to set version on github.com/davecgh/go-spew to 6d212800a42e8ab5c146b8ace3490ee17e5225f9: The Remote does not match the VCS endpoint
[ERROR] Failed to set version on github.com/lestrrat/go-pdebug to 2e6eaaa5717f81bda41d27070d3c966f40a1e75f: The Remote does not match the VCS endpoint
[ERROR] Failed to set version on github.com/nsf/termbox-go to b6acae516ace002cb8105a89024544a1480655a5: The Remote does not match the VCS endpoint
[ERROR] Failed to set version on golang.org/x/net to daba796358cd2742b75aae05761f1b898c9f6a5c: The Remote does not match the VCS endpoint
An Error has occurred
make: *** [Makefile:29: installdeps] Error 2
I think it might be related to https://github.com/Masterminds/glide/issues/612
swalladge commented on 2016-10-20 01:46
... and now back to using the source. This time it correctly uses the downloaded version instead of grabbing the git master.