Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: Khem Raj <raj.khem@gmail.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [oe-commits] Li xin : tiptop: upgrade 2.2 -> 2.3
Date: Mon, 5 Feb 2018 18:36:00 -0500	[thread overview]
Message-ID: <20180205233600.GH2786@denix.org> (raw)
In-Reply-To: <cfa2831f-e6ee-6916-342f-d9f4a94ef1d3@gmail.com>

On Tue, Jan 30, 2018 at 12:50:59PM -0800, Khem Raj wrote:
> On 1/30/18 6:27 AM, Martin Jansa wrote:
> > Anyone else seeing random failures with this one?
> > 
> > /usr/src/debug/tiptop/2.3-r0/tiptop-2.3/src/utils-expression.c:191: error:
> > undefined reference to 'yyparse'
> > /usr/src/debug/tiptop/2.3-r0/tiptop-2.3/src/calc.lex:75: error: undefined
> > reference to 'yylval'
> > /usr/src/debug/tiptop/2.3-r0/tiptop-2.3/src/calc.lex:75: error: undefined
> > reference to 'yylval'
> > /usr/src/debug/tiptop/2.3-r0/tiptop-2.3/src/calc.lex:65: error: undefined
> > reference to 'yylval'
> > /usr/src/debug/tiptop/2.3-r0/tiptop-2.3/src/calc.lex:65: error: undefined
> > reference to 'yylval'
> > collect2: error: ld returned 1 exit status
> > make[1]: *** [tiptop] Error 1
> > 
> 
> wonder if its missing dep on bison

bison-native dependency is implicit via toolchain - should probably be 
specified explicitly to avoid such random failures. I've discussed with RP 
and sent bunch of similar patches earlier to oe-core and even to meta-oe...


> > On Tue, Aug 18, 2015 at 11:54 AM, <git@git.openembedded.org> wrote:
> > 
> >> Module: meta-openembedded.git
> >> Branch: master
> >> Commit: 4638d7223aa48639238c35b019e1ca86151a0b65
> >> URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=
> >> 4638d7223aa48639238c35b019e1ca86151a0b65
> >>
> >> Author: Li xin <lixin.fnst@cn.fujitsu.com>
> >> Date:   Wed Jul 29 17:54:11 2015 +0800
> >>
> >> tiptop: upgrade 2.2 -> 2.3
> >>
> >> Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
> >> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> >>
> >> ---
> >>
> >>  meta-oe/recipes-extended/tiptop/{tiptop_2.2.bb => tiptop_2.3.bb} | 4 ++--
> >>  1 file changed, 2 insertions(+), 2 deletions(-)
> >>
> >> diff --git a/meta-oe/recipes-extended/tiptop/tiptop_2.2.bb
> >> b/meta-oe/recipes-extended/tiptop/tiptop_2.3.bb
> >> similarity index 87%
> >> rename from meta-oe/recipes-extended/tiptop/tiptop_2.2.bb
> >> rename to meta-oe/recipes-extended/tiptop/tiptop_2.3.bb
> >> index a803e26..5a98116 100644
> >> --- a/meta-oe/recipes-extended/tiptop/tiptop_2.2.bb
> >> +++ b/meta-oe/recipes-extended/tiptop/tiptop_2.3.bb
> >> @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=
> >> b234ee4d69f5fce4486a80fdaf4a4263"
> >>  DEPENDS = "ncurses libxml2"
> >>
> >>  SRC_URI = "http://tiptop.gforge.inria.fr/releases/${BP}.tar.gz"
> >> -SRC_URI[md5sum] = "74255a29acf44569db021b080ad3e3f7"
> >> -SRC_URI[sha256sum] = "965cb99b16cb59df78363d83b62877
> >> ce8501b0aac1116a86bed8a16aa96b171d"
> >> +SRC_URI[md5sum] = "f1fba1e90465b0e5a3865b19133fa19d"
> >> +SRC_URI[sha256sum] = "3f07e958b40acaeab98e9eb1326c9f
> >> 91b0be0a782c1cc2bd7a9e18d31fab18ca"
> >>
> >>  inherit autotools-brokensep
> >>  EXTRA_OECONF = "CFLAGS="$CFLAGS -I${STAGING_INCDIR}/libxml2""
> >>
> >> --
> >> _______________________________________________
> >> Openembedded-commits mailing list
> >> Openembedded-commits@lists.openembedded.org
> >> http://lists.openembedded.org/mailman/listinfo/openembedded-commits
> >>
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


      reply	other threads:[~2018-02-05 23:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20150818095451.0B5435036F@opal.openembedded.org>
2018-01-30 14:27 ` [oe-commits] Li xin : tiptop: upgrade 2.2 -> 2.3 Martin Jansa
2018-01-30 20:50   ` Khem Raj
2018-02-05 23:36     ` Denys Dmytriyenko [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=20180205233600.GH2786@denix.org \
    --to=denis@denix.org \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    /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