[Bug 255753] devel/pyside2: py38-pyside2-5.15.2 poudriere build fails
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255753 --- Comment #3 from crah...@gmail.com --- This happens when I try to build the port manually. The specific instructions leading to the problem are: /usr/local/bin/cmake -E env LD_LIBRARY_PATH=/usr/ports/devel/pyside2/work-py38/.build/libpyside:/usr/local/lib /usr/local/bin/python3.8 -vvd /usr/ports/devel/pyside2/work-py38/pyside-setup-opensource-src-5.15.2/sources/pyside2/PySide2/Qt3DRender/../support/generate_pyi.py Qt3DRender --sys-path /usr/ports/devel/pyside2/work-py38/.build The -vv option in the line above produces the following output before failing: import 'PySide2.support.signature.lib.tool' # <_frozen_importlib_external.SourceFileLoader object at 0x8009b8af0> # trying /usr/ports/devel/pyside2/work-py38/.build/PySide2/Qt3DRender.cpython-38.so Illegal instruction -- You are receiving this mail because: You are the assignee for the bug.
[Bug 249368] x11/plasma5-plasma-desktop: Inconsistent cursor theme
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249368 --- Comment #8 from Adriaan de Groot --- I can reproduce something **similar** as follows: - log into KDE Plasma - systemsettings >> global theme >> cursors (e.g. alt-f2, "cursors") - pick a different style and size, like "Oxygen Blue 48" - click apply - notice that the cursor is now oxygen blue 48 (e.g. BIG BLUE ARROWS) when over KDE applications - while over the background, or over an X application (e.g. xterm), it's still the old cursor - logout, login: now it's consistent -- You are receiving this mail because: You are the assignee for the bug.
[Bug 255753] devel/pyside2: py38-pyside2-5.15.2 poudriere build fails
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255753 --- Comment #4 from crah...@gmail.com --- The problem is that files/patch-src_core_configure.json in graphics/qt5-3d turns on the avx2 instructions on cpus that do not have these instructions. Removing the patch file allows pyside2 to be built on these machines, such as my penryn. -- You are receiving this mail because: You are the assignee for the bug.
[Bug 248155] graphics/qt5-3d: fails to build with CPUTYPE>=haswell (anything with AVX2 I guess)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248155 crah...@gmail.com changed: What|Removed |Added CC||crah...@gmail.com --- Comment #10 from crah...@gmail.com --- Unfortunately this fix breaks pyside2 on machines that do not support avx2 instructions, because it causes avx2 instructions to be generated on cpus that do not support them. I've verified this on my penryn machine using lldb. See bug #255753. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.