ERROR: prepare ERROR: mail-mta/netqmail-1.06-r4::gentoo failed (prepare phase): (no error message) Call stack: ebuild.sh, line 124: Called src_prepare environment, line 3034: Called die The specific snippet of code: netqmail-1.06-r4.ebuild, line 105: sed 's~^--- ../../~--- ~g' < "${DISTDIR}"/${QMAIL_TLS_F} > "${T}"/${QMAIL_TLS_F} || die; I would suggest adding a condition before this line like in the lines below.
-r5 has the same problem.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb7f219c99bd6dfcac19d0d88dbfe106132c1173 commit bb7f219c99bd6dfcac19d0d88dbfe106132c1173 Author: Rolf Eike Beer <eike@sf-mail.de> AuthorDate: 2019-08-07 09:49:34 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2019-08-10 05:56:01 +0000 mail-mta/netqmail: fix build without ssl Closes: https://bugs.gentoo.org/649854 Closes: https://bugs.gentoo.org/674688 Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Closes: https://github.com/gentoo/gentoo/pull/12630 Signed-off-by: Joonas Niilola <juippis@gentoo.org> mail-mta/netqmail/netqmail-1.06-r4.ebuild | 14 ++++++++------ mail-mta/netqmail/netqmail-1.06-r5.ebuild | 16 +++++++++------- mail-mta/netqmail/netqmail-1.06-r6.ebuild | 16 +++++++++------- 3 files changed, 26 insertions(+), 20 deletions(-)