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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=VcXW+nebRm8vLQSu oXAdmaCz976DhjGTatCOVJq9DA6rggu2+qqm2h3PNkj2Q4xsYR8q/uFjbQKT1Afb XEEYjakVMvzcwxOYTES5vH13A6+gXGySuS3u2pIBIdQYGMdDIICelIZr/BX+ZjCA wl09E/WuSWc57VVceEaWfIhqrKo= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=BiDTIv2cMUPIH/jmjMU9RH EdEXM=; b=XKdwsJtlVb8Kt6YBQpjn4MKUVO61nsqzkcjd69syimfzXttEcjYDir 11uc82vhT4TA5mWnvmz+hIxvKMJ2u0McH8cvIbbsGVPuMpZmODiPhaK+40Zj6oUs ThT6mWk6UlNIpbSw/wapDmaKUQXX3rTEnwDukvICHjJ1zi4ZRxj5g= 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.0 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=workspace, disc, gavin, HDF5 X-HELO: mail-lf0-f43.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=HmPVRrdZsOUgVoiwGM3fziWnKcEx8yHjOQeh7A/eqfc=; b=IOsvOSuOzl5OgjQp+SXImdqEsOc7b8u2yF2VuCEYUWYJJXudSuMOGWqCCcNI3n3k9d 2F81jV1bqHHQMvixy+vBdBNMTldqOJKUPgTj37AKf26U/l786i37t/jOO8geQeej2S9D mAPnPXNEae7gA4umRbDY7B3kM/oDFQWIzGjXmphrEFsBkr2iwaYhhS6SAy3dtUtPiRF2 TSrXSPUT1hU8yGGCHzPYii4OHV0NxPxFWwLUrjp+XgvXELs3qY0ZGQ9q32e4OD9F2hD8 24mrPIKw09sqrwixonU32Hbg9jn5iRxUi7869HyeyE8IpZoQIDug4nGyDIhI13J6bDiy mXrg== X-Gm-Message-State: ALyK8tKqrvb6ob2EFDPu/Zg2tFc0ik0Y+K1oPVt+BQLICgv/LETZA40Of0Kox5aQgcQFZg== X-Received: by 10.28.154.144 with SMTP id c138mr2107512wme.63.1466499838077; Tue, 21 Jun 2016 02:03:58 -0700 (PDT) Subject: Re: Octave/HDF5 library/header mismatch To: cygwin AT cygwin DOT com References: <93d9b19e-d234-b2db-65be-e65f828a9df6 AT photonicinnovations DOT com> From: Marco Atzeri Message-ID: <6d5164b3-75e6-e7c0-1095-3e61363bd9fa@gmail.com> Date: Tue, 21 Jun 2016 11:03:56 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <93d9b19e-d234-b2db-65be-e65f828a9df6@photonicinnovations.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 21/06/2016 06:20, Gavin King wrote: > Hello > > My apologies if this is a bit verbose, or if the terminology is a bit > wrong; I know enough to get myself into trouble but not enough to > communicate problems well. Hi Gavin, nice to hear you. > After updating cygwin, a working script failed, causing octave to exit > (with an error code 6). > > A minimal example is attached; it opens octave, creates a simple vector > of values, and tries to save the workspace to disc. The error message is > at the end. > > It appears there is a mismatch between the compiled octave version and > the most recent version of the HDF5 headers. > > The current version of the package octave is 4.0.1-1. Reverting it to > the previous version makes no difference. > > Reverting the package libhdf5_10 from the current version 1.8.17-1 to > the previous version 1.8.16-1 means that octave 4.0.1-1 can save the > workspace. > > So: workaround: revert libhdf5_10 to 1.8.16-1. Presumably, the current > version of octave was compiled at an inopportune point; I don't think > this is something that I can remedy myself, is it? the official workaround is mentioned on the warning message "You can, at your own risk, disable this warning by setting the environment variable 'HDF5_DISABLE_VERSION_CHECK' to a value of '1'. Setting it to 2 or higher will suppress the warning messages totally. Headers are 1.8.16, library is 1.8.17" so if you use, before running octave export HDF5_DISABLE_VERSION_CHECK=1 you will still see the warning but the action will be completed export HDF5_DISABLE_VERSION_CHECK=2 will suppress also the warning. > I think this is the correct place to report this to; it isn't a problem > per se with the individual programs, but with the way they're packed > together. I think. Do correct me if I am wrong; I'm a bit new to this > whole business. > It is the right place. This problem is clearly a hdf5 upstream problem and a questionable design choice. I am following with them https://lists.hdfgroup.org/pipermail/hdf-forum_lists.hdfgroup.org/2016-June/009564.html > yours > > Gavin King 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