All of lore.kernel.org
 help / color / mirror / Atom feed
* Help with Opensips Recipe - QA run found fatal errors
@ 2015-11-24 13:48 Caio
  2015-11-25 22:26 ` Paul Eggleton
  0 siblings, 1 reply; 5+ messages in thread
From: Caio @ 2015-11-24 13:48 UTC (permalink / raw)
  To: Yocto Project Discussion

[-- Attachment #1: Type: text/plain, Size: 6107 bytes --]

Hello,

I'm writing a recipe to a Sip proxy Opensips, but I'm having problems with
QA Issues.
In the First time I tried to use make install from Opensips Makefile I had
problem with QA Issues,  so I added all the folders to FILES_${PN} and
FILES_${PN} but I still having problem.

So I decided to start small, creating the folder structure and copy only
the binary files and after I will copy all the files using the  do_install
function.

But when I added the folders and I started to have problems with QA again.

FILES_${PN} = " \
        ${sbindir}/* \
        ${sysconfdir}/* \
        ${sysconfdir}/opensips/* \
        ${libdir}/* \
        ${libdir}/opensips/* \
        ${libdir}/opensips/modules/* \
        "
Someone could help me with this problem?


Thank you very much

Best Regards,

Caio Pereira


ERROR: QA Issue: opensips: The compile log indicates that host include
and/or library paths were used.
         Please check the log
'/home/icchw/fsl-community-bsp/small_steps/tmp/work/armv7at2hf-vfp-neon-poky-linux-gnueabi/opensips/2.2.0-r0/temp/log.do_compile'
for more information. [compile-host-path]


ERROR: QA run found fatal errors. Please consider fixing them.
ERROR: Function failed: do_package_qa
ERROR: Logfile of failure stored in:
/home/icchw/fsl-community-bsp/small_steps/tmp/work/armv7at2hf-vfp-neon-poky-linux-gnueabi/opensips/2.2.0-r0/temp/log.do_package_qa.30973
ERROR: Task 9
(/home/icchw/fsl-community-bsp/sources/icchw/meta-caio/recipes-telephony/opensips/
opensips_2.2.0.bb, do_package_qa) failed with exit code '1'


cat
/home/icchw/fsl-community-bsp/small_steps/tmp/work/armv7at2hf-vfp-neon-poky-linux-gnueabi/opensips/2.2.0-r0/temp/log.do_package_qa.30973

DEBUG: Python function read_subpackage_metadata finished
ERROR: QA Issue: opensips: The compile log indicates that host include
and/or library paths were used.
         Please check the log
'/home/icchw/fsl-community-bsp/small_steps/tmp/work/armv7at2hf-vfp-neon-poky-linux-gnueabi/opensips/2.2.0-r0/temp/log.do_compile'
for more information. [compile-host-path]
NOTE: Checking Package: opensips-dbg
NOTE: arm-poky-linux-gnueabi-objdump -p
/home/icchw/fsl-community-bsp/small_steps/tmp/work/armv7at2hf-vfp-neon-poky-linux-gnueabi/opensips/2.2.0-r0/packages-split/opensips-dbg/usr/sbin/.debug/opensips
NOTE: Checking Package: opensips-staticdev
NOTE: Checking Package: opensips-dev
NOTE: Checking Package: opensips-doc
NOTE: Checking Package: opensips-locale
NOTE: Checking Package: opensips
NOTE: arm-poky-linux-gnueabi-objdump -p
/home/icchw/fsl-community-bsp/small_steps/tmp/work/armv7at2hf-vfp-neon-poky-linux-gnueabi/opensips/2.2.0-r0/packages-split/opensips/usr/sbin/opensips
ERROR: QA run found fatal errors. Please consider fixing them.
DEBUG: Python function do_package_qa finished
ERROR: Function failed: do_package_qa


opensips_2.2.bb

DESCRIPTION = "SIP Proxy"
HOMEPAGE = "http://www.opensips.org"
LICENSE = "GPLv2"
DEPENDS = "sqlite3 libxml2 openssl confuse curl"
LIC_FILES_CHKSUM = "file://COPYING;md5=007e0c25afacf8e39c37f27c8212bc67"

SRC_URI = "git://github.com/OpenSIPS/opensips.git;branch=master \
           file://Makefile.conf \
           "
SRCREV = "d6660513634c8e4305e7c5b03510893efced1b68"
S = "${WORKDIR}/git"
inherit autotools pkgconfig

OPENSIPS_CPPFLAGS = "-fexpensive-optimizations -fomit-frame-pointer
-fsigned-char -Wcast-align -fPIC "

OSREL = "${LINUX_VERSION}"
OSREL .= "3.10.17"
#FIX-ME
OPENSIPS_ARCH .= "${TUNE_PKGARCH}"
OPENSIPS_MAKEFLAGS = "ARCH=${OPENSIPS_ARCH}  OS=linux OSREL=${OSREL}"
OPENSIPS_BUILD_DIR = "${S}"
OPENSIPS_INCLUDE_BASE_MODULES = "\"presence db_sqlite\""
export TLS = "1"
OPENSIPS_EXCLUDE_MODULES = "\"aaa_radius b2b_logic cachedb_cassandra
cachedb_couchbase cachedb_memcached cachedb_mongodb cachedb_redis
carrierroute compression cpl-c db_berkeley db_http db_mysql db_oracle
db_perlvdb db_postgres db_unixodbc dialplan emergency event_rabbitmq h350
regex identity jabber json ldap lua httpd mi_xmlrpc_ng mmgeoip osp perl
pi_http presence presence_dialoginfo presence_mwi presence_xml proto_sctp
proto_tls pua pua_bla pua_dialoginfo pua_mi pua_usrloc pua_xmpp python
rest_client rls sngtc snmpstats tlsops xcap xcap_client xmpp proto_wsi\""

OPENSIPS_DEBUG_MODE = ""

do_configure(){
        cp ${WORKDIR}/Makefile.conf ${S}
}

do_compile() {
        oe_runmake -C ${OPENSIPS_BUILD_DIR} ${OPENSIPS_MAKEFLAGS}
${OPENSIPS_DEBUG_MODE} include_modules="${OPENSIPS_INCLUDE_BASE_MODULES}"
prefix=${D}${prefix} modules app

}

#I decide to move in small steps, so this installations doesn't have all
the files
do_install() {

        install -d ${D}${sbindir}/
        install -d ${D}${sysconfdir}
        install -d ${D}${sysconfdir}/opensips/
        install -d ${D}${libdir}
        install -d ${D}${libdir}/opensips
        install -d ${D}${libdir}/opensips/modules
        install -m 0755 ${S}/opensips ${D}${sbindir}/

        #oe_runmake -C ${OPENSIPS_BUILD_DIR}
include_modules="${OPENSIPS_INCLUDE_BASE_MODULES}" prefix=${D}${prefix}
install-modules

}

do_install_append() {
#       rm -rf ${D}${prefix}/share/
#       rm -rf ${D}${libdir}/opensips/opensipsctl/
#       rm -rf ${D}${prefix}/etc/
#       rm -rf ${D}${prefix}/etc/opensips/tls/
#       rm -rf ${D}${prefix}${libdir}/opensips/opensipsctl
#       rm -rf ${D}${prefix}${libdir}/opensips/modules/.debug
#       rm -rf ${D}${prefix}/share
}

FILES_${PN} = " \
        ${sbindir}/* \
        ${sysconfdir}/* \
        ${sysconfdir}/opensips/* \
        ${libdir}/* \
        ${libdir}/opensips/* \
        ${libdir}/opensips/modules/* \
        "

FILES_${PN}-dbg += "${sbindir}/opensips/modules/.debug/* \
                   ${sbindir}/.debug/*"

RDEPENDS_${PN} = "python"

ALLOW_EMPTY_${PN} = "1"
ALLOW_EMPTY_${PN}-dev = "1"
ALLOW_EMPTY_${PN}-locale = "1"
ALLOW_EMPTY_${PN}-doc = "1"
ALLOW_EMPTY_${PN}-staticdev = "1"

PACKAGE = "${PN} ${PN}-dbg "


-- 
----------------------------------------------
Caio Pereira

[-- Attachment #2: Type: text/html, Size: 7464 bytes --]

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

* Re: Help with Opensips Recipe - QA run found fatal errors
  2015-11-24 13:48 Help with Opensips Recipe - QA run found fatal errors Caio
@ 2015-11-25 22:26 ` Paul Eggleton
  2015-12-01 12:21   ` Caio
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Eggleton @ 2015-11-25 22:26 UTC (permalink / raw)
  To: Caio; +Cc: yocto

Hi Caio,

On Tuesday 24 November 2015 11:48:13 Caio wrote:
> I'm writing a recipe to a Sip proxy Opensips, but I'm having problems with
> QA Issues.
> In the First time I tried to use make install from Opensips Makefile I had
> problem with QA Issues,  so I added all the folders to FILES_${PN} and
> FILES_${PN} but I still having problem.
> 
> So I decided to start small, creating the folder structure and copy only
> the binary files and after I will copy all the files using the  do_install
> function.
> 
> But when I added the folders and I started to have problems with QA again.
> 
> FILES_${PN} = " \
>         ${sbindir}/* \
>         ${sysconfdir}/* \
>         ${sysconfdir}/opensips/* \
>         ${libdir}/* \
>         ${libdir}/opensips/* \
>         ${libdir}/opensips/modules/* \
>         "
> Someone could help me with this problem?
> 
> 
> Thank you very much
> 
> Best Regards,
> 
> Caio Pereira
> 
> 
> ERROR: QA Issue: opensips: The compile log indicates that host include
> and/or library paths were used.
>          Please check the log
> '/home/icchw/fsl-community-bsp/small_steps/tmp/work/armv7at2hf-vfp-neon-poky
> -linux-gnueabi/opensips/2.2.0-r0/temp/log.do_compile' for more information.
> [compile-host-path]
> 
> 
> ERROR: QA run found fatal errors. Please consider fixing them.
> ERROR: Function failed: do_package_qa
> ERROR: Logfile of failure stored in:
> /home/icchw/fsl-community-bsp/small_steps/tmp/work/armv7at2hf-vfp-neon-poky-
> linux-gnueabi/opensips/2.2.0-r0/temp/log.do_package_qa.30973 ERROR: Task 9
> (/home/icchw/fsl-community-bsp/sources/icchw/meta-caio/recipes-telephony/ope
> nsips/ opensips_2.2.0.bb, do_package_qa) failed with exit code '1'
> 
> 
> cat
> /home/icchw/fsl-community-bsp/small_steps/tmp/work/armv7at2hf-vfp-neon-poky-
> linux-gnueabi/opensips/2.2.0-r0/temp/log.do_package_qa.30973
> 
> DEBUG: Python function read_subpackage_metadata finished
> ERROR: QA Issue: opensips: The compile log indicates that host include
> and/or library paths were used.
>          Please check the log
> '/home/icchw/fsl-community-bsp/small_steps/tmp/work/armv7at2hf-vfp-neon-poky
> -linux-gnueabi/opensips/2.2.0-r0/temp/log.do_compile' for more information.
> [compile-host-path]

Did you check the mentioned compile log?

FYI a good reference for these QA checks is:

  http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#qa-errors-and-warnings

As mentioned there you should find somewhere in that log "is unsafe for
cross-compilation" or "CROSS COMPILE Badness".

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: Help with Opensips Recipe - QA run found fatal errors
  2015-11-25 22:26 ` Paul Eggleton
