Re: Bug#1025176: libicu71 missing on SH4 port
Rob Landley <[email protected]> Fri, 16 Dec 2022 21:50:48 -0600
| Newsgroups | gmane.linux.debian.ports.superh |
|---|---|
| Message-ID | <[email protected]> |
On 12/16/22 20:43, Jeffrey Walton wrote: > On Fri, Dec 16, 2022 at 9:23 PM Rob Landley <[email protected]> wrote: >> [...] >> How does one do an 'entirely from source' debootstrap, anyway? (If I wanted to >> reproduce your current sh4 build on my system, where would I start?) > > For SH-4 I use a Debian Chroot and follow > https://cryptopp.com/wiki/Debian_Chroot#SH-4 . > > Start with Debian Unstable/Sid. > > Then add the following packages: > > # apt install qemu qemu-user-static binfmt-support debootstrap > debian-archive-keyring debian-ports-archive-keyring > > And then setup the SH-4 guest: > > # qemu-debootstrap --arch=sh4 --keyring > /usr/share/keyrings/debian-ports-archive-keyring.gpg \ > --variant=buildd --exclude=debfoster unstable debian-sh4 > http://ftp.ports.debian.org/debian-ports $ sudo apt-get install debian-ports-archive-keyring ... $ sudo qemu-debootstrap --arch=sh4 --keyring /usr/share/keyrings/debian-ports-archive-keyring.gpg --variant=buildd --exclude=debfoster unstable debian-sh4 http://ftp.ports.debian.org/debian-ports I: Running command: debootstrap --arch sh4 --foreign --keyring /usr/share/keyrings/debian-ports-archive-keyring.gpg --variant=buildd --exclude=debfoster unstable debian-sh4 http://ftp.ports.debian.org/debian-ports I: Retrieving InRelease I: Checking Release signature E: Release signed by unknown key (key id E852514F5DF312F6) The specified keyring /usr/share/keyrings/debian-ports-archive-keyring.gpg may be incorrect or out of date. You can find the latest Debian release key at https://ftp-master.debian.org/keys.html Nope, doesn't work from devuan beowulf. Oh well. Thanks, off to other things... Rob