Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 477678 - app-emulation/xen-tools-4.3.0 build-log not verbose
Summary: app-emulation/xen-tools-4.3.0 build-log not verbose
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: Gentoo Xen Devs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: verbose_build
  Show dependency tree
 
Reported: 2013-07-22 00:17 UTC by Julian Ospald
Modified: 2013-07-31 05:03 UTC (History)
1 user (show)

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


Attachments
xen-tools-4.3.0:20130722-000248.log (xen-tools-4.3.0:20130722-000248.log,901.91 KB, patch)
2013-07-22 00:18 UTC, Julian Ospald
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julian Ospald 2013-07-22 00:17:43 UTC
only in some places, not everywhere
Comment 1 Julian Ospald 2013-07-22 00:18:33 UTC
Created attachment 353802 [details, diff]
xen-tools-4.3.0:20130722-000248.log
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2013-07-22 13:07:05 UTC
ok I've never seen this one.  Is there some one liner to make a log verbose? Is this new?
Comment 3 Julian Ospald 2013-07-29 22:11:36 UTC
you could try

emake V=1
Comment 4 Ian Delaney (RETIRED) gentoo-dev 2013-07-30 06:39:20 UTC
very well

-	emake CC="$(tc-getCC)" LD="$(tc-getLD)" AR="$(tc-getAR)" RANLIB="$(tc-getRANLIB)" -C tools ${myopt}
+	emake V=1 CC="$(tc-getCC)" LD="$(tc-getLD)" AR="$(tc-getAR)" RANLIB="$(tc-getRANLIB)" -C tools ${myopt}

  30 Jul 2013; Ian Delaney <idella4@gentoo.org> xen-tools-4.3.0.ebuild:
  verbosity level hard set in src_compile, fixes Bug #477678 by hasufell
Comment 5 Yixun Lan archtester gentoo-dev 2013-07-30 16:04:54 UTC
hi Ian, Could you also make version 4.2.2-r4 (the latest one) log verbose?
Comment 6 Ian Delaney (RETIRED) gentoo-dev 2013-07-31 05:03:25 UTC
service with a smiley

  31 Jul 2013; Ian Delaney <idella4@gentoo.org> xen-tools-4.2.2-r4.ebuild:
  upgrade emake in complile phase to match 4.3.0