GNU bug report logs - #72917
ffmpeg@{3,4,5} build failures on i686-linux

Previous Next

Package: guix;

Reported by: Dariqq <dariqq <at> posteo.net>

Date: Sat, 31 Aug 2024 15:48:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 72917 <at> debbugs.gnu.org (full text, mbox):

From: Dariqq <dariqq <at> posteo.net>
To: 72917 <at> debbugs.gnu.org
Subject: ffmpeg@{3,4,5} build failures on i686-linux
Date: Sun,  1 Sep 2024 12:15:01 +0000
I was able to reconfigure the system on core updates by adding the 
following snippet into openals phases

#$@(if (target-x86-32?)
 #~((add-before 'configure 'unprotect
     (lambda* _
       (substitute* "CMakeLists.txt"
         (("if\\(HAVE_GCC_PROTECTED_VISIBILITY\\)") "if(0)")))))
 #~())

which disables the protection causing problems. I don't know what the 
implications of this change are.




This bug report was last modified 273 days ago.

Previous Next


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