From: Martin Jansa <martin.jansa@gmail.com>
To: praveen vattipalli <praveen.vatt@gmail.com>
Cc: yocto <yocto@yoctoproject.org>, poky@yoctoproject.org
Subject: Re: error in xerces-c in yocto-dizzy-1.7.1
Date: Wed, 8 Apr 2015 16:18:43 +0200 [thread overview]
Message-ID: <20150408141843.GH2337@jama> (raw)
In-Reply-To: <CA+pXca1Wjea0jtPUH5mMcqA13E3_E_o6am4yjn28w-cJq3nYuQ@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 4392 bytes --]
On Wed, Apr 08, 2015 at 07:17:56PM +0530, praveen vattipalli wrote:
> hi,
> I am building xerces-c in yocto-1.7.1(dizzy) on ubuntu12.04 64bit for
> cortexa9 board.
>
> I am referring below link
>
> http://lists.openembedded.org/pipermail/openembedded-devel/
> 2012-January/082676.html
> xerces-c_3.1.1.bb
>
> +DESCRIPTION = "Xerces-c is a validating xml parser written in C++"
> +HOMEPAGE = "http://xerces.apache.org/xerces-c/"
> +SECTION = "libs"
> +PRIORITY = "optional"
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57
> +
> +PR = "r1"
> +
> +SRC_URI = "http://apache.lauf-forum.at/xerces/c/3/sources/${BP}.tar.
> gz"
> +
> +inherit autotools pkgconfig
> +
> +PACKAGES = "libxerces-c \
> + libxerces-c-dbg \
> + libxerces-c-dev \
> + xerces-c-samples \
> + xerces-c-samples-dbg \
> +"
> +
> +FILES_libxerces-c = "${libdir}/libxerces-c-3.1.so"
> +FILES_libxerces-c-dbg = "${libdir}/.debug/"
> +FILES_libxerces-c-dev = "${libdir}/lib*.la \
> + ${libdir}/lib*.a \
> + ${libdir}/libxerces-c.so \
> + ${libdir}/pkgconfig/xerces-c.pc \
> + ${includedir}/xercesc \
> +"
> +FILES_xerces-c-samples = "${bindir}/*"
> +FILES_xerces-c-samples-dbg = "${bindir}/.debug/"
You shouldn't remove default PACKAGES and you shouldn't create extra
-dev and -dbg packages, then this issue will be resolved in default
FILES_* variables for default PACKAGEs, you only need to preprend
libxerces-c package to include ${libdir}/libxerces-c-3.1.so file there
(before it's included in PN-dev).
> +SRC_URI[md5sum] = "6a8ec45d83c8cfb1584c5a5345cb51ae"
> +SRC_URI[sha256sum] =
> "a42785f71e0b91d5fd273831c87410ce60a73ccfdd207de1b805d26d44968736"
> +
> +BBCLASSEXTEND += "native"
>
>
> I am getting below error
>
> ERROR: QA Issue: xerces-c: Files/directories were installed but not shipped
> /usr/src
> /usr/src/debug
> /usr/src/debug/xerces-c
> /usr/src/debug/xerces-c/3.1.1-r0
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1
> /usr/src/debug/xerces-c/3.1.1-r0/build
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/samples
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/strnicmp.h
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/strnicmp.c
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/stricmp.c
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/stricmp.h
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/validators
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/util
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/sax
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/framework
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/internal
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/xinclude
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/sax2
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/parsers
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/dom
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/validators/common
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/validators/datatype
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/validators/schema
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/validators/DTD
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/validators/common/CMBinaryOp.cpp
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/validators/common/GrammarResolver.hpp
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/validators/common/CMNode.hpp
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/validators/common/Grammar.cpp
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/validators/common/Grammar.hpp
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/validators/common/CMLeaf.hpp
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xe
>
> and so on........
>
>
> Could i get any help..
>
> Thanks
>
> Praveen
> --
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Martin Jansa <martin.jansa@gmail.com>
To: praveen vattipalli <praveen.vatt@gmail.com>
Cc: yocto <yocto@yoctoproject.org>, poky@yoctoproject.org
Subject: Re: [poky] error in xerces-c in yocto-dizzy-1.7.1
Date: Wed, 8 Apr 2015 16:18:43 +0200 [thread overview]
Message-ID: <20150408141843.GH2337@jama> (raw)
In-Reply-To: <CA+pXca1Wjea0jtPUH5mMcqA13E3_E_o6am4yjn28w-cJq3nYuQ@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 4392 bytes --]
On Wed, Apr 08, 2015 at 07:17:56PM +0530, praveen vattipalli wrote:
> hi,
> I am building xerces-c in yocto-1.7.1(dizzy) on ubuntu12.04 64bit for
> cortexa9 board.
>
> I am referring below link
>
> http://lists.openembedded.org/pipermail/openembedded-devel/
> 2012-January/082676.html
> xerces-c_3.1.1.bb
>
> +DESCRIPTION = "Xerces-c is a validating xml parser written in C++"
> +HOMEPAGE = "http://xerces.apache.org/xerces-c/"
> +SECTION = "libs"
> +PRIORITY = "optional"
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57
> +
> +PR = "r1"
> +
> +SRC_URI = "http://apache.lauf-forum.at/xerces/c/3/sources/${BP}.tar.
> gz"
> +
> +inherit autotools pkgconfig
> +
> +PACKAGES = "libxerces-c \
> + libxerces-c-dbg \
> + libxerces-c-dev \
> + xerces-c-samples \
> + xerces-c-samples-dbg \
> +"
> +
> +FILES_libxerces-c = "${libdir}/libxerces-c-3.1.so"
> +FILES_libxerces-c-dbg = "${libdir}/.debug/"
> +FILES_libxerces-c-dev = "${libdir}/lib*.la \
> + ${libdir}/lib*.a \
> + ${libdir}/libxerces-c.so \
> + ${libdir}/pkgconfig/xerces-c.pc \
> + ${includedir}/xercesc \
> +"
> +FILES_xerces-c-samples = "${bindir}/*"
> +FILES_xerces-c-samples-dbg = "${bindir}/.debug/"
You shouldn't remove default PACKAGES and you shouldn't create extra
-dev and -dbg packages, then this issue will be resolved in default
FILES_* variables for default PACKAGEs, you only need to preprend
libxerces-c package to include ${libdir}/libxerces-c-3.1.so file there
(before it's included in PN-dev).
> +SRC_URI[md5sum] = "6a8ec45d83c8cfb1584c5a5345cb51ae"
> +SRC_URI[sha256sum] =
> "a42785f71e0b91d5fd273831c87410ce60a73ccfdd207de1b805d26d44968736"
> +
> +BBCLASSEXTEND += "native"
>
>
> I am getting below error
>
> ERROR: QA Issue: xerces-c: Files/directories were installed but not shipped
> /usr/src
> /usr/src/debug
> /usr/src/debug/xerces-c
> /usr/src/debug/xerces-c/3.1.1-r0
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1
> /usr/src/debug/xerces-c/3.1.1-r0/build
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/samples
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/strnicmp.h
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/strnicmp.c
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/stricmp.c
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/stricmp.h
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/validators
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/util
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/sax
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/framework
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/internal
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/xinclude
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/sax2
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/parsers
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/dom
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/validators/common
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/validators/datatype
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/validators/schema
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/validators/DTD
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/validators/common/CMBinaryOp.cpp
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/validators/common/GrammarResolver.hpp
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/validators/common/CMNode.hpp
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/validators/common/Grammar.cpp
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/validators/common/Grammar.hpp
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xercesc/validators/common/CMLeaf.hpp
> /usr/src/debug/xerces-c/3.1.1-r0/xerces-c-3.1.1/src/xe
>
> and so on........
>
>
> Could i get any help..
>
> Thanks
>
> Praveen
> --
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
--
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:[~2015-04-08 14:18 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-08 13:47 error in xerces-c in yocto-dizzy-1.7.1 praveen vattipalli
2015-04-08 13:53 ` Anders Darander
2015-04-08 13:53 ` [poky] " Anders Darander
2015-04-08 14:14 ` praveen vattipalli
2015-04-08 14:14 ` [poky] " praveen vattipalli
2015-04-09 10:00 ` praveen vattipalli
2015-04-09 10:00 ` [poky] " praveen vattipalli
2015-04-09 10:09 ` [yocto] " Paul Eggleton
2015-04-09 10:09 ` [poky] " Paul Eggleton
2015-04-09 10:40 ` [yocto] " praveen vattipalli
2015-04-09 10:40 ` [poky] " praveen vattipalli
2015-04-09 12:42 ` [yocto] " Paul Eggleton
2015-04-09 12:42 ` [poky] " Paul Eggleton
2015-04-08 14:18 ` Martin Jansa [this message]
2015-04-08 14:18 ` Martin Jansa
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=20150408141843.GH2337@jama \
--to=martin.jansa@gmail.com \
--cc=poky@yoctoproject.org \
--cc=praveen.vatt@gmail.com \
--cc=yocto@yoctoproject.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 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.