In file included from ../3rdparty/javascriptcore/JavaScriptCore/interpreter/Register.h:32, from ../3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.h:35: ../3rdparty/javascriptcore/JavaScriptCore/runtime/JSValue.h: In constructor 'QTJSC::JSValue::JSValue(QTJSC::JSCell*)': ../3rdparty/javascriptcore/JavaScriptCore/runtime/JSValue.h:493:28: error: cast from 'QTJSC::JSCell*' to 'int32_t' {aka 'int'} loses precision [-fpermissive] 493 | u.asBits.payload = reinterpret_cast<int32_t>(ptr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../3rdparty/javascriptcore/JavaScriptCore/runtime/JSValue.h: In constructor 'QTJSC::JSValue::JSValue(const QTJSC::JSCell*)': ../3rdparty/javascriptcore/JavaScriptCore/runtime/JSValue.h:505:28: error: cast from 'QTJSC::JSCell*' to 'int32_t' {aka 'int'} loses precision [-fpermissive] 505 | u.asBits.payload = reinterpret_cast<int32_t>(const_cast<JSCell*>(ptr)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[2]: *** [Makefile:5353: obj/release/JITStubs.o] Error 1
Created attachment 13740 [details] патч
qt5-script-5.15.10-alt1 -> sisyphus: Mon Jul 10 2023 Sergey V Turchin <zerg@altlinux> 5.15.10-alt1 - new version - support LoongArch architecture (lp64d ABI) (thanks asheplyakov@alt) (closes: #46803)