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

Bug 551154

Summary: gnome2.eclass: 'nonfatal elibtoolize' is meaningless
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: EclassesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal Keywords: Inclusion
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 551152    

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-06-04 08:54:50 UTC
gnome2_src_prepare() {
#[...]
    # Run libtoolize
    # Everything is fatal EAPI 4 onwards
    nonfatal elibtoolize ${ELTCONF}
}

This snippet is meaningless since elibtoolize calls 'die', and 'die' does not respect 'nonfatal' (except for a Portage bug that was fixed already AFAIR).
Comment 1 Pacho Ramos gentoo-dev 2015-07-09 09:59:41 UTC
Feel free to fix it if you have time (I cannot commit it just now)
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-07-09 15:42:53 UTC
+  09 Jul 2015; Michał Górny <mgorny@gentoo.org> gnome2.eclass:
+  Remove meaningless nonfatal from elibtoolize call, bug #551154.