All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Zanussi <tom.zanussi@linux.intel.com>
To: "Maxin B. John" <maxin.john@enea.com>
Cc: yocto@yoctoproject.org
Subject: Re: perf build breaks in poky master branch
Date: Tue, 19 Mar 2013 08:43:01 -0500	[thread overview]
Message-ID: <1363700581.901.18.camel@empanada> (raw)
In-Reply-To: <20130319130619.GA41031@sestofb10.enea.se>


On Tue, 2013-03-19 at 14:06 +0100, Maxin B. John wrote:
> Hi,
> 
> Perf build fails while trying to build core-image-minimal for qemux86, 

Hi,

Richard has just pushed a fix for a thinko in the patch, please pull and
try again.

Tom

> $ git clone git://git.yoctoproject.org/poky
> $ cd poky
> $ source oe-init-build-env
> $ bitbake core-image-minimal
> Pseudo is not present but is required, building this first before the main build
> Loading cache: 100%
> |###############################################################################|
> ETA:  00:00:00
> Loaded 347 entries from dependency cache.
> ERROR: ExpansionError during parsing
> /home/majo/master/poky/meta/recipes-kernel/perf/perf.bb:
> Failure expanding variable do_package: ExpansionError: Failure
> expanding variable do_package, expression was
> bb.data.setVar('PKGV',
> '${@get_kernelversion('/home/majo/master/poky/build/tmp/sysroots/qemux86/usr/src/kernel').split("-")[0]}',
> d)
>     # Change the following version to cause sstate to invalidate the
>     # package
>     # cache.  This is useful if an item this class depends on changes
>     # in a
>     # way that the output of this class changes.  rpmdeps is a good
>     # example
>     # as any change to rpmdeps requires this to be rerun.
>     # PACKAGE_BBCLASS_VERSION = "1"
> 
>     # Init cachedpath
>     global cpath
>     cpath = oe.cachedpath.CachedPath()
> 
>     ###########################################################################
>     # Sanity test the setup
>     ###########################################################################
> 
>     packages = (d.getVar('PACKAGES', True) or "").split()
>     if len(packages) < 1:
>         bb.debug(1, "No packages to build, skipping do_package")
>         return
> 
>     workdir = d.getVar('WORKDIR', True)
>     outdir = d.getVar('DEPLOY_DIR', True)
>     dest = d.getVar('D', True)
>     dvar = d.getVar('PKGD', True)
>     pn = d.getVar('PN', True)
> 
>     if not workdir or not outdir or not dest or not dvar or not pn:
>         bb.error("WORKDIR, DEPLOY_DIR, D, PN and PKGD all must be
> defined, unable to package")
>         return
> 
>     bb.build.exec_func("package_get_auto_pr", d)
> 
>     ###########################################################################
>     # Optimisations
>     ###########################################################################
> 
>     # Contunually rexpanding complex expressions is inefficient,
>     # particularly when
>     # we write to the datastore and invalidate the expansion cache.
>     # This code
>     # pre-expands some frequently used variables
> 
>     def expandVar(x, d):
>         d.setVar(x, d.getVar(x, True))
> 
>     for x in 'PN', 'PV', 'BPN', 'TARGET_SYS', 'EXTENDPRAUTO':
>         expandVar(x, d)
> 
>     ###########################################################################
>     # Setup PKGD (from D)
>     ###########################################################################
> 
>     for f in (d.getVar('PACKAGEBUILDPKGD', True) or '').split():
>         bb.build.exec_func(f, d)
> 
>     ###########################################################################
>     # Split up PKGD into PKGDEST
>     ###########################################################################
> 
>     cpath = oe.cachedpath.CachedPath()
> 
>     for f in (d.getVar('PACKAGESPLITFUNCS', True) or '').split():
>         bb.build.exec_func(f, d)
> 
>     ###########################################################################
>     # Process PKGDEST
>     ###########################################################################
> 
>     # Build global list of files in each split package
>     global pkgfiles
>     pkgfiles = {}
>     packages = d.getVar('PACKAGES', True).split()
>     pkgdest = d.getVar('PKGDEST', True)
>     for pkg in packages:
>         pkgfiles[pkg] = []
>         for walkroot, dirs, files in cpath.walk(pkgdest + "/" + pkg):
>             for file in files:
>                 pkgfiles[pkg].append(walkroot + os.sep + file)
> 
>     for f in (d.getVar('PACKAGEFUNCS', True) or '').split():
>         bb.build.exec_func(f, d)
>  which triggered exception AttributeError: 'NoneType' object has no
> attribute 'split'
> NOTE: Error during finalise of
> /home/majo/master/poky/meta/recipes-kernel/perf/perf.bb
> ERROR: Command execution failed: Exited with 1
> 
> Summary: There were 2 ERROR messages shown, returning a non-zero exit
> code.
>   




      parent reply	other threads:[~2013-03-19 13:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-19 13:06 perf build breaks in poky master branch Maxin B. John
2013-03-19 13:27 ` Richard Purdie
2013-03-19 14:07   ` Maxin B. John
2013-03-19 13:43 ` Tom Zanussi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1363700581.901.18.camel@empanada \
    --to=tom.zanussi@linux.intel.com \
    --cc=maxin.john@enea.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.