Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 496280 - 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
Summary: net-voip/sflphone-1.2.3 has missing dev-util/cmake dev-util/automoc DEPEND, d...
Status: RESOLVED WONTFIX
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:
Depends on:
Blocks: 486852
  Show dependency tree
 
Reported: 2013-12-28 17:00 UTC by Nikoli
Modified: 2015-02-03 15:00 UTC (History)
0 users

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


Attachments
build.log (sflphone-1.2.3_build.log,197.73 KB, text/plain)
2013-12-28 17:00 UTC, Nikoli
Details

Note You need to log in before you can comment on or make changes to this bug.
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