X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-5.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Message-ID: <502AA5A3.9030809@gmail.com> Date: Tue, 14 Aug 2012 21:23:15 +0200 From: marco atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: imagemagick errors under cygwin on 64-bit Win 7 system References: <5027B4AC DOT 7070407 AT gmail DOT com> <502A5675 DOT 8010202 AT gmail DOT com> <20120814150922 DOT GD18059 AT calimero DOT vinschen DOT de> <20120814171436 DOT GG18059 AT calimero DOT vinschen DOT de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 On 8/14/2012 7:44 PM, Paul Thompson wrote: >> There's autorebase, which is called from setup, but the method is not >> entirely foolproof. If you installed exactly once and then don't start >> setup again unless new packages are available, you're ok, but if you >> start setup a couple of times to install more packages you forgot in >> the first run, then autorebase won't be triggered and the DLLs installed >> in the subsequent setup runs won't be rebased. A manual rebaseall >> will fix that. > > > And that is exactly what I did - I ran setup several times to add stuff. > > I will do the manual rebaseall > Paul, it is not a rebase error. It is ImageMagick mishandling the missing font. GraphickMagick equivalent is correctly handling the case and the error message is more clear. $ gm montage -label "D Brausch Wedding,1951" zimg002.miff -font Arial -pointsize 20 -frame 40 -geometry +0+0 zimg002.png gm montage: Unable to read font (arial.ttf) [No such file or directory]. The workaround for both "montage" and "gm montage" is to copy arial.ttf in the current directory something like "cp /cygdrive/c/Windows/Fonts/arial.ttf ." ImageMagick is also able to use the TTF font if installed in the X directory /usr/share/fonts/TTF and montage is run inside xterm instead of mintty. GM is not handling such case, but I have no time to investigate. 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