From: Mark Hatle <mark.hatle@windriver.com>
To: yocto@yoctoproject.org
Subject: Re: zypper and poky architectures
Date: Thu, 21 Oct 2010 10:18:49 -0500 [thread overview]
Message-ID: <4CC059D9.8050208@windriver.com> (raw)
In-Reply-To: <20101021083308.GB18344@qhe2-db>
On 10/21/10 3:33 AM, Qing He wrote:
> I recently reported several zypper bugs specifically for arm, after
> some deeper investigation, the problem seems to be of higher level than
> I originally thought.
>
> The root cause is that zypper and poky use different way to represent
> architectures, as we are putting them together, these two ways are
> not compatible, causing many minor glitches that need to modify at
> least one of them.
>
> Poky has three kinds of representations in a single target image, which
> are independent, cpu-dependent and machine-dependent (all, armv5te,
> qemuarm, respectively), e.g.
>
> update-rc.d-0.7-r3.all.rpm
> curl-7.21.0-r0.armv5te.rpm
> task-base-1.0-r69.qemuarm.rpm
>
> (note that armv5te is the same with gcc's -march option, meaning little
> endian)
>
> This is natural until zypper is involved. Zypper supports only one arch
> at one time (and this arch should not be changed in fly), and use the
> idea of arch compatibility (e.g. _noarch is compatible with _i586), it
> then hardcodes the available archs in a different way than poky does,
> thus creating several problems:
> 1. what uses for independent packages is called "noarch", "all" is not
> recognized, something depends on update-rc.d won't be installed
> because of missing dependency
We can certainly look into translating "all" to "noarch" post 0.9. That might
make it easier for people coming from the RPM world, to understand what is in
the package.
> 2. the arch automatic detection system uses "uname -m", thus producing
> armv5tejl, which can only be resolved as armv5tel, conflicting with
> "armv5te" in rpm
This is a bug in Zypper. The machine names should come from somewhere other
then uname -m. (The value of uname -m is very much ia32 specific for the most
part.. other architectures have way too many possible namings for it to be
useful.) There is a line in "/etc/rpm/platform" that contains the name of Poky
architecture. This file should be referenced (instead of -m) for all cases.
> 3. many archs are missing in zypper, like mips, armeb, etc.
> 4. there is no concept of machine-dependent packages (task-base) in
> zypper, although we can work around.
Generally speaking, this is true of most RPM installations. However, within RPM
itself.. there really isn't any concept of "arch" anymore.. They're really only
used for grouping and ordering. So Zypper may need to be updated to query the
arch of a package and use it for it's various operations.
> Currently, at least zypper is broken on all of mips, arm, ppc, with
> slightly different problems.
>
> The ideal situation is to use consistent arch specification, the
> following can be a solution:
> 1. rename *.all.rpm to *.noarch.rpm
We can certainly do this easily.
> 2. removing the concept of machine-dependent packages, change all
> *.qemuarm.rpm to *.armv5te.rpm
I'm a bit worried about doing this, as we'll end up with (potentially)
incompatible packages with exactly the same name and versions... Perhaps we
need to think about embedding the machine type into the name of the packages
instead?
> 3. enhance zypper arch module, make the addition more flexible,
> allowing arch alias (e.g. armv5te = armv5tel = armel = arm)
Zypper should read the rpm platform file.
> That would be some work to do, maybe 1.0 is a good time to get zypper
> and package upgrade truely working.
Yes, we also need to get multi-arch as well.. (i.e. 32-bit and 64-bit at the
same time) working. I'm guessing there will be some Zypper interactions there
as well.
--Mark
> Any ideas and comments?
>
> Thanks,
> Qing
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.pokylinux.org/listinfo/yocto
next prev parent reply other threads:[~2010-10-21 15:18 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-21 8:33 zypper and poky architectures Qing He
2010-10-21 11:21 ` Richard Purdie
2010-10-21 15:29 ` Mark Hatle
2010-10-22 1:35 ` Qing He
2010-10-21 15:18 ` Mark Hatle [this message]
2010-10-22 1:47 ` Qing He
2010-11-01 15:37 ` Mark Hatle
2010-11-03 7:58 ` Qing He
2010-11-03 14:08 ` Mark Hatle
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=4CC059D9.8050208@windriver.com \
--to=mark.hatle@windriver.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.