-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
std::__throw_bad_array_new_length
build failure on Fedora 34/GCC11
#40703
Comments
It happens on Arch Linux as well (also GCC 11). Edit: It works fine with GCC 10. |
This happens on my Arch linux as well with Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --with-isl --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-install-libiberty --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-libunwind-exceptions --disable-werror gdc_include_dir=/usr/include/dlang/gdc
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.1.0 (GCC) |
@sostock May I ask how you selected gcc-10 on arch to compile julia? I was looking in the Makefile for a |
@DoktorMike I didn’t edit the makefile, I just downgraded the gcc packages. However, it seems like one needs to be careful with that, since SDDM and KDE Plasma wouldn’t start for me after I did that. |
I've added to my
|
You can put |
I'm having problems as well on Arch. |
Having a similar issue (also on arch) |
git master fails to build on Fedora 34 (with GCC 11). This happens even with a fresh clone.
The text was updated successfully, but these errors were encountered: