Your message dated Sun, 27 Apr 2025 21:07:04 +0200
with message-id <2274004.72vocr9iq0@treadstone-71>
and subject line
has caused the Debian Bug report #1100101,
regarding qt6-webengine: libQt6WebEngineCore.so.6 has an executable stack
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1100101: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1100101
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pyqt6-webengine
Version: 6.8.0-1
Severity: grave
Justification: blocks glibc 2.41 from migrating to trixie
X-Debbugs-Cc: aure...@debian.org
Dear Maintainer(s),
glibc 2.41 added some hardening that block having an executable stack
for security reasons.
pyqt6-webengine seems to require an executable stack and autopkgtest
using it are failing with glibc 2.41 from unstable:
75s python3.13 -c "import PyQt6.QtWebEngineCore"
75s Traceback (most recent call last):
75s File "<string>", line 1, in <module>
75s import PyQt6.QtWebEngineCore
75s ImportError: libQt6WebEngineCore.so.6: cannot enable executable stack as
shared object requires: Invalid argument
https://ci.debian.net/packages/p/pyqt6-webengine/testing/i386/58709056/
A possible solution would be to build libQt6WebEngineCore.so.6 with '-
Wl,-z,noexecstack' assuming it's not actually needed to work.
--- End Message ---
--- Begin Message ---
Closing as the issue is solved.
--- End Message ---