Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- No --qmake option given, trying to find qmake in PATH.
- qmake executables found in PATH: ['/Users/devberlin/QtOSS/6.2.0/macos/bin/qmake', '/Users/devberlin/QtOSS/6.2.0/macos/bin/qmake']
- Using qmake found in PATH: /Users/devberlin/QtOSS/6.2.0/macos/bin/qmake
- No --cmake option given, trying to find cmake in PATH.
- cmake executables found in PATH: ['/Users/devberlin/QtOSS/Tools/CMake/CMake.app/Contents/bin/cmake', '/Users/devberlin/QtOSS/Tools/CMake/CMake.app/Contents/bin/cmake']
- Using cmake found in PATH: /Users/devberlin/QtOSS/Tools/CMake/CMake.app/Contents/bin/cmake
- Attempting to install wheels.
- Found the following wheels in /Users/devberlin/PySide/pyside-setup/dist:
- /Users/devberlin/PySide/pyside-setup/dist/shiboken6_generator-6.0.0a1.dev1634019764-6.2.0-cp36.cp37.cp38.cp39-abi3-macosx_10_14_universal2.whl
- /Users/devberlin/PySide/pyside-setup/dist/PySide6-6.0.0a1.dev1634019764-6.2.0-cp36.cp37.cp38.cp39-abi3-macosx_10_14_universal2.whl
- /Users/devberlin/PySide/pyside-setup/dist/shiboken6-6.0.0a1.dev1634019764-6.2.0-cp36.cp37.cp38.cp39-abi3-macosx_10_14_universal2.whl
- Trying to install shiboken6:
- Installing wheel: /Users/devberlin/PySide/pyside-setup/dist/shiboken6-6.0.0a1.dev1634019764-6.2.0-cp36.cp37.cp38.cp39-abi3-macosx_10_14_universal2.whl
- In directory /Users/devberlin/PySide/pyside-setup:
- Running command: /Users/devberlin/PySide/env/bin/python -m pip install /Users/devberlin/PySide/pyside-setup/dist/shiboken6-6.0.0a1.dev1634019764-6.2.0-cp36.cp37.cp38.cp39-abi3-macosx_10_14_universal2.whl
- Processing ./dist/shiboken6-6.0.0a1.dev1634019764-6.2.0-cp36.cp37.cp38.cp39-abi3-macosx_10_14_universal2.whl
- shiboken6 is already installed with the same version as the provided wheel. Use --force-reinstall to force an installation of the wheel.
- Trying to install shiboken6_generator:
- Installing wheel: /Users/devberlin/PySide/pyside-setup/dist/shiboken6_generator-6.0.0a1.dev1634019764-6.2.0-cp36.cp37.cp38.cp39-abi3-macosx_10_14_universal2.whl
- In directory /Users/devberlin/PySide/pyside-setup:
- Running command: /Users/devberlin/PySide/env/bin/python -m pip install /Users/devberlin/PySide/pyside-setup/dist/shiboken6_generator-6.0.0a1.dev1634019764-6.2.0-cp36.cp37.cp38.cp39-abi3-macosx_10_14_universal2.whl
- Processing ./dist/shiboken6_generator-6.0.0a1.dev1634019764-6.2.0-cp36.cp37.cp38.cp39-abi3-macosx_10_14_universal2.whl
- Requirement already satisfied: shiboken6==6.0.0a1.dev1634019764 in /Users/devberlin/PySide/env/lib/python3.8/site-packages (from shiboken6-generator==6.0.0a1.dev1634019764) (6.0.0a1.dev1634019764)
- shiboken6-generator is already installed with the same version as the provided wheel. Use --force-reinstall to force an installation of the wheel.
- Trying to install PySide6:
- Installing wheel: /Users/devberlin/PySide/pyside-setup/dist/PySide6-6.0.0a1.dev1634019764-6.2.0-cp36.cp37.cp38.cp39-abi3-macosx_10_14_universal2.whl
- In directory /Users/devberlin/PySide/pyside-setup:
- Running command: /Users/devberlin/PySide/env/bin/python -m pip install /Users/devberlin/PySide/pyside-setup/dist/PySide6-6.0.0a1.dev1634019764-6.2.0-cp36.cp37.cp38.cp39-abi3-macosx_10_14_universal2.whl
- Processing ./dist/PySide6-6.0.0a1.dev1634019764-6.2.0-cp36.cp37.cp38.cp39-abi3-macosx_10_14_universal2.whl
- Requirement already satisfied: shiboken6==6.0.0a1.dev1634019764 in /Users/devberlin/PySide/env/lib/python3.8/site-packages (from PySide6==6.0.0a1.dev1634019764) (6.0.0a1.dev1634019764)
- PySide6 is already installed with the same version as the provided wheel. Use --force-reinstall to force an installation of the wheel.
- Attempting to build examples.
- Attempting to build hello.py using Nuitka.
- Running Nuitka test of hello
- In directory /private/var/folders/rl/w5r9kszj3cq8kdzc4q19ddyh0000gn/T/tmps0dvz3zv:
- Running command: /Users/devberlin/PySide/env/bin/python -m nuitka --run /Users/devberlin/PySide/pyside-setup/examples/installer_test/hello.py
- Nuitka-Options:INFO: Used command line options: --run /Users/devberlin/PySide/pyside-setup/examples/installer_test/hello.py
- Nuitka:INFO: Starting Python compilation with Nuitka '0.6.16.4' on Python '3.8' commercial None.
- Nuitka:INFO: Completed Python level compilation and optimization.
- Nuitka:INFO: Generating source code for C backend compiler.
- Nuitka:INFO: Running data composer tool for optimal constant value handling.
- Nuitka:INFO: Running C level backend compilation via Scons.
- Traceback (most recent call last):
- File "/Users/devberlin/PySide/env/lib/python3.8/site-packages/nuitka/__main__.py", line 187, in <module>
- main()
- File "/Users/devberlin/PySide/env/lib/python3.8/site-packages/nuitka/__main__.py", line 173, in main
- MainControl.main()
- File "/Users/devberlin/PySide/env/lib/python3.8/site-packages/nuitka/MainControl.py", line 719, in main
- result, options = compileTree()
- File "/Users/devberlin/PySide/env/lib/python3.8/site-packages/nuitka/MainControl.py", line 649, in compileTree
- result, options = runSconsBackend(quiet=not Options.isShowScons())
- File "/Users/devberlin/PySide/env/lib/python3.8/site-packages/nuitka/MainControl.py", line 454, in runSconsBackend
- if Options.shallTreatUninstalledPython():
- File "/Users/devberlin/PySide/env/lib/python3.8/site-packages/nuitka/Options.py", line 720, in shallTreatUninstalledPython
- if isStaticallyLinkedPython():
- File "/Users/devberlin/PySide/env/lib/python3.8/site-packages/nuitka/PythonVersions.py", line 234, in isStaticallyLinkedPython
- output = check_output(
- File "/Users/devberlin/PySide/env/lib/python3.8/site-packages/nuitka/utils/Execution.py", line 187, in check_output
- process = subprocess.Popen(stdout=subprocess.PIPE, *popenargs, **kwargs)
- File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in __init__
- self._execute_child(args, executable, preexec_fn, close_fds,
- File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child
- raise child_exception_type(errno_num, err_msg, err_filename)
- FileNotFoundError: [Errno 2] No such file or directory: '/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/bin/python3.8-config'
- Executable is in /var/folders/rl/w5r9kszj3cq8kdzc4q19ddyh0000gn/T/tmps0dvz3zv
- Attempting to build and run samplebinding using cmake.
- Removing /Users/devberlin/PySide/pyside-setup/examples/samplebinding/cmake
- Creating /Users/devberlin/PySide/pyside-setup/examples/samplebinding/cmake
- In directory /Users/devberlin/PySide/pyside-setup/examples/samplebinding/cmake:
- Running command: /Users/devberlin/QtOSS/Tools/CMake/CMake.app/Contents/bin/cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -Dpython_interpreter=/Users/devberlin/PySide/env/bin/python -DCMAKE_PREFIX_PATH=/Users/devberlin/QtOSS/6.2.0/macos ..
- -- The C compiler identification is AppleClang 12.0.0.12000032
- -- The CXX compiler identification is AppleClang 12.0.0.12000032
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- Using python interpreter: /Users/devberlin/PySide/env/bin/python
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /Users/devberlin/PySide/pyside-setup/examples/samplebinding/cmake
- In directory /Users/devberlin/PySide/pyside-setup/examples/samplebinding/cmake:
- Running command: make
- Scanning dependencies of target libuniverse
- [ 12%] Building CXX object CMakeFiles/libuniverse.dir/icecream.cpp.o
- [ 25%] Building CXX object CMakeFiles/libuniverse.dir/truck.cpp.o
- [ 37%] Linking CXX shared library libuniverse.dylib
- [ 37%] Built target libuniverse
- [ 50%] Running generator for /Users/devberlin/PySide/pyside-setup/examples/samplebinding/bindings.xml.
- (bindings) clang_parseTranslationUnit2(0x0, cmd[13]=-nostdinc -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1 -isystem/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -isystem/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -iframework/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks -fPIC -Wno-expansion-to-defined -Wno-constant-logical-operand -std=c++17 -I/Users/devberlin/PySide/pyside-setup/examples/samplebinding /private/var/folders/rl/w5r9kszj3cq8kdzc4q19ddyh0000gn/T/bindings_kfnUBn.hpp)
- (bindings) [136ms] Generating class model (2)... [OK]
- (bindings) [136ms] Generating enum model (0)... [OK]
- (bindings) [136ms] Generating namespace model (0)... [OK]
- (bindings) [136ms] Resolving typedefs (0)... [OK]
- (bindings) [136ms] Fixing class inheritance... [OK]
- (bindings) [136ms] Detecting inconsistencies in class model... [OK]
- (bindings) [136ms] Detecting inconsistencies in typesystem (6)... [OK]
- (bindings) [136ms] Checking inconsistencies in function modifications... [OK]
- (bindings) [136ms] Writing log files... [OK]
- (bindings) [136ms] Running Source generator... [OK]
- (bindings) [137ms] Running Header generator... [OK]
- Done, (bindings) 138ms
- Scanning dependencies of target Universe
- [ 62%] Building CXX object CMakeFiles/Universe.dir/Universe/universe_module_wrapper.cpp.o
- [ 75%] Building CXX object CMakeFiles/Universe.dir/Universe/icecream_wrapper.cpp.o
- [ 87%] Building CXX object CMakeFiles/Universe.dir/Universe/truck_wrapper.cpp.o
- [100%] Linking CXX shared module Universe.so
- [100%] Built target Universe
- In directory /Users/devberlin/PySide/pyside-setup/examples/samplebinding/cmake:
- Running command: make install
- [ 37%] Built target libuniverse
- [100%] Built target Universe
- Install the project...
- -- Install configuration: "Release"
- -- Installing: /Users/devberlin/PySide/pyside-setup/examples/samplebinding/Universe.so
- -- Installing: /Users/devberlin/PySide/pyside-setup/examples/samplebinding/libuniverse.dylib
- In directory /Users/devberlin/PySide/pyside-setup/examples/samplebinding/cmake:
- Running command: /Users/devberlin/PySide/env/bin/python /Users/devberlin/PySide/pyside-setup/examples/samplebinding/main.py
- Aww, someone didn't get the flavor they wanted...
- Now everyone got the flavor they wanted!
- A new icecream truck has arrived!
- It sells the following flavors:
- * vanilla
- * chocolate
- * strawberry
- * vanilla sprinked with chocolate
- * vanilla sprinked with chocolate and a cherry
- The truck started delivering icecream to all the kids in the neighborhood.
- The truck left the neighborhood.
- A new SPECIAL icecream truck has arrived!
- It sells the following flavors:
- * vanilla
- * chocolate
- * strawberry
- * vanilla sprinked with chocolate
- * vanilla sprinked with chocolate and a cherry
- * SPECIAL *magical* icecream
- The truck started delivering icecream to all the kids in the neighborhood.
- The truck left the neighborhood.
- *** Defunct: build scriptableapplication using cmake.
- Attempting to build scriptableapplication using qmake.
- Removing /Users/devberlin/PySide/pyside-setup/examples/scriptableapplication/qmake
- Creating /Users/devberlin/PySide/pyside-setup/examples/scriptableapplication/qmake
- In directory /Users/devberlin/PySide/pyside-setup/examples/scriptableapplication/qmake:
- Running command: /Users/devberlin/QtOSS/6.2.0/macos/bin/qmake .. python_interpreter=/Users/devberlin/PySide/env/bin/python
- Info: creating stash file /Users/devberlin/PySide/pyside-setup/examples/scriptableapplication/qmake/.qmake.stash
- Project MESSAGE: Using python interpreter: /Users/devberlin/PySide/env/bin/python
- Project MESSAGE: INCLUDEPATH is /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 /Users/devberlin/PySide/env/lib/python3.8/site-packages/PySide6/include /Users/devberlin/PySide/env/lib/python3.8/site-packages/shiboken6_generator/include
- Project MESSAGE: LIBS are -L/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib -lpython3.8 -L/Users/devberlin/PySide/env/lib/python3.8/site-packages/PySide6 -lpyside6.abi3.6.0 -L/Users/devberlin/PySide/env/lib/python3.8/site-packages/shiboken6 -lshiboken6.abi3.6.0
- Project MESSAGE: Using /Users/devberlin/PySide/env/lib/python3.8/site-packages/PySide6
- Project MESSAGE: RPATH will include /Users/devberlin/PySide/env/lib/python3.8/site-packages/PySide6 and /Users/devberlin/PySide/env/lib/python3.8/site-packages/shiboken6
- In directory /Users/devberlin/PySide/pyside-setup/examples/scriptableapplication/qmake:
- Running command: make
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -g -std=gnu++1z -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -mmacosx-version-min=10.14 -Wall -Wextra -fPIC -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I../../scriptableapplication -I. -I/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I../../../../env/lib/python3.8/site-packages/PySide6/include -I../../../../env/lib/python3.8/site-packages/shiboken6_generator/include -IAppLib -I../../../../env/lib/python3.8/site-packages/PySide6/include/QtWidgets -I../../../../env/lib/python3.8/site-packages/PySide6/include/QtGui -I../../../../env/lib/python3.8/site-packages/PySide6/include/QtCore -I/Users/devberlin/QtOSS/6.2.0/macos/lib/QtWidgets.framework/Headers -I/Users/devberlin/QtOSS/6.2.0/macos/lib/QtGui.framework/Headers -I/Users/devberlin/QtOSS/6.2.0/macos/lib/QtCore.framework/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/AGL.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/AGL.framework/Headers -I/Users/devberlin/QtOSS/6.2.0/macos/mkspecs/macx-clang -F/Users/devberlin/QtOSS/6.2.0/macos/lib -o main.o ../main.cpp
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -g -std=gnu++1z -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -mmacosx-version-min=10.14 -Wall -Wextra -fPIC -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I../../scriptableapplication -I. -I/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I../../../../env/lib/python3.8/site-packages/PySide6/include -I../../../../env/lib/python3.8/site-packages/shiboken6_generator/include -IAppLib -I../../../../env/lib/python3.8/site-packages/PySide6/include/QtWidgets -I../../../../env/lib/python3.8/site-packages/PySide6/include/QtGui -I../../../../env/lib/python3.8/site-packages/PySide6/include/QtCore -I/Users/devberlin/QtOSS/6.2.0/macos/lib/QtWidgets.framework/Headers -I/Users/devberlin/QtOSS/6.2.0/macos/lib/QtGui.framework/Headers -I/Users/devberlin/QtOSS/6.2.0/macos/lib/QtCore.framework/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/AGL.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/AGL.framework/Headers -I/Users/devberlin/QtOSS/6.2.0/macos/mkspecs/macx-clang -F/Users/devberlin/QtOSS/6.2.0/macos/lib -o mainwindow.o ../mainwindow.cpp
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -g -std=gnu++1z -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -mmacosx-version-min=10.14 -Wall -Wextra -fPIC -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I../../scriptableapplication -I. -I/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I../../../../env/lib/python3.8/site-packages/PySide6/include -I../../../../env/lib/python3.8/site-packages/shiboken6_generator/include -IAppLib -I../../../../env/lib/python3.8/site-packages/PySide6/include/QtWidgets -I../../../../env/lib/python3.8/site-packages/PySide6/include/QtGui -I../../../../env/lib/python3.8/site-packages/PySide6/include/QtCore -I/Users/devberlin/QtOSS/6.2.0/macos/lib/QtWidgets.framework/Headers -I/Users/devberlin/QtOSS/6.2.0/macos/lib/QtGui.framework/Headers -I/Users/devberlin/QtOSS/6.2.0/macos/lib/QtCore.framework/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/AGL.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/AGL.framework/Headers -I/Users/devberlin/QtOSS/6.2.0/macos/mkspecs/macx-clang -F/Users/devberlin/QtOSS/6.2.0/macos/lib -o pythonutils.o ../pythonutils.cpp
- ../pythonutils.cpp:138:76: warning: 'SbkObjectType' is deprecated [-Wdeprecated-declarations]
- PyObject *po = Shiboken::Conversions::pointerToPython(reinterpret_cast<SbkObjectType *>(typeObject), o);
- ^
- ../../../../env/lib/python3.8/site-packages/shiboken6_generator/include/sbkpython.h:110:23: note: 'SbkObjectType' has been explicitly marked deprecated here
- using SbkObjectType [[deprecated]] = PyTypeObject; // FIXME PYSIDE 7 remove
- ^
- 1 warning generated.
- /Users/devberlin/PySide/env/lib/python3.8/site-packages/shiboken6_generator/shiboken6 --generator-set=shiboken --enable-parent-ctor-heuristic --enable-pyside-extensions --enable-return-value-heuristic --use-isnull-as-nb_nonzero -I/Users/devberlin/QtOSS/6.2.0/macos/include -I/Users/devberlin/QtOSS/6.2.0/macos/include/QtCore -I/Users/devberlin/QtOSS/6.2.0/macos/include/QtGui -I/Users/devberlin/QtOSS/6.2.0/macos/include/QtWidgets --framework-include-paths=/Users/devberlin/QtOSS/6.2.0/macos/lib -I/Users/devberlin/PySide/pyside-setup/examples/scriptableapplication -T/Users/devberlin/PySide/pyside-setup/examples/scriptableapplication -T/Users/devberlin/PySide/env/lib/python3.8/site-packages/PySide6/typesystems --output-directory=/Users/devberlin/PySide/pyside-setup/examples/scriptableapplication/qmake /Users/devberlin/PySide/pyside-setup/examples/scriptableapplication/wrappedclasses.h ../scriptableapplication.xml
- qt.shiboken: (scriptableapplication) Duplicate type entry: 'QMessageLogContext'
- qt.shiboken: (scriptableapplication) /Users/devberlin/PySide/env/lib/python3.8/site-packages/PySide6/typesystems/typesystem_core_common.xml:2958:68: Warning: Duplicate type entry: 'QMessageLogContext'.
- (scriptableapplication) clang_parseTranslationUnit2(0x0, cmd[21]=-nostdinc -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1 -isystem/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -isystem/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -iframework/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks -fPIC -Wno-expansion-to-defined -Wno-constant-logical-operand -std=c++17 -I/Users/devberlin/QtOSS/6.2.0/macos/include -I/Users/devberlin/QtOSS/6.2.0/macos/include/QtCore -I/Users/devberlin/QtOSS/6.2.0/macos/include/QtGui -I/Users/devberlin/QtOSS/6.2.0/macos/include/QtWidgets -I/Users/devberlin/PySide/pyside-setup/examples/scriptableapplication -F/Users/devberlin/QtOSS/6.2.0/macos/lib /private/var/folders/rl/w5r9kszj3cq8kdzc4q19ddyh0000gn/T/wrappedclasses_XhWIiH.hpp "-DQT_ANNOTATE_ACCESS_SPECIFIER(a)=__attribute__((annotate(#a)))" "-DQT_ANNOTATE_CLASS(type,...)=static_assert(sizeof(#__VA_ARGS__),#type);" -DQSIMD_H)
- (scriptableapplication) [536ms] Generating class model (324)... [WARNING]
- (scriptableapplication) [538ms] Generating enum model (2)... qt.shiboken: (scriptableapplication) /Users/devberlin/QtOSS/6.2.0/macos/lib/QtCore.framework/Headers/qtypeinfo.h:153: Anonymous enum (Q_COMPLEX_TYPE, ... , Q_DUMMY_TYPE) does not have a type entry
- [WARNING]
- (scriptableapplication) [539ms] Generating namespace model (94)... [OK]
- (scriptableapplication) [540ms] Resolving typedefs (55)... qt.shiboken: (scriptableapplication) template baseclass 'QCborStreamReader::StringResult<QByteArray>' of 'QCborStringResultByteArray' is not known
- qt.shiboken: (scriptableapplication) template baseclass 'QCborStreamReader::StringResult<QString>' of 'QCborStringResultString' is not known
- [WARNING]
- (scriptableapplication) [644ms] Fixing class inheritance... [OK]
- (scriptableapplication) [645ms] Detecting inconsistencies in class model... [OK]
- (scriptableapplication) [653ms] Detecting inconsistencies in typesystem (3258)... [OK]
- (scriptableapplication) [666ms] Checking inconsistencies in function modifications... [OK]
- (scriptableapplication) [666ms] Writing log files... [OK]
- (scriptableapplication) [669ms] Running Source generator... [OK]
- (scriptableapplication) [672ms] Running Header generator... [OK]
- Done, (scriptableapplication) 672ms, 5 warnings (275 known issues)
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -g -std=gnu++1z -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -mmacosx-version-min=10.14 -Wall -Wextra -fPIC -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I../../scriptableapplication -I. -I/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I../../../../env/lib/python3.8/site-packages/PySide6/include -I../../../../env/lib/python3.8/site-packages/shiboken6_generator/include -IAppLib -I../../../../env/lib/python3.8/site-packages/PySide6/include/QtWidgets -I../../../../env/lib/python3.8/site-packages/PySide6/include/QtGui -I../../../../env/lib/python3.8/site-packages/PySide6/include/QtCore -I/Users/devberlin/QtOSS/6.2.0/macos/lib/QtWidgets.framework/Headers -I/Users/devberlin/QtOSS/6.2.0/macos/lib/QtGui.framework/Headers -I/Users/devberlin/QtOSS/6.2.0/macos/lib/QtCore.framework/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/AGL.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/AGL.framework/Headers -I/Users/devberlin/QtOSS/6.2.0/macos/mkspecs/macx-clang -F/Users/devberlin/QtOSS/6.2.0/macos/lib -o applib_module_wrapper.o AppLib/applib_module_wrapper.cpp
- In file included from AppLib/applib_module_wrapper.cpp:13:
- In file included from AppLib/applib_python.h:12:
- In file included from ../../../../env/lib/python3.8/site-packages/PySide6/include/QtWidgets/pyside6_qtwidgets_python.h:50:
- In file included from ../../../../env/lib/python3.8/site-packages/PySide6/include/QtGui/pyside6_qtgui_python.h:50:
- ../../../../env/lib/python3.8/site-packages/PySide6/include/QtCore/pyside6_qtcore_python.h:709:55: error: no member named 'SystemId' in 'QCalendar'
- template<> inline PyTypeObject *SbkType< ::QCalendar::SystemId >() { return reinterpret_cast<PyTypeObject *>(SbkPySide6_QtCoreTypes[SBK_QCALENDAR_SYSTEMID_IDX]); }
- ~~~~~~~~~~~~~^
- ../../../../env/lib/python3.8/site-packages/PySide6/include/QtCore/pyside6_qtcore_python.h:709:66: error: expected unqualified-id
- template<> inline PyTypeObject *SbkType< ::QCalendar::SystemId >() { return reinterpret_cast<PyTypeObject *>(SbkPySide6_QtCoreTypes[SBK_QCALENDAR_SYSTEMID_IDX]); }
- ^
- AppLib/applib_module_wrapper.cpp:36:7: warning: missing field 'ml_meth' initializer [-Wmissing-field-initializers]
- {0} // Sentinel
- ^
- 1 warning and 2 errors generated.
- make: *** [applib_module_wrapper.o] Error 1
- Traceback (most recent call last):
- File "testing/wheel_tester.py", line 406, in <module>
- run_wheel_tests(not options.no_install_wheels)
- File "testing/wheel_tester.py", line 387, in run_wheel_tests
- try_build_examples()
- File "testing/wheel_tester.py", line 356, in try_build_examples
- run_make()
- File "testing/wheel_tester.py", line 268, in run_make
- raise RuntimeError(f"Failure while running {executable}.")
- RuntimeError: Failure while running make.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement