public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r11046 - main/trunk/pym/portage/dbapi
@ 2008-07-14  6:48 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2008-07-14  6:48 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2008-07-14 06:48:10 +0000 (Mon, 14 Jul 2008)
New Revision: 11046

Modified:
   main/trunk/pym/portage/dbapi/vartree.py
Log:
Call prepare_build_dirs() prior to pkg_preinst so that logging works
properly.


Modified: main/trunk/pym/portage/dbapi/vartree.py
===================================================================
--- main/trunk/pym/portage/dbapi/vartree.py	2008-07-14 06:38:30 UTC (rev 11045)
+++ main/trunk/pym/portage/dbapi/vartree.py	2008-07-14 06:48:10 UTC (rev 11046)
@@ -1577,6 +1577,8 @@
 				finally:
 					catdir_lock = None
 
+				prepare_build_dirs(self.myroot, self.settings, 1)
+
 				if scheduler is None:
 					retval = doebuild(myebuildpath, ebuild_phase, self.myroot,
 						self.settings, cleanup=cleanup, use_cache=0,

-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-14  6:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-14  6:48 [gentoo-commits] portage r11046 - main/trunk/pym/portage/dbapi Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox