Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - TeLLie

Pages: 1 ... 5 6 [7] 8 9 ... 16
91
Programming / Re: Qt6
« on: November 15, 2022, 10:13:47 pm »
Hey Tellie,

Hi Paul,

I add that to the cmakelist and now it bypass the error :)

i will report later where it ends...

G:/qt6-os2/src/network/kernel/qhostinfo.cpp:413:5: error: 'sockaddr_in6' was not declared in this scope; did you mean 'sockaddr_in'?
  413 |     sockaddr_in6 sa6;
      |     ^~~~~~~~~~~~
      |     sockaddr_in
G:/qt6-os2/src/network/kernel/qhostinfo.cpp:425:44: error: 'sa6' was not declared in this scope; did you mean 'sa'?
  425 |         sa = reinterpret_cast<sockaddr *>(&sa6);
      |                                            ^~~
      |                                            sa
G:/qt6-os2/src/network/kernel/qhostinfo.cpp: In static member function 'static QHostInfo QHostInfoAgent::lookup(const QString&)':
G:/qt6-os2/src/network/kernel/qhostinfo.cpp:499:17: error: 'sockaddr_in6' was not declared in this scope; did you mean 'sockaddr_in'?
  499 |                 sockaddr_in6 *sa6 = (sockaddr_in6 *) node->ai_addr;
      |                 ^~~~~~~~~~~~
      |                 sockaddr_in
G:/qt6-os2/src/network/kernel/qhostinfo.cpp:499:31: error: 'sa6' was not declared in this scope
  499 |                 sockaddr_in6 *sa6 = (sockaddr_in6 *) node->ai_addr;
      |                               ^~~
G:/qt6-os2/src/network/kernel/qhostinfo.cpp:499:52: error: expected primary-expression before ')' token
  499 |                 sockaddr_in6 *sa6 = (sockaddr_in6 *) node->ai_addr;
      |                                                    ^

Here it ends, will look tomorrow more as im now busy witj other things ..

I had this too - do a 'git pull' and it should address it.

I get this after i had did the pull...
I try later again....

92
Programming / Re: Qt6
« on: November 15, 2022, 09:58:35 pm »
I did a git pull, but maybe you dint push the change yet

93
Programming / Re: Qt6
« on: November 15, 2022, 08:55:55 pm »
Hi Paul,

I add that to the cmakelist and now it bypass the error :)

i will report later where it ends...

G:/qt6-os2/src/network/kernel/qhostinfo.cpp:413:5: error: 'sockaddr_in6' was not declared in this scope; did you mean 'sockaddr_in'?
  413 |     sockaddr_in6 sa6;
      |     ^~~~~~~~~~~~
      |     sockaddr_in
G:/qt6-os2/src/network/kernel/qhostinfo.cpp:425:44: error: 'sa6' was not declared in this scope; did you mean 'sa'?
  425 |         sa = reinterpret_cast<sockaddr *>(&sa6);
      |                                            ^~~
      |                                            sa
G:/qt6-os2/src/network/kernel/qhostinfo.cpp: In static member function 'static QHostInfo QHostInfoAgent::lookup(const QString&)':
G:/qt6-os2/src/network/kernel/qhostinfo.cpp:499:17: error: 'sockaddr_in6' was not declared in this scope; did you mean 'sockaddr_in'?
  499 |                 sockaddr_in6 *sa6 = (sockaddr_in6 *) node->ai_addr;
      |                 ^~~~~~~~~~~~
      |                 sockaddr_in
G:/qt6-os2/src/network/kernel/qhostinfo.cpp:499:31: error: 'sa6' was not declared in this scope
  499 |                 sockaddr_in6 *sa6 = (sockaddr_in6 *) node->ai_addr;
      |                               ^~~
G:/qt6-os2/src/network/kernel/qhostinfo.cpp:499:52: error: expected primary-expression before ')' token
  499 |                 sockaddr_in6 *sa6 = (sockaddr_in6 *) node->ai_addr;
      |                                                    ^

Here it ends, will look tomorrow more as im now busy witj other things ..

94
Programming / Re: Qt6
« on: November 15, 2022, 12:29:38 pm »
Hi Paul,
If i look in the qt5 repo i see same file  is using for the qt5 port

