From owner-svn-ports-head@freebsd.org Wed May 8 20:01:10 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B00D815922CF; Wed, 8 May 2019 20:01:10 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 53D928C315; Wed, 8 May 2019 20:01:10 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 15F7C49FF; Wed, 8 May 2019 20:01:10 +0000 (UTC) From: Jan Beich To: Antoine Brodin Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers Subject: Re: svn commit: r501032 - head/emulators/qemu-sbruno References: <201905081624.x48GOguo036722@repo.freebsd.org> Date: Wed, 08 May 2019 22:01:07 +0200 In-Reply-To: (Antoine Brodin's message of "Wed, 8 May 2019 20:25:46 +0200") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 53D928C315 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.93 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.93)[-0.933,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 May 2019 20:01:10 -0000 Antoine Brodin writes: > On Wed, May 8, 2019 at 6:36 PM Jan Beich wrote: > >> >> Jan Beich writes: >> >> > Antoine Brodin 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 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. > - 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.