X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:subject:to:mime-version :content-type; q=dns; s=default; b=wM0xAY/kdOM1k+uwIIf//LWTssoXK nNZyp/gM/I44Mjyj3zR5OgUBPo70N+Bou5prsNhzUNHftUKXXGPp1kXU0rJQZQ1i G+4B7mBYzj5eatJ6ig7RbDZ090g7MA3C8XaEtD7bUHEJGRmkH+YPU5Abj8vqbGAs Yt6Z5R1m9NfDqs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:subject:to:mime-version :content-type; s=default; bh=tdcC6nu0SNuJ3tCrGbPHqi+kUc4=; b=dxW 4OSNXFvk1RrbJzBs/cKJMu8TVQGjHUnGqcbJzYhr0rEF3d/VhAPwShg+W2uz1dNx T3ibXIkSfoWbF2R4LL38J+BH2wyTD6WNgrSYZOFvnv3+MevZrt7V0Q3PMf95ZVcN MomPB6eEuhQw4w6FjcFPilOx64T/8F7BQNerWk08= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: nm13-vm10.bullet.mail.gq1.yahoo.com Message-ID: <1393605262.28083.YahooMailBasic@web164602.mail.gq1.yahoo.com> Date: Fri, 28 Feb 2014 08:34:22 -0800 (PST) From: Steven Boswell II Subject: Re: cygport bug: doesn't understand "DOS" line endings To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii >>*** ERROR: inherit: unknown cygclass python3 >>[...] >> You may want to modify cygport to handle DOS-style line-endings. > >cygport is a bash script, hence this applies: > >http://cygwin.com/ml/cygwin-announce/2007-05/msg00003.html Thanks for pointing that out. I created a BASH_ENV environment variable in my .bashrc to point to "$HOME/.bash_env", then created a ".bash_env" file containing "set -o igncr", and now cygport doesn't error-out cryptically when presented with DOS-style line endings. Sorry to trouble the mailing with with my dumb question. If nothing else, anyone else running into this problem with cygport will be able to find a quick answer in a search engine. Steven Boswell -- 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