From owner-freebsd-ports@freebsd.org Thu Sep 1 21:31:55 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 25814BCBC19 for ; Thu, 1 Sep 2016 21:31:55 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 973802EA2; Thu, 1 Sep 2016 21:31:54 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from tom.home (kib@localhost [127.0.0.1]) by kib.kiev.ua (8.15.2/8.15.2) with ESMTPS id u81LVfAq073837 (version=TLSv1 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Fri, 2 Sep 2016 00:31:41 +0300 (EEST) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua u81LVfAq073837 Received: (from kostik@localhost) by tom.home (8.15.2/8.15.2/Submit) id u81LVfqi073836; Fri, 2 Sep 2016 00:31:41 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Fri, 2 Sep 2016 00:31:41 +0300 From: Konstantin Belousov To: Dimitry Andric Cc: Bernard Spil , Baptiste Daroussin , Doug Barton , FreeBSD Ports , Konstantin Belousov Subject: Re: mariadb10* ports broken on 9.x since last commit Message-ID: <20160901213141.GQ83214@kib.kiev.ua> References: <18b931f3-2b78-0fdf-c9ba-ba3c107a4f65@dougbarton.us> <02d2d44ad94044360e05d780ef3c1641@dougbarton.us> <24C4A5AC-1EF1-49E0-A84A-86E630EE97D8@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <24C4A5AC-1EF1-49E0-A84A-86E630EE97D8@FreeBSD.org> User-Agent: Mutt/1.6.1 (2016-04-27) X-Spam-Status: No, score=-2.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on tom.home 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: Thu, 01 Sep 2016 21:31:55 -0000 On Thu, Sep 01, 2016 at 10:50:18PM +0200, Dimitry Andric wrote: > I don't know. I understood from Kostik that it would need r232832, but > apparently this breaks the ABI? Yes, kind of. I considered it not appropriate to change the interaction between csu and rtld for long-lived stable branch. Also, it might cause problems for other language translators which provide their own runtimes. That were the reasonings several years ago, when initializers were reworked, and definitely I do not want to disturb the branch near EOL. > > It is probably easier to work around this by configuring the binutils > port so it does not emit .init_array/.fini_array sections. It was already done in ports r421193. > > -Dimitry > > [1] https://svnweb.freebsd.org/base?view=revision&revision=232832 >