From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 69913 invoked by alias); 11 Oct 2015 18:03:49 -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 69902 invoked by uid 89); 11 Oct 2015 18:03:48 -0000 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 Received: from mail-qg0-f54.google.com (HELO mail-qg0-f54.google.com) (209.85.192.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sun, 11 Oct 2015 18:03:46 +0000 Received: by qgx61 with SMTP id 61so106045344qgx.3 for ; Sun, 11 Oct 2015 11:03:44 -0700 (PDT) X-Received: by 10.140.20.20 with SMTP id 20mr27482194qgi.87.1444586624496; Sun, 11 Oct 2015 11:03:44 -0700 (PDT) Received: from [172.17.100.173] (cpe-static-daysinn-rtr.cmts.sewb.ptd.net. [66.152.136.127]) by smtp.googlemail.com with ESMTPSA id z10sm5463337qhd.15.2015.10.11.11.03.43 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 11 Oct 2015 11:03:43 -0700 (PDT) Subject: Re: convert does nothing - issue with cyglcms2-2 dll? To: cygwin@cygwin.com References: <4855c785a6dc2519a7f1cf68e700f3b3@mail.gmail.com> From: Marco Atzeri Message-ID: <561AA478.802@gmail.com> Date: Sun, 11 Oct 2015 18:03:00 -0000 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 X-SW-Source: 2015-10/txt/msg00127.txt.bz2 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