All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [oe-commits] Li xin : tiptop: upgrade 2.2 -> 2.3
       [not found] <20150818095451.0B5435036F@opal.openembedded.org>
@ 2018-01-30 14:27 ` Martin Jansa
  2018-01-30 20:50   ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2018-01-30 14:27 UTC (permalink / raw)
  To: openembedded-devel; +Cc: openembedded-commits

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

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
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [oe-commits] Li xin : tiptop: upgrade 2.2 -> 2.3
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2018-01-30 20:50 UTC (permalink / raw)
  To: openembedded-devel

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

> 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
>>



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [oe-commits] Li xin : tiptop: upgrade 2.2 -> 2.3
  2018-01-30 20:50   ` Khem Raj
@ 2018-02-05 23:36     ` Denys Dmytriyenko
  0 siblings, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2018-02-05 23:36 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-devel

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-02-05 23:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [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 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.