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 :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=yKIr3J0DAS1yTNVSqvuc3VI8wNHI6GBp/ZZbzLF60Ke jkcpXKhqXTpdSzDJESj++R4Fjlyv0W/dngi9mYzuOrosEpeBjDV8VpcDlR/ACybE AvvqeeROPWUTJQNFf3W0+fzjF9y0422LNqmsL6PRuGj6pxtARY3VLfzSCsnJC8X8 = 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 :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=8hoRVPkbfAeLoMTjqaz1F9EFJ5o=; b=MPvVN5PhIyJKhocX4 SdSEnZ2E3FzEkvMMeidB9cfVe9i5kzaeE/L9ELo62MdntwxlLZpIkdqtNL/k6Ym3 AcnoCC1i5x2OtDs1diBZ8f1Is8fDKAcSCkwGeyOm3gii5GeroneejpPgOVcUP98Z nAhSM+Guo6cDvc+McsPbbxyN74= 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=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f169.google.com X-Received: by 10.180.39.35 with SMTP id m3mr30280867wik.3.1421815237530; Tue, 20 Jan 2015 20:40:37 -0800 (PST) Message-ID: <54BF2DBB.7040803@gmail.com> Date: Wed, 21 Jan 2015 05:40:27 +0100 From: Marco Atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Incorrect module file format in Fortran netCDF package References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 1/21/2015 4:46 AM, Mark Hadfield wrote: > Following up my previous message, this from > https://gcc.gnu.org/wiki/GFortran/News#gfortran_4.9.1 indicates that > the problem is due to the GCC upgrade from 4.8 to 4.9: > > Module files: The version of the module files (.mod) has been > incremented; additionally, module files are now compressed. Fortran > MODULEs compiled by earlier GCC versions have to be recompiled, when > they are USEd by files compiled with GCC 4.9, because GCC 4.9 is not > able to read .mod file of earlier GCC versions; attempting to do so > gives an error message. Note: The ABI of the produced assembler data > itself has not changed: object files and libraries are fully > compatible to older versions. (Except for the next items.) > Hi Mark, yes I am aware. It is the inconvenient of using fortran module with a rolling distribution like cygwin. Any time the compiler major version is updated, I need to rebuild netcdf-fortran (that is the only package using fortran modules for what I know) The 64 bit chain is ready, I am also upgrading to latest version hdf5 1.8.13-1 -> 1.8.14-1 (abi bump) netcdf 4.3.2-2 -> 4.3.3rc3-1 netcdf-cxx4 4.2.1-2 -> 4.2.1-3 netcdf-fortran 4.2-4 -> 4.4.1-1 as soon the 32bit chain is completed, I will update all. Possibly today or tomorrow Regards Marco -- 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