From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikolai Merinov Subject: Re: mariadb build fails "Failing test(s): main.mysqldump" Date: Thu, 07 Feb 2019 13:13:50 +0500 Message-ID: <87womcqam9.fsf@member.fsf.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:41319) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1greoo-00019A-Qp for help-guix@gnu.org; Thu, 07 Feb 2019 03:13:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1greon-0002Ur-Vf for help-guix@gnu.org; Thu, 07 Feb 2019 03:13:58 -0500 Received: from mail-lj1-f193.google.com ([209.85.208.193]:44923) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1greon-0002UT-PH for help-guix@gnu.org; Thu, 07 Feb 2019 03:13:57 -0500 Received: by mail-lj1-f193.google.com with SMTP id k19-v6so8450459lji.11 for ; Thu, 07 Feb 2019 00:13:57 -0800 (PST) In-Reply-To: 20190123201911.4c257efd@mailbox.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: matthewfbrooks@mailbox.org, help-guix@gnu.org Hi Matthew, I experienced a same issue with a mariadb build and I was able to find root of the issue and submitted the patch to the guix-patches maillist. Looks like everybody who updated guix between 2018-11-23 and 2018-12-31 was able to compile mariadb successfully :-) If you want to work without a custom GUIX_PACKAGE_PATH you can take the patch from the https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34351 and apply it to your cloned guix repository with "git am" command. Then run "guix pull --commit=$(git rev-parse HEAD) --url=$PWD" to use the guix from your local commit. Regards, Nikolai