Github messages for voidlinux
 help / color / mirror / Atom feed
From: g4s8 <g4s8@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: libgit2: update to 1.2.0.
Date: Tue, 19 Oct 2021 08:17:20 +0200	[thread overview]
Message-ID: <20211019061720.ilYYKUrj4-eDP8oymClQseTRZqD_OPSmtiUiO1fByMo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-33535@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 3080 bytes --]

New comment by g4s8 on void-packages repository

https://github.com/void-linux/void-packages/pull/33535#issuecomment-946400216

Comment:
@ericonr @q66 I tried to run same tests for `julia` in `master` build and got the same errors about Unicode tests:
```
Error in testset Unicode:
Error During Test at /builddir/julia-1.6.1/usr/share/julia/stdlib/v1.6/Unicode/test/runtests.jl:337
  Test threw exception
  Expression: collect(graphemes("🤦🏼\u200d♂️")) == ["🤦🏼\u200d♂️"]
  ArgumentError: destination has fewer elements than required
  Stacktrace:
   [1] copyto!(dest::Vector{SubString{String}}, src::Base.Unicode.GraphemeIterator{String})
     @ Base ./abstractarray.jl:844
   [2] _collect
     @ ./array.jl:608 [inlined]
   [3] collect(itr::Base.Unicode.GraphemeIterator{String})
     @ Base ./array.jl:602
   [4] macro expansion
     @ /builddir/julia-1.6.1/usr/share/julia/stdlib/v1.6/Unicode/test/runtests.jl:337 [inlined]
   [5] macro expansion
     @ /builddir/julia-1.6.1/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1151 [inlined]
   [6] top-level scope
     @ /builddir/julia-1.6.1/usr/share/julia/stdlib/v1.6/Unicode/test/runtests.jl:337
Error in testset Unicode:
Error During Test at /builddir/julia-1.6.1/usr/share/julia/stdlib/v1.6/Unicode/test/runtests.jl:338
  Test threw exception
  Expression: collect(graphemes("👨🏻\u200d🤝\u200d👨🏽")) == ["👨🏻\u200d🤝\u200d👨🏽"]
  ArgumentError: destination has fewer elements than required
  Stacktrace:
   [1] copyto!(dest::Vector{SubString{String}}, src::Base.Unicode.GraphemeIterator{String})
     @ Base ./abstractarray.jl:844
   [2] _collect
     @ ./array.jl:608 [inlined]
   [3] collect(itr::Base.Unicode.GraphemeIterator{String})
     @ Base ./array.jl:602
   [4] macro expansion
     @ /builddir/julia-1.6.1/usr/share/julia/stdlib/v1.6/Unicode/test/runtests.jl:338 [inlined]
   [5] macro expansion
     @ /builddir/julia-1.6.1/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1151 [inlined]
   [6] top-level scope
     @ /builddir/julia-1.6.1/usr/share/julia/stdlib/v1.6/Unicode/test/runtests.jl:337
Error in testset Unicode:
Test Failed at /builddir/julia-1.6.1/usr/share/julia/stdlib/v1.6/Unicode/test/runtests.jl:339
  Expression: collect(graphemes("🇸🇪🇸🇪")) == ["🇸🇪", "🇸🇪"]
   Evaluated: SubString{String}["🇸🇪🇸", "🇪"] == ["🇸🇪", "🇸🇪"]
Error in testset nghttp2_jll:
Test Failed at /builddir/julia-1.6.1/usr/share/julia/stdlib/v1.6/nghttp2_jll/test/runtests.jl:14
  Expression: VersionNumber(unsafe_string(info.version_str)) == v"1.41.0"
   Evaluated: v"1.45.1" == v"1.41.0"
ERROR: LoadError: Test run finished with errors
in expression starting at /builddir/julia-1.6.1/test/runtests.jl:84
make[1]: *** [Makefile:25: all] Error 1
make: *** [Makefile:536: testall] Error 2
=> ERROR: julia-1.6.1_1: do_check: '${make_cmd} ${make_check_args} ${make_check_target}' exited with 2
=> ERROR:   in do_check() at common/build-style/gnu-makefile.sh:33
```

I'm not sure how to fix it.

  parent reply	other threads:[~2021-10-19  6:17 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-14  7:10 [PR PATCH] " g4s8
2021-10-14 16:25 ` q66
2021-10-15  6:39 ` [PR PATCH] [Updated] " g4s8
2021-10-15  7:16 ` g4s8
2021-10-15  7:20 ` g4s8
2021-10-15 13:36 ` [PR REVIEW] " ericonr
2021-10-15 13:36 ` ericonr
2021-10-15 13:36 ` ericonr
2021-10-15 13:40 ` ericonr
2021-10-15 14:13 ` q66
2021-10-15 14:14 ` q66
2021-10-15 14:42 ` g4s8
2021-10-15 15:28 ` q66
2021-10-15 16:35 ` g4s8
2021-10-18  9:13 ` [PR PATCH] [Updated] " g4s8
2021-10-19  6:17 ` g4s8 [this message]
2021-10-19  6:17 ` g4s8
2021-10-19  6:17 ` g4s8
2021-10-19 13:44 ` q66
2021-10-19 14:10 ` [PR PATCH] [Updated] " g4s8
2021-10-19 15:40 ` g4s8
2021-10-25  7:13 ` g4s8
2021-10-26  5:39 ` g4s8
2021-11-15 14:46 ` g4s8
2021-11-17  9:49 ` g4s8
2021-11-17 15:36 ` q66
2021-11-18  6:34 ` [PR PATCH] [Updated] " g4s8
2022-06-07  2:12 ` github-actions
2022-06-21  2:13 ` [PR PATCH] [Closed]: " github-actions

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211019061720.ilYYKUrj4-eDP8oymClQseTRZqD_OPSmtiUiO1fByMo@z \
    --to=g4s8@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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.
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 NNTP newsgroup(s).