X-Spam-Check-By: sourceware.org Message-ID: <4548AA19.68A205CF@dessent.net> Date: Wed, 01 Nov 2006 06:07:21 -0800 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: Fergus Daly CC: cygwin AT cygwin DOT com, fergus AT bonhard DOT uklinux DOT net, cygwin-xfree AT cygwin DOT com Subject: Re: convert does nothing References: <830404B1D376BA46BC25BE71A3E12873017E629C AT corvus DOT tcgp DOT dundee DOT ac DOT uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Fergus Daly wrote: > On my system (complete and up-to-date) the "convert" command achieves > nothing. E.g. after > convert file1.ps file2.jpg > the prompt is almost immediately returned. No error msg. And no > file2.jpg. How is it for you? The problem is due to a packaging issue. The 6.8.2 version of xorg-x11-bin-dlls included DPS (Display PostScript) support, in the form of /usr/X11R6/bin/cygdps{,tk}-1.dll. The ImageMagick packages were compiled with DPS support and require these two DLLs. However, the X.org team removed DPS support from upstream X11 releases (I think because it was obsolete and not very useful anyway) and so the 6.8.99 version of this package does not include them. So, to fix this, either the ImageMagick maintainer needs to rebuild the packages using --with-dps=no, or the X11 maintainer needs to issue a compatibility package containing those two DLLs. Unfortunately the latter does not exist, i.e. we have no X11 maintainer at the moment. You can easily work around this, however. Just grab the 6.8.2 package (e.g. ) and unpack those two DLLs from it. This has, unfortunately, been reported a number of times with no result: . Add to that pile the number of "fixed font no workie because patch to make fonts work with textmode mounts not present in 6.8.99 packages" reports, and you'll find that the project is quite suffering from lack of attention in the X11 package love department. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/