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=slwP46IMswgNL19p QNTIelLviCvp0FA2px7vdUrExOXTKaMYA28brfo2fJ9Z9PTyHVE9g+N15gkl+GFp RkVfq7ih0dcH8WJ/Hw44ztZQ3sme43e7OJL/nbcfajTNyEJ4Jp+9sPG5aS5QgF4H mIJti8rKXAnYx5vB1KM9d4Wvc98= 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=RtudX/JWlakSBWra/Vs6Ps uEE0E=; b=wZVC7pEx4WTOASLXbEgu6KUBipccK4bForQItO/qxCzdumaQGtLKHc eKiqws4CVcwLjwY2h7vD14mBGIG/7Vbakp4TH7hVMnh96bVgLFjQwrDooEy/+33l KcbaQ1Q/4FLnVicFQr+ch6XC7y7tKQiTn3VSL6fT0H1OMe5Efy6Is= 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 X-HELO: mail-qg0-f54.google.com X-Received: by 10.140.20.20 with SMTP id 20mr27482194qgi.87.1444586624496; Sun, 11 Oct 2015 11:03:44 -0700 (PDT) Subject: Re: convert does nothing - issue with cyglcms2-2 dll? To: cygwin AT cygwin DOT com References: <4855c785a6dc2519a7f1cf68e700f3b3 AT mail DOT gmail DOT com> From: Marco Atzeri Message-ID: <561AA478.802@gmail.com> Date: Sun, 11 Oct 2015 20:03:36 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <4855c785a6dc2519a7f1cf68e700f3b3@mail.gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 11/10/2015 16:25, Katriel Friedman wrote: > Hi Cygwin List, > > I'm running Windows 7, 64 bit, with Cygwin 64-bit installed from the 2.871 > installer. The Imagemagick "convert" command returns the prompt > immediately, even when followed by gibberish, e.g. "convert adsfasdf". I > first observed the problem with Imagemagick 6.9.1.3-3. I tried > uninstalling and reinstalling Imagemagick, and restarting Cygwin, and the > problem remained. I also tried downgrading to 6.7.6.3-4, and the problem > still remained. > > When I start convert.exe directly from windows Explorer I get the pop-up > error "the procedure entry point cmsCreateContext could not be located in > the dynamic link library cyglcms2-2.dll". I also tried reinstalling > liblcms2-2 to no avail. No problem for me. Please note that cyglcms2-2.dll is a indirect dependency of convert so you may need to reinstall libgs9 and libMagickCore6_2 $ cygcheck convert Found: E:\cygwin64\bin\convert.exe Found: E:\cygwin64\bin\convert.exe Found: C:\WINDOWS\system32\convert.exe E:\cygwin64\bin\convert.exe E:\cygwin64\bin\cygwin1.dll E:\cygwin64\bin\cygMagickCore-6.Q16-2.dll [..] E:\cygwin64\bin\cyggs-9.dll E:\cygwin64\bin\cygidn-11.dll E:\cygwin64\bin\cyglcms2-2.dll $ cygcheck -f /usr/bin/cyglcms2-2.dll liblcms2_2-2.6-1 $ cygcheck -f /usr/bin/cyggs-9.dll libgs9-9.15-2 $ cygcheck -f /usr/bin/cygMagickCore-6.Q16-2.dll libMagickCore6_2-6.9.1.3-3 > I know in the past this problem has occurred because of missing XOrg DLLs > (https://www.cygwin.com/ml/cygwin-xfree/2006-11/msg00001.html) but I'm not > sure where to look for those DLLs now. please also note that there is a system utility called in the same way C:\WINDOWS\system32\convert.exe so be sure to have cygwin /usr/bin directory in the PATH before any system one. > Many thanks, > Katriel > 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