X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,TW_VJ,TW_XV,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: <4FCE5C8D.1060902@etr-usa.com> Date: Tue, 05 Jun 2012 13:22:53 -0600 From: Warren Young User-Agent: Mozilla/5.0 (Windows NT 6.0; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: Cygwin-L Subject: Re: sqlite3 section in master setup.hint wrong (was: Updated: sqlite3-3.7.12.1-1) References: <4FCE3F3F DOT 8000400 AT etr-usa DOT com> <0D835E9B9CD07F40A48423F80D3B5A70C5BD AT USA7109MB022 DOT na DOT xerox DOT net> In-Reply-To: <0D835E9B9CD07F40A48423F80D3B5A70C5BD@USA7109MB022.na.xerox.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 On 6/5/2012 12:55 PM, Nellis, Kenneth wrote: > > I just installed this package without incident, but the files > promised both above and at ... > http://cygwin.com/packages/sqlite3/sqlite3-3.7.12.1-1 > ... are not present, in particular sqlite3.exe, the two READMEs, > or the man page. It looks like the master setup.hint isn't being generated from my hint files correctly. setup.exe isn't being told it needs to grab the ^sqlite3*bz2$ file; it's installing only the lib*bz2 binary packages. Maybe there is something wrong with my hint files, but since they're unchanged since the last time I released a version and the package names haven't changed, that could only happen if the rules for the hint files changed and I haven't updated my hints files to track the change. Until this gets fixed, whether on my end or on sourceware, you can grab the package tarball and expand it by hand from your Cygwin root: $ cd / $ wget -O - \ http://etr-usa.com/cygwin/sqlite3/sqlite3-3.7.12.1-1.tar.bz2 | \ tar xvjf - -- 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