Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 649854 - >=mail-mta/netqmail-1.06-r4 USE=-ssl - .../distdir/netqmail-1.05-tls-smtpauth-20070417.patch: No such file or directory
Summary: >=mail-mta/netqmail-1.06-r4 USE=-ssl - .../distdir/netqmail-1.05-tls-smtpauth...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2018-03-07 16:32 UTC by Frank Limpert
Modified: 2019-08-10 05:56 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Limpert 2018-03-07 16:32:39 UTC
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.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2018-03-08 13:50:11 UTC
-r5 has the same problem.
Comment 2 Larry the Git Cow gentoo-dev 2019-08-10 05:56:26 UTC
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(-)