| Summary: | qt5-script: ошибка сборки на LoongArch | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Sisyphus | Reporter: | Alexey Sheplyakov <asheplyakov> | ||||
| Component: | qt5-script | Assignee: | Sergey V Turchin <zerg> | ||||
| Status: | CLOSED FIXED | QA Contact: | qa-sisyphus | ||||
| Severity: | normal | ||||||
| Priority: | P5 | CC: | asheplyakov, iv, sin, zerg | ||||
| Version: | unstable | ||||||
| Hardware: | all | ||||||
| OS: | Linux | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 45802 | ||||||
| Attachments: |
|
||||||
Created attachment 13740 [details]
патч
|
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