-
-
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
Build: failing Float16
intrinsics
on 1.6.6
or 1.7.2
on ubuntu 22.04
#45433
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm building julia
1.6.6
onubuntu 22.04
withgcc 11.2.0
from source archives.$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=22.04 DISTRIB_CODENAME=jammy DISTRIB_DESCRIPTION="Ubuntu 22.04 LTS" $ gcc --version gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0 [...] $ ldd --version ldd (Ubuntu GLIBC 2.35-0ubuntu3) 2.35 [...]
I have two unrelated patches applied, #45419 and #43717 for the build to end without errors.
I'm building all dependencies with
USE_BINARYBUILDER := 0
and aprefix
set, and standardmake -j
,make install
.Lots of
Float16
intrinsics tests are failing, running$ julia -e 'Base.runtests("intrinsics")'
:Here is a simple reproducer:
And the output:
Same failures observed when building and testing
1.7.2
. This used to build fine with tests passing onubuntu 20.04
.Has anyone seen that before ? Does anyone have any clue on which library or code section might be failing ?
The text was updated successfully, but these errors were encountered: