From: Ben Hutchings <ben@decadent.org.uk>
To: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
Cc: Michael Neuling <mikey@neuling.org>,
Gabriel Paubert <paubert@iram.es>, Michal Marek <mmarek@suse.cz>,
linux-kbuild@vger.kernel.org,
linux-kernel <linux-kernel@vger.kernel.org>,
Anton Blanchard <anton@samba.org>,
Leann Ogasawara <leann.ogasawara@canonical.com>,
linuxppc-dev <linuxppc-dev@lists.ozlabs.org>
Subject: Re: [PATCH v2] deb-pkg: Add support for powerpc little endian
Date: Sun, 07 Sep 2014 03:42:08 +0100 [thread overview]
Message-ID: <1410057728.7389.24.camel@decadent.org.uk> (raw)
In-Reply-To: <20140905120925.GB3846@oc0268524204.ibm.com>
[-- Attachment #1: Type: text/plain, Size: 2242 bytes --]
On Fri, 2014-09-05 at 09:09 -0300, Thadeu Lima de Souza Cascardo wrote:
> On Fri, Sep 05, 2014 at 05:55:18PM +1000, Michael Neuling wrote:
> > On Fri, 2014-09-05 at 09:13 +0200, Gabriel Paubert wrote:
> > > On Fri, Sep 05, 2014 at 03:28:47PM +1000, Michael Neuling wrote:
> > > > The Debian powerpc little endian architecture is called ppc64le. This
> > >
> > > Huh? ppc64le or ppc64el?
> >
> > ppc64el. Commit message is wrong. Fixed below.
> >
> > Mikey
> >
> >
>
> What about ppc64?
>
> Also, I sent that already a month ago. Both linuxppc-dev and Michal
> Marek were on cc.
>
> http://marc.info/?l=linux-kernel&m=140744360328562&w=2
Anyone using powerpc (32-bit) will then need to add ppc64 as a foreign
architecture before they can install a 64-bit custom kernel. This is
fine in principle, except that ppc64 is not an official Debian port and
its packages are not mirrored on the same servers.
I just tried something similar, which is to add x32 (also unofficial) as
an alternate architecture to my biarch x86 system. APT now complains:
W: Failed to fetch http://http.debian.net/debian/dists/experimental/InRelease Unable to find expected entry 'main/binary-x32/Packages' in Release file (Wrong sources.list entry or malformed file)
W: Failed to fetch http://http.debian.net/debian/dists/sid/Release Unable to find expected entry 'main/binary-x32/Packages' in Release file (Wrong sources.list entry or malformed file)
W: Failed to fetch http://http.debian.net/debian/dists/testing/Release Unable to find expected entry 'main/binary-x32/Packages' in Release file (Wrong sources.list entry or malformed file)
W: Failed to fetch http://http.debian.net/debian/dists/wheezy/Release Unable to find expected entry 'main/binary-x32/Packages' in Release file (Wrong sources.list entry or malformed file)
E: Some index files failed to download. They have been ignored, or old ones used instead.
So I think Michael's version, leaving big-endian kernels as powerpc by
default, is preferable for now.
Ben.
--
Ben Hutchings
Experience is directly proportional to the value of equipment destroyed.
- Carolyn Scheppner
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 811 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Ben Hutchings <ben@decadent.org.uk>
To: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
Cc: Michal Marek <mmarek@suse.cz>,
Michael Neuling <mikey@neuling.org>,
linux-kbuild@vger.kernel.org,
linux-kernel <linux-kernel@vger.kernel.org>,
Anton Blanchard <anton@samba.org>,
Leann Ogasawara <leann.ogasawara@canonical.com>,
linuxppc-dev <linuxppc-dev@lists.ozlabs.org>
Subject: Re: [PATCH v2] deb-pkg: Add support for powerpc little endian
Date: Sun, 07 Sep 2014 03:42:08 +0100 [thread overview]
Message-ID: <1410057728.7389.24.camel@decadent.org.uk> (raw)
In-Reply-To: <20140905120925.GB3846@oc0268524204.ibm.com>
[-- Attachment #1: Type: text/plain, Size: 2242 bytes --]
On Fri, 2014-09-05 at 09:09 -0300, Thadeu Lima de Souza Cascardo wrote:
> On Fri, Sep 05, 2014 at 05:55:18PM +1000, Michael Neuling wrote:
> > On Fri, 2014-09-05 at 09:13 +0200, Gabriel Paubert wrote:
> > > On Fri, Sep 05, 2014 at 03:28:47PM +1000, Michael Neuling wrote:
> > > > The Debian powerpc little endian architecture is called ppc64le. This
> > >
> > > Huh? ppc64le or ppc64el?
> >
> > ppc64el. Commit message is wrong. Fixed below.
> >
> > Mikey
> >
> >
>
> What about ppc64?
>
> Also, I sent that already a month ago. Both linuxppc-dev and Michal
> Marek were on cc.
>
> http://marc.info/?l=linux-kernel&m=140744360328562&w=2
Anyone using powerpc (32-bit) will then need to add ppc64 as a foreign
architecture before they can install a 64-bit custom kernel. This is
fine in principle, except that ppc64 is not an official Debian port and
its packages are not mirrored on the same servers.
I just tried something similar, which is to add x32 (also unofficial) as
an alternate architecture to my biarch x86 system. APT now complains:
W: Failed to fetch http://http.debian.net/debian/dists/experimental/InRelease Unable to find expected entry 'main/binary-x32/Packages' in Release file (Wrong sources.list entry or malformed file)
W: Failed to fetch http://http.debian.net/debian/dists/sid/Release Unable to find expected entry 'main/binary-x32/Packages' in Release file (Wrong sources.list entry or malformed file)
W: Failed to fetch http://http.debian.net/debian/dists/testing/Release Unable to find expected entry 'main/binary-x32/Packages' in Release file (Wrong sources.list entry or malformed file)
W: Failed to fetch http://http.debian.net/debian/dists/wheezy/Release Unable to find expected entry 'main/binary-x32/Packages' in Release file (Wrong sources.list entry or malformed file)
E: Some index files failed to download. They have been ignored, or old ones used instead.
So I think Michael's version, leaving big-endian kernels as powerpc by
default, is preferable for now.
Ben.
--
Ben Hutchings
Experience is directly proportional to the value of equipment destroyed.
- Carolyn Scheppner
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 811 bytes --]
next prev parent reply other threads:[~2014-09-07 2:42 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-05 5:28 deb-pkg: Add support for powerpc little endian Michael Neuling
2014-09-05 5:28 ` Michael Neuling
2014-09-05 7:13 ` Gabriel Paubert
2014-09-05 7:13 ` Gabriel Paubert
2014-09-05 7:55 ` [PATCH v2] " Michael Neuling
2014-09-05 7:55 ` Michael Neuling
2014-09-05 12:09 ` Thadeu Lima de Souza Cascardo
2014-09-05 12:09 ` Thadeu Lima de Souza Cascardo
2014-09-07 2:42 ` Ben Hutchings [this message]
2014-09-07 2:42 ` Ben Hutchings
2014-09-12 14:12 ` Michal Marek
2014-09-12 14:12 ` Michal Marek
2014-09-05 12:14 ` Josh Boyer
2014-09-05 12:14 ` Josh Boyer
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=1410057728.7389.24.camel@decadent.org.uk \
--to=ben@decadent.org.uk \
--cc=anton@samba.org \
--cc=cascardo@linux.vnet.ibm.com \
--cc=leann.ogasawara@canonical.com \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=mikey@neuling.org \
--cc=mmarek@suse.cz \
--cc=paubert@iram.es \
/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.