From owner-freebsd-questions@freebsd.org Sat Aug 29 08:51:43 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B23B59C3C20 for ; Sat, 29 Aug 2015 08:51:43 +0000 (UTC) (envelope-from emorrasg@yahoo.es) Received: from nm13-vm3.bullet.mail.ir2.yahoo.com (nm13-vm3.bullet.mail.ir2.yahoo.com [212.82.96.182]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F806ECA for ; Sat, 29 Aug 2015 08:51:42 +0000 (UTC) (envelope-from emorrasg@yahoo.es) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.es; s=s2048; t=1440838103; bh=OHAO1bIOTS6ULmpM/m86zNa3WcW7XO5x4UlQXqn9+Ng=; h=Date:From:To:Subject:In-Reply-To:References:From:Subject; b=BG/MtEIkPKKNz4q030UdOjWDec7dJAo9efvqV2yJbWOqR1SFo3YN/shbDjAYTtOj7eMZYaZV+foMBJKlPcfEPVfgQIy2OyjHL7O055vQWFq2IhFmB0SmgfAVY7PHyGbrAuR5k1XMyOqxVCariDrbqiN9d0oDIVk5lr9OX4tFZlPUm7QKxm98C8dTzzAaAmiIQfWWt+FM881UkSy+Y7QWplWU/LhvRQj9qa4DPIjA9RsnrGvcYvT2rxiEUS6BYtTuiBr0elIkb5jkEZamNGkPPaxcDoEzYEo6nTFF0q1UVOlGuSW1Jl0EDdckFPcxRmH7JmlGaUm5xzjEWh87nZDBDw== Received: from [212.82.98.124] by nm13.bullet.mail.ir2.yahoo.com with NNFMP; 29 Aug 2015 08:48:23 -0000 Received: from [46.228.39.113] by tm17.bullet.mail.ir2.yahoo.com with NNFMP; 29 Aug 2015 08:48:23 -0000 Received: from [127.0.0.1] by smtp150.mail.ir2.yahoo.com with NNFMP; 29 Aug 2015 08:48:23 -0000 X-Yahoo-Newman-Id: 848364.67329.bm@smtp150.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: keLFAxUVM1lDcLAHA0poFMJ4SVGFh0yDVOl1ElGLEcM4dSN aVkiV8fJ3VRSNrPI4guZa.ZXRrIyVtnI5WFbnkje4IJYmFxU_2glF1bXE6Ln TAu.CNlzRpBJtJQPYujE3CFRF5gc2zCE1TKwYQaSd2vaXkI0we_bR85vD1gN Wg9sZwcR2AMCF6gCns26ECSQnEt2J2Tfv4NnFyEVPRZhpdJ.JC2Yl7IwKFG3 vNAr8GA32zWQNm.rMc071enb3IAA_ouuCM61obOKADLpN6Le8YEJ3PkTvdF8 OA.QDMANImFA95sEXdFxMTs7.TXPbOmRyoYLhSubaccddCdDcDcnfBQrz_EY aatZhs8nakIPcxvc67C5cuaI_H1QcyPrJ3bMIGDplFQ9S10gKApmRaf2.Btb 5g1wPb1Z_kcemjuZh0zXbwWpKEKnU6ONQSKlVNjYNozzv8gNjqDCg9srcIt6 rraUT.q0nmGXVfFTgKc0knIr8sAr9PWe0PhcHRcqdH4zXr98JESjvfYnB8pt buh2wKk0liaQ_QBhSLV4UTwNXDqUeVmuGw1OwQVnKeo75GmQ- X-Yahoo-SMTP: mX392iiswBAeJNdO_s.EW62LZDJR Date: Sat, 29 Aug 2015 10:48:38 +0200 From: Eduardo Morras To: freebsd-questions@freebsd.org Subject: Re: fetch a distribution file using the git commit Message-Id: <20150829104838.2e7b30667ed3bc21fc882e77@yahoo.es> In-Reply-To: <1440823202.51222.0.camel@fbsd.es> References: <1440823202.51222.0.camel@fbsd.es> X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.27; amd64-portbld-freebsd9.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Aug 2015 08:51:43 -0000 On Sat, 29 Aug 2015 06:40:02 +0200 Carlos J Puga Medina wrote: > Hi people, > > I'm unable to fetch a distribution file from github using the git > commit > > _MASTER_SITES_tl-parser= > https://codeload.github.com/vysheng/tl-parser/tar.gz/1659d87?dummy=/: It works for me as expected, but is this line from the configuration file? if yes, it should have "": MASTER_SITES_tl-parser="https://codeload.github.com/vysheng/tl-parser/tar.gz/1659d87?dummy=" > not found > *** Error code 127 > > Here it is the relevant part in the Makefile > USE_GITHUB= yes > GH_ACCOUNT= vysheng > GH_PROJECT= tgl:tgl tl-parser:tl-parser > GH_TAGNAME= 2.0.1:tgl 1659d87:tl-parser > > Best regards,-- --- --- Eduardo Morras