Summary: | www-client/netsurf-3.9 : utils/idna.c: fatal error: libutf8proc/utf8proc.h: No such file or directory | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Philipp Ammann <philipp.ammann> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aidanamarks, proxy-maint |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
emerge-history.txt environment etc.portage.tbz2 temp.tbz2 www-client:netsurf-3.9:20200506-190754.log |
Description
Toralf Förster
![]() Created attachment 636556 [details]
emerge-info.txt
Created attachment 636558 [details]
emerge-history.txt
Created attachment 636560 [details]
environment
Created attachment 636562 [details]
etc.portage.tbz2
Created attachment 636564 [details]
temp.tbz2
Created attachment 636566 [details]
www-client:netsurf-3.9:20200506-190754.log
Also getting this build error when rebuilding subversion: subversion/libsvn_subr/utf8proc.c:40:10: fatal error: libutf8proc/utf8proc.h: No such file or directory 40 | #include <libutf8proc/utf8proc.h> | ^~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:802: subversion/libsvn_subr/utf8proc.lo] Error 1 make: *** Waiting for unfinished jobs.... * ERROR: dev-vcs/subversion-1.13.0-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=dev-vcs/subversion-1.13.0-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-vcs/subversion-1.13.0-r1::gentoo'`. * The complete build log is located at '/nas/tmp/portage/dev-vcs/subversion-1.13.0-r1/temp/build.log'. * The ebuild environment file is located at '/nas/tmp/portage/dev-vcs/subversion-1.13.0-r1/temp/environment'. * Working directory: '/nas/tmp/portage/dev-vcs/subversion-1.13.0-r1/work/subversion-1.13.0' * S: '/nas/tmp/portage/dev-vcs/subversion-1.13.0-r1/work/subversion-1.13.0' !!! When you file a bug report, please include the following information: GENTOO_VM= CLASSPATH="" JAVA_HOME="" JAVACFLAGS="" COMPILER="" and of course, the output of emerge --info =subversion-1.13.0 >>> Failed to emerge dev-vcs/subversion-1.13.0-r1, Log file: >>> '/nas/tmp/portage/dev-vcs/subversion-1.13.0-r1/temp/build.log' Downgrade from dev-libs/libutf8proc-2.5.0 to dev-libs/libutf8proc-2.4.0 resolves the build failure for subversion. Try that for your package. Same error and a downgrade to libutf8proc-2.4.0 resolved it. The cause seems as simple as /usr/include/libutf8proc/utf8proc.h (in libutf8proc-2.4.0) becoming /usr/include/utf8proc.h (in libutf8proc-2.5.0). The bug has been closed via 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(+) |