Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH V4 ] daq: add recipe
Date: Mon, 5 May 2014 00:22:30 +0200	[thread overview]
Message-ID: <20140504222230.GI2486@jama> (raw)
In-Reply-To: <20140324150848.GA29998@jama>

[-- Attachment #1: Type: text/plain, Size: 3492 bytes --]

On Mon, Mar 24, 2014 at 04:08:48PM +0100, Martin Jansa wrote:
> On Wed, Sep 04, 2013 at 02:49:20PM +0200, Martin Jansa wrote:
> > On Fri, Aug 30, 2013 at 06:21:24PM +0800, b40290@freescale.com wrote:
> > > From: Chunrong Guo <B40290@freescale.com>
> > > 
> > >    *The dump DAQ test the various inline mode features
> > >    *snort depends daq
> > > 
> > > Signed-off-by: Chunrong Guo <B40290@freescale.com>
> > > ---
> > >  meta-oe/recipes-connectivity/daq/daq_2.0.1.bb      |   16 +++++++++++
> > >  ...le-run-test-program-while-cross-compiling.patch |   29 ++++++++++++++++++++
> > >  2 files changed, 45 insertions(+), 0 deletions(-)
> > >  create mode 100644 meta-oe/recipes-connectivity/daq/daq_2.0.1.bb
> > >  create mode 100644 meta-oe/recipes-connectivity/daq/files/disable-run-test-program-while-cross-compiling.patch
> > > 
> > > diff --git a/meta-oe/recipes-connectivity/daq/daq_2.0.1.bb b/meta-oe/recipes-connectivity/daq/daq_2.0.1.bb
> > > new file mode 100644
> > > index 0000000..4c1be44
> > > --- /dev/null
> > > +++ b/meta-oe/recipes-connectivity/daq/daq_2.0.1.bb
> > > @@ -0,0 +1,16 @@
> > > +DESCRIPTION = "The dump DAQ test the various inline mode features "
> > > +HOMEPAGE = "http://www.snort.org"
> > > +LICENSE = "GPLv2"
> > > +LIC_FILES_CHKSUM = "file://COPYING;md5=f9ce51a65dd738dc1ae631d8b21c40e0"
> > > +
> > > +PARALLEL_MAKE = ""
> > > +
> > > +DEPENDS = "libpcap libpcre "
> > > +
> > > +SRC_URI = "http://fossies.org/linux/misc/daq-${PV}.tar.gz \
> > > +            file://disable-run-test-program-while-cross-compiling.patch "
> > > +
> > > +SRC_URI[md5sum] = "044aa3663d44580d005293eeb8ccf175"
> > > +SRC_URI[sha256sum] = "ebba87c2ec76ac65d2980934423b0597909caead3a86ce5d1ba1ea6ce518ec6d"
> > > +
> > > +inherit autotools
> > 
> > I don't have more than build log because workspace is already gone, but
> > qemuarm build fails:
> > 
> > ERROR: Function failed: do_install (log file is located at
> > /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/daq/2.0.1-r0/temp/log.do_install.4742)
> > ERROR: Logfile of failure stored in:
> > /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/daq/2.0.1-r0/temp/log.do_install.4742
> > Log data follows:
> > | DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common',
> > 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi',
> > 'common']
> > | DEBUG: Executing shell function do_install
> > | NOTE: make
> > DESTDIR=/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/daq/2.0.1-r0/image
> > install
> > | make: *** No rule to make target `install'.  Stop.
> > | ERROR: oe_runmake failed
> > | WARNING: exit code 1 from a shell command.
> > | ERROR: Function failed: do_install (log file is located at
> > /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/daq/2.0.1-r0/temp/log.do_install.4742)
> > NOTE: recipe daq-2.0.1-r0: task do_install: Failed
> > ERROR: Task 19484
> > (/home/jenkins/oe/shr-core-branches/shr-core/meta-openembedded/meta-oe/recipes-connectivity/daq/daq_2.0.1.bb,
> > do_install) failed with exit code '1'
> 
> Can we fix this please?

ping^4 and PNBLACKLIST is on the way..

here is also couple of auto-detected dependencies

daq/daq/latest lost dependency on  libdnet libmnl libnetfilter-queue libnfnetlink

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

      parent reply	other threads:[~2014-05-04 22:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-30 10:21 [meta-oe][PATCH V4 ] daq: add recipe b40290
2013-09-04 12:49 ` Martin Jansa
2014-03-24 15:08   ` Martin Jansa
2014-03-28  9:41     ` B40290
2014-05-04 22:22     ` Martin Jansa [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=20140504222230.GI2486@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox