-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash towards the end of the process #396
Comments
DisplayCAL 3.9.11 is too old, please try with a newer version following the steps in Prerequisites & Build From Srouce |
I installed 3.9.12, the newest available version, from an rpm and tried again. The result was exactly the same. |
Can you copy & paste the output where it is complaining about building wxPython. |
Finished command: build_wx (9m29.573s)
Running command: build_py
Checking for /tmp/pip-install-ojiidprt/wxpython_d96684bfea3e427c86c9b161c2532d18/bin/waf-2.1.2...
"/home/kakupakat/bin/.venv/bin/python3" /tmp/pip-install-ojiidprt/wxpython_d96684bfea3e427c86c9b161c2532d18/bin/waf-2.1.2 --wx_config=/tmp/pip-install-ojiidprt/wxpython_d96684bfea3e427c86c9b161c2532d18/build/wxbld/gtk3/wx-config --gtk3 --python="/home/kakupakat/bin/.venv/bin/python3" --out=build/waf/3.11/gtk3 configure build
Setting top to : /tmp/pip-install-ojiidprt/wxpython_d96684bfea3e427c86c9b161c2532d18
Setting out to : /tmp/pip-install-ojiidprt/wxpython_d96684bfea3e427c86c9b161c2532d18/build/waf/3.11/gtk3
Checking for 'gcc' (C compiler) : /usr/bin/gcc
Checking for 'g++' (C++ compiler) : /usr/bin/g++
Checking for program 'python' : /home/kakupakat/bin/.venv/bin/python3
Checking for python version >= 3.7.0 : 3.11.10
python-config : /usr/bin/python3.11-config
Asking python-config for pyext '--cflags --libs --ldflags' flags : yes
Testing pyext configuration : yes
Finding libs for WX : yes
Finding libs for WXADV : yes
Finding libs for WXSTC : yes
Finding libs for WXHTML : yes
WARNING: Unable to find setup.h in /tmp/pip-install-ojiidprt/wxpython_d96684bfea3e427c86c9b161c2532d18/build/wxbld/gtk3/lib64/wx/include/gtk3-unicode-3.2, assuming wxUSE_GLCANVAS is not available.
Finding libs for WXGL : yes
WARNING: Unable to find setup.h in /tmp/pip-install-ojiidprt/wxpython_d96684bfea3e427c86c9b161c2532d18/build/wxbld/gtk3/lib64/wx/include/gtk3-unicode-3.2, assuming wxUSE_WEBVIEW is not available.
Finding libs for WXWEBVIEW : yes
Finding libs for WXXML : yes
Finding libs for WXXRC : yes
Finding libs for WXRICHTEXT : yes
WARNING: Unable to find setup.h in /tmp/pip-install-ojiidprt/wxpython_d96684bfea3e427c86c9b161c2532d18/build/wxbld/gtk3/lib64/wx/include/gtk3-unicode-3.2, assuming wxUSE_MEDIACTRL is not available.
Finding libs for WXMEDIA : yes
Finding libs for WXRIBBON : yes
Finding libs for WXPROPGRID : yes
Finding libs for WXAUI : yes
'configure' finished successfully (1.533s)
Waf: Entering directory `/tmp/pip-install-ojiidprt/wxpython_d96684bfea3e427c86c9b161c2532d18/build/waf/3.11/gtk3'
**** Compiler: gcc --version
gcc (SUSE Linux) 14.2.0
Copyright (C) 2024 Free Software Foundation, Inc.
Dies ist freie Software; die Kopierbedingungen stehen in den Quellen. Es
gibt KEINE Garantie; auch nicht für MARKTGÄNGIGKEIT oder FÜR SPEZIELLE ZWECKE.
[ 1/939] Compiling sip/siplib/siplib.c
[ 2/939] Compiling sip/siplib/int_convertors.c
[ 3/939] Compiling sip/siplib/apiversions.c
[ 4/939] Compiling sip/siplib/qtlib.c
[ 5/939] Compiling sip/siplib/descriptors.c
[ 6/939] Compiling sip/siplib/threads.c
[ 7/939] Compiling sip/siplib/objmap.c
[ 8/939] Compiling sip/siplib/sip_array.c
[ 9/939] Compiling sip/siplib/voidptr.c
[ 10/939] Compiling sip/cpp/sip_corewxListView.cpp
In Datei, eingebunden von ../../../../ext/wxWidgets/include/wx/defs.h:45,
von ../../../../ext/wxWidgets/include/wx/wx.h:14,
von ../../../../wx/include/wxPython/wxpy_api.h:41,
von ../../../../sip/cpp/sipAPI_core.h:22089,
von ../../../../sip/cpp/sip_corewxListView.cpp:10:
../../../../ext/wxWidgets/include/wx/platform.h:159:10: schwerwiegender Fehler: wx/setup.h: Datei oder Verzeichnis nicht gefunden
159 | #include "wx/setup.h"
| ^~~~~~~~~~~~
Kompilierung beendet.
Waf: Leaving directory `/tmp/pip-install-ojiidprt/wxpython_d96684bfea3e427c86c9b161c2532d18/build/waf/3.11/gtk3'
Build failed
-> task in '_core' failed with exit status 1 (run with -v to display more information)
Command '"/home/kakupakat/bin/.venv/bin/python3" /tmp/pip-install-ojiidprt/wxpython_d96684bfea3e427c86c9b161c2532d18/bin/waf-2.1.2 --wx_config=/tmp/pip-install-ojiidprt/wxpython_d96684bfea3e427c86c9b161c2532d18/build/wxbld/gtk3/wx-config --gtk3 --python="/home/kakupakat/bin/.venv/bin/python3" --out=build/waf/3.11/gtk3 configure build ' failed with exit code 1.
Finished command: build_py (0m5.787s)
Finished command: build (9m35.361s)
WARNING: Building this way assumes that all generated files have been
generated already. If that is not the case then use build.py directly
to generate the source and perform the build stage. You can use
--skip-build with the bdist_* or install commands to avoid this
message and the wxWidgets and Phoenix build steps in the future.
"/home/kakupakat/bin/.venv/bin/python3" -u build.py build
Command '"/home/kakupakat/bin/.venv/bin/python3" -u build.py build' failed with exit code 1.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for wxPython
Failed to build wxPython
ERROR: Could not build wheels for wxPython, which is required to install pyproject.toml-based projects There you go. Hope it helps. |
hmm... yeah, I think it is because you are building |
Versions (please complete the following information):
Describe the bug
The program crashes after reading all the patches. While creating the profiles, I guess.
To Reproduce
Start the calibration, all patches are read, wait a short moment, crash.
Expected behavior
Start the calibration, all patches are read, wait a short moment, the profile is ready.
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: