unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Roman Scherer <roman.scherer@burningswell.com>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: <guix-devel@gnu.org>
Subject: Re: Merging ‘core-updates’ real soon
Date: Thu, 22 Aug 2024 19:51:08 +0200	[thread overview]
Message-ID: <86jzg8zbsj.fsf@burningswell.com> (raw)
In-Reply-To: <87ikvtppye.fsf@gnu.org> ("Ludovic Courtès"'s message of "Wed, 21 Aug 2024 22:43:05 +0200")

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

Ludovic Courtès <ludo@gnu.org> writes:

Hello,

I tried the core-updates on an Apple M1 aarch64 and can't build
libcamera. I sent a patch (bug#69178) that fixes this a while ago.

This is the log from the failing tests:

```
53/70 libcamera / file                                           FAIL            0.01s   (exit status 255 or signal 127 SIGinvalid)
>>> MALLOC_PERTURB_=33 LD_LIBRARY_PATH=/tmp/guix-build-libcamera-0.1.0.drv-0/build/src/libcamera:/tmp/guix-build-libcamera-0.1.0.drv-0/build/src/libcamera/base /tmp/guix-build-libcamera-0.1.0.drv-0/build/test/file
――――――――――――――――――――――――――――――――――――― ✀  ―――――――――――――――――――――――――――――――――――――
stderr:
Mapping of file region failed
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

54/70 libcamera / flags                                          OK              0.00s
55/70 libcamera / hotplug-cameras                                SKIP            0.01s   exit status 77
56/70 libcamera / message                                        OK              0.23s
57/70 libcamera / object                                         OK              0.01s
58/70 libcamera / object-delete                                  OK              0.01s
59/70 libcamera / object-invoke                                  OK              0.01s
60/70 libcamera / pixel-format                                   OK              0.01s
61/70 libcamera / shared-fd                                      OK              0.01s
62/70 libcamera / signal-threads                                 OK              0.11s
63/70 libcamera / threads                                        OK              0.51s
64/70 libcamera / timer                                          OK              8.66s
65/70 libcamera / timer-thread                                   OK              0.41s
66/70 libcamera / unique-fd                                      OK              0.01s
67/70 libcamera / utils                                          OK              0.01s
68/70 libcamera / yaml-parser                                    OK              0.01s
69/70 libcamera / fence                                          SKIP            0.01s   exit status 77
70/70 libcamera / mapped-buffer                                  SKIP            0.01s   exit status 77

Summary of Failures:

53/70 libcamera / file                                           FAIL            0.01s   (exit status 255 or signal 127 SIGinvalid)

Ok:                 35  
Expected Fail:      0   
Fail:               1   
Unexpected Pass:    0   
Skipped:            34  
Timeout:            0   
```

Could we please include this patch?

Thanks, Roman.

> Hello Guix!
>
> I’d like to propose merging ‘core-updates’ real soon, say by next week,
> Friday 30th.
>
>
> But first, this branch started about a year ago (!), and it’s hard for
> someone who’s not following IRC 7 days a week to figure out what the
> status is—something we should definitely improve on.
>
> An overview in terms of package coverage can be found here:
>
>   https://qa.guix.gnu.org/branch/core-updates
>
> To view “blocking builds” (packages that fail to build and thus “block”
> all those that depend on it), say for i686-linux, see:
>
>   https://data.qa.guix.gnu.org/revision/aab1fe98574e1cd4c7911c1e5571b3733fb71d67/blocking-builds?system=i686-linux&target=none&limit_results=50
>
> or run:
>
>   ./pre-inst-env guix weather -s i686-linux -c 200
>
> from a ‘core-updates’ checkout.  This gives an idea where to focus our
> efforts.  You can also browse individual ci.guix builds at:
>
>   https://ci.guix.gnu.org/eval/latest/dashboard?spec=core-updates
>
> Currently, we’re at ~95% on x86_64-linux, 80–90% on the other *-linux
> systems, and ~2% on i586-gnu (GNU/Hurd; that’s more or less where we
> were before.)  Note that ci.guix is still struggling with aarch64-linux
> build and hasn’t even attempted armhf-linux builds, but bordeaux.guix is
> doing well.
>
> I’m aware of at least one important issue that prevents use of Guix
> System on i686-linux:
>
>   https://issues.guix.gnu.org/72725
>
> To me, that’s the last blocker, even though there’s room for improvement
> here and there (for instance, FFmpeg currently fails to build on
> i686-linux).
>
> Anything else?
>
>
> A number of people already provided feedback informally after
> reconfiguring their systems on ‘core-updates’.  Please share your
> experience, positive or negative, here!
>
> Ludo’.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 528 bytes --]

  parent reply	other threads:[~2024-08-22 17:51 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-21 20:43 Merging ‘core-updates’ real soon Ludovic Courtès
2024-08-21 22:07 ` Kaelyn
2024-08-22 15:39   ` Ludovic Courtès
2024-08-22  9:50 ` Andreas Enge
2024-08-26 14:33   ` André Batista
2024-08-27 19:04     ` André Batista
2024-08-28 16:48       ` André Batista
2024-08-28 18:56         ` Kaelyn
2024-08-29 23:41           ` André Batista
2024-08-22 12:07 ` Ricardo Wurmus
2024-08-22 13:00   ` Andreas Enge
2024-08-22 17:51 ` Roman Scherer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-22 19:12 nathan via Development of GNU Guix and the GNU System distribution.
2024-08-25 18:19 ` John Kehayias
2024-08-28 21:16   ` Ludovic Courtès
2024-08-29  9:17     ` Ludovic Courtès
2024-08-29 19:53       ` Ludovic Courtès
2024-08-29 21:05         ` Kaelyn
2024-08-29 21:53         ` Nicolas Goaziou via Development of GNU Guix and the GNU System distribution.
2024-08-30  8:16           ` 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=86jzg8zbsj.fsf@burningswell.com \
    --to=roman.scherer@burningswell.com \
    --cc=guix-devel@gnu.org \
    --cc=ludo@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).