Re: ImageMagick shared libraries missing?

2010-04-26 Thread Larry Hall (Cygwin)

On 4/25/2010 3:00 PM, Sivaram Neelakantan wrote:

"Larry Hall (Cygwin)"  writes:


On 4/24/2010 6:44 AM, Sivaram Neelakantan wrote:

"Larry Hall (Cygwin)"   writes:

 
   We discourage feeding the
spammers around here.


Ack!  Sorry about that.

[snipped 16 lines]



This appears to be a bug with ImageMagick.  Last time it came up on this
list, there was a suggested workaround:





That worked.


You may also want to do some research into this bug for ImageMagick
upstream.  There appears to be some related talk about things like this,
though I didn't dig into it myself.



Presumably I'll have to download the sources to do this?


Sure but I wasn't necessarily thinking of that when I made the statements
above.  I was thinking of just reviewing the reports on the web to see if
there was some kind of real solution to this problem in the works.

--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - FAX
Holliston, MA 01746

_

A: Yes.

Q: Are you sure?

A: Because it reverses the logical flow of conversation.

Q: Why is top posting annoying in email?


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



Re: ImageMagick shared libraries missing?

2010-04-26 Thread Reini Urban

Sivaram Neelakantan schrieb:

"Larry Hall (Cygwin)"  writes:

This appears to be a bug with ImageMagick.  Last time it came up on this
list, there was a suggested workaround:




That worked.


You may also want to do some research into this bug for ImageMagick
upstream.  There appears to be some related talk about things like this,
though I didn't dig into it myself.



Presumably I'll have to download the sources to do this?


Volker?
I really hate this package.
Will you fix this or should I take over?

As I already said, I really hate this package...
--
Reini

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



Re: ImageMagick shared libraries missing?

2010-04-25 Thread Sivaram Neelakantan
"Larry Hall (Cygwin)"  writes:

> On 4/24/2010 6:44 AM, Sivaram Neelakantan wrote:
>> "Larry Hall (Cygwin)"  writes:
> 
>   We discourage feeding the
> spammers around here.

Ack!  Sorry about that.

[snipped 16 lines]

>
> This appears to be a bug with ImageMagick.  Last time it came up on this
> list, there was a suggested workaround:
>
> 
>

That worked.

> You may also want to do some research into this bug for ImageMagick
> upstream.  There appears to be some related talk about things like this,
> though I didn't dig into it myself.


Presumably I'll have to download the sources to do this?


 sivaram
 -- 


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



Re: ImageMagick shared libraries missing?

2010-04-24 Thread Larry Hall (Cygwin)

On 4/24/2010 6:44 AM, Sivaram Neelakantan wrote:

"Larry Hall (Cygwin)"  writes:


  We discourage feeding the
spammers around here.

<



[snipped 8 lines]


montage: unable to read font
`/usr/lib/ImageMagick-6.4.0/config//usr/share/fonts/corefonts/arial.ttf'.
   


[snipped 10 lines]



You haven't mentioned yet whether this file exists and is accessible.


There's no such file in my installation.  Should it be there?


This appears to be a bug with ImageMagick.  Last time it came up on this
list, there was a suggested workaround:



You may also want to do some research into this bug for ImageMagick
upstream.  There appears to be some related talk about things like this,
though I didn't dig into it myself.

--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - FAX
Holliston, MA 01746

_

A: Yes.

Q: Are you sure?

A: Because it reverses the logical flow of conversation.

Q: Why is top posting annoying in email?


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



Re: ImageMagick shared libraries missing?

2010-04-24 Thread Sivaram Neelakantan
"Larry Hall (Cygwin)"  writes:


[snipped 8 lines]

 montage: unable to read font
 `/usr/lib/ImageMagick-6.4.0/config//usr/share/fonts/corefonts/arial.ttf'.
   

[snipped 10 lines]

>
> You haven't mentioned yet whether this file exists and is accessible.

There's no such file in my installation.  Should it be there?

http://cygwin.com/cgi-bin2/package-grep.cgi?grep=arial.ttf didn't give
any package either.

And this is how I run the program. 

#merge the images together
montage `ls $OUTDIR/${base_filename}*.png`  -geometry 100x100% -frame \
5 -tile 2x3 $OUTDIR/${base_filename}_merged.png

I'm not sure why it should be asking for the font then.

 sivaram
 -- 


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



Re: ImageMagick shared libraries missing?

2010-04-23 Thread Larry Hall (Cygwin)

On 4/23/2010 12:45 PM, Sivaram Neelakantan wrote:

Eric Blake  writes:

 ^
  Feeding the spammers only makes
them hungry.




On 04/22/2010 11:43 AM, Sivaram Neelakantan wrote:

montage: unable to read font
`/usr/lib/ImageMagick-6.4.0/config//usr/share/fonts/corefonts/arial.ttf'.
  
This issue was there in the previous packaged release too.


That's not necessarily a bug.  POSIX requires that a//b and a/b resolve
to the same file.  The only place where it matters how many slashes you
have is if you have two slashes instead of 1 or 3 at the beginning of an
absolute name.


Right.

So why would this error/msg come about, then?


You haven't mentioned yet whether this file exists and is accessible.

--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - FAX
Holliston, MA 01746

_

A: Yes.

Q: Are you sure?

A: Because it reverses the logical flow of conversation.

Q: Why is top posting annoying in email?


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



Re: ImageMagick shared libraries missing?

2010-04-23 Thread Sivaram Neelakantan
Eric Blake  writes:

> On 04/22/2010 11:43 AM, Sivaram Neelakantan wrote:
>> montage: unable to read font
>> `/usr/lib/ImageMagick-6.4.0/config//usr/share/fonts/corefonts/arial.ttf'.
>>     
>> This issue was there in the previous packaged release too.
>
> That's not necessarily a bug.  POSIX requires that a//b and a/b resolve
> to the same file.  The only place where it matters how many slashes you
> have is if you have two slashes instead of 1 or 3 at the beginning of an
> absolute name.

