unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: zimoun <zimon.toutoune@gmail.com>
To: Akib Azmain Turja <akib@disroot.org>, guix-devel@gnu.org
Subject: Re: Can't install wine, curl build fails at 'check' stage
Date: Mon, 04 Jul 2022 14:25:43 +0200	[thread overview]
Message-ID: <8635fh12uw.fsf@gmail.com> (raw)
In-Reply-To: <8735fkb111.fsf@disroot.org>

Hi,

On Sat, 02 Jul 2022 at 10:18, Akib Azmain Turja <akib@disroot.org> wrote:

> I don't know why this is occurring.  "guix install curl" installs curl
> 7.79.1, but "guix install wine" tries to install curl 7.84.0, and fails.

I do not know why it fails for you.  The substitute is available:

    https://ci.guix.gnu.org/build/1083905/details


> Yes, "guix weather curl" says me that substitutes are available.

Hum, looking more closely,

--8<---------------cut here---------------start------------->8---
$ guix graph wine64 | grep curl
  "139723464965392" [label = "curl@7.79.1", shape = box, fontname = sans];
$ guix graph --path wine64 curl
wine64@7.8
gst-plugins-base@1.18.5
graphene@1.10.6
git-minimal@2.33.1
curl@7.79.1
--8<---------------cut here---------------end--------------->8---

but,

--8<---------------cut here---------------start------------->8---
(define-public curl
  (package
   (name "curl")
   (version "7.79.1")
   (replacement curl-7.84.0)

[...]

;; Replacement package with fixes for multiple vulnerabilities.
;; See <https://curl.se/docs/security.html>.
(define curl-7.84.0
  (package
    (inherit curl)
    (version "7.84.0")
--8<---------------cut here---------------end--------------->8---

And I do not know exactly which ’curl’ is thus considered.


Well, in any case, it fetches the substitutes,

--8<---------------cut here---------------start------------->8---
$ guix time-machine --commit=81cf674              \
     -- build  --no-grafts                        \
        -e '(@@ (gnu packages curl) curl-7.84.0)'
--8<---------------cut here---------------end--------------->8---

and it builds fine for me,

--8<---------------cut here---------------start------------->8---
$ guix time-machine --commit=81cf674              \
     -- build  --no-grafts                        \
        -e '(@@ (gnu packages curl) curl-7.84.0)' \
        --check
--8<---------------cut here---------------end--------------->8---

What is the output of these two commands for you?


Idem for the other curl@7.79.1.

Cheers,
simon


  parent reply	other threads:[~2022-07-04 12:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-01 16:33 Can't install wine, curl build fails at 'check' stage Akib Azmain Turja
2022-07-01 17:34 ` zimoun
2022-07-02  4:18   ` Akib Azmain Turja
2022-07-04 11:33     ` Akib Azmain Turja
2022-07-04 12:25     ` zimoun [this message]
2022-07-04 13:40 ` Ludovic Courtès
2022-07-04 17:46   ` zimoun
2022-07-06 15:25     ` Ludovic Courtès

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=8635fh12uw.fsf@gmail.com \
    --to=zimon.toutoune@gmail.com \
    --cc=akib@disroot.org \
    --cc=guix-devel@gnu.org \
    /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).