From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19223 invoked by alias); 7 Nov 2018 20:05:50 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 19214 invoked by uid 89); 7 Nov 2018 20:05:49 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=0.6 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=4ti2.cygport, UD:6.7-2.x86_64, sk:4ti2-de, 4ti2debuginfo X-HELO: mail-io1-f54.google.com Received: from mail-io1-f54.google.com (HELO mail-io1-f54.google.com) (209.85.166.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 07 Nov 2018 20:05:48 +0000 Received: by mail-io1-f54.google.com with SMTP id f12-v6so12906129iog.0 for ; Wed, 07 Nov 2018 12:05:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=ohTPexd8ZKpEq9cUhs1piXeXKgRwgc+IWcR5LMiivMs=; b=N3unRapgc8iIEXMIRDSPhbmyPHIbZb4KfiT0aupTK6qjh90GhjUVi6vQ85ifhkH0Qf FLRozW5AXRGBl735i1E3vNnCqIf00VKlgHCSVQ/2/o7sR2f0e6p3fIG1VZQvJ6yrHNfK je+H9EcDoZFTKP2g3BjzwecKrpdgO08DC98PnK1+9HyBgE5Uk3eRFS31KWwTG2OT7Cwu NKBGwexGmiprrKqL+U7CuhufnWd13wLo7eDq8NLX26uptky199nyY8vOREDj18lg3ERL FmxzB14kLGSqbc7YvHSN4MvD/us+KG/w6Bi4AFLKi6MgFkE8aB415jLldAUdJK7yIGwA BSbg== Return-Path: Received: from [192.168.0.3] (d47-69-109-131.nap.wideopenwest.com. [69.47.131.109]) by smtp.gmail.com with ESMTPSA id i17-v6sm482804iog.56.2018.11.07.12.05.45 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 07 Nov 2018 12:05:45 -0800 (PST) Subject: Re: cygport fails with package starting with number To: cygwin@cygwin.com References: <703d2702-0407-82fa-3a84-237bc913cd41@gmail.com> From: cyg Simple Message-ID: Date: Wed, 07 Nov 2018 20:05:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0 MIME-Version: 1.0 In-Reply-To: <703d2702-0407-82fa-3a84-237bc913cd41@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-11/txt/msg00070.txt.bz2 On 11/7/2018 1:20 PM, Marco Atzeri wrote: > It seems that the behaviour of cygport is changed recently > and rebuilding the 4ti2 package fails on the name 4ti2. > > Or is a bash change ? > Maybe this ... > cygport --debug 4ti2.cygport package > > >>> 4ti2-debuginfo-1.6.7-2.tar.xz > + mkdir -p > /cygdrive/d/cyg_pub/devel/4ti2/prova/4ti2-1.6.7-2.x86_64/dist/4ti2/4ti2-debuginfo > > /usr/share/cygport/lib/pkg_pkg.cygpart: line 197: Line 197 of this file is the creation of the debuginfo tar file. > 4ti2_debuginfo_CONTENTS: bad substitution This is coming from the ${!dbg_contents_var} syntax. What is this input to tar supposed to be? The "bad substitution" is because the variable isn't an integer. -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple