All of lore.kernel.org
 help / color / mirror / Atom feed
* Error: package not found in the base feeds
@ 2014-08-09 12:40 ` Himanshu  Pandey
  0 siblings, 0 replies; 3+ messages in thread
From: Himanshu  Pandey @ 2014-08-09 12:40 UTC (permalink / raw)
  To: openembedded-devel, openembedded-core

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

Hi,I am getting following error:Error: spread not found in the base feeds (genericx86_64 x86_64 noarch any all).Error: liburiparser not found in the base feeds (genericx86_64 x86_64 noarch any all).

Please help to resolve the same.
Regards,Himanshu

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

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

* Error: package not found in the base feeds
@ 2014-08-09 12:40 ` Himanshu  Pandey
  0 siblings, 0 replies; 3+ messages in thread
From: Himanshu  Pandey @ 2014-08-09 12:40 UTC (permalink / raw)
  To: openembedded-devel, openembedded-core

Hi,I am getting following error:Error: spread not found in the base feeds (genericx86_64 x86_64 noarch any all).Error: liburiparser not found in the base feeds (genericx86_64 x86_64 noarch any all).

Please help to resolve the same.
Regards,Himanshu
From martin.jansa@gmail.com  Sat Aug  9 16:08:28 2014
Return-Path: <martin.jansa@gmail.com>
X-Original-To: openembedded-devel@lists.openembedded.org
Delivered-To: openembedded-devel@lists.openembedded.org
Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44])
	by mail.openembedded.org (Postfix) with ESMTP id CD89570A10
	for <openembedded-devel@lists.openembedded.org>;
	Sat,  9 Aug 2014 16:08:27 +0000 (UTC)
Received: by mail-wg0-f44.google.com with SMTP id m15so6786766wgh.15
	for <openembedded-devel@lists.openembedded.org>;
	Sat, 09 Aug 2014 09:08:28 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=from:to:cc:subject:date:message-id;
	bh=pzSUyCO/wjEB5vf/q48p5gjZXDIvvPDl5Dvww6NXDyk=;
	b=keurbZmVDOXH7kd3/PeKapqLRueExXmY03y1iZVFYp264av+B6HR0g/uWQR/Zhkqc+
	aSSnE83AzG3ihl+asAcfyezD3dP80ilpCaEXR448S8jZ8vOie/1YU5SoobFeoI1S9jXF
	2U6i7JEod9QWnHWdT+m1QH1a0Q17rcMvpXJgK4GOlyYTUngLRPTjKhNuJYAh3GAHZ9Ct
	eSuTRNg5rqc2Ap/hUZYxRBUK0BaKUygAfrac1reI5M5dw0iuRrXPCBAVN5F9a3WwBx1A
	qqZKNuoPKqQPEUIlWz1aVbnFKb+j13NZiUnCD6ZEQChX1yhEDl6cWgZM2RjoFbzrg8AE
	dUNA==
X-Received: by 10.180.14.170 with SMTP id q10mr2097306wic.56.1407600508078;
	Sat, 09 Aug 2014 09:08:28 -0700 (PDT)
