From owner-freebsd-ports@freebsd.org Wed Aug 31 17:03:18 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFDB6BCA553 for ; Wed, 31 Aug 2016 17:03:18 +0000 (UTC) (envelope-from dougb@dougbarton.us) Received: from dougbarton.us (dougbarton.us [IPv6:2607:f2f8:ab14::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B755469C; Wed, 31 Aug 2016 17:03:18 +0000 (UTC) (envelope-from dougb@dougbarton.us) Received: from dougbarton.us (dougbarton.us [IPv6:2607:f2f8:ab14::2]) by dougbarton.us (Postfix) with ESMTPSA id B148A22B0D; Wed, 31 Aug 2016 17:03:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=dougbarton.us; s=dkim; t=1472662997; bh=uSsjeUdAZcI5jjYFeriHr3zAWzPFMIjxA5TJXUoAj9w=; h=Date:From:Subject:To:Cc:In-Reply-To:References; b=ry52RSGTBLfZKe3Pl3Fn7BwheiaBeWhkSQR8sZtukU/rgMAh8MD1wTrbCd6Oeh/b0 yDAgMQQQRgZHGMV8K8IiNRnmeps9mdePGlrSSQIUCpZT0DVpox5j56mjZfYh8XEPE6 0UbXgINt/A4ieouoM8oUYJZrB0F96t72OFamKuGg= Mime-Version: 1.0 Date: Wed, 31 Aug 2016 17:03:17 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-ID: <02d2d44ad94044360e05d780ef3c1641@dougbarton.us> X-Mailer: RainLoop/1.10.3.151 From: "Doug Barton" Subject: Re: mariadb10* ports broken on 9.x since last commit To: bapt@freebsd.org Cc: freebsd-ports@freebsd.org, "Bernard Spil" In-Reply-To: References: <18b931f3-2b78-0fdf-c9ba-ba3c107a4f65@dougbarton.us> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 17:03:18 -0000 August 31, 2016 12:37 AM, "Bernard Spil" wrote:=0A> O= n 2016-08-30 17:45, Doug Barton wrote:=0A> =0A>> Since the last commit to= the mariadb10* ports the resulting binaries=0A>> dump core on 9.3-RELEAS= E-p43, even for a simple --help option. I am=0A>> assuming that is not th= e intended result ....=0A>> Doug=0A> =0A> Hi Doug,=0A> =0A> Nope, that is= not intended. Assume this is the 10.0.27 update? I did build them on 9.3= but have not=0A> checked the resulting binaries... Will need some time t= o investigate!=0A> =0A> https://brnrd.eu/poudriere/build.html?mastername= =3D93amd64-svn&build=3D2016-08-29_20h14m28s=0A=0AThanks Bernard. =0A=0AIt= turns out that the actual problem was binutils. I backed up several revi= sions of mariadb, past the previous working version, and had the same sym= ptoms. Then I started on the deps that had changed at the same time, and = fortunately I guessed right on the first one. =0A=0ABacking up to -r{2016= -08-25} on binutils got mariadb working with the latest version. =0A=0ADo= ug