From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51717) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fFgzm-0006Oh-90 for guix-patches@gnu.org; Mon, 07 May 2018 10:20:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fFgzj-0004pQ-0t for guix-patches@gnu.org; Mon, 07 May 2018 10:20:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45000) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fFgzi-0004pE-U7 for guix-patches@gnu.org; Mon, 07 May 2018 10:20:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fFgzi-0000SA-Gf for guix-patches@gnu.org; Mon, 07 May 2018 10:20:02 -0400 Subject: [bug#31375] [PATCH 0/2] Update wesnoth to 1.14.0 Resent-Message-ID: From: Arun Isaac In-Reply-To: <87o9hr93fh.fsf@gnu.org> References: <20180506210406.12325-1-arunisaac@systemreboot.net> <87o9hr93fh.fsf@gnu.org> Date: Mon, 07 May 2018 19:49:05 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 31375@debbugs.gnu.org Ludovic Court=C3=A8s writes: >> Caught general 'St8bad_cast' exception: >> std::bad_cast > > Did you try getting a backtrace with gdb? It might give clues. This seems to be an upstream issue. I have contacted upstream, and they have provided a patch. I'll include the patch and push. https://github.com/wesnoth/wesnoth/issues/3050 I am not entirely sure if this issue was triggered in Guix (and not in other distributions like Arch Linux), by some bug in our locale handling. > I think you need to merge them into a single patch; otherwise applying > the first one leaves =E2=80=98wesnoth-server=E2=80=99 in broken state sin= ce it > inherits from =E2=80=98wesnoth=E2=80=99. Sure, will do.