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:mime-version:to:subject :content-type:content-transfer-encoding; q=dns; s=default; b=CKF KoSl0K1JbdLzbQgmA06g6Vch7BCkdCiTSJt4FMcwIfP6OBttdmvTo7zIy1RC14ny Bw7qcsO2wyJguPl3CchZIbJvJsPjLGHALIHMh3P01ve+4ccz/y4aFFm3iKbi4Quy AjPOGUjodoiGYzoXAzWdjq8dTAB6s0PX/sgMhjKk= 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:mime-version:to:subject :content-type:content-transfer-encoding; s=default; bh=vVyGv/KKg FtBPsgLeA5kaVd6SWQ=; b=iAWcGsUERdiTzNfSUxXOBOJlYUWX6IpwVjg0d0GhQ OPvoY4U098E7y4H1ND3mQaiSVgsw7tnOdkX7e08G60g2lx6cBHtA7vNaVNqtPnpc xgIsJESzB2ikdfJamZFPxi7qgAx3f5DO9fGkaxY0KppsEDVkcUb3ODmRNZkGjrIN PU= 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 X-Spam-SWARE-Status: No, score=2.0 required=5.0 tests=AWL,BAYES_50,DATE_IN_FUTURE_12_24,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_NO,RDNS_NONE,SPF_NEUTRAL,TW_YG autolearn=no version=3.3.1 Message-ID: <51EEF4F1.20006@cs.utoronto.ca> Date: Tue, 23 Jul 2013 17:26:09 -0400 From: Ryan Johnson User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: "cygwin AT cygwin DOT com" Subject: 64-bit gcc-4.8.1 package installs source instead Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Spam: Gauge=XIIII, Probability=14%, Report=' DATE_IN_FUTURE_12_24 1.3, HTML_00_01 0.05, HTML_00_10 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_1000_LESS 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, BODY_SIZE_700_799 0, DATE_TZ_NA 0, NO_URI_FOUND 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_FROM 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __MOZILLA_MSGID 0, __MOZILLA_USER_AGENT 0, __SANE_MSGID 0, __SUBJ_ALPHA_END 0, __TO_MALFORMED_2 0, __TO_NO_NAME 0, __USER_AGENT 0' Hi all, If I select the gcc-4.8.1-1 package from setup-64, it downloads and installs the gcc-4.8.1-src package, which AFAICT includes a tarball of the gcc sources, a patch, and a cygport file: $ for f in $(find /usr -name '*gcc*'); do echo "$f: $(cygcheck -f $f)"; done /usr/src/4.8-libgcc-cygwin64.patch: /usr/src/gcc-4.8.1.tar.bz2: /usr/src/gcc.cygport: /usr/bin/cyggcc_s-seh-1.dll: libgcc-4.8.1-1 Oddly (and the reason for the little script above): $ cygcheck -dc | grep gcc libgcc 4.8.1-1 In other words, cygwin thinks that neither gcc nor gcc-src is actually installed, and will happily repeat the broken install as many times as I've tried so far. Packaging bug? Ryan -- 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