From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#32058: mysql build fails on d88b29d6b78482cdb05ac714984f6a27195e3d37 Date: Thu, 05 Jul 2018 22:04:52 +0200 Message-ID: <87601ttpnf.fsf@elephly.net> References: <20180705102434.odt3hlp3ghsxsmfs@abyayala> <87y3epnck6.fsf@lapdog.tobias.gr> <20180705134700.ircz6fz3cuzb5cks@abyayala> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47024) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fbi1i-0002A5-Ej for bug-guix@gnu.org; Sat, 07 Jul 2018 03:53:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fbi1e-0004LM-Gs for bug-guix@gnu.org; Sat, 07 Jul 2018 03:53:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41155) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fbi1e-0004L7-AH for bug-guix@gnu.org; Sat, 07 Jul 2018 03:53:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fbi1d-00028P-U0 for bug-guix@gnu.org; Sat, 07 Jul 2018 03:53:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <20180705134700.ircz6fz3cuzb5cks@abyayala> 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: Nils Gillmann Cc: 32058@debbugs.gnu.org Nils Gillmann writes: > Tobias Geerinckx-Rice transcribed 5.0K bytes: >> ng0, >> >> Thanks! >> >> Nils Gillmann wrote: >> > Since I do not have the time to work on this, but there seems to be no >> > open bug: >> > >> > mysql started a couple of commits ago (since last core-updates merge?) >> > to fail >> > its build. >> >> I noticed this yesterday, too. In the meantime, I've tried updating MySQ= L to >> 5.7.22 (one never knows) and poking at some random bits but that didn't >> help. >> >> > [build output snipped] >> >> There's actually an error message[0]. Did it not show up in your logs? I= 'd >> consider that a bug too. > > Odd. I think this was by accident. Here it is: This happens when building in parallel; the actual error that caused the build to terminate could have occurred hundreds of lines earlier when another independent make processes is still running. Anyway, thanks for providing the error message. > /tmp/guix-build-mysql-5.7.21.drv-0/mysql-5.7.21/sql/item_geofunc_internal= .cc: In function =E2=80=98void > handle_gis_exception(const char*)=E2=80=99: > /tmp/guix-build-mysql-5.7.21.drv-0/mysql-5.7.21/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 &) The Internet tells me that mysql is very picky about which versions of boost it build with. We use boost 1.66.0 now. The mysql package definition contains this comment: ;; Mysql wants boost-1.59.0 specifically and then we proceed to just replace 59 for whatever minor version it is we are using. Should we just upgrade to the latest version 8.0.11? -- Ricardo