From owner-svn-ports-head@freebsd.org Wed May 8 20:09:25 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 5CEBE1592734; Wed, 8 May 2019 20:09:25 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-ed1-f67.google.com (mail-ed1-f67.google.com [209.85.208.67]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E80D58CD70; Wed, 8 May 2019 20:09:24 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-ed1-f67.google.com with SMTP id p26so5371810edr.2; Wed, 08 May 2019 13:09:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=EF6Qj3AB/WkBVG81GutEFLnZJ5XJgqUo37DSnKp/DqQ=; b=lP3eLO/RgsFmHy7PGCYtEcFdWgSVMoypzWG1xIbcQp/PKJhwjeCufg6c0zLQ2ZHjrM vrBdXtRqgAB0TDTZs+mBWmcuC5vofBs9Bx+V3UCENSoO0CEjn+CD2lGZzKAFvTmV7ZQz eUKZxeCLCleEiNlaDF/rFVSQ3d/PAHbIpor6434UMTTK3ecNWv/OPV570H7I/J8FSg/3 KD5bUOcF1LlbzSquTpj3uN02ojoUieiwkfmcWSWotzJdN1oyYcrCraJHOv0VpNufp+th NbJq9aPtjtvy4N0Y6+4If1eREIgm6D20CZTC0a1eW8LBuL/3J13QQ7xfLhuzX5l8GCrf swvw== X-Gm-Message-State: APjAAAVPG0hm2Y/JsO5YvpqH6oIo5QBuj3F2T+QHWb2h7X0er/StyAKs Po5u8CkTO0u8hkzyXuraF5eYR9aSd/swXAdPmcT9Kg== X-Google-Smtp-Source: APXvYqwDL4mjqriuDhADA7fGb4tci2gogwCFvkIiUwLOX4OVNoLZsJTze5sUybTB7/tZWvurSMdgTJfXs9ZC9F1QQCE= X-Received: by 2002:a50:a535:: with SMTP id y50mr42214224edb.249.1557346158149; Wed, 08 May 2019 13:09:18 -0700 (PDT) MIME-Version: 1.0 References: <201905081624.x48GOguo036722@repo.freebsd.org> In-Reply-To: From: Antoine Brodin Date: Wed, 8 May 2019 22:09:06 +0200 Message-ID: Subject: Re: svn commit: r501032 - head/emulators/qemu-sbruno To: Jan Beich Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: E80D58CD70 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.93 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.93)[-0.934,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[] 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:09:25 -0000 On Wed, May 8, 2019 at 10:01 PM Jan Beich wrote: > 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 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.