Search Criteria
Package Details: guile-git-lib 0.5.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/guile-git-lib.git (read-only, click to copy) |
---|---|
Package Base: | guile-git-lib |
Description: | Guile bindings for libgit2 |
Upstream URL: | https://gitlab.com/guile-git/guile-git |
Keywords: | libgit2 |
Licenses: | GPL3 |
Submitter: | lantw44 |
Maintainer: | lantw44 |
Last Packager: | lantw44 |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2017-12-10 04:32 (UTC) |
Last Updated: | 2021-11-11 16:30 (UTC) |
Dependencies (4)
- guile (guile3, guile-git)
- guile-bytestructures
- libgit2 (libgit2-git)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
Latest Comments
lantw44 commented on 2021-11-11 16:32 (UTC)
@Alireza This is an upstream bug. I have updated the PKGBUILD to apply the patch from https://gitlab.com/guile-git/guile-git/-/merge_requests/31.
Alireza commented on 2021-10-29 07:51 (UTC) (edited on 2021-10-29 07:52 (UTC) by Alireza)
Hi there I faced this
and also at last
fenuks commented on 2021-07-26 12:04 (UTC) (edited on 2021-07-26 12:15 (UTC) by fenuks)
Sorry, these locales are my fault. I used
LANG=en makepkg
to have messages in English, and it works fine with tools like makepkg, make, etc., but guile apparently doesn't understand that, and requires something like LANG=en_GB.UTF8, which in turn doesn't work with make, makepkg. I've updated build log when I passedLANG=en_GB.UTF8
, these warnings are irrelevant.EDIT: I just tried building it in clean chroot, and it worked, so it must be something related to my configuration/other packages.
EDIT2: Running
sudo pacman -Rss guix
fixed building problem. I suppose one of guile libraries was causing problem.lantw44 commented on 2021-07-25 18:16 (UTC)
I can't reproduce the issue. Do you know why there were a lot of 'failed to install locale: Invalid argument' messages?
fenuks commented on 2021-07-20 08:52 (UTC) (edited on 2021-07-26 12:00 (UTC) by fenuks)
It doesn't build for me. Build log below.
haawda commented on 2021-06-16 11:32 (UTC)
Fails to build if guile 3 is installed. Add GUILE_EFFECTIVE_VERSION=2.2 to the .configure call to fix this.
simona commented on 2020-11-30 15:16 (UTC)
==> Avvio di check() in corso...
make check-TESTS
make[1]: ingresso nella directory «/home/simona/.cache/yay/guile-git-lib/src/guile-git-0.3.0»
make[2]: ingresso nella directory «/home/simona/.cache/yay/guile-git-lib/src/guile-git-0.3.0»
PASS: tests/blob.scm
PASS: tests/branch.scm
FAIL: tests/clone.scm
PASS: tests/commit.scm
PASS: tests/describe.scm
PASS: tests/oid.scm
PASS: tests/reference.scm
SKIP: tests/repository.scm
PASS: tests/reset.scm
PASS: tests/remote.scm
PASS: tests/rev-parse.scm
PASS: tests/status.scm
PASS: tests/submodule.scm
PASS: tests/tag.scm
PASS: tests/tree.scm
============================================================================
Testsuite summary for Guile-Git 0.3.0
============================================================================
TOTAL: 86
PASS: 82
SKIP: 1
XFAIL: 0
FAIL: 3
XPASS: 0
ERROR: 0
lantw44 commented on 2020-08-29 15:31 (UTC)
@simendsjo Does it succeed if you try it again? Probably sshd was too slow to respond.
simendsjo commented on 2020-08-28 18:31 (UTC)
I get strange errors like
lantw44 commented on 2020-06-13 07:41 (UTC)
There are a few files which are present in the git repository but missing from the source tarball. I have updated the PKGBUILD to download missing files from GitLab.
https://gitlab.com/guile-git/guile-git/-/merge_requests/26
MayeulC commented on 2020-06-03 18:41 (UTC) (edited on 2020-06-03 18:42 (UTC) by MayeulC)
The package fails tests:
Here is the log in question:
I'm unsure what to do...
lantw44 commented on 2018-06-09 04:34 (UTC)
I reported this problem to pkgconf: https://github.com/pkgconf/pkgconf/issues/186.
mikezackles commented on 2018-06-08 21:52 (UTC)
Without digging much, the problem seems to be that extra quotation marks are added surrounding /usr during the configure step.
mikezackles commented on 2018-06-08 21:31 (UTC)
This isn't building for me:
ice-9/boot-9.scm:752:25: In procedure dispatch-exception: Syntax error: git/config.scm:23:0: source expression failed to match any pattern in form (define %libgit2 "" /usr "/lib/libgit2")