GNU bug report logs - #68228
[PATCH] gnu: Add gnome-software.

Previous Next

Package: guix-patches;

Reported by: Justin Veilleux <terramorpha <at> cock.li>

Date: Wed, 3 Jan 2024 06:32:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Noé Lopez <noe <at> xn--no-cja.eu>
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: terramorpha <terramorpha <at> cock.li>, Mathieu Othacehe <othacehe <at> gnu.org>, Vivien Kraus <vivien <at> planete-kraus.eu>, Liliana Marie Prikler <liliana.prikler <at> gmail.com>, 68228 <at> debbugs.gnu.org
Subject: [bug#68228] [PATCH v3] gnu: Add gnome-software.
Date: Wed, 19 Mar 2025 15:33:42 +0100
[Message part 1 (text/plain, inline)]
Maxim Cournoyer <maxim.cournoyer <at> gmail.com> writes:

> Hi Noé,
>
> Noé Lopez <noe <at> noé.eu> writes:
>
> [...]
>
>>> Did you inspect their CI script/workflow file for clues?
>>>
>>
>> Good idea, but it seems they are just using a full Docker image so no
>> help there it seems.
>
> Docker, when using a single container (outside of 'docker compose')
> isn't appropriate to run multiple services (it's designed to run a
> single process, IIRC).  So it may be interesting to see how they managed
> to run a system dbus service there on top of the test.
>

Docker can have multiple processes, and they start dbus like this:
sudo mkdir -p /run/dbus
sudo mkdir -p /var
sudo ln -s /var/run /run
sudo dbus-daemon --system --fork

The mkdir part which we can’t do AFAIK for lack of permissions.

I’m sending a v4 with the other tests enabled.

Have a nice day,
Noé
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 64 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.