www-client/netsurf uses duktape, but it's missing the dependency right now. The cynic in me thinks someone saw some repoman warnings, didn't know what to do with them, and then just ignored the problem. Well, the problem is that netsurf has keywords for arm, ppc, and ppc64 keywords, while duktape doesn't. I see you've already added entries to arch/arm{,64}/package.use.mask to account for those keywords in other packages. Does duktape fail to build on them? If it works, this is me asking that we just add the keywords and get it over with. Otherwise, we'll have to add package.mask entries for www-client/netsurf as well.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca7819ae8a75cab9e401e3106415a6528cdd1f52 commit ca7819ae8a75cab9e401e3106415a6528cdd1f52 Author: Michael Orlitzky <mjo@gentoo.org> AuthorDate: 2020-06-21 01:43:05 +0000 Commit: Michael Orlitzky <mjo@gentoo.org> CommitDate: 2020-06-21 12:17:03 +0000 www-client/netsurf: new version 3.10. This new version (bug 727882) combined with the removal of the old versions fixes some outstanding issues: * Fixes the mixup between ED/D (and EROOT, variously) throughout the build system (bug 489542). * Adds a dependency on dev-lang/duktape, but as a result, has to drop keywords for arm, ppc, and ppc64 (bugs 698650, 728592). * Adds a patch to fix the location of utf8proc.h (bug 721318) * Adds a patch to disable failing tests (bug 687378). * Drops the broken USE=pdf-writer flag (bug 625770). * Apparently fixes the test failure with USE="-gtk2", since the test suite now passes (bug 672812). * Eliminates another test failure in v3.8 (bug 701322). Bug: https://bugs.gentoo.org/489542 Closes: https://bugs.gentoo.org/625770 Closes: https://bugs.gentoo.org/672812 Closes: https://bugs.gentoo.org/687378 Closes: https://bugs.gentoo.org/698650 Closes: https://bugs.gentoo.org/701322 Closes: https://bugs.gentoo.org/721318 Closes: https://bugs.gentoo.org/727882 Bug: https://bugs.gentoo.org/728592 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> www-client/netsurf/Manifest | 1 + .../files/netsurf-3.10-disable-failing-tests.patch | 42 +++++++ ...rf-3.10-julia-libutf8proc-header-location.patch | 34 ++++++ www-client/netsurf/netsurf-3.10.ebuild | 131 +++++++++++++++++++++ 4 files changed, 208 insertions(+)
Created attachment 645550 [details] build.log (2.4.0, ppc64) Builds fine on ppc64.
Created attachment 645552 [details] build.log (2.4.0, ppc) Builds fine on ppc.
Builds fine on arm64.
Thanks guys. Unless Ian objects soon, I'll add these keywords to both duktape-2.4.0 and netsurf-3.10 where I was forced to drop them.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de63736b4534e0b72f620ab5ce64e6f199cd1cb2 commit de63736b4534e0b72f620ab5ce64e6f199cd1cb2 Author: Ian Whyman <thev00d00@gentoo.org> AuthorDate: 2020-06-27 10:06:36 +0000 Commit: Ian Whyman <thev00d00@gentoo.org> CommitDate: 2020-06-27 10:07:17 +0000 dev-lang/duktape: Version bump, add arch, respect CC Closes: https://bugs.gentoo.org/721792 Closes: https://bugs.gentoo.org/727864 Closes: https://bugs.gentoo.org/728592 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Ian Whyman <thev00d00@gentoo.org> dev-lang/duktape/Manifest | 2 +- .../duktape/{duktape-2.2.1.ebuild => duktape-2.5.0.ebuild} | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-)