95
Programming / Re: Qt6
« on: November 14, 2022, 10:40:42 pm »
Hi


96
Programming / Re: Qt6
« on: November 14, 2022, 09:20:37 pm »
Hi Paul,
It makes no diff if i remove the --parallel
Still failed with the "IID" error....

97
Programming / Re: Qt6
« on: November 14, 2022, 08:58:42 pm »
Hi Paul,

How you get then the dll's you showed?
As i see not a single dll atm :P

98
Programming / Re: Qt6
« on: November 14, 2022, 05:48:29 pm »
Hi Paul....

Now it failed here:

[194/1197] Automatic MOC for target QOS2IntegrationPlugin
FAILED: src/plugins/platforms/os2/CMakeFiles/QOS2IntegrationPlugin_autogen src/plugins/platforms/os2/QOS2IntegrationPlugin_autogen/mocs_compilation.cpp
cd G:/Qt6-dev/src/plugins/platforms/os2 && H:/usr/local1220/bin/cmake.exe -E cmake_autogen G:/Qt6-dev/src/plugins/platforms/os2/CMakeFiles/QOS2IntegrationPlugin_autogen.dir/AutogenInfo.json Release

AutoMoc subprocess error
------------------------
The moc process failed to compile
  "SRC:/src/plugins/platforms/os2/main.cpp"
into
  "BIN:/src/plugins/platforms/os2/QOS2IntegrationPlugin_autogen/include/main.moc"
included by
  "SRC:/src/plugins/platforms/os2/main.cpp"

Command
-------
G:/Qt6-dev/bin/moc.exe -DQOS2IntegrationPlugin_EXPORTS -DQT_DEPRECATED_WARNINGS -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_DEBUG -DQT_NO_EXCEPTIONS -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_PLUGIN -IG:/qt6-os2/src/plugins/platforms/os2 -IG:/Qt6-dev/src/plugins/platforms/os2 -IG:/Qt6-dev/include -IG:/qt6-os2/mkspecs/os2-g++ -IH:/USR/LOCAL1220/include/c++/12.2.0 -IH:/USR/LOCAL1220/include/c++/12.2.0/i686-pc-os2-emx -IH:/USR/LOCAL1220/lib/gcc/i686-pc-os2-emx/12.2.0/include -Ic:/usr/include -IH:/USR/LOCAL1220/include/c++/12.2.0/backward -IH:/USR/LOCAL1220/include -IH:/usr/local1220/lib/gcc/i686-pc-os2-emx/12.2.0/include-fixed --include G:/Qt6-dev/src/plugins/platforms/os2/QOS2IntegrationPlugin_autogen/moc_predefs.h -o G:/Qt6-dev/src/plugins/platforms/os2/QOS2IntegrationPlugin_autogen/include/main.moc G:/qt6-os2/src/plugins/platforms/os2/main.cpp

Output
------
G:/qt6-os2/src/plugins/platforms/os2/main.cpp:49:1: error: Parse error at "IID"

[195/1197] Automatic MOC for target FbSupportPrivate
[196/1197] Automatic MOC for target Core
AutoMoc: G:/qt6-os2/src/corelib/plugin/qpluginloader.h:0:1: note: No relevant classes found. No output generated.
ninja: build stopped: subcommand failed.

99
Programming / Re: Qt6
« on: November 14, 2022, 08:41:14 am »
Hi Paul,

Hmmm i notice that i have to add the libstdc++ allways in the cmd i use, its not picked up automatically for some reasons.

How to get that auto so i have not to set that allways manually??

I will try again with the libstdc++.a adding

100
Programming / Re: Qt6
« on: November 14, 2022, 08:02:52 am »
Hi Paul

In using same configure line as you use.
Only i use sh instead of dash
I will check later the things you ask for..

101
Programming / Re: Qt6
« on: November 13, 2022, 03:39:00 pm »
Hi Paul,
i run after the configure cmake --build . --parallel 2>stdout 1>stderr

i give it a shot but it failed linking the exe files...

