From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: bug#23045: mysql_config missing references to sed and gawk Date: Thu, 17 Mar 2016 15:52:21 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33606) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agdyk-00007q-5c for bug-guix@gnu.org; Thu, 17 Mar 2016 15:53:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1agdyg-0008U7-3s for bug-guix@gnu.org; Thu, 17 Mar 2016 15:53:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54335) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agdyf-0008U1-WD for bug-guix@gnu.org; Thu, 17 Mar 2016 15:53:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1agdyf-0003xy-Qq for bug-guix@gnu.org; Thu, 17 Mar 2016 15:53:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33517) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agdy3-0007yT-SB for bug-guix@gnu.org; Thu, 17 Mar 2016 15:52:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1agdy2-0008Q7-Q7 for bug-guix@gnu.org; Thu, 17 Mar 2016 15:52:23 -0400 Received: from mail-yw0-x229.google.com ([2607:f8b0:4002:c05::229]:34196) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agdy2-0008Q3-Kd for bug-guix@gnu.org; Thu, 17 Mar 2016 15:52:22 -0400 Received: by mail-yw0-x229.google.com with SMTP id h129so113744559ywb.1 for ; Thu, 17 Mar 2016 12:52:22 -0700 (PDT) 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 23045@debbugs.gnu.org The mysql_config binary in the mysql package needs sed and gawk to be on $PATH in order to run. Instead, it should be patched to hardcode the store paths to sed and gawk.