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

Bug 477678

Summary: app-emulation/xen-tools-4.3.0 build-log not verbose
Product: Gentoo Linux Reporter: Julian Ospald <hasufell>
Component: New packagesAssignee: Gentoo Xen Devs <xen>
Status: RESOLVED TEST-REQUEST    
Severity: QA CC: idella4
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 429308    
Attachments: xen-tools-4.3.0:20130722-000248.log

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