GNU bug report logs -
#75075
[PATCH] gnu: Add julia-precompiletools.
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 75075 in the body.
You can then email your comments to 75075 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#75075
; Package
guix-patches
.
(Tue, 24 Dec 2024 23:42:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"King, Spencer" <spencer.king <at> wustl.edu>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 24 Dec 2024 23:42:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
[0001-gnu-Add-julia-precompiletools.patch (application/octet-stream, attachment)]
bug closed, send any further explanations to
75075 <at> debbugs.gnu.org and "King, Spencer" <spencer.king <at> wustl.edu>
Request was from
Ludovic Courtès <ludo <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Sat, 28 Dec 2024 22:07:03 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#75075
; Package
guix-patches
.
(Mon, 06 Jan 2025 17:43:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 75075 <at> debbugs.gnu.org (full text, mbox):
Hi,
On Tue, 24 Dec 2024 at 23:41, "King, Spencer" <spencer.king <at> wustl.edu> wrote:
> + (build-system julia-build-system)
> + ;; Tests try to download other repositories
> + ;; Tests try to install "fake" packages
> + (arguments
> + (list
> + #:tests? #f))
I think this is incorrect. The error is about:
--8<---------------cut here---------------start------------->8---
┌ Error: Error during package callback
│ exception =
│ 1-element ExceptionStack:
│ On worker 2:
│ ArgumentError: Package PC_A [13c4d82c-fea6-47db-9cd5-35bd2686c3b0] is required but does not seem to be installed:
│ - Run `Pkg.instantiate()` to install all recorded dependencies.
--8<---------------cut here---------------end--------------->8---
Coming from the call ’using PC_A’ in the file test/runtests.jl of the
test suite of the package PrecompileTools itself.
Well, the core issue seems that PrecompileTools requires Julia 1.9 and
the current version packaged by Guix is 1.8.3.
In other words, julia-build-system needs to be adjusted [2].
Cheers,
simon
PS: Please note the patch was also part of the series #75015 [1] with
the comment:
> + (build-system julia-build-system)
> + (arguments
> + (list
> + ;; Tets fail with error: caused by: GitError(Code:ERROR, Class:SSL,
> + ;; OpenSSL error: failed to load certificates: error:80000002:system
> + ;; library::No such file or directory).
> + #:tests? #f))
1: [bug#75015] [PATCH 03/38] gnu: Add julia-precompiletools.
Sharlatan Hellseher <sharlatanus <at> gmail.com>
Sat, 21 Dec 2024 20:22:23 +0000
id:680887b99e74c6c17cc53379e9030cf42d560887.1734811274.git.sharlatanus <at> gmail.com
https://issues.guix.gnu.org/75015
https://issues.guix.gnu.org/msgid/680887b99e74c6c17cc53379e9030cf42d560887.1734811274.git.sharlatanus <at> gmail.com
https://yhetil.org/guix/680887b99e74c6c17cc53379e9030cf42d560887.1734811274.git.sharlatanus <at> gmail.com
2: [bug#73197] [PATCH] gnu: julia: Update to 1.9.3.
Simon Tournier <zimon.toutoune <at> gmail.com>
Mon, 06 Jan 2025 16:43:23 +0100
id:87frlw3q3o.fsf <at> gmail.com
https://issues.guix.gnu.org/73197
https://issues.guix.gnu.org/msgid/87frlw3q3o.fsf <at> gmail.com
https://yhetil.org/guix/87frlw3q3o.fsf <at> gmail.com
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 04 Feb 2025 12:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.