[oe] [PATCH 3/5] sblim-sfcb : add new recipe

Martin Jansa martin.jansa at gmail.com
Fri Nov 21 14:06:38 UTC 2014


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 at 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 at 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 at 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 at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20141121/52a4c7f4/attachment-0002.sig>


More information about the Openembedded-devel mailing list