public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* More: glitch with upgraded ImageMagick-6.0.3-1
@ 2004-07-27  0:45 fergus
  0 siblings, 0 replies; 4+ messages in thread
From: fergus @ 2004-07-27  0:45 UTC (permalink / raw)
  To: cygwin

>> I had to copy the file magic.mgk to the
>> /lib/ImageMagick-6.0.3/config directory
>> to get it to work ...

Thanks.

>> ... all is ok now.

Wish mine was. I find that 

	convert g0.ps g0.jpg

works just fine but

	convert g0.dvi g0.jpg

still fails with the identical error message. What happens when you try this?

Maybe your fix is not quite general. (Or I am failing to implement it correctly.
There are two different magic.mgk files I could copy in the manner instructed
- not to mention a magic.mgc file.)

Thanks anyway. 

Fergus



--
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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* More: glitch with upgraded ImageMagick-6.0.3-1
@ 2004-07-27 18:42 Charles L. Werner
  0 siblings, 0 replies; 4+ messages in thread
From: Charles L. Werner @ 2004-07-27 18:42 UTC (permalink / raw)
  To: Cygwin

Here is what I found:

Additional information on the ImageMagick configuration is available in
/usr/share/doc/Imagemagick-6.0.3/QuickStart.txt

where the various configuration files go and what is required.

3 files located in /usr/share/doc/Imagemagick-6.0.3 directory (magic.mgk, log.mgk and coders.mgk)
have to be copied to /lib/ImageMagick-6.0.3/config to complete the installation.  The package or a local
environment variable has to be modified.

The following files are in /lib/ImageMagick-6.0.3/config:

coder.mgk
colors.mgk
configure.mgk
delegates.mgk
english.mgk
locale.mgk
log.mgk
magic.mgk
type.mgk
type-ghostscript.mgk
type-solaris.mgk
type-windows.mgk

When I copied over coder.mgk, a test case with a ps file
worked correctly using the cygwin version ghostscript as a delegate:

convert a.ps a.ps

The DVI case still failed with:

convert: unable to open module file `/usr/lib/ImageMagick-6.0.3/modules-Q16/coders/dvi.la'.

I have MiKTeX installed, and I also got messages telling me that dvips cannot open the PS file when
I enter:

display a.dvi

Most likely a problem is with interpretation of the file paths for input and/or output.

My suggestion is that you install the Cygwin TeX package as a step in being able to convert DVI files if you
have not done so.

Charles

>>> I had to copy the file magic.mgk to the
>>> /lib/ImageMagick-6.0.3/config directory
>>> to get it to work ...
> 
> Thanks.
> 
>>> ... all is ok now.
> 
> Wish mine was. I find that 
> 
> 	convert g0.ps g0.jpg
> 
> works just fine but
> 
> 	convert g0.dvi g0.jpg
> 
> still fails with the identical error message. What happens when you try this?
> 
> Maybe your fix is not quite general. (Or I am failing to implement it correctly.
> There are two different magic.mgk files I could copy in the manner instructed
> - not to mention a magic.mgc file.)
> 
> Thanks anyway. 
> 
> Fergus


-- 
Dr. Charles L. Werner
Gamma Remote Sensing AG
Thunstrasse 130
CH-3074 Muri b. Bern, Switzerland

Tel: +41 31 951 70 05
FAX: +41 31 951 70 08
http://www.gamma-rs.ch




--
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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* More: glitch with upgraded ImageMagick-6.0.3-1
@ 2004-07-26 15:37 Charles L. Werner
  0 siblings, 0 replies; 4+ messages in thread
From: Charles L. Werner @ 2004-07-26 15:37 UTC (permalink / raw)
  To: Cygwin

Imagemagick now works...

I had to copy the file magic.mgk to the /lib/ImageMagick-6.0.3/config directory to get it to work.
(not /usr/libImageMagick-6.9.3/config)
all is ok now.

Thanks,
Charles

-- 
Dr. Charles L. Werner
Gamma Remote Sensing AG
Thunstrasse 130
CH-3074 Muri b. Bern, Switzerland

Tel: +41 31 951 70 05
FAX: +41 31 951 70 08
http://www.gamma-rs.ch



--
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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* More: glitch with upgraded ImageMagick-6.0.3-1
@ 2004-07-26  9:13 fergus
  0 siblings, 0 replies; 4+ messages in thread
From: fergus @ 2004-07-26  9:13 UTC (permalink / raw)
  To: cygwin; +Cc: fergus, huntharo

>>> $ convert g0.ps g0.jpg
>>> assertion "list_info != (LinkedListInfo *) NULL" failed: file
>>> "/home/harold/ports/ImageMagick/ImageMagick-6.0.3/magick/hashmap.c",
>>> line 1033 Aborted (core dumped) $ 

>> I too am having errors in running ImageMagick-6.0.3-1
>> and convert from the ImageMagick package.
>> Any call to display or convert in the ImageMagick suite results
>> in the following error message:
>> $ display
>> assertion "list_info != (LinkedListInfo *) NULL" failed: file
>> "/home/harold/ports/ImageMagick/ImageMagick-6.0.3/magick/hashmap.c",
>> Aborted (core dumped)

> fergus: After running into the same problem and sitting with
> the source code and debugger, I found that the config file
> magic.mgk had not been installed into
> /usr/lib/ImageMagick-6.0.3/config/ and was causing
> things to screw up (no image file handlers loaded).
> Not sure if you had already found the solution,
> but I couldn't find it in google.
> Please forward to whom it may concern. 

Does this most recent contribution (> after >> after >>>) help at all with
resolving this problem? Thank you.

Fergus


--
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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-07-27 13:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-27  0:45 More: glitch with upgraded ImageMagick-6.0.3-1 fergus
  -- strict thread matches above, loose matches on Subject: below --
2004-07-27 18:42 Charles L. Werner
2004-07-26 15:37 Charles L. Werner
2004-07-26  9:13 fergus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).