Commit dd9e497
committed
test: drop python3-opencv dep and set QT_XCB_GL_INTEGRATION=xcb_egl
Ubuntu 24.04 rip-and-test runs hit a qtvcp segfault after the log-
permission fix let qtvcp get further than Phase 1 had. Debian
package-arch passes the same code. Two known asymmetries match:
- python3-opencv on Ubuntu pulls Qt5 GUI bits whose cv2/qt/plugins
directory overrides the system PyQt5 platform plugin path under
xvfb (opencv-python issue #572, Qt Forum 119109). qtvcp's
camview_widget tolerates ImportError on cv2 and just logs a
warning, so dropping the dep restores the harmless fallback path
Phase 1 was already exercising.
- xcb_glx is the historical fragile integration under xvfb
(Launchpad #1761708, QTBUG-67537); xcb_egl is what software-GL
stacks expect anyway. Set as defense in depth.
Local 4/4 still green with both changes.1 parent 9849621 commit dd9e497
2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
46 | 50 | | |
47 | 51 | | |
48 | 52 | | |
| |||
0 commit comments