From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Esteban Rivera <esteban.rc@gmail.com>
Cc: yocto@yoctoproject.org
Subject: Re: Problem Installing Package Manager in FRI2
Date: Tue, 30 Apr 2013 11:39:00 +0100 [thread overview]
Message-ID: <1367318340.5379.89.camel@ted> (raw)
In-Reply-To: <CACN9-wQieY6cZjF7GQaBofhJm2NB9XdgiEfU3orpYDWPezUNwQ@mail.gmail.com>
Hi,
On Sat, 2013-04-06 at 14:24 -0600, Esteban Rivera wrote:
> I'm trying to generate an image for the FRI2 using the official Intel
> BSP provided in the Yocto Project website, in this image I want to
> include at least one package manager.
>
> I'm Using poky 8.0 with Hob GUI, from the recipes listed that can be
> included in the image I can see Dpkg and Zypper package managers, but
> I have trouble with both packages.
Usually, an image contains the package manager which it was created
with, so if you build the image with rpms, it would contain zypper and
rpm, if you build it with ipks, it would contain opkg and if you use deb
files, it would contain apt and dpkg.
Also note that we dropped zypper in favour of smart in the 1.4 cycle.
> I'm unable to create the Image whenever Dpkg is included because of
> the following error message:
>
>error: Failed dependencies:
> /home/poky-danny-8.0/build/tmp/sysroots/x86_64-linux/usr/bin/perl-native/perl is needed by dpkg-1.16.8-r18.0.core2
Its unusual to include dpkg in an rpm based image which I can tell from
this error message you're trying to do.
The problem is that the dpkg package for use in the target device is
referencing paths which are on the build system. There is some script in
that package with an incorrect header.
> I get this message even tho the files do exist at the path specified
> by the error message.
>
> On the other hand whenever I select Zypper, the image is created
> correctly but any zypper commands ends up showing the following error:
>
> zypper: dbconfig.c:493: db3New: Assertion 'dbOpts != ((void *)0) &&
> *db0pts != '\0'' failed.
> Aborted
zypper should be added to an rpm image automatically, unless you select
removal of the package manager.
This sounds very like
https://bugzilla.yoctoproject.org/show_bug.cgi?id=2936
Cheers,
Richard
next prev parent reply other threads:[~2013-04-30 10:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-06 20:24 Problem Installing Package Manager in FRI2 Esteban Rivera
2013-04-30 10:39 ` Richard Purdie [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-04-06 18:09 Esteban Rivera
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=1367318340.5379.89.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--cc=esteban.rc@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.