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

Bug 496280

Summary: net-voip/sflphone-1.2.3 has missing dev-util/cmake dev-util/automoc DEPEND, does not use kde4-base.eclass, does not check exit codes of commands
Product: Gentoo Linux Reporter: Nikoli <nikoli>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 486852    
Attachments: build.log

Description Nikoli 2013-12-28 17:00:33 UTC
Created attachment 366374 [details]
build.log

If dev-util/automoc is not installed build fails. Ebuild is not using kde and cmake eclasses, it seems wrong.
Comment 1 Nikoli 2013-12-29 12:11:35 UTC
dev-util/cmake is missing too.
This is so wrong:
        if use kde; then
                cd "${S}/kde"
                ./config.sh --prefix=/usr
        fi
ebuild does not check exit codes of cd commands and config.sh, so it fails silently in src_configure if something required for kde is missing and wastes time for src_compile, which will sure fail build. Ebuild should not even use config.sh bash script, it should use cmake-utils_src_configure or kde4-base_src_configure.
Comment 2 Pacho Ramos gentoo-dev 2015-02-03 15:00:32 UTC
removed