[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#819069: dietlibc: FTBFS on powerpcspe due to missing FPU emulation in library



Am 2016-04-12 12:07, schrieb John Paul Adrian Glaubitz:
On 03/28/2016 07:40 PM, Christian Seiler wrote:
As I mentioned earlier in this thread, you can't currently fully debootstrap powerpcspe, because of some packages that aren't compiled yet, for example
apt

Just a quick update, this actually works now:

$ debootstrap --no-check-gpg --foreign --arch=powerpcspe
--variant=buildd unstable sid-powerpcspe-sbuild
ftp://ftp.debian-ports.org/debian
$ cp -av /usr/bin/qemu-ppc-static sid-powerpcspe-sbuild/usr/bin/
$ export QEMU_CPU=e500v2
$ chroot sid-powerpcspe-sbuild

To finish the two-staged debootstrap process, run the following
command in the powerpcspe chroot:

I have no name!@z6:/debootstrap/debootstrap --second-stage

Unfortunately, that doesn't work for me (I did use the official ports keyring via --keyring instead of --no-check-gpg, but otherwise the same command), because base-passwd isn't compiled on ppcspe, so debootstrap's suite-script can't install it. (debootstrap from testing on amd64) If I modify it to ignore that, postinst of base-files will fail because /etc/passwd doesn't exist (it's generated by base-passwd's postinst). Are you sure the commands you used work for you?

Regards,
Christian


Reply to: