-
Notifications
You must be signed in to change notification settings - Fork 715
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
X11-20201008-GCCcore-10.2.0.eb fails at installing bundle component #12017
Comments
As I found out this only occurs on Ubuntu, building on Centos succeds. |
Here's the relevant part of the log:
This looks like a problem due to a recent cc @zao @akesandgren |
On my machine the package is not installed and libXfont2 seems to also ship a private implementation of the function. The solution is probably to patch the source file(s) to include the correct header based on what The underlying problem has probably always been around, but may have been promoted to an error in recent GCC versions. |
Confirmed that removing |
I was having this exact same problem on Ubuntu 18.04. Managed to get it to install without issue by changing the libXfont2 version from 2.0.4 -> 2.0.3 Installed without issue after making that change and updating the checksums. |
Upstream issue: https://gitlab.freedesktop.org/xorg/lib/libxfont/-/issues/11 |
This only happens at bundle component libXfont2 v2.0.4, disabling it in config will result in successfull build.
Full log:
https://gist.github.com/Mormacill/0fb0700fde050660875ed831213fb9da
The text was updated successfully, but these errors were encountered: