[16/16] cd /var/tmp/portage/games-util/lgogdownloader-3.5/work/lgogdownloader-3.5_build/man && /usr/bin/help2man -N -i /var/tmp/portage/games-util/lgogdownloader-3.5/work/lgogdownloader-3.5/man/lgogdownloader.supplemental.groff -o /var/tmp/portage/games-util/lgogdownloader-3.5/work/lgogdownloader-3.5_build/man/lgogdownloader.1 /var/tmp/portage/games-util/lgogdownloader-3.5/work/lgogdownloader-3.5_build/lgogdownloader && /bin/gzip -f -9 /var/tmp/portage/games-util/lgogdownloader-3.5/work/lgogdownloader-3.5_build/man/lgogdownloader.1 FAILED: man/lgogdownloader.1.gz cd /var/tmp/portage/games-util/lgogdownloader-3.5/work/lgogdownloader-3.5_build/man && /usr/bin/help2man -N -i /var/tmp/portage/games-util/lgogdownloader-3.5/work/lgogdownloader-3.5/man/lgogdownloader.supplemental.groff -o /var/tmp/portage/games-util/lgogdownloader-3.5/work/lgogdownloader-3.5_build/man/lgogdownloader.1 /var/tmp/portage/games-util/lgogdownloader-3.5/work/lgogdownloader-3.5_build/lgogdownloader && /bin/gzip -f -9 /var/tmp/portage/games-util/lgogdownloader-3.5/work/lgogdownloader-3.5_build/man/lgogdownloader.1 help2man: can't get `--help' info from /var/tmp/portage/games-util/lgogdownloader-3.5/work/lgogdownloader-3.5_build/lgogdownloader Try `--no-discard-stderr' if option outputs to stderr ninja: build stopped: subcommand failed.
I need the full build log.
Created attachment 576066 [details] full build log per request
(In reply to James Le Cuirot from comment #1) > I need the full build log. BTW: -3.4 compiles fine. The groff file is the same. I could see the build process changed a bit while bumping from -3.4 to -3.5.
The GUI feature was added since 3.4. It builds fine for me though. help2man works by running --help against the compiled binary. It's saying that it's having trouble running "/var/tmp/portage/games-util/lgogdownloader-3.5/work/lgogdownloader-3.5_build/lgogdownloader --help" so try it yourself and see what it says.
(In reply to James Le Cuirot from comment #4) > The GUI feature was added since 3.4. It builds fine for me though. help2man > works by running --help against the compiled binary. It's saying that it's > having trouble running > "/var/tmp/portage/games-util/lgogdownloader-3.5/work/lgogdownloader-3. > 5_build/lgogdownloader --help" so try it yourself and see what it says. The situation is, that if I build the package with USE=gui, the resulting executable requests RWX stack. I'm using a secure kernel, so that it denies this attempt. This is the reason behind. Probably linked to Qt. If I compile it with USE=-gui, it is all right. Not funny.
(In reply to Attila Tóth from comment #5) > (In reply to James Le Cuirot from comment #4) > > The GUI feature was added since 3.4. It builds fine for me though. help2man > > works by running --help against the compiled binary. It's saying that it's > > having trouble running > > "/var/tmp/portage/games-util/lgogdownloader-3.5/work/lgogdownloader-3. > > 5_build/lgogdownloader --help" so try it yourself and see what it says. > > The situation is, that if I build the package with USE=gui, the resulting > executable requests RWX stack. I'm using a secure kernel, so that it denies > this attempt. This is the reason behind. Probably linked to Qt. If I compile > it with USE=-gui, it is all right. Not funny. RWX --- --- /usr/lib64/libQt5WebEngineCore.so.5.12.3
Recompiling qtwebengine with the patch attached to the other bug solves the problem: https://bugs.gentoo.org/639388#c26