bug#52908: 'tests/guix-system.sh' fails on aarch64-linux

2022-01-07 Thread Leo Famulari
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/recursive' in tests/gremlin.scm failing. There was an
> email on guix-devel starting to look into this issue on aarch64 but I
> haven't had the time to follow up.

I think there is a fix being discussed here:

https://issues.guix.gnu.org/52940





bug#53005: cryptsetup-static aborts opening LUKS2 volume with Argon2i PBKDF

2022-01-07 Thread Simon South
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 solution may be as simple as undoing this change in (at least) the
"static-package" function (guix/build-system/gnu.scm:211).
Alternatively we may need to add a "--keep-symbol" flag in a few places.

I'm continuing to investigate.

-- 
Simon South
si...@simonsouth.net





bug#52908: 'tests/guix-system.sh' fails on aarch64-linux

2022-01-07 Thread Aiko Kyle
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/recursive' in tests/gremlin.scm failing. There was an
email on guix-devel starting to look into this issue on aarch64 but I
haven't had the time to follow up.





bug#49949: [core-updates]: Blender fails to build

2022-01-07 Thread Leo Famulari
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-directory inputs "include/OpenEXR")
> +(string-drop-right
> + (search-input-file inputs "include/OpenEXR/ImathVec.h")
> + 11)
> --8<---cut here---end--->8---
> 
> It guess this will also work for bender, but I can't test right now
> because openvdb which bender depends on fails to build.
> 
> I suspect it happens because there are several inputs with
> a "include/OpenEXR" directory and 'search-input-directory' doesn't
> return the one we're looking for.

Well, I'm not sure what happened with Blender, but the version that
failed to build in this bug report (2.92) has been replaced in Guix with
version 3. And this new version is building fine. So I'm closing this
bug.





bug#49029: ungoogled-chromium failed to disable malware extension The Great Suspender

2022-01-07 Thread Maxim Cournoyer
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 Eloston.  I will inform here if he replies.

Thank you for doing so.  I'll close this on Guix side, as the discussion
has now moved to upstream, but feel free to reply with their response
(if any) here, for the record!

Thank you,

Maxim





bug#52908: 'tests/guix-system.sh' fails on aarch64-linux

2022-01-07 Thread Maxime Devos
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


bug#52869: xpra 4.3 appears to be broken

2022-01-07 Thread Lars-Dominik Braun
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 b3b6373cd6a759896b2c5ea4f84b7f0fa9df9e8d.

Cheers,
Lars