GNU bug report logs -
#72503
[PATCH] gnu: luajit: Update to v2.1 commit 04dca7911.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72503 in the body.
You can then email your comments to 72503 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#72503
; Package
guix-patches
.
(Wed, 07 Aug 2024 01:33:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jan Wielkiewicz <tona_kosmicznego_smiecia <at> interia.pl>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 07 Aug 2024 01:33:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/lua.scm (luajit): Update to 04dca7911.
[source]: Update checksum.
[arguments]: Don't symlink (on this branch the binary is simply "luajit").
Change-Id: I7aca5df134286c14a5049e88f370e8286647233d
---
gnu/packages/lua.scm | 16 +++++-----------
1 file changed, 5 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm
index 1e583b59b3..b47ea67e8e 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -21,6 +21,7 @@
;;; Copyright © 2023 Yovan Naumovski <yovan <at> gorski.stream>
;;; Copyright © 2023 Valter Nazianzeno <manipuladordedados <at> gmail.com>
;;; Copyright © 2023 Timo Wilken <guix <at> twilken.net>
+;;; Copyright © 2024 Jan Wielkiewicz <tona_kosmicznego_smiecia <at> interia.pl>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -166,8 +167,8 @@ (define-public lua-5.1
"lua51-pkgconfig.patch"))))))
(define-public luajit
- (let ((branch "2.1.0-beta3")
- (commit "6c4826f12c4d33b8b978004bc681eb1eef2be977"))
+ (let ((branch "v2.1")
+ (commit "04dca7911ea255f37be799c18d74c305b921c1a6"))
(package
(name "luajit")
(version (git-version branch "0" commit))
@@ -179,20 +180,13 @@ (define-public luajit
(file-name (git-file-name name version))
(sha256
(base32
- "1a002yh8v1i1q9w09494q0b8vsbmw3amn9jgfs5qnz7ba54jij0q"))))
+ "0srwk9nmiz8a93f70inq2597ff6xy203ckr4c0k7jcksdixymi9v"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; luajit is distributed without tests
#:phases
(modify-phases %standard-phases
- (delete 'configure) ; no configure script
- (add-after 'install 'create-luajit-symlink
- (lambda* (#:key outputs #:allow-other-keys)
- (let* ((out (assoc-ref outputs "out"))
- (bin (string-append out "/bin")))
- (with-directory-excursion bin
- (symlink ,(string-append name "-" branch)
- ,name))))))
+ (delete 'configure)) ; no configure script
#:make-flags (list (string-append "PREFIX="
(assoc-ref %outputs "out")))))
(home-page "https://www.luajit.org/")
base-commit: 5e567587dd4abf51f9a6fa44f5a852dde1115ce9
--
2.45.2
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Sun, 11 Aug 2024 10:43:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Jan Wielkiewicz <tona_kosmicznego_smiecia <at> interia.pl>
:
bug acknowledged by developer.
(Sun, 11 Aug 2024 10:43:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 72503-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Jan Wielkiewicz <tona_kosmicznego_smiecia <at> interia.pl> writes:
> * gnu/packages/lua.scm (luajit): Update to 04dca7911.
> [source]: Update checksum.
> [arguments]: Don't symlink (on this branch the binary is simply "luajit").
>
> Change-Id: I7aca5df134286c14a5049e88f370e8286647233d
> ---
> gnu/packages/lua.scm | 16 +++++-----------
> 1 file changed, 5 insertions(+), 11 deletions(-)
Thanks, I've pushed this to master as
174ecf5b1077d29498d9de22e27b13047f314feb.
Chris
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 08 Sep 2024 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 286 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.