Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Robert Yang <liezhi.yang@windriver.com>
To: <openembedded-devel@lists.openembedded.org>,
	"openembedded-core@lists.openembedded.org"
	<openembedded-core@lists.openembedded.org>
Subject: Re: [oe] Error: package not found in the base feeds (genericx86_64 x86_64 noarch any all)
Date: Tue, 12 Aug 2014 13:54:38 +0800	[thread overview]
Message-ID: <53E9AC1E.20908@windriver.com> (raw)
In-Reply-To: <20140812051548.15823.qmail@f4mail-235-216.rediffmail.com>


Hello,

I can't see the format in the your email, please send it in plain text if possible.

And for your questions:

* where liburiparser1 is coming from
It is a debian style name, the so is liburiparser.so.1 (note the "1" in
the end) so the pkg name is liburiparser1, please see the debian.bbclass
for more info.

* For the errors:
Error: liburiparser1 not found in the base feeds

Did you run bitbake liburiparser ?

And which package RDEPENDS on liburiparser ?

// Robert

On 08/12/2014 01:15 PM, Himanshu Pandey wrote:
> Hi,
> I am constantly getting error:Error: liburiparser1 not found in the base feeds (genericx86_64 x86_64 noarch any all). My receipe name is liburiparser_0.8.0.bb. So from where liburiparser1 is coming from. Very surprising for me.
> For each and every package it is giving the same error i.e. package not found in the base feeds&nbsp;&nbsp;(genericx86_64 x86_64 noarch any all).
> My liburiparser receipe is as follows:
> DESCRIPTION = "uriparser is a strictly RFC 3986 compliant URI parsing library."HOMEPAGE = "http://uriparser.sf.net"SECTION = "base"PR="r10"LICENSE = "BSD"LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"SRC_URI = "http://ncu.dl.sourceforge.net/project/uriparser/Sources/0.8.0/uriparser-${PV}.tar.bz2"SRC_URI[md5sum] = "77601f52ab91c0e100fc5d783d9c1ee5"SRC_URI[sha256sum] = "1dd9f9779d8f17822bd7d68ba042fd67779b6e4ccf162bd3c9d0ff19a8ba9bf7"
> S = "${WORKDIR}/uriparser-0.8.0"
> EXTRA_OECONF= "--disable-test --disable-doc"
> inherit autotools
> do_compile() {&nbsp; &nbsp; &nbsp; &nbsp; oe_runconf&nbsp; &nbsp; &nbsp; &nbsp; oe_runmake}do_install() {&nbsp; &nbsp; &nbsp; &nbsp; install -d ${D}/usr/lib&nbsp; &nbsp; &nbsp; &nbsp; install -d ${STAGING_INCDIR}/uriparser/&nbsp; &nbsp; &nbsp; &nbsp; install -m 0644 ./include/uriparser/*.h ${STAGING_INCDIR}/uriparser/&nbsp; &nbsp; &nbsp; &nbsp; install -m 644 ${S}/.libs/*.so* ${D}/usr/lib/}PACKAGES =+ "liburiparser"FILES_liburiparser += "${D}${libdir} ${D}${libdir}/liburiparser.so&nbsp;${D}${libdir}/liburiparser.so.1 ${D}${libdir}/liburiparser.so.1.*"BBCLASSEXTEND = "native"
>
> Please help to resolve the same.
> Regards,Himanshu
>


      reply	other threads:[~2014-08-12  5:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-12  5:15 Error: package not found in the base feeds (genericx86_64 x86_64 noarch any all) Himanshu  Pandey
2014-08-12  5:54 ` Robert Yang [this message]

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=53E9AC1E.20908@windriver.com \
    --to=liezhi.yang@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    --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