@ 2015-12-01 12:21   ` Caio
  2015-12-01 16:56     ` Paul Eggleton
  0 siblings, 1 reply; 5+ messages in thread
From: Caio @ 2015-12-01 12:21 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: Yocto Project Discussion

[-- Attachment #1: Type: text/plain, Size: 3218 bytes --]

Hi Paul,

Thank you very much for your help.
I added INSANE_SKIP_${PN} += " libdir compile-host-path" because the
instalation is different from /usr/lib.

Thank you very much!

Regards,

Caio Pereira


2015-11-25 20:26 GMT-02:00 Paul Eggleton <paul.eggleton@linux.intel.com>:

> Hi Caio,
>
> On Tuesday 24 November 2015 11:48:13 Caio wrote:
> > I'm writing a recipe to a Sip proxy Opensips, but I'm having problems
> with
> > QA Issues.
> > In the First time I tried to use make install from Opensips Makefile I
> had
> > problem with QA Issues,  so I added all the folders to FILES_${PN} and
> > FILES_${PN} but I still having problem.
> >
> > So I decided to start small, creating the folder structure and copy only
> > the binary files and after I will copy all the files using the
> do_install
> > function.
> >
> > But when I added the folders and I started to have problems with QA
> again.
> >
> > FILES_${PN} = " \
> >         ${sbindir}/* \
> >         ${sysconfdir}/* \
> >         ${sysconfdir}/opensips/* \
> >         ${libdir}/* \
> >         ${libdir}/opensips/* \
> >         ${libdir}/opensips/modules/* \
> >         "
> > Someone could help me with this problem?
> >
> >
> > Thank you very much
> >
> > Best Regards,
> >
> > Caio Pereira
> >
> >
> > ERROR: QA Issue: opensips: The compile log indicates that host include
> > and/or library paths were used.
> >          Please check the log
> >
> '/home/icchw/fsl-community-bsp/small_steps/tmp/work/armv7at2hf-vfp-neon-poky
> > -linux-gnueabi/opensips/2.2.0-r0/temp/log.do_compile' for more
> information.
> > [compile-host-path]
> >
> >
> > ERROR: QA run found fatal errors. Please consider fixing them.
> > ERROR: Function failed: do_package_qa
> > ERROR: Logfile of failure stored in:
> >
> /home/icchw/fsl-community-bsp/small_steps/tmp/work/armv7at2hf-vfp-neon-poky-
> > linux-gnueabi/opensips/2.2.0-r0/temp/log.do_package_qa.30973 ERROR: Task
> 9
> >
> (/home/icchw/fsl-community-bsp/sources/icchw/meta-caio/recipes-telephony/ope
> > nsips/ opensips_2.2.0.bb, do_package_qa) failed with exit code '1'
> >
> >
> > cat
> >
> /home/icchw/fsl-community-bsp/small_steps/tmp/work/armv7at2hf-vfp-neon-poky-
> > linux-gnueabi/opensips/2.2.0-r0/temp/log.do_package_qa.30973
> >
> > DEBUG: Python function read_subpackage_metadata finished
> > ERROR: QA Issue: opensips: The compile log indicates that host include
> > and/or library paths were used.
> >          Please check the log
> >
> '/home/icchw/fsl-community-bsp/small_steps/tmp/work/armv7at2hf-vfp-neon-poky
> > -linux-gnueabi/opensips/2.2.0-r0/temp/log.do_compile' for more
> information.
> > [compile-host-path]
>
> Did you check the mentioned compile log?
>
> FYI a good reference for these QA checks is:
>
>
> http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#qa-errors-and-warnings
>
> As mentioned there you should find somewhere in that log "is unsafe for
> cross-compilation" or "CROSS COMPILE Badness".
>
> Cheers,
> Paul
>
> --
>
> Paul Eggleton
> Intel Open Source Technology Centre
>



-- 
----------------------------------------------
Caio Pereira

[-- Attachment #2: Type: text/html, Size: 4425 bytes --]

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

* Re: Help with Opensips Recipe - QA run found fatal errors
  2015-12-01 12:21   ` Caio
@ 2015-12-01 16:56     ` Paul Eggleton
  2015-12-08 16:01       ` Caio
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Eggleton @ 2015-12-01 16:56 UTC (permalink / raw)
  To: Caio; +Cc: Yocto Project Discussion

Hi Caio,

compile-host-path isn't about the path being different - it's about the path 
being something possibly bad i.e. on the host system. You really ought to fix 
that one rather than disable it.

Cheers,
Paul

On Tue, 01 Dec 2015 10:21:03 Caio wrote:
> Hi Paul,
> 
> Thank you very much for your help.
> I added INSANE_SKIP_${PN} += " libdir compile-host-path" because the
> instalation is different from /usr/lib.
> 
> Thank you very much!
> 
> Regards,
> 
> Caio Pereira
> 
> 2015-11-25 20:26 GMT-02:00 Paul Eggleton <paul.eggleton@linux.intel.com>:
> > Hi Caio,
> > 
> > On Tuesday 24 November 2015 11:48:13 Caio wrote:
> > > I'm writing a recipe to a Sip proxy Opensips, but I'm having problems
> > 
> > with
> > 
> > > QA Issues.
> > > In the First time I tried to use make install from Opensips Makefile I
> > 
> > had
> > 
> > > problem with QA Issues,  so I added all the folders to FILES_${PN} and
> > > FILES_${PN} but I still having problem.
> > > 
> > > So I decided to start small, creating the folder structure and copy only
> > > the binary files and after I will copy all the files using the
> > 
> > do_install
> > 
> > > function.
> > > 
> > > But when I added the folders and I started to have problems with QA
> > 
> > again.
> > 
> > > FILES_${PN} = " \
> > > 
> > >         ${sbindir}/* \
> > >         ${sysconfdir}/* \
> > >         ${sysconfdir}/opensips/* \
> > >         ${libdir}/* \
> > >         ${libdir}/opensips/* \
> > >         ${libdir}/opensips/modules/* \
> > >         "
> > > 
> > > Someone could help me with this problem?
> > > 
> > > 
> > > Thank you very much
> > > 
> > > Best Regards,
> > > 
> > > Caio Pereira
> > > 
> > > 
> > > ERROR: QA Issue: opensips: The compile log indicates that host include
> > > and/or library paths were used.
> > > 
> > >          Please check the log
> > 
> > '/home/icchw/fsl-community-bsp/small_steps/tmp/work/armv7at2hf-vfp-neon-po
> > ky> 
> > > -linux-gnueabi/opensips/2.2.0-r0/temp/log.do_compile' for more
> > 
> > information.
> > 
> > > [compile-host-path]
> > > 
> > > 
> > > ERROR: QA run found fatal errors. Please consider fixing them.
> > > ERROR: Function failed: do_package_qa
> > 
> > > ERROR: Logfile of failure stored in:
> > /home/icchw/fsl-community-bsp/small_steps/tmp/work/armv7at2hf-vfp-neon-pok
> > y-> 
> > > linux-gnueabi/opensips/2.2.0-r0/temp/log.do_package_qa.30973 ERROR: Task
> > 
> > 9
> > 
> > (/home/icchw/fsl-community-bsp/sources/icchw/meta-caio/recipes-telephony/o
> > pe> 
> > > nsips/ opensips_2.2.0.bb, do_package_qa) failed with exit code '1'
> > > 
> > > 
> > > cat
> > 
> > /home/icchw/fsl-community-bsp/small_steps/tmp/work/armv7at2hf-vfp-neon-pok
> > y-> 
> > > linux-gnueabi/opensips/2.2.0-r0/temp/log.do_package_qa.30973
> > > 
> > > DEBUG: Python function read_subpackage_metadata finished
> > > ERROR: QA Issue: opensips: The compile log indicates that host include
> > > and/or library paths were used.
> > > 
> > >          Please check the log
> > 
> > '/home/icchw/fsl-community-bsp/small_steps/tmp/work/armv7at2hf-vfp-neon-po
> > ky> 
> > > -linux-gnueabi/opensips/2.2.0-r0/temp/log.do_compile' for more
> > 
> > information.
> > 
> > > [compile-host-path]
> > 
> > Did you check the mentioned compile log?
> > 
> > FYI a good reference for these QA checks is:
> > 
> > 
> > http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#qa-err
> > ors-and-warnings
> > 
> > As mentioned there you should find somewhere in that log "is unsafe for
> > cross-compilation" or "CROSS COMPILE Badness".
> > 
> > Cheers,
> > Paul
> > 
> > --
> > 
> > Paul Eggleton
> > Intel Open Source Technology Centre

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: Help with Opensips Recipe - QA run found fatal errors
  2015-12-01 16:56     ` Paul Eggleton
@ 2015-12-08 16:01       ` Caio
  0 siblings, 0 replies; 5+ messages in thread
From: Caio @ 2015-12-08 16:01 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: Yocto Project Discussion

[-- Attachment #1: Type: text/plain, Size: 4483 bytes --]

Paul,
 Ok, thank you for your elucidation.
This could be a prefix problem, because I'm using a make install from
Makefile.

I will find this problem and fix it.

Thank you very much.

Regards,

Caio Pereira



2015-12-01 14:56 GMT-02:00 Paul Eggleton <paul.eggleton@linux.intel.com>:

> Hi Caio,
>
> compile-host-path isn't about the path being different - it's about the
> path
> being something possibly bad i.e. on the host system. You really ought to
> fix
> that one rather than disable it.
>
> Cheers,
> Paul
>
> On Tue, 01 Dec 2015 10:21:03 Caio wrote:
> > Hi Paul,
> >
> > Thank you very much for your help.
> > I added INSANE_SKIP_${PN} += " libdir compile-host-path" because the
> > instalation is different from /usr/lib.
> >
> > Thank you very much!
> >
> > Regards,
> >
> > Caio Pereira
> >
> > 2015-11-25 20:26 GMT-02:00 Paul Eggleton <paul.eggleton@linux.intel.com
> >:
> > > Hi Caio,
> > >
> > > On Tuesday 24 November 2015 11:48:13 Caio wrote:
> > > > I'm writing a recipe to a Sip proxy Opensips, but I'm having problems
> > >
> > > with
> > >
> > > > QA Issues.
> > > > In the First time I tried to use make install from Opensips Makefile
> I
> > >
> > > had
> > >
> > > > problem with QA Issues,  so I added all the folders to FILES_${PN}
> and
> > > > FILES_${PN} but I still having problem.
> > > >
> > > > So I decided to start small, creating the folder structure and copy
> only
> > > > the binary files and after I will copy all the files using the
> > >
> > > do_install
> > >
> > > > function.
> > > >
> > > > But when I added the folders and I started to have problems with QA
> > >
> > > again.
> > >
> > > > FILES_${PN} = " \
> > > >
> > > >         ${sbindir}/* \
> > > >         ${sysconfdir}/* \
> > > >         ${sysconfdir}/opensips/* \
> > > >         ${libdir}/* \
> > > >         ${libdir}/opensips/* \
> > > >         ${libdir}/opensips/modules/* \
> > > >         "
> > > >
> > > > Someone could help me with this problem?
> > > >
> > > >
> > > > Thank you very much
> > > >
> > > > Best Regards,
> > > >
> > > > Caio Pereira
> > > >
> > > >
> > > > ERROR: QA Issue: opensips: The compile log indicates that host
> include
> > > > and/or library paths were used.
> > > >
> > > >          Please check the log
> > >
> > >
> '/home/icchw/fsl-community-bsp/small_steps/tmp/work/armv7at2hf-vfp-neon-po
> > > ky>
> > > > -linux-gnueabi/opensips/2.2.0-r0/temp/log.do_compile' for more
> > >
> > > information.
> > >
> > > > [compile-host-path]
> > > >
> > > >
> > > > ERROR: QA run found fatal errors. Please consider fixing them.
> > > > ERROR: Function failed: do_package_qa
> > >
> > > > ERROR: Logfile of failure stored in:
> > >
> /home/icchw/fsl-community-bsp/small_steps/tmp/work/armv7at2hf-vfp-neon-pok
> > > y->
> > > > linux-gnueabi/opensips/2.2.0-r0/temp/log.do_package_qa.30973 ERROR:
> Task
> > >
> > > 9
> > >
> > >
> (/home/icchw/fsl-community-bsp/sources/icchw/meta-caio/recipes-telephony/o
> > > pe>
> > > > nsips/ opensips_2.2.0.bb, do_package_qa) failed with exit code '1'
> > > >
> > > >
> > > > cat
> > >
> > >
> /home/icchw/fsl-community-bsp/small_steps/tmp/work/armv7at2hf-vfp-neon-pok
> > > y->
> > > > linux-gnueabi/opensips/2.2.0-r0/temp/log.do_package_qa.30973
> > > >
> > > > DEBUG: Python function read_subpackage_metadata finished
> > > > ERROR: QA Issue: opensips: The compile log indicates that host
> include
> > > > and/or library paths were used.
> > > >
> > > >          Please check the log
> > >
> > >
> '/home/icchw/fsl-community-bsp/small_steps/tmp/work/armv7at2hf-vfp-neon-po
> > > ky>
> > > > -linux-gnueabi/opensips/2.2.0-r0/temp/log.do_compile' for more
> > >
> > > information.
> > >
> > > > [compile-host-path]
> > >
> > > Did you check the mentioned compile log?
> > >
> > > FYI a good reference for these QA checks is:
> > >
> > >
> > >
> http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#qa-err
> > > ors-and-warnings
> > >
> > > As mentioned there you should find somewhere in that log "is unsafe for
> > > cross-compilation" or "CROSS COMPILE Badness".
> > >
> > > Cheers,
> > > Paul
> > >
> > > --
> > >
> > > Paul Eggleton
> > > Intel Open Source Technology Centre
>
> --
>
> Paul Eggleton
> Intel Open Source Technology Centre
>



-- 
----------------------------------------------
Caio Pereira

[-- Attachment #2: Type: text/html, Size: 6519 bytes --]

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

end of thread, other threads:[~2015-12-08 16:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-24 13:48 Help with Opensips Recipe - QA run found fatal errors Caio
2015-11-25 22:26 ` Paul Eggleton
2015-12-01 12:21   ` Caio
2015-12-01 16:56     ` Paul Eggleton
2015-12-08 16:01       ` Caio

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.