svn commit: r501032 - head/emulators/qemu-sbruno

Antoine Brodin antoine at freebsd.org
Wed May 8 20:09:25 UTC 2019


On Wed, May 8, 2019 at 10:01 PM Jan Beich <jbeich at freebsd.org> wrote:
> Antoine Brodin <antoine at freebsd.org> writes:
> > On Wed, May 8, 2019 at 6:36 PM Jan Beich <jbeich at freebsd.org> wrote:
> >> Jan Beich <jbeich at FreeBSD.org> writes:
> >>
> >> > Antoine Brodin <antoine at FreeBSD.org> writes:
> >> >
> >> >> Author: antoine
> >> >> Date: Wed May  8 16:24:42 2019
> >> >> New Revision: 501032
> >> >> URL: https://svnweb.freebsd.org/changeset/ports/501032
> >> >>
> >> >> Log:
> >> >>   Unbreak qemu-user-static at runtime
> >> >
> >> > Why? Wasn't r500819 enough? It was even confirmed in
> >> > https://github.com/seanbruno/qemu-bsd-user/issues/74#issuecomment-490337655
> >>
> >> Also, I've just checked /latest package for -CURRENT:
> >> - qemu-aarch64-static works fine
> >> - qemu-arm-static works fine
> >
> > With version 2.11.50.g20190318_1,  I had crashes with:
>
> How did you upgrade to 2.11.50.g20190318_1? Built manually, built
> via poudriere or fetched /latest package from pkg.freebsd.org?
> If you mean the package cluster *itself* then it uses qemu-user-static
> from a build before e.g.,
>
> http://beefy12.nyi.freebsd.org/data/head-amd64-default/p500844_s347134/.data.json
> ended on 2019-05-08 02:39:29 UTC
> http://beefy8.nyi.freebsd.org/data/head-armv6-default/p500844_s347134/.data.json
> started on 2019-05-05 01:07:43 UTC

The build cluster uses clusteradm repo built with poudriere.  I also
tested with qemu-user-static built manually with and without
SSP_CFLAGS.

> As 2.11.50.g20190318_1 wasn't available at the time 2.11.50.g20190318 was used
> which resulted in head-armv6 failing at the initialization. Nothing was built.

head-armv6 is broken for another reason (lang/ghc84* depending on
removed llvm50)

Antoine

> > - qemu-mips-static
> > - qemu-arm-static
> > - qemu-mips64-static
> >
> > Changing SSP_CFLAGS fixed at least qemu-mips64-static.
>
> qemu-mips64-static works fine here without overriding SSP_CFLAGS in
> emulators/qemu-user-static.
>
> Did you rebuild both glib20 *then* qemu-user-static after r500819?
> qemu-user-static uses *static* libraries, so it has to be rebuilt each
> time one of its BUILD_DEPENDS changes.
>
> During my testing SSP_CFLAGS in emulators/qemu-user-static had no effect
> unlike in devel/glib20.


More information about the svn-ports-all mailing list