From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 3/5] sblim-sfcb : add new recipe
Date: Fri, 21 Nov 2014 15:06:38 +0100 [thread overview]
Message-ID: <20141121140638.GI2163@jama> (raw)
In-Reply-To: <20141117122224.D41DB3814FF@gemini.denx.de>
[-- Attachment #1: Type: text/plain, Size: 5445 bytes --]
On Mon, Nov 17, 2014 at 01:22:24PM +0100, Wolfgang Denk wrote:
> Dear Li xin,
>
> In message <1416222008-9218-4-git-send-email-lixin.fnst@cn.fujitsu.com> you wrote:
> > Sfcb(Small Footprint CIM Broker)is a CIM server conforming to the
> > CIM Operations over HTTP protocol.
> > It is robust, with low resource consumption and therefore specifically
> > suited for embedded and resource constrained environments.
> > sfcb supports providers written against the Common Manageability
> > Programming Interface (CMPI).
> >
> > Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
> > ---
> > .../recipes-extended/sblim-sfcb/files/sfcb.service | 11 +++
> > ...000sblim-sfcb-disable_auto_service_start1.patch | 19 +++++
> > .../sblim-sfcb-1.3.4/cimv217Final-MOFs.zip.org | Bin 0 -> 1259176 bytes
>
> Are you sure you want to include this huge binary blob?
I agree it should be moved somewhere else and downloaded from SRC_URI.
Also fails to build for qemuarm:
| arm-oe-linux-gnueabi-libtool: link: arm-oe-linux-gnueabi-gcc -march=armv5te -marm -mthumb-interwork --sysroot=/home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/qemuarm -Wall -fno-strict-aliasing -fsigned-char -O2 -pipe -g -feliminate-unused-debug-types -D_GNU_SOURCE -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -o .libs/sfcbd sfcBroker.o -L=/usr/lib/..//lib -L=/usr/lib /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/sblim-sfcb/1.3.4-r0/build/.libs/libsfcHttpAdapter.so /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/sblim-sfcb/1.3.4-r0/build/.libs/libsfcCimXmlCodec.so /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/sblim-sfcb/1.3.4-r0/build/.libs/libsfcBrokerCore.so /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/sblim-sfcb/1.3.4-r0/build/.libs/libsfcUtil.so -lssl /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/qemuarm/usr/lib/libcurl.so /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/qemuarm/usr/lib/libgnutls.so -lnettle -lhogweed /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/qemuarm/usr/lib/libgmp.so -lz -ldl -lpthread -Wl,-rpath -Wl,/usr/lib/sfcb
| /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/sblim-sfcb/1.3.4-r0/build/.libs/libsfcHttpAdapter.so: error: undefined reference to 'X509_STORE_CTX_get_current_cert'
| /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/sblim-sfcb/1.3.4-r0/build/.libs/libsfcHttpAdapter.so: error: undefined reference to 'BIO_new_socket'
| /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/sblim-sfcb/1.3.4-r0/build/.libs/libsfcHttpAdapter.so: error: undefined reference to 'BIO_new'
| /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/sblim-sfcb/1.3.4-r0/build/.libs/libsfcHttpAdapter.so: error: undefined reference to 'BIO_ctrl'
| /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/sblim-sfcb/1.3.4-r0/build/.libs/libsfcHttpAdapter.so: error: undefined reference to 'BIO_f_buffer'
| /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/sblim-sfcb/1.3.4-r0/build/.libs/libsfcHttpAdapter.so: error: undefined reference to 'BIO_push'
| /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/sblim-sfcb/1.3.4-r0/build/.libs/libsfcHttpAdapter.so: error: undefined reference to 'BIO_int_ctrl'
| /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/sblim-sfcb/1.3.4-r0/build/.libs/libsfcHttpAdapter.so: error: undefined reference to 'ERR_print_errors_fp'
| /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/sblim-sfcb/1.3.4-r0/build/.libs/libsfcHttpAdapter.so: error: undefined reference to 'RAND_load_file'
| /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/sblim-sfcb/1.3.4-r0/build/.libs/libsfcHttpAdapter.so: error: undefined reference to 'BIO_write'
| collect2: error: ld returned 1 exit status
| make[2]: *** [sfcbd] Error 1
| make[2]: Leaving directory `/home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/sblim-sfcb/1.3.4-r0/build'
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory `/home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/sblim-sfcb/1.3.4-r0/build'
| make: *** [all] Error 2
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_compile (log file is located at /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/sblim-sfcb/1.3.4-r0/temp/log.do_compile.21116)
NOTE: recipe sblim-sfcb-1.3.4-r0: task do_compile: Failed
ERROR: Task 7279 (/home/jenkins/oe/world/shr-core/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.3.4.bb, do_compile) failed with exit code '1'
>
> Best regards,
>
> Wolfgang Denk
>
> --
> DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
> Just because your doctor has a name for your condition doesn't mean
> he knows what it is.
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
next prev parent reply other threads:[~2014-11-21 14:06 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-17 11:00 [PATCH 0/5] Adding some recipes Li xin
2014-11-17 11:00 ` [PATCH 1/5] rarpd : add recipe Li xin
2014-11-18 2:07 ` Rongqing Li
2014-11-18 9:55 ` [meta-oe][PATCH v2] rarpd : add new recipe Li xin
2014-11-18 20:14 ` Christopher Larson
2014-11-19 14:40 ` Martin Jansa
2014-11-17 11:00 ` [PATCH 2/5] nicstat : add recipe Li xin
2014-11-18 2:11 ` Rongqing Li
2014-11-18 5:13 ` Li, Xin
2014-11-18 5:52 ` [PATCH v2] nicstat : add new recipe Li xin
2014-11-19 14:35 ` Martin Jansa
2014-11-17 11:00 ` [PATCH 3/5] sblim-sfcb " Li xin
2014-11-17 12:22 ` Wolfgang Denk
2014-11-21 14:06 ` Martin Jansa [this message]
2014-11-17 11:00 ` [PATCH 4/5] sblim-sfcc : add recipe Li xin
2014-11-17 11:00 ` [PATCH 5/5] sgpio : add new recipe Li xin
2014-11-19 14:33 ` Martin Jansa
2014-11-21 14:03 ` Martin Jansa
2014-11-25 2:17 ` Li, Xin
2014-11-26 6:42 ` [meta-oe][PATCH v2] " Li xin
2015-01-21 3:21 ` [meta-oe][PATCH v2] sgpio: " Li xin
2015-01-22 15:16 ` Martin Jansa
2015-01-23 2:49 ` [meta-oe][PATCH v3] " Li xin
2015-01-28 10:53 ` Martin Jansa
2015-01-29 9:47 ` Li, Xin
2015-06-29 9:32 ` Li, Xin
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=20141121140638.GI2163@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