[1/1018] Linking CXX executable bin/rcc.exe
FAILED: bin/rcc.exe
: && echo NAME rcc  > bin/rcc.exe.def && echo DESCRIPTION \"@#cmake build system:0.0#@##1## 13 Nov 2022 13:50:16\ \ \ \ \ TeLLieLaPPie::::0::@@rcc\" >> bin/rcc.exe.def && echo  >> bin/rcc.exe.def && h:/usr/local1220/bin/g++.exe -DNDEBUG -O2 -Zomf -Zomf -Zlinker DISABLE -Zlinker 1121 -lcx src/tools/rcc/CMakeFiles/rcc.dir/main.cpp.o src/tools/rcc/CMakeFiles/rcc.dir/rcc.cpp.o -o bin/rcc.exe   src/tools/bootstrap/Bootstrap.a  H:/USR/LOCAL1220/lib/pcre2-16_dll.a  H:/USR/LOCAL1220/lib/z.dll  -lpthread bin/rcc.exe.def && :
weakld: error: Unresolved symbol (UNDEF) '__ZNSt3pmr25monotonic_buffer_resourceD1Ev'.
weakld: info: The symbol is referenced by:
    D:\temp\ldconv_Bootstrap_a_1c626370eec814ab50.lib(qdiriterator.cpp.obj)
    D:\temp\ldconv_Bootstrap_a_1c626370eec814ab50.lib(qfilesystemengine.cpp.obj)
    D:\temp\ldconv_Bootstrap_a_1c626370eec814ab50.lib(qstringlist.cpp.obj)
weakld: error: Unresolved symbol (UNDEF) '__ZSt28__throw_bad_array_new_lengthv'.
weakld: info: The symbol is referenced by:
    D:\temp\ldconv_Bootstrap_a_1c626370eec814ab50.lib(qdiriterator.cpp.obj)
    D:\temp\ldconv_Bootstrap_a_1c626370eec814ab50.lib(qfilesystemengine.cpp.obj)
    D:\temp\ldconv_Bootstrap_a_1c626370eec814ab50.lib(qstringlist.cpp.obj)
weakld: error: Unresolved symbol (UNDEF) '__ZTVNSt3pmr25monotonic_buffer_resourceE'.
weakld: info: The symbol is referenced by:
    D:\temp\ldconv_Bootstrap_a_1c626370eec814ab50.lib(qdiriterator.cpp.obj)
    D:\temp\ldconv_Bootstrap_a_1c626370eec814ab50.lib(qfilesystemengine.cpp.obj)
    D:\temp\ldconv_Bootstrap_a_1c626370eec814ab50.lib(qstringlist.cpp.obj)
Ignoring unresolved externals reported from weak prelinker.
[2/1018] Linking CXX executable bin/moc.exe
FAILED: bin/moc.exe



102
Programming / Re: Building Qt5
« on: October 28, 2022, 05:52:37 pm »
Hi Paul,

I dont see this error on my build..

I have in .pri file...

QT.sqldrivers.enabled_features =
QT.sqldrivers.disabled_features =
QT.sqldrivers.QT_CONFIG =
QT.sqldrivers.exports =
QT.sqldrivers_private.enabled_features = sql-sqlite system-sqlite
QT.sqldrivers_private.disabled_features = sql-db2 sql-ibase sql-mysql sql-oci sql-odbc sql-psql sql-sqlite2 sql-tds
QT.sqldrivers_private.libraries = sqlite
QMAKE_LIBS_SQLITE = -lsqlite3
QMAKE_DEPENDS_SQLITE_CC = ZLIB
QMAKE_DEPENDS_SQLITE_LD = ZLIB

103
Programming / Re: Building Qt5
« on: October 25, 2022, 12:10:45 am »
Hi Paul,

I dint manage also not to get is build on my new machine, on my previous W530 i where able to get it build.