Right.

So why would this error/msg come about, then?

 sivaram
 -- 


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



Re: ImageMagick shared libraries missing?

2010-04-22 Thread Eric Blake
On 04/22/2010 11:43 AM, Sivaram Neelakantan wrote:
> montage: unable to read font
> `/usr/lib/ImageMagick-6.4.0/config//usr/share/fonts/corefonts/arial.ttf'.
>     
> This issue was there in the previous packaged release too.

That's not necessarily a bug.  POSIX requires that a//b and a/b resolve
to the same file.  The only place where it matters how many slashes you
have is if you have two slashes instead of 1 or 3 at the beginning of an
absolute name.

-- 
Eric Blake   ebl...@redhat.com+1-801-349-2682
Libvirt virtualization library http://libvirt.org



signature.asc
Description: OpenPGP digital signature


Re: ImageMagick shared libraries missing?

2010-04-22 Thread Sivaram Neelakantan
Reini Urban  writes:


[snipped 21 lines]

> Thanks for the report. I did this ImageMagick upload, though I'm not
> the original maintainer, so I missed some dependencies.
>
> Volker, did you record this?

And there seems to some problem with the path separator in some file?
Montage works but it throws this message up

montage: unable to read font
`/usr/lib/ImageMagick-6.4.0/config//usr/share/fonts/corefonts/arial.ttf'.
    
This issue was there in the previous packaged release too.

 sivaram
 -- 


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



Re: ImageMagick shared libraries missing?

2010-04-22 Thread Reini Urban

Rolf Campbell schrieb:

On 2010-04-22 01:37, Sivaram Neelakantan wrote:

"Larry Hall (Cygwin)" writes:

On 4/21/2010 11:17 PM, Sivaram Neelakantan wrote:
'cygcheck montage' and 'cygcheck convert' should tell you the missing
DLLs.
Then use or 'cygcheck -p /bin/foo.dll' to
find the package to install. If I had to guess, I'd say you're looking
for the libImagemagick1 package if you're just missing the ImageMagick-
specific DLLs.


Thanks, that worked.

It gave me cyggomp-1.dll as not found. I got that and the
libImagemagick1 library through the setup from the repository and all
is well now.
sivaram

I've been having the same problem. And while I'm sure that would fix my
problem too, this must mean that there is a dependency error for the
ImageMagick tools.


Thanks for the report. I did this ImageMagick upload, though I'm not the 
original maintainer, so I missed some dependencies.


Volker, did you record this?
--
Reini Urban
http://phpwiki.org/  http://murbreak.at/

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



Re: ImageMagick shared libraries missing?

2010-04-22 Thread Rolf Campbell

On 2010-04-22 01:37, Sivaram Neelakantan wrote:

"Larry Hall (Cygwin)"  writes:

On 4/21/2010 11:17 PM, Sivaram Neelakantan wrote:
'cygcheck montage' and 'cygcheck convert' should tell you the missing DLLs.
Then use  or 'cygcheck -p /bin/foo.dll' to
find the package to install.  If I had to guess, I'd say you're looking
for the libImagemagick1 package if you're just missing the ImageMagick-
specific DLLs.


Thanks, that worked.

It gave me cyggomp-1.dll as not found.  I got that and the
libImagemagick1 library through the setup from the repository and all
is well now.
  sivaram
I've been having the same problem.  And while I'm sure that would fix my 
problem too, this must mean that there is a dependency error for the 
ImageMagick tools.



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



Re: ImageMagick shared libraries missing?

2010-04-21 Thread Sivaram Neelakantan
"Larry Hall (Cygwin)"  writes:

> On 4/21/2010 11:17 PM, Sivaram Neelakantan wrote:

[snipped 14 lines]

> 'cygcheck montage' and 'cygcheck convert' should tell you the missing DLLs.
> Then use  or 'cygcheck -p /bin/foo.dll' to
> find the package to install.  If I had to guess, I'd say you're looking
> for the libImagemagick1 package if you're just missing the ImageMagick-
> specific DLLs.

Thanks, that worked.

It gave me cyggomp-1.dll as not found.  I got that and the
libImagemagick1 library through the setup from the repository and all
is well now.

 sivaram
 -- 


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



Re: ImageMagick shared libraries missing?

2010-04-21 Thread Larry Hall (Cygwin)

On 4/21/2010 11:17 PM, Sivaram Neelakantan wrote:


After updating through setup, the montage and convert binaries
complain of missing shared libraries.

$ montage
/usr/bin/montage.exe: error while loading shared libraries: ?: cannot open 
shared object file: No such file or directory

$ convert
/usr/bin/convert.exe: error while loading shared libraries: ?: cannot open 
shared object file: No such file or directory

How do I fix this?   Is there any other package that needs to get
installed for the new  version.  The previous installed version was
working fine.


'cygcheck montage' and 'cygcheck convert' should tell you the missing DLLs.
Then use  or 'cygcheck -p /bin/foo.dll' to
find the package to install.  If I had to guess, I'd say you're looking
for the libImagemagick1 package if you're just missing the ImageMagick-
specific DLLs.

--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - FAX
Holliston, MA 01746

_

A: Yes.

Q: Are you sure?

A: Because it reverses the logical flow of conversation.

Q: Why is top posting annoying in email?


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