Hello. I have reinstalled FreeBSD on a ZFS fs. I have tried to compile qt5-webengine several times,but everytime I get the same error. Before reporting the failure to the maintainer,I would like to know if I can fix it with your help. If I don't fix this error,some ports that depends about it don't work and I can't compile kde5 from sources.
The variable "use_system_yasm" was set as a build argument but never appeared in a declare_args() block in any buildfile.
Code:
marietto@marietto:/usr/ports/www/qt5-webengine # uname -a
FreeBSD marietto 13.0-RELEASE-p8 FreeBSD 13.0-RELEASE-p8 #0: Tue Mar 15 09:36:28 UTC 2022
The variable "use_system_yasm" was set as a build argument but never appeared in a declare_args() block in any buildfile.
Code:
To view all possible args, run "gn args --list <out_dir>"
The build continued as if that argument was unspecified.
Done. Made 12713 targets from 2024 files in 3758ms
*** [sub-gn_run-pro-make_first] Error code 6
make[4]: stopped in /usr/ports/www/qt5-webengine/work/.build/src/pdf
1 error
make[4]: stopped in /usr/ports/www/qt5-webengine/work/.build/src/pdf
*** [sub-pdf-make_first] Error code 2
make[3]: stopped in /usr/ports/www/qt5-webengine/work/.build/src
4 errors
make[3]: stopped in /usr/ports/www/qt5-webengine/work/.build/src
*** [sub-src-make_first] Error code 2
make[2]: stopped in /usr/ports/www/qt5-webengine/work/.build
1 error
make[2]: stopped in /usr/ports/www/qt5-webengine/work/.build
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.