From: Simon Tournier <zimon.toutoune@gmail.com>
To: "King, Spencer" <spencer.king@wustl.edu>
Cc: "Ludovic Courtès" <ludo@gnu.org>,
"Sharlatan Hellseher" <sharlatanus@gmail.com>,
75075@debbugs.gnu.org
Subject: [bug#75075] [PATCH] gnu: Add julia-precompiletools.
Date: Mon, 06 Jan 2025 18:02:44 +0100 [thread overview]
Message-ID: <87bjwjyix7.fsf@gmail.com> (raw)
In-Reply-To: <CH3PR02MB974670CA2B6D2ED2AE78FA8490032@CH3PR02MB9746.namprd02.prod.outlook.com> (Spencer King's message of "Tue, 24 Dec 2024 23:41:02 +0000")
Hi,
On Tue, 24 Dec 2024 at 23:41, "King, Spencer" <spencer.king@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@gmail.com>
Sat, 21 Dec 2024 20:22:23 +0000
id:680887b99e74c6c17cc53379e9030cf42d560887.1734811274.git.sharlatanus@gmail.com
https://issues.guix.gnu.org/75015
https://issues.guix.gnu.org/msgid/680887b99e74c6c17cc53379e9030cf42d560887.1734811274.git.sharlatanus@gmail.com
https://yhetil.org/guix/680887b99e74c6c17cc53379e9030cf42d560887.1734811274.git.sharlatanus@gmail.com
2: [bug#73197] [PATCH] gnu: julia: Update to 1.9.3.
Simon Tournier <zimon.toutoune@gmail.com>
Mon, 06 Jan 2025 16:43:23 +0100
id:87frlw3q3o.fsf@gmail.com
https://issues.guix.gnu.org/73197
https://issues.guix.gnu.org/msgid/87frlw3q3o.fsf@gmail.com
https://yhetil.org/guix/87frlw3q3o.fsf@gmail.com
prev parent reply other threads:[~2025-01-06 17:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-24 23:41 [bug#75075] [PATCH] gnu: Add julia-precompiletools King, Spencer via Guix-patches via
2025-01-06 17:02 ` Simon Tournier [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87bjwjyix7.fsf@gmail.com \
--to=zimon.toutoune@gmail.com \
--cc=75075@debbugs.gnu.org \
--cc=ludo@gnu.org \
--cc=sharlatanus@gmail.com \
--cc=spencer.king@wustl.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).