Now i get some like:
Code: [Select]
[1/5669] g++ -MMD -MF obj/services/network/public/cpp/cpp_base/p2p_param_traits.o.d -DIS_NETWORK_CPP_BASE_IMPL -DUSE_AURA=1 -DUSE_NSS_CERTS=1 -DTOOLKIT_QT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DOPENSSL_NO_ASM -DUSING_SYSTEM_ICU=1 -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC -DUCHAR_TYPE=wchar_t -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DHAVE_PTHREAD -DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0 -DWEBRTC_CHROMIUM_BUILD -DWEBRTC_POSIX -DWEBRTC_OS2 -DWEBRTC_NO_INET6 -DABSL_ALLOCATOR_NOTHROW=1 -DWEBRTC_USE_BUILTIN_ISAC_FIX=0 -DWEBRTC_USE_BUILTIN_ISAC_FLOAT=1 -DHAVE_SCTP -DNO_MAIN_THREAD_WRAPPING -I. -Igen -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium -Igen -Igen -Igen -Igen -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/perfetto/include -Igen/third_party/perfetto/build_config -Igen/third_party/perfetto -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/libyuv/include -Igen -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/jsoncpp/source/include -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/jsoncpp/generated -Igen -Igen -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/boringssl/src/include -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/ced/src -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/protobuf/src -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/protobuf/src -Igen/protoc_out -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/webrtc_overrides -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/webrtc -Igen/third_party/webrtc -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/abseil-cpp -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -funwind-tables -Zomf -m32 -msse2 -mfpmath=sse -mmmx -Wno-builtin-macro-redefined -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wno-deprecated-declarations -fno-delete-null-pointer-checks -Wno-comments -Wno-packed-not-aligned -Wno-dangling-else -Wno-missing-field-initializers -Wno-unused-parameter -O2 -fomit-frame-pointer -s -I/@unixroot/usr/include/nss3 -I/@unixroot/usr/include/nspr4 -std=gnu++14 -Wno-narrowing -Wno-class-memaccess -Wno-attributes -Wno-class-memaccess -Wno-subobject-linkage -Wno-invalid-offsetof -Wno-return-type -Wno-deprecated-copy -fno-exceptions -fno-rtti -Wno-deprecated-declarations -c ../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/services/network/public/cpp/p2p_param_traits.cc -o obj/services/network/public/cpp/cpp_base/p2p_param_traits.o
[2/5669] touch obj/services/network/public/cpp/cert_verifier/cert_verifier.inputdeps.stamp
[3/5669] g++ -MMD -MF obj/services/network/public/cpp/cert_verifier/cert_verifier/cert_net_fetcher_url_loader.o.d -DIS_CERT_VERIFIER_CPP_IMPL -DUSE_AURA=1 -DUSE_NSS_CERTS=1 -DTOOLKIT_QT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DOPENSSL_NO_ASM -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DHAVE_PTHREAD -DUSING_SYSTEM_ICU=1 -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC -DUCHAR_TYPE=wchar_t -DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0 -DWEBRTC_CHROMIUM_BUILD -DWEBRTC_POSIX -DWEBRTC_OS2 -DWEBRTC_NO_INET6 -DABSL_ALLOCATOR_NOTHROW=1 -DWEBRTC_USE_BUILTIN_ISAC_FIX=0 -DWEBRTC_USE_BUILTIN_ISAC_FLOAT=1 -DHAVE_SCTP -DNO_MAIN_THREAD_WRAPPING -Igen -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium -Igen -Igen -Igen -Igen -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/perfetto/include -Igen/third_party/perfetto/build_config -Igen/third_party/perfetto -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/libyuv/include -Igen -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/jsoncpp/source/include -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/jsoncpp/generated -Igen -Igen -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/boringssl/src/include -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/protobuf/src -Igen/protoc_out -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/protobuf/src -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/ced/src -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/webrtc_overrides -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/webrtc -Igen/third_party/webrtc -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/abseil-cpp -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -funwind-tables -Zomf -m32 -msse2 -mfpmath=sse -mmmx -Wno-builtin-macro-redefined -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wno-deprecated-declarations -fno-delete-null-pointer-checks -Wno-comments -Wno-packed-not-aligned -Wno-dangling-else -Wno-missing-field-initializers -Wno-unused-parameter -O2 -fomit-frame-pointer -s -I/@unixroot/usr/include/nss3 -I/@unixroot/usr/include/nspr4 -std=gnu++14 -Wno-narrowing -Wno-class-memaccess -Wno-attributes -Wno-class-memaccess -Wno-subobject-linkage -Wno-invalid-offsetof -Wno-return-type -Wno-deprecated-copy -fno-exceptions -fno-rtti -Wno-deprecated-declarations -c ../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/services/network/public/cpp/cert_verifier/cert_net_fetcher_url_loader.cc -o obj/services/network/public/cpp/cert_verifier/cert_verifier/cert_net_fetcher_url_loader.o
FAILED: obj/services/network/public/cpp/cert_verifier/cert_verifier/cert_net_fetcher_url_loader.o
g++ -MMD -MF obj/services/network/public/cpp/cert_verifier/cert_verifier/cert_net_fetcher_url_loader.o.d -DIS_CERT_VERIFIER_CPP_IMPL -DUSE_AURA=1 -DUSE_NSS_CERTS=1 -DTOOLKIT_QT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DOPENSSL_NO_ASM -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DHAVE_PTHREAD -DUSING_SYSTEM_ICU=1 -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC -DUCHAR_TYPE=wchar_t -DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0 -DWEBRTC_CHROMIUM_BUILD -DWEBRTC_POSIX -DWEBRTC_OS2 -DWEBRTC_NO_INET6 -DABSL_ALLOCATOR_NOTHROW=1 -DWEBRTC_USE_BUILTIN_ISAC_FIX=0 -DWEBRTC_USE_BUILTIN_ISAC_FLOAT=1 -DHAVE_SCTP -DNO_MAIN_THREAD_WRAPPING -Igen -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium -Igen -Igen -Igen -Igen -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/perfetto/include -Igen/third_party/perfetto/build_config -Igen/third_party/perfetto -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/libyuv/include -Igen -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/jsoncpp/source/include -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/jsoncpp/generated -Igen -Igen -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/boringssl/src/include -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/protobuf/src -Igen/protoc_out -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/protobuf/src -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/ced/src -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/webrtc_overrides -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/webrtc -Igen/third_party/webrtc -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/abseil-cpp -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -funwind-tables -Zomf -m32 -msse2 -mfpmath=sse -mmmx -Wno-builtin-macro-redefined -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wno-deprecated-declarations -fno-delete-null-pointer-checks -Wno-comments -Wno-packed-not-aligned -Wno-dangling-else -Wno-missing-field-initializers -Wno-unused-parameter -O2 -fomit-frame-pointer -s -I/@unixroot/usr/include/nss3 -I/@unixroot/usr/include/nspr4 -std=gnu++14 -Wno-narrowing -Wno-class-memaccess -Wno-attributes -Wno-class-memaccess -Wno-subobject-linkage -Wno-invalid-offsetof -Wno-return-type -Wno-deprecated-copy -fno-exceptions -fno-rtti -Wno-deprecated-declarations -c ../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/services/network/public/cpp/cert_verifier/cert_net_fetcher_url_loader.cc -o obj/services/network/public/cpp/cert_verifier/cert_verifier/cert_net_fetcher_url_loader.o
during RTL pass: final
../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/services/network/public/cpp/cert_verifier/cert_net_fetcher_url_loader.cc: In function 'base::TimeDelta cert_verifier::{anonymous}::GetTimeout(int)':
../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/services/network/public/cpp/cert_verifier/cert_net_fetcher_url_loader.cc:185:1: internal compiler error: Illegal instruction
  185 | }
      | ^
