unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Akib Azmain Turja <akib@disroot.org>
Cc: guix-devel@gnu.org
Subject: Re: Can't install wine, curl build fails at 'check' stage
Date: Mon, 04 Jul 2022 15:40:53 +0200	[thread overview]
Message-ID: <87czelatcq.fsf@gnu.org> (raw)
In-Reply-To: <87r134n66m.fsf@disroot.org> (Akib Azmain Turja's message of "Fri, 01 Jul 2022 22:33:53 +0600")

Hi,

Akib Azmain Turja <akib@disroot.org> skribis:

> The following derivation will be built:
>   /gnu/store/v3kc0z1mx7zai6hky8kzlp171cxr2ccj-curl-7.84.0.drv

Indeed, ‘guix build
/gnu/store/v3kc0z1mx7zai6hky8kzlp171cxr2ccj-curl-7.84.0.drv’ fails with:

--8<---------------cut here---------------start------------->8---
test 3019...[HTTP with invalid --resolve syntax]
-------e--- OK (1497 out of 1504, remaining: 00:01, took 0.026s, duration: 06:56)
test 3020...[HTTP with invalid --connect-to syntax]
-------e--- OK (1498 out of 1504, remaining: 00:01, took 0.026s, duration: 06:56)
Use of uninitialized value $USER in substitution iterator at ./runtests.pl line 3453.
test 3021 SKIPPED: curl lacks libssh2 support
Use of uninitialized value $USER in substitution iterator at ./runtests.pl line 3453.
test 3022 SKIPPED: curl lacks libssh2 support
test 3025...[CURLOPT_HTTP200ALIASES]
---d---e--- OK (1503 out of 1504, remaining: 00:00, took 0.025s, duration: 06:56)
test 3026...[curl_global_init thread-safety]

lib3026 returned 255, when expecting 0
 exit FAILED

 - abort tests
TESTDONE: 1520 tests were considered during 417 seconds.
TESTINFO: 252 tests were skipped due to these restraints:
TESTINFO: "curl lacks debug support" 69 times (159, 356, 358, 359, 363, 412, 413, 823, 832 and 60 more)
TESTINFO: "no stunnel" 45 times (300, 301, 302, 303, 304, 305, 306, 309, 310 and 36 more)
TESTINFO: "curl lacks unittest support" 40 times (1300, 1301, 1302, 1303, 1304, 1305, 1306, 1308, 1309 and 31 more)
TESTINFO: "curl lacks sftp server support" 37 times (582, 583, 600, 602, 604, 606, 608, 609, 610 and 28 more)
TESTINFO: "configured as DISABLED" 16 times (323, 594, 836, 882, 938, 1182, 1184, 1209, 1211 and 7 more)
TESTINFO: "curl lacks scp server support" 12 times (601, 603, 605, 607, 617, 619, 621, 623, 629 and 3 more)
TESTINFO: "curl lacks Schannel support" 6 times (2033, 2070, 2079, 2087, 3023, 3024)
TESTINFO: "curl lacks brotli support" 3 times (314, 315, 316)
TESTINFO: "curl has idn support" 3 times (959, 960, 961)
TESTINFO: "curl lacks zstd support" 2 times (396, 397)
TESTINFO: "curl lacks TrackMemory support" 2 times (96, 558)
TESTINFO: "curl lacks OpenSSL support" 2 times (307, 308)
TESTINFO: "curl lacks manual support" 2 times (1026, 1179)
TESTINFO: "curl lacks sftp support" 2 times (632, 1459)
TESTINFO: "Resolving IPv6 'ip6-localhost' didn't work" 2 times (241, 1083)
TESTINFO: "curl lacks libssh2 support" 2 times (3021, 3022)
TESTINFO: "curl lacks Unicode support" 1 time (1703)
TESTINFO: "failed starting SMB server" 1 time (1451)
TESTINFO: "curl lacks PSL support" 1 time (1136)
TESTINFO: "curl has threaded-resolver support" 1 time (506)
TESTINFO: "curl has ipv6 support" 1 time (1454)
TESTINFO: "curl has proxy support" 1 time (375)
TESTINFO: "curl lacks ldap support" 1 time (1560)
TESTDONE: 1267 tests out of 1268 reported OK: 99%

TESTFAIL: These test cases failed: 3026 

make: *** [Makefile:809: test] Error 1
make: Leaving directory '/tmp/guix-build-curl-7.84.0.drv-0/curl-7.84.0/tests'
error: in phase 'check': uncaught exception:
%exception #<&invoke-error program: "make" arguments: ("-C" "tests" "test") exit-status: 2 term-signal: #f stop-signal: #f> 
phase `check' failed after 518.1 seconds
command "make" "-C" "tests" "test" failed with status 2
--8<---------------cut here---------------end--------------->8---

Now, I don’t see where this .drv comes from.  Here’s what I see on
x86_64:

--8<---------------cut here---------------start------------->8---
$ guix build curl -d --no-grafts
/gnu/store/vygnm458v0vpnpqfcgdgk7i46gy7znv3-curl-7.79.1.drv
$ guix build curl -d 
/gnu/store/zny336h8l7h5vjslck2f40a6cdw8mn0m-curl-7.84.0.drv
$ guix describe
Generation 221  Jul 03 2022 23:52:07    (current)
  guix e069de4
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: e069de452a2c923868f5137421b4b6349c38d754
--8<---------------cut here---------------end--------------->8---

Thoughts?

Ludo’.


  parent reply	other threads:[~2022-07-04 14:44 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
2022-07-04 13:40 ` Ludovic Courtès [this message]
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=87czelatcq.fsf@gnu.org \
    --to=ludo@gnu.org \
    --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).