All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michel D'HOOGE <michel.dhooge@free.fr>
To: Yocto list discussion <yocto@yoctoproject.org>
Subject: Using debian packages management
Date: Mon, 17 Oct 2016 16:11:03 +0200 (CEST)	[thread overview]
Message-ID: <561533617.145482749.1476713463652.JavaMail.root@spooler3-g27.priv.proxad.net> (raw)
In-Reply-To: <290444271.145314951.1476711189434.JavaMail.root@spooler3-g27.priv.proxad.net>

Hi, 

From time to time I try to use the debian packages management instead of RPM because I feel more "at home"... And every time, there is a problem -- but this time, I felt like I'll try to understand and solve it! 

I tried first with core-image-minimal, and it worked.
But then I switched to core-image-sato and had the following error:

ERROR : core-image-sato-1.0-r0 do_rootfs: Unable to install packages. Command '/mnt/Yocto/Fabric-x64/build/tmp/sysroots/x86_64-linux/usr/bin/apt-get install --force-yes --allow-unauthenticated apt packagegroup-base-extended packagegroup-core-ssh-dropbear dpkg packagegroup-core-x11-base packagegroup-core-boot packagegroup-core-x11-sato-games psplash packagegroup-core-x11-sato' returned 100: 
Reading package lists... 
Building dependency tree... 
Reading state information... 
Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. 
The following information may help to resolve the situation: 

The following packages have unmet dependencies: 
packagegroup-core-x11-base : Depends: packagegroup-core-x11-utils but it is not going to be installed 
E: Unable to correct problems, you have held broken packages.


I checked: The package exists in /tmp/deploy/deb/all/packagegroup-core-x11-utils_1.0-r40_all.deb, but it is *empty*. It looks as if it is just there to create some RDEPENDS in the recipe.


So... I played the game to explicitly add packages one by one to the image:
IMAGE_INSTALL_append_pn-core-image-sato = " packagegroup-core-x11-utils xserver-nodm-init x11-common xserver-common"


But now I have the following error:
The following packages have unmet dependencies:
 xserver-common : Conflicts: x11-common but 0.1-r47 is to be installed



So my question is:
Is using debian packages management definitely broken in Yocto? Or has someone managed to use it with some tweaking?


Many thanks for your feedbacks
Michel


       reply	other threads:[~2016-10-17 14:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <290444271.145314951.1476711189434.JavaMail.root@spooler3-g27.priv.proxad.net>
2016-10-17 14:11 ` Michel D'HOOGE [this message]
2016-10-17 20:54   ` Using debian packages management Khem Raj
2016-10-17 22:22     ` Michel D'HOOGE
2016-10-18  7:58   ` Jussi Kukkonen
2016-10-18 12:41     ` Michel D'HOOGE

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=561533617.145482749.1476713463652.JavaMail.root@spooler3-g27.priv.proxad.net \
    --to=michel.dhooge@free.fr \
    --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.