-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Up to date lokke in guix? #24
Comments
Eugen Stan ***@***.***> writes:
222:17 16 (map1 (((gnu packages pkg-config))))
3327:17 15 (resolve-interface (gnu packages pkg-config) #:select _ …)
[...]
In unknown file:
1 (%resolve-variable (7 . $PKG_CONFIG_PATH) #<directory (…>)
In ice-9/boot-9.scm:
1685:16 0 (raise-exception _ #:continuable? _)
ice-9/boot-9.scm:1685:16: In procedure raise-exception:
error: $PKG_CONFIG_PATH: unbound variable
Hmm, offhand, that looks like it's somewhere in guix with respect to
pkg-config, i.e. maybe it hasn't even gotten to the lokke build yet, but
I'm not yet very familiar with guix, so I don't have a great idea of
what to expect.
One option, if you have a suitable system available, might be to try to
get it building without guix first. The README instructions should be
correct (if not please let me know, and other than guile itself, there
aren't many dependencies.
|
I did manage to build it following README instructions on my system (Debian). Will ask on the IRC and try to update this on guix. Thansk, |
I managed to build lokke by using the guix from source and updating hash . https://guix.gnu.org/manual/en/html_node/Building-from-Git.html
+++ b/gnu/packages/guile-xyz.scm
@@ -5471,7 +5471,7 @@ (define-public guile-kolam
(license license:agpl3+)))
(define-public lokke
- (let ((commit "92d36370dc6d218ff3bf315e56ebef93808c1b79")
+ (let ((commit "8b04ccdd81e50cb4d161b186ace7ac2c524707ce")
(revision "1"))
(package
(name "lokke")
@@ -5483,7 +5483,7 @@ (define-public lokke
(file-name (git-file-name name version))
(sha256
(base32
- "1c913md4dcfb0x4n26wbx9wdw453wxg3c5rn49k3f6j8zjqv63yv"))))
+ "00v441sa57kr72kav8759rrsxrq8r83h689z2wlnn8q64bmz02wr"))))
(build-system gnu-build-system)
(arguments
|
I've copied over the package definition to my guix channel and I've updated the git sha. https://github.com/ieugen/bin-guix/blob/main/bin-guix/packages/lokke.scm |
Hi,
The lokke version in guix is quite old https://packages.guix.gnu.org/packages/lokke/0.0.0-1.92d3637/ .
It uses guile 2 I think.
I tried to update the git hash in my local guix and tried to build with:
But it failed with error.
I am using guix on Debian and I am not very knowlegeable abut this.
The text was updated successfully, but these errors were encountered: