-
Notifications
You must be signed in to change notification settings - Fork 29
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
Compile Glibc
: internal compiler error: in pop_scope, at c/c-decl.c
#141
Comments
I'd suspect it's because 2.30 is already preinstalled on GoboLinux Live CD
2.30 is the latest version of glibc. But I could be very wrong, as it is compilation error, not an installation error..? Trying to update Glibc Recipe to 2.34I tried to update the glibc Recipe to 2.34 and waiting for it to compile now: You have to extract it and
This is only a testing phase. I'm not sure if this will get anywhere. Alright seems to be failing as well. But differently
Important bit from the above log
A thing to notice is that this time it's "Installation step failed" and not a Compilation like on a 2.30 version. |
I'm really not sure what to do. |
Some information on building glibc: https://www.linuxfromscratch.org/~thomas/multilib/chapter08/glibc.html |
Do you see anything relevant on the system logs? Perhaps the very last lines of |
Suspicious Dmesg after Glibc 2.34 error (#141 (comment))
This line seems to be last in the dmesg.
Full dmesg log: Some more guesswork on glibc 2.34 compilation error (#141 (comment))The I saw some mysterious configure flag for glib on Linux from scratch that is missing in GoboLinux Glibc Recipe:
Gentoo forum trying to figure the reasons of this flag: https://forums.gentoo.org/viewtopic-t-1088276-start-0.html Maybe I'll try that next compilation time. But I have a bad feeling it won't help out a bit. For now I added
|
Summary so farSo far nothing helped. Same errors. I was not able to
|
I pressed close with comment on an accident. |
No errors while compiling Glibc on Virtual box in GoboLinux Live CD(Hardware is x64 bit with 4800mb of RAM) So, I tried to Compile Glibc 2.30 on a virtual box and in the live cd of gobolinux. Compiling Glibc might be only a problem for people that use AMD processors. I'm not sure maybe some flags are needed, maybe some packages are needed, maybe some configurations are needed. All I know is that Glibc seems to Compile on Virtual Box in Gobolinux Live CD |
This really looks like GCC having been built with optimizations not tailored for your processor. However, as I check the flags used to compile the GCC package that we ship in the Live CD, we used Are you running the same version of GCC shipped with the ISO, or did you build your own? |
I'm always trying to work on everything with the Live CD defaults.
You are right, I was quick to test things out, to make sure that is true.
It's not that horrible as long as it happen only for my own processor, which is For more details: https://www.userbenchmark.com/UserRun/31641448 I'll report if I'll have same problem with more processors, some months later. |
https://github.com/gobolinux/Recipes/tree/master/Glibc
So I tried to
Compile Glibc
on a Live CD today and had this weird compilation error.How I tried:
Last lines of a meaningful log:
Almost full log: (Useless, nothing interesting happens for the most part)
https://gist.github.com/BoQsc/5fb21300f558fb63b0299ceb5c0811d2
The text was updated successfully, but these errors were encountered: