From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] gnu: Add proxychains-ng. Date: Mon, 15 Aug 2016 09:12:06 +0200 Message-ID: <87popa1p6h.fsf@elephly.net> References: <87ziohc1wo.fsf@we.make.ritual.n0.is> <20160812181308.GB14494@jasmine> <87k2fjy1ib.fsf@we.make.ritual.n0.is> <87twen1db6.fsf@elephly.net> <87inv3yshn.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZC4J-0007LW-Ek for guix-devel@gnu.org; Mon, 15 Aug 2016 03:12:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bZC4E-0000cZ-D3 for guix-devel@gnu.org; Mon, 15 Aug 2016 03:12:18 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:24584) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZC4E-0000cT-3U for guix-devel@gnu.org; Mon, 15 Aug 2016 03:12:14 -0400 In-reply-to: <87inv3yshn.fsf@we.make.ritual.n0.is> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: ng0 Cc: guix-devel@gnu.org ng0 writes: > Ricardo Wurmus writes: >> Could you show us the error message in case of using >> “#:configure-flags”? This really should work, so if it fails I’d like >> to fix this instead of working around it, if possible. […] Thanks. Looks like you need to set the “prefix” variable in #:make-flags – it is defined in the Makefile (along with “exec_prefix”, which you might also have to override). ~~ Ricardo