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, <[email protected]> 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 <[email protected]> >> Date: Wed Jul 29 17:54:11 2015 +0800 >> >> tiptop: upgrade 2.2 -> 2.3 >> >> Signed-off-by: Li Xin <[email protected]> >> Signed-off-by: Martin Jansa <[email protected]> >> >> --- >> >> 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 >> [email protected] >> http://lists.openembedded.org/mailman/listinfo/openembedded-commits >> -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
