Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 852239 - sys-libs/liburing: missing || die on configure
Summary: sys-libs/liburing: missing || die on configure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Florian Schmaus
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-15 23:09 UTC by Sam James
Modified: 2022-06-29 10:23 UTC (History)
0 users

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 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-06-15 23:09:21 UTC
Failures in configure won't abort package installation because of the lack of '|| die':
>        TMPDIR="${T}" ./configure "${myconf[@]}"

I suggest using edo to get a nice more verbose log too.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-06-23 05:57:26 UTC
ping
Comment 2 Larry the Git Cow gentoo-dev 2022-06-29 07:16:42 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bbe923a3796f8ba3fc270dfb58683fbd2c410d9

commit 9bbe923a3796f8ba3fc270dfb58683fbd2c410d9
Author:     Florian Schmaus <flow@gentoo.org>
AuthorDate: 2022-06-29 07:16:22 +0000
Commit:     Florian Schmaus <flow@gentoo.org>
CommitDate: 2022-06-29 07:16:22 +0000

    sys-libs/liburing: add missing || die on configure
    
    Closes: https://bugs.gentoo.org/852239
    Signed-off-by: Florian Schmaus <flow@gentoo.org>

 sys-libs/liburing/liburing-2.1-r1.ebuild | 2 +-
 sys-libs/liburing/liburing-2.1-r2.ebuild | 2 +-
 sys-libs/liburing/liburing-9999.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)