Created attachment 875916 [details] emerge --info configure phase fails because configure script needs bash for an array instead of sh. Patch that works for me: --- ../liblangtag-0.6.5/configure 2023-11-24 12:28:15.000000000 +0100 +++ ./configure 2023-11-29 12:23:59.761977897 +0100 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.71 for liblangtag 0.6.5. # I am not sure if this is an upstream problem since it is autoconf making the script from configure.ac so maybe its an autoconf issue?
Created attachment 875917 [details, diff] patch
Please attach a build log showing the failure.
Created attachment 875925 [details] build log
note that /bin/sh -> /bin/dash
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3779ebef95209d30fde3b3e40ea730ac36db971a commit 3779ebef95209d30fde3b3e40ea730ac36db971a Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2023-11-30 19:30:15 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2023-11-30 19:45:01 +0000 app-text/liblangtag: add 0.6.6 Closes: https://bugs.gentoo.org/918852 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> app-text/liblangtag/Manifest | 1 + app-text/liblangtag/liblangtag-0.6.6.ebuild | 55 +++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+)