libbacktrace could not find executable to open
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://github.com/bitwiseworks/gcc-os2/issues> for instructions.
The bug is not reproducible, so it is likely a hardware or OS problem.
[4/5669] g++ -MMD -MF obj/services/network/network_service/network_service_jumbo_9.o.d -DIS_NETWORK_SERVICE_IMPL -DUSE_AURA=1 -DUSE_NSS_CERTS=1 -DTOOLKIT_QT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DOPENSSL_NO_ASM -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DHAVE_PTHREAD -DUSING_SYSTEM_ICU=1 -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC -DUCHAR_TYPE=wchar_t -DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0 -DWEBRTC_CHROMIUM_BUILD -DWEBRTC_POSIX -DWEBRTC_OS2 -DWEBRTC_NO_INET6 -DABSL_ALLOCATOR_NOTHROW=1 -DWEBRTC_USE_BUILTIN_ISAC_FIX=0 -DWEBRTC_USE_BUILTIN_ISAC_FLOAT=1 -DHAVE_SCTP -DNO_MAIN_THREAD_WRAPPING -I. -Igen -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium -Igen -Igen -Igen -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/perfetto/include -Igen/third_party/perfetto/build_config -Igen/third_party/perfetto -Igen -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/libyuv/include -Igen -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/jsoncpp/source/include -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/jsoncpp/generated -Igen -Igen -Igen -Igen -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/boringssl/src/include -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/protobuf/src -Igen/protoc_out -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/protobuf/src -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/ced/src -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/webrtc_overrides -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/webrtc -Igen/third_party/webrtc -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/abseil-cpp -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -funwind-tables -Zomf -m32 -msse2 -mfpmath=sse -mmmx -Wno-builtin-macro-redefined -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wno-deprecated-declarations -fno-delete-null-pointer-checks -Wno-comments -Wno-packed-not-aligned -Wno-dangling-else -Wno-missing-field-initializers -Wno-unused-parameter -O2 -fomit-frame-pointer -s -I/@unixroot/usr/include/nss3 -I/@unixroot/usr/include/nspr4 -std=gnu++14 -Wno-narrowing -Wno-class-memaccess -Wno-attributes -Wno-class-memaccess -Wno-subobject-linkage -Wno-invalid-offsetof -Wno-return-type -Wno-deprecated-copy -fno-exceptions -fno-rtti -Wno-deprecated-declarations -c gen/services/network/network_service_jumbo_9.cc -o obj/services/network/network_service/network_service_jumbo_9.o
FAILED: obj/services/network/network_service/network_service_jumbo_9.o
g++ -MMD -MF obj/services/network/network_service/network_service_jumbo_9.o.d -DIS_NETWORK_SERVICE_IMPL -DUSE_AURA=1 -DUSE_NSS_CERTS=1 -DTOOLKIT_QT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DOPENSSL_NO_ASM -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DHAVE_PTHREAD -DUSING_SYSTEM_ICU=1 -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC -DUCHAR_TYPE=wchar_t -DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0 -DWEBRTC_CHROMIUM_BUILD -DWEBRTC_POSIX -DWEBRTC_OS2 -DWEBRTC_NO_INET6 -DABSL_ALLOCATOR_NOTHROW=1 -DWEBRTC_USE_BUILTIN_ISAC_FIX=0 -DWEBRTC_USE_BUILTIN_ISAC_FLOAT=1 -DHAVE_SCTP -DNO_MAIN_THREAD_WRAPPING -I. -Igen -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium -Igen -Igen -Igen -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/perfetto/include -Igen/third_party/perfetto/build_config -Igen/third_party/perfetto -Igen -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/libyuv/include -Igen -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/jsoncpp/source/include -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/jsoncpp/generated -Igen -Igen -Igen -Igen -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/boringssl/src/include -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/protobuf/src -Igen/protoc_out -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/protobuf/src -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/ced/src -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/webrtc_overrides -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/webrtc -Igen/third_party/webrtc -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/abseil-cpp -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -funwind-tables -Zomf -m32 -msse2 -mfpmath=sse -mmmx -Wno-builtin-macro-redefined -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wno-deprecated-declarations -fno-delete-null-pointer-checks -Wno-comments -Wno-packed-not-aligned -Wno-dangling-else -Wno-missing-field-initializers -Wno-unused-parameter -O2 -fomit-frame-pointer -s -I/@unixroot/usr/include/nss3 -I/@unixroot/usr/include/nspr4 -std=gnu++14 -Wno-narrowing -Wno-class-memaccess -Wno-attributes -Wno-class-memaccess -Wno-subobject-linkage -Wno-invalid-offsetof -Wno-return-type -Wno-deprecated-copy -fno-exceptions -fno-rtti -Wno-deprecated-declarations -c gen/services/network/network_service_jumbo_9.cc -o obj/services/network/network_service/network_service_jumbo_9.o
g++: internal compiler error: Segmentation fault signal terminated program cc1plus
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://github.com/bitwiseworks/gcc-os2/issues> for instructions.
[5/5669] g++ -MMD -MF obj/services/network/network_service/network_service_jumbo_7.o.d -DIS_NETWORK_SERVICE_IMPL -DUSE_AURA=1 -DUSE_NSS_CERTS=1 -DTOOLKIT_QT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DOPENSSL_NO_ASM -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DHAVE_PTHREAD -DUSING_SYSTEM_ICU=1 -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC -DUCHAR_TYPE=wchar_t -DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0 -DWEBRTC_CHROMIUM_BUILD -DWEBRTC_POSIX -DWEBRTC_OS2 -DWEBRTC_NO_INET6 -DABSL_ALLOCATOR_NOTHROW=1 -DWEBRTC_USE_BUILTIN_ISAC_FIX=0 -DWEBRTC_USE_BUILTIN_ISAC_FLOAT=1 -DHAVE_SCTP -DNO_MAIN_THREAD_WRAPPING -I. -Igen -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium -Igen -Igen -Igen -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/perfetto/include -Igen/third_party/perfetto/build_config -Igen/third_party/perfetto -Igen -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/libyuv/include -Igen -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/jsoncpp/source/include -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/jsoncpp/generated -Igen -Igen -Igen -Igen -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/boringssl/src/include -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/protobuf/src -Igen/protoc_out -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/protobuf/src -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/ced/src -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/webrtc_overrides -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/webrtc -Igen/third_party/webrtc -I../../../../../qt5-os2/qtwebengine/src/3rdparty/chromium/third_party/abseil-cpp -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -funwind-tables -Zomf -m32 -msse2 -mfpmath=sse -mmmx -Wno-builtin-macro-redefined -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wno-deprecated-declarations -fno-delete-null-pointer-checks -Wno-comments -Wno-packed-not-aligned -Wno-dangling-else -Wno-missing-field-initializers -Wno-unused-parameter -O2 -fomit-frame-pointer -s -I/@unixroot/usr/include/nss3 -I/@unixroot/usr/include/nspr4 -std=gnu++14 -Wno-narrowing -Wno-class-memaccess -Wno-attributes -Wno-class-memaccess -Wno-subobject-linkage -Wno-invalid-offsetof -Wno-return-type -Wno-deprecated-copy -fno-exceptions -fno-rtti -Wno-deprecated-declarations -c gen/services/network/network_service_jumbo_7.cc -o obj/services/network/network_service/network_service_jumbo_7.o
ninja: build stopped: subcommand failed.
make[5]: *** [run_ninja] Error 1
make[5]: Leaving directory `C:/qt5-dev/qtwebengine/src/core'
make[4]: *** [release] Error 2
make[4]: Leaving directory `C:/qt5-dev/qtwebengine/src/core'
make[3]: *** [sub-gn_run-pro-release] Error 2
make[3]: Leaving directory `C:/qt5-dev/qtwebengine/src/core'
make[2]: *** [sub-core-release] Error 2
make[2]: Leaving directory `C:/qt5-dev/qtwebengine/src'
make[1]: *** [sub-src-release] Error 2
make[1]: Leaving directory `C:/qt5-dev/qtwebengine'
make: *** [module-qtwebengine-release] Error 2
Im afraid that's because OS2 sees only 1MB of mem on this machine.
Also a exceptq log in var about CC1PLUS


 

104
Programming / Re: GCC - updates
« on: August 22, 2022, 11:27:36 am »
Hi Paul,

Thankz again for the update, slighty tested it on some programs with cmake, qt5 and make, all where compiling fine.

Where some small programs i tested it with.

Keep up the good work :)

105
Comments, Suggestions & Questions / Re: Hobbes (Files) Reoganization
« on: July 22, 2022, 09:34:44 pm »
Hi Martin,

For me these also give errors when unpacking

Path = 312fslib.zip
Type = zip
ERRORS:
Headers Error
Unconfirmed start of archive
WARNINGS:
There are data after the end of archive
Physical Size = 467196
Tail Size = 340577

ERROR: CRC Failed : XFree86/lib/X11_s.a


Pages: 1 ... 5 6 [7] 8 9 ... 16