Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 653638

Summary: sys-apps/portage: emerge --config exit status is 0 after pkg_config calls die
Product: Portage Development Reporter: Zac Medico <zmedico>
Component: Core - Interface (emerge)Assignee: Portage team <dev-portage>
Status: RESOLVED FIXED    
Severity: normal Keywords: InVCS
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 651804    

Description Zac Medico gentoo-dev 2018-04-20 22:05:55 UTC
The relevant action_config function does not return the exit status from the doebuild call.
Comment 2 Larry the Git Cow gentoo-dev 2018-04-24 19:43:29 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/portage.git/commit/?id=78bb69447833895b588bbed42f02b364d3ebbfcc

commit 78bb69447833895b588bbed42f02b364d3ebbfcc
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2018-04-20 22:11:29 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2018-04-24 19:42:27 +0000

    emerge --config: return pkg_config exit status (bug 653638)
    
    Fix emerge --config exit status so that it will return 1 if
    the pkg_config function calls die.
    
    Bug: https://bugs.gentoo.org/653638
    Reviewed-by: Manuel RĂ¼ger <mrueg@gentoo.org>

 pym/_emerge/actions.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)}
Comment 3 Zac Medico gentoo-dev 2018-07-02 18:51:43 UTC
Fixed in portage-2.3.40-r1.