Hi again,
> it’s also broken for me and I couldn’t come up with an easy fix,
> so I reverted the upgrade to 4.3 for now. If you `guix pull` it should
> be back to 4.2.2.
it looks like this was not sufficient. I pushed
927c58925667eabdcd07a9dc68e283ef0f6b6b0e to fix it and upgraded xpra
again in b3
Chris Marusich schreef op do 06-01-2022 om 20:32 [-0800]:
> + (if (string-prefix? "x86_64"
> system)
There's a target-x86-64? procedure in (guix utils) you could use here.
Greetings,
Maxime
signature.asc
Description: This is a digitally signed message part
Hi Jorge,
Jorge P. de Morais Neto writes:
> Hi,
>
> Em [2022-01-06 qui 08:46:43-0500], Maxim Cournoyer escreveu:
>
>> You could find one of the project maintainers email address in the git
>> history of the project and send them a private email with your
>> suggestion.
>
> I have just emailed El
On Sun, Sep 12, 2021 at 09:26:31AM +, Guillaume Le Vaillant wrote:
> Hi,
>
> I got a similar issue on core-updates-frozen with opencv.
>
> I solved it in 463a47f4d737ad645639ed32a1c97cfc3bf00ff0 with:
>
> --8<---cut here---start->8---
> -(search-input-
On Thu, Jan 6, 2022 at 9:32 PM Chris Marusich wrote:
>
> Aiko, can you confirm that after running "guix pull" the issue is
> resolved on your end, too?
>
I can confirm that this test passes here. However guix system
reconfigure is still failing for me on aarch64 due to the test
'file-needed/recur
After some testing I've found the regression was introduced in commits
f32a6055a5 and e0f31baacc, "build-system/gnu: strip with
--strip-unneeded", which replace "--strip-debug" with "--strip-unneeded"
for packages that use the GNU build system. It seems this is now
stripping a bit too much.
The s
On Fri, Jan 07, 2022 at 06:26:13PM -0700, Aiko Kyle wrote:
> I can confirm that this test passes here.
Awesome, I am closing this bug. Thanks everybody, for collaborating on a
quick fix!
> However guix system
> reconfigure is still failing for me on aarch64 due to the test
> 'file-needed/recursiv