Opened 21 months ago

Closed 21 months ago

Last modified 21 months ago

#18326 closed task (fixed)

js102: Investigate r11.3-1119-gcefe20df32 change

Reported by: Xi Ruoyao Owned by: blfs-book
Priority: normal Milestone: 12.0
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description (last modified by Xi Ruoyao)

To me r11.3-1119-gcefe20df32 is very suspicious.

It's highly unlikely they'll ever change the default compiler for an ESR. And even if they do, the correct fix is using CXXFLAGS="-msse2 -mfpmath=sse", as we've concluded in the command explanations section.

And at least the default compiler is still clang on x86_64.

I can build a 32-bit VM and test it, but I'd like to defer it until Glibc-2.38 release. So creating a ticket here.

Change History (4)

comment:1 by Xi Ruoyao, 21 months ago

Description: modified (diff)
Summary: Investigate r11.3-1119-gcefe20df32 changejs102: Investigate r11.3-1119-gcefe20df32 change

comment:2 by Douglas R. Reno, 21 months ago

Nice spot. For some reason, I had CC=gcc CXX=g++ in my script, and did not think to check it. It works fine on x86_64 after all. It does build properly if Clang is used.

Thank you for bringing up the command explanation.

I will revert the JS102 change, sorry for the noise.

comment:3 by Douglas R. Reno, 21 months ago

Resolution: fixed
Status: newclosed

comment:4 by Bruce Dubbs, 21 months ago

Milestone: 11.412.0

Milestone renamed

Note: See TracTickets for help on using tickets.