Received: from localhost (ip-89-176-104-3.net.upcbroadband.cz. [89.176.104.3])
	by mx.google.com with ESMTPSA id
	xn12sm20415885wib.13.2014.08.09.09.08.26 for <multiple recipients>
	(version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
	Sat, 09 Aug 2014 09:08:27 -0700 (PDT)
From: Martin Jansa <martin.jansa@gmail.com>
X-Google-Original-From: Martin Jansa <Martin.Jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Date: Sat,  9 Aug 2014 18:08:22 +0200
Message-Id: <1407600537-10857-1-git-send-email-Martin.Jansa@gmail.com>
X-Mailer: git-send-email 2.0.4
Subject: [oe] [meta-oe][PATCH 01/36] libungif: remove and use giflib
	everywhere
X-BeenThere: openembedded-devel@lists.openembedded.org
X-Mailman-Version: 2.1.12
Precedence: list
Reply-To: openembedded-devel@lists.openembedded.org
List-Id: Using the OpenEmbedded metadata to build Distributions
	<openembedded-devel.lists.openembedded.org>
List-Unsubscribe: <http://lists.openembedded.org/mailman/options/openembedded-devel>,
	<mailto:openembedded-devel-request@lists.openembedded.org?subject=unsubscribe>
List-Archive: <http://lists.openembedded.org/pipermail/openembedded-devel/>
List-Post: <mailto:openembedded-devel@lists.openembedded.org>
List-Help: <mailto:openembedded-devel-request@lists.openembedded.org?subject=help>
List-Subscribe: <http://lists.openembedded.org/mailman/listinfo/openembedded-devel>,
	<mailto:openembedded-devel-request@lists.openembedded.org?subject=subscribe>
X-List-Received-Date: Sat, 09 Aug 2014 16:08:28 -0000

* giflib says it's API and ABI compatible with libungif
  which was in wide use while the LZW compression algorithm was
  patented.

* the selection between giflib and libungif wasn't ever determinictic
  because of conflicts in sysroot
* resolves couple of undeterministic dependencies and:
  WARNING: The recipe giflib is trying to install files into a shared area
  when those files already exist. Those files and their manifest location
  are:
   sysroots/qemuarm/usr/include/gif_lib.h
      Matched in manifest-qemuarm-libungif.populate_sysroot
      Please verify which package should provide the above files.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-extended/libungif/libungif_4.1.4.bb  | 16 ----------------
 meta-oe/recipes-graphics/fbida/fbida_git.bb          |  2 +-
 meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb |  2 +-
 3 files changed, 2 insertions(+), 18 deletions(-)
 delete mode 100644 meta-oe/recipes-extended/libungif/libungif_4.1.4.bb

diff --git a/meta-oe/recipes-extended/libungif/libungif_4.1.4.bb b/meta-oe/recipes-extended/libungif/libungif_4.1.4.bb
deleted file mode 100644
index aa05653..0000000
--- a/meta-oe/recipes-extended/libungif/libungif_4.1.4.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-SUMMARY = "shared library for GIF images"
-SECTION = "libs"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=ae11c61b04b2917be39b11f78d71519a"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/giflib/libungif-4.x/libungif-${PV}/libungif-${PV}.tar.bz2"
-SRC_URI[md5sum] = "76865bc1bed90ecb5992a1edcc4d6c15"
-SRC_URI[sha256sum] = "708a7eac218d3fd8e8dfb13f1089d4e1e98246985180a17d6ecfca5a6bd4d332"
-
-inherit autotools lib_package
-
-PACKAGES =+ "${PN}-utils"
-
-FILES_${PN}-utils = "${bindir}/*"
-
-BBCLASSEXTEND = "native"
diff --git a/meta-oe/recipes-graphics/fbida/fbida_git.bb b/meta-oe/recipes-graphics/fbida/fbida_git.bb
index f4dd01d..41c14b8 100644
--- a/meta-oe/recipes-graphics/fbida/fbida_git.bb
+++ b/meta-oe/recipes-graphics/fbida/fbida_git.bb
@@ -18,7 +18,7 @@ S = "${WORKDIR}/git"
 EXTRA_OEMAKE = "STRIP="
 
 PACKAGECONFIG ??= "gif png"
-PACKAGECONFIG[gif] = ",,libungif"
+PACKAGECONFIG[gif] = ",,giflib"
 PACKAGECONFIG[png] = ",,libpng"
 PACKAGECONFIG[tiff] = ",,tiff"
 PACKAGECONFIG[motif] = ",,libx11 libxext libxpm libxt openmotif"
diff --git a/meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb b/meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb
index 6d57da7..e826e05 100644
--- a/meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb
+++ b/meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "A pedagogically-oriented open source site containing software that is broadly useful for image processing and image analysis applications"
-DEPENDS = "jpeg tiff libpng zlib libungif"
+DEPENDS = "jpeg tiff libpng zlib giflib"
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://leptonica-license.txt;md5=20cdd3af097ca431b82004c691f406a6"
 
-- 
2.0.4



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

* Re: Error: package not found in the base feeds
  2014-08-09 12:40 ` Himanshu  Pandey
  (?)
@ 2014-08-09 21:17 ` Mark Hatle
  -1 siblings, 0 replies; 3+ messages in thread
From: Mark Hatle @ 2014-08-09 21:17 UTC (permalink / raw)
  To: openembedded-devel

On 8/9/14, 7:40 AM, Himanshu Pandey wrote:
> Hi,I am getting following error:Error: spread not found in the base feeds (genericx86_64 x86_64 noarch any all).Error: liburiparser not found in the base feeds (genericx86_64 x86_64 noarch any all).

This message indicates that something put "liburiparser" into the IMAGE_INSTALL 
(or PACKAGE_INSTALL) variable.  The system was unable to find a package with 
that name (or the 'debian renamed' version if applicable) within the system 
packages.

You'll likely need to look at the recipe that was supposed to come from and 
figure out if you are using the wrong name -- or if it wasn't created for some 
reason.

--Mark

> Please help to resolve the same.
> Regards,Himanshu
>



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

end of thread, other threads:[~2014-08-09 21:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-09 12:40 Error: package not found in the base feeds Himanshu  Pandey
2014-08-09 12:40 ` Himanshu  Pandey
2014-08-09 21:17 ` Mark Hatle

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.