From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: bug#32058: [PATCH] gnu: mysql: Fix build. Date: Thu, 16 Aug 2018 17:30:58 +0200 Message-ID: <87wosq8h1p.fsf@fastmail.com> References: <20180705102434.odt3hlp3ghsxsmfs@abyayala> <20180815231516.10758-1-me@tobias.gr> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37678) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fqKFp-0003Sl-Fg for bug-guix@gnu.org; Thu, 16 Aug 2018 11:32:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fqKFm-0002Nv-Lk for bug-guix@gnu.org; Thu, 16 Aug 2018 11:32:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47726) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fqKFm-0002NY-5O for bug-guix@gnu.org; Thu, 16 Aug 2018 11:32:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fqKFm-0001XC-1u for bug-guix@gnu.org; Thu, 16 Aug 2018 11:32:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20180815231516.10758-1-me@tobias.gr> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Tobias Geerinckx-Rice , 32058@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Tobias Geerinckx-Rice writes: > MySQL demands boost@1.59.0, and lying about it no longer works: > > sql/item_geofunc_internal.cc: In function =E2=80=98void handle_gis_except= ion(const char*)=E2=80=99: > sql/item_geofunc_internal.cc:37:81: error: expected unqualified-id before= =E2=80=98&=E2=80=99 token > catch (const boost::geometry::detail::self_get_turn_points::self_ip_ex= ception &) > = ^ > [...] > > * gnu/packages/databases.scm (boost-for-mysql): New variable. > (mysql)[inputs]: Use that instead of the regular boost. > [arguments]: Remove now-unnecessary =E2=80=98patch-boost-version=E2=80=99= phase. Ouch. Boost is a *huge* library, but now that we no longer use the MySQL package as the main MySQL library (e.g. for Qt), giving it a different boost version seems reasonable to me. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlt1mLIACgkQoqBt8qM6 VPqz1Qf+MAE0jgVjrf4tv8hUg3AZ9ItD1bS8E2NjKC9l92TK0BZ3otSFf+TqN/MP pagHHyha07AeCf7HT1Vb5GqLJLpQPdhMcQE/+WjjeEan+4g21sHnjhcvV4mtiUao 1GLF8art+PdEmsg/jz06cy+4ldUcOnCI8iJ9M/RpICPokZidCcYI+KvUUhL++OiK eB+Anu2k1UOGvN328RZqmoV83BQQAvUSO0UMibxNIUB3TnxHtbJt2riqY9hAzXT/ NFjXXShGU2ZhZ9sZo/p/2SPx39qkzp/f9yROFV0HXK4Nx0oswjeu7lH7CpO0IWel 8eLGuvh3pjN4/3trLp+TWpYDb2hw1Q== =BRYj -----END PGP SIGNATURE----- --=-=-=--