On Mon, Jul 23, 2018 at 01:32:50PM +0100, Phil Morrell wrote: > Hi, I got this error while trying to cross-build (amd64->armhf) a local > backport of the latest pydenticon. I don't know why I tried > cross-building an arch all package, but hey ho. The basepath was > originally created with: > > ARCH=armhf DIST=stretch-backports git-pbuilder create --debootstrap > qemu-debootstrap > ARCH=armhf DIST=stretch-backports git-pbuilder update
That's *NOT* a cross build. What you tried to do was to do a native
build in an *emulated* environment.
> /usr/lib/pbuilder/pbuilder-satisfydepends: line 29: 14820 Segmentation fault
> $CHROOTEXEC env XDG_CACHE_HOME=/root aptitude -y --without-recommends -o
> APT::Install-Recommends=false "${APTITUDEOPT[@]}" -o
> Aptitude::ProblemResolver::StepScore=100 -o
> "Aptitude::ProblemResolver::Hints::KeepDummy=reject
> pbuilder-satisfydepends-dummy :UNINST" -o
> Aptitude::ProblemResolver::Keep-All-Level=55000 -o
> Aptitude::ProblemResolver::Remove-Essential-Level=maximum install
> pbuilder-satisfydepends-dummy
That's a very old issue that I don't remember anymore if people decided
it's in aptitude or in qemu. Basically you can't use the aptitude
depedency solver with qemu; I recommend you try to use the apt one
(except that it wouldn't be able to handle dependencies from backports).
There should already be a bug report somewhere for this issue (that I
don't have the time to search for now and mark as a duplicate).
--
regards,
Mattia Rizzolo
GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`.
more about me: https://mapreri.org : :' :
Launchpad user: https://launchpad.net/~mapreri `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia `-
signature.asc
Description: PGP signature

