On Mon, 16 Nov 2009, Philip Balister wrote: > On 11/16/2009 10:34 AM, Robert P. J. Day wrote: > > > > build just finished, 0 errors. go figure. but i'm puzzled > > since, until recently, guile-native was failing to build and i > > don't see anything in the git log that would have done anything > > with that package. can someone clarify this? i also don't recall > > manually patching that package based on an earlier poster's > > suggestion, so i have no idea why it would suddenly start to > > build. (perhaps i'll distclean that and make sure it builds > > again.) > > > > in any event, happy happy, joy joy. > > Lucky you, opkg-cl is failing for me. Fortunately, I have some real > work to keep me out of trouble.
anything i can do to test on this end? here's my current repo status: ===== $ git show commit 9cbd93cd04ffa16a6b9aee5b6d63751777b91b16 Author: Richard Purdie <[email protected]> Date: Mon Nov 16 12:46:10 2009 +0000 package.bbclass: Add back import os until further metadata cleanups happen Signed-off-by: Richard Purdie <[email protected]> diff --git a/classes/package.bbclass b/classes/package.bbclass index 5de48d6..246ecd4 100644 --- a/classes/package.bbclass +++ b/classes/package.bbclass @@ -338,7 +338,7 @@ python perform_packagecopy () { } python populate_packages () { - import glob, stat, errno, re + import glob, stat, errno, re,os workdir = bb.data.getVar('WORKDIR', d, True) outdir = bb.data.getVar('DEPLOY_DIR', d, True) ===== at some point in the near future when f12 comes out (couple days), i'll try to reproduce the build from scratch on a fresh install, just to play it safe. at least i have a benchmark now. rday -- ======================================================================== Robert P. J. Day Waterloo, Ontario, CANADA Linux Consulting, Training and Kernel Pedantry. Web page: http://crashcourse.ca Twitter: http://twitter.com/rpjday ======================================================================== _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
