Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 461906 - net-misc/ofono has not verbose build log
Summary: net-misc/ofono has not verbose build log
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Yixun Lan
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: verbose_build
  Show dependency tree
 
Reported: 2013-03-16 08:30 UTC by Agostino Sarubbo
Modified: 2013-03-17 13:45 UTC (History)
1 user (show)

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


Attachments
ofono-1.10-r1. ebuild (ofono-1.10-r1.ebuild,1.46 KB, text/plain)
2013-03-16 15:03 UTC, Yixun Lan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2013-03-16 08:30:05 UTC
The proposed solution is in the tracker.
If this is an autotools based package, and '--disable-silent-rules' doesn't work, you can try:
- emake V=1 in src_compile() and/or src_install()
- MAKEOPTS+=" V=1" as global scope

Note: if you will port the ebuild to EAPI 5, it includes '--disable-silent-rules'
Comment 1 Yixun Lan archtester gentoo-dev 2013-03-16 14:57:01 UTC
em.. for this problem, I'd like to bump it to EAPI=5. sorry, I was thinking about not to touch previous old version which was added by previous maintainer (people may move to newer version).

one thing I'm not for sure, version 1.10 is already going for stable (bug #461802), should I directly bump 1.10-r1 to stable keywords, since these changes are quite trivial. or may I run another stabe request?

or even modify this ebuild without revision bump?

thanks
Comment 2 Yixun Lan archtester gentoo-dev 2013-03-16 15:03:23 UTC
Created attachment 342276 [details]
ofono-1.10-r1. ebuild

1) bump to EAPI=5, to support "verbose build log"
2)add USE=doc, slightly rework
3) patch to fix build error (gcc-4.7)
Comment 3 Yixun Lan archtester gentoo-dev 2013-03-17 13:45:20 UTC
bump revision 1.10-r1 to fix this problem, thanks @tomka for helping this.