From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5322 invoked by alias); 21 Jan 2015 04:40:44 -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 5309 invoked by uid 89); 21 Jan 2015 04:40:42 -0000 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 Received: from mail-wi0-f169.google.com (HELO mail-wi0-f169.google.com) (209.85.212.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 21 Jan 2015 04:40:40 +0000 Received: by mail-wi0-f169.google.com with SMTP id bs8so29264061wib.0 for ; Tue, 20 Jan 2015 20:40:37 -0800 (PST) X-Received: by 10.180.39.35 with SMTP id m3mr30280867wik.3.1421815237530; Tue, 20 Jan 2015 20:40:37 -0800 (PST) Received: from [192.168.2.108] (p5B29926E.dip0.t-ipconnect.de. [91.41.146.110]) by mx.google.com with ESMTPSA id fo12sm5550284wic.19.2015.01.20.20.40.36 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 20 Jan 2015 20:40:36 -0800 (PST) Message-ID: <54BF2DBB.7040803@gmail.com> Date: Wed, 21 Jan 2015 09:02:00 -0000 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@cygwin.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 X-SW-Source: 2015-01/txt/msg00285.txt.bz2 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