Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 445522 - media-gfx/argyllcms has not verbose build log
Summary: media-gfx/argyllcms 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: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: NeedPatch
Depends on:
Blocks: verbose_build
  Show dependency tree
 
Reported: 2012-12-01 20:53 UTC by Agostino Sarubbo
Modified: 2012-12-14 20:05 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2012-12-01 20:53:22 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 Pacho Ramos gentoo-dev 2012-12-01 23:42:46 UTC
It's already using eapi5, the problem is that this uses jam as build system... that I don't know how to make it verbose :S
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2012-12-14 08:55:34 UTC
(In reply to comment #1)
> It's already using eapi5, the problem is that this uses jam as build
> system... that I don't know how to make it verbose :S

-dx     Display (a)actions (c)causes (d)dependencies
        (m)make tree (x)commands (0-9) debug levels.
Comment 3 Justin Lecher (RETIRED) gentoo-dev 2012-12-14 08:55:56 UTC
+*argyllcms-1.4.0-r2 (14 Dec 2012)
+
+  14 Dec 2012; Justin Lecher <jlec@gentoo.org> +argyllcms-1.4.0-r2.ebuild:
+  Be verbose in build, #445522; Respect CFLAGS, CC, AR, RANLIB
+
Comment 4 Pacho Ramos gentoo-dev 2012-12-14 20:05:07 UTC
Thanks! :)