EDIT: I was able to solve this issue by adding options=(!buildflags !makeflags)
to the PKGBUILD. It seems some of the CFLAGS settings in /etc/makepkg.conf were conflicting with Julia's build flags.
I get the following error when trying to build this package (both when using an AUR helper and without):
/usr/include/c++/10.2.0/bits/stl_vector.h:1045: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](std::vector<_Tp, _Alloc>::size_type) [with _Tp = unsigned char; _Alloc = std::allocator<unsigned char>; std::vector<_Tp, _Alloc>::reference = unsigned char&; std::vector<_Tp, _Alloc>::size_type = long unsigned int]: Assertion '__builtin_expect(__n < this->size(), true)' failed.
Pinned Comments
petronny commented on 2021-02-22 06:42 (UTC) (edited on 2021-02-22 06:42 (UTC) by petronny)
Pre-built binaries of this package can be found in the arch4edu repository.