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=XbniNn7tLRK6TXzl 1RMxyr7G0GddjzFL96LeO7/RSrDf1eL8rY0lwHJXe+TE/42Tu64mezMFhtmGkgZL QxiSAO7fSPrEc/ns3nDIQw6XExsHxkMzOcRbvxo4i2jdbgjRRQ/GoWGZcwUmxNWd EsbxXnLL/ofFhRJSdyVSV/4CHWM= 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=6Tt6taDMXuApd+iSeXGrSp D9lyw=; b=iqURD9nS0a5utgZwpUHAxpPrxijbKSFoiLSmk+JKSDrwSOtducu1Gj BUq0VJLaVlLWSuGm3Z/4xMXy0nfAER7YE/gcgev98VX1UVql4cjqddUY6Gq9xyJr Gu0jYTBGK+1G8rdpnOkGM0EP2QMekSJiW+Qn6oHbGXQZbbHuDEkWQ= 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=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=wendt, Wendt, HX-Received:10.98.2.80, H*f:sk:CAB3F6B X-HELO: mail-pf0-f182.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=KD6wfSXwAKDyct3VYDZMGQ9aLUbSq+urdUkJRw0tt7E=; b=aw503myCZXnIRw3739lheTKK1MblG4jGvvFfPfESu7/Otoes3AwWJ6RVUD5ZrNIByY y/Gr6aeVjBaAGVVohJF3v+zerZZKIwo1YZbk330B3Qnn9Vubl56u9ZexhwM9YVEWbJOQ b2IjJRld/kivuicCn/3KMTGSAgmYl3ZJ0dKNxXwM/wDlGrwcumBpy4ShAKvGD2nc4y7L UDxDpTfLB+sWvYC9ibPkKSjfV/SmRwOYZ1cGz6/S5OoinZSWcyOYHgvuGwrCIhYGGxlY T1gQvq2TixGMY/IfLpwOQQjPdhVV2ecEsvF1WHRDybl7nuBaF8zaei9IOGHJPdscTCW8 BQvw== X-Gm-Message-State: ALyK8tKuLFOs875mTkAAYEzG7t/hBIpzzXQU5fWYtiaFzjqSJz8re14JDZJFyl7MHky0CQ== X-Received: by 10.98.2.80 with SMTP id 77mr6262635pfc.67.1464961053436; Fri, 03 Jun 2016 06:37:33 -0700 (PDT) Subject: Re: HDF5 missing as dependency for netcdf package To: cygwin AT cygwin DOT com References: From: Marco Atzeri Message-ID: <99555c17-7aca-40ce-9299-0711cc7fa7b1@gmail.com> Date: Fri, 3 Jun 2016 15:37:27 +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: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 03/06/2016 03:08, Nathan Wendt wrote: > Recently I installed the netcdf package that contains the netcdf > utilities like ncdump. However, trying to run ncdump would produce the > following error: > > ncdump.exe: error while loading shared libraries: ?: cannot open > shared object file: No such file or directory > > With no indication of the missing library, it was hard to figure out > what was missing. When I accidentally tried to run ncdump in the > Windows command prompt I received an error message that said > cyghdf5_hl-10.dll was missing. After installing the Cygwin hdf5 > package ncdump worked normally. > > My suggestion would be to add the hdf5 package as a dependency for netcdf. > > Thanks, > My fault. I split libhdf5 in multiple packages as upstream is bumping api without much logic libhdf5_10 1.8.17-1 libhdf5cpp_12 1.8.17-1 libhdf5hl_10 1.8.17-1 libhdf5hlcpp_11 1.8.17-1 and I failed to note that libnetcdf11 requires now both libhdf5_10 and libhdf5hl_10. The correction is on the way 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