Am Mittwoch, dem 20.04.2022 um 17:22 +0200 schrieb Maxime Devos:
> X-Debbugs-CC: Hartmut Goebel
>
> Hi,
>
> There are some packages bundling CA certificates:
>
> * nss-certs / le-certs (this one is not a problem)
> * python-certifi
> * perl-mozilla-ca
> * rust-webpki-roots
> * erlang-certi
Hello everyone,
Someone reported the exact same issue today on IRC [1], with polkit
being the culprit. With a bigger backtrace, the match error happens at
line 901 in guix/gexp.scm, in the match inside the return part of
lower-inputs. This suggests that lower-object doesn't manage to return
a de
14.2 MB will be downloaded:
/gnu/store/5h2w4qi9hk1qzzgi1w83220ydslinr4s-glibc-2.33
/gnu/store/4jdghmc65q7i7ib89zmvq66l0ghf7jc4-glibc-2.33-static
/gnu/store/jwwvdgb3bgvbvbrd7k7zx2ircxhhrvd8-git-minimal-2.35.1
substituting /gnu/store/jwwvdgb3bgvbvbrd7k7zx2ircxhhrvd8-git-minimal-2.35.1...
Backt
calcium via Bug reports for GNU Guix schreef op vr 22-04-2022 om 17:59
[+0200]:
> ERROR:
> 1. &http-get-error:
> uri: #< scheme: https userinfo: #f host: "bordeaux.guix.gnu.org"
> port: #f path:
> "/nar/lzip/jwwvdgb3bgvbvbrd7k7zx2ircxhhrvd8-git-minimal-2.35.1" query: #f
> fragment: #f>
calcium via Bug reports for GNU Guix writes:
> 14.2 MB will be downloaded:
> /gnu/store/5h2w4qi9hk1qzzgi1w83220ydslinr4s-glibc-2.33
> /gnu/store/4jdghmc65q7i7ib89zmvq66l0ghf7jc4-glibc-2.33-static
> /gnu/store/jwwvdgb3bgvbvbrd7k7zx2ircxhhrvd8-git-minimal-2.35.1
> substituting /gnu/store/jww
It seems DAWs and plugins can't find each other because there is no
way to find the plugins outside of the store because there is no
directory where the plugins are aggregated, and $LV2_PATH isn't set.
Ludovic Courtès writes:
> Hi,
>
> Zhu Zihao skribis:
>
>> It shows that flatpak is trying to load GTK related resource from
>> /run/current-system/profile. And use
>>
>> ```
>> flatpak run --filesystem=/gnu/store:ro --filesystem=/run/current-system:ro
>> org.gnome.Solanum
>> ```
>>
>> It works