Re: GraphicsMagick: gm does nothing, always exits with status 53

2008-03-10 Thread Volker Quetschke

Igor Peshansky wrote:

On Fri, 7 Mar 2008, Andrew Schulman wrote:


convert -list Format

from ImageMagick coredumps for me. Can anybody else check ?

Sure enough... same result here.

IM seems to be fairly up to date.  README lists [EMAIL PROTECTED] as the
maintainer. Is s/he listening?


I'm sure he is -- he replied to a message on cygwin-apps the other day.

Yes, I am. It cores for me too, but after it lists the available
conversions. Hmmm, I'll see what I can do.




By the way

gm convert -list Format

from GraphicsMagick works fine.

I guess you still have your old cygdpstk-1.dll still lying around...

$ gm convert -list Format || echo $?
53


Interesting.  I also seem to have cygdpstk-1.dll on my system, but
cygcheck -f /usr/X11R6/bin/cygdpstk-1.dll returns nothing.

I know a new release of the X packages has been built since we've lost the
X maintainer, and a few patches have been omitted from it (in particular,
one that fixed building font directories on text mounts).  It's probably a
matter of getting a new X maintainer and having him or her rebuild the
package yet again to also include cygdpstk-1.dll.

I doubt there's anything the GraphicsMagick maintainer can do, considering
the dependency.
Igor



--
= http://wiki.services.openoffice.org/wiki/Debug_Build_Problems  =
PGP/GPG key  (ID: 0x9F8A785D)  available  from  wwwkeys.de.pgp.net
key-fingerprint 550D F17E B082 A3E9 F913  9E53 3D35 C9BA 9F8A 785D



signature.asc
Description: OpenPGP digital signature


Re: GraphicsMagick: gm does nothing, always exits with status 53

2008-03-07 Thread Dr. Volker Zell
 Andrew Schulman writes:

 Missing DLL?  What does cygcheck `which gm.exe` show?
 Ah hah, thanks.

 $ cygcheck `which gm.exe` | grep Error
 Error: could not find cygdpstk-1.dll

 http://cygwin.com/cgi-bin2/package-grep.cgi?grep=cygdpstk-1.dll seems to 
show
 that that DLL was last present in xorg-x11-bin-dlls-6.8.2.0-1, while I 
have
 version 6.8.99.901-1 installed.

 The picture becomes clearer.  The maintainer for this package is listed as
 Harold Hunt, who's moved on.  Upstream is now at version 1.1.11-- 
GraphicsMagick
 hasn't been updated for Cygwin in several years.

 So it seems that GraphicsMagick is looking for a Cygwin maintainer.  I'd
 consider taking it on, but since we do have ImageMagick I guess the 
priority is
 low.

convert -list Format

from ImageMagick coredumps for me. Can anybody else check ?

By the way

gm convert -list Format

from GraphicsMagick works fine.

 Thanks,
 Andrew.

Ciao
  Volker
  

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



Re: GraphicsMagick: gm does nothing, always exits with status 53

2008-03-07 Thread Andrew Schulman
 convert -list Format
 
 from ImageMagick coredumps for me. Can anybody else check ?

Sure enough... same result here.

IM seems to be fairly up to date.  README lists [EMAIL PROTECTED] as the 
maintainer.
Is s/he listening?

 By the way
 
 gm convert -list Format
 
 from GraphicsMagick works fine.

I guess you still have your old cygdpstk-1.dll still lying around...

$ gm convert -list Format || echo $?
53


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



Re: GraphicsMagick: gm does nothing, always exits with status 53

2008-03-07 Thread Igor Peshansky
On Fri, 7 Mar 2008, Andrew Schulman wrote:

  convert -list Format
 
  from ImageMagick coredumps for me. Can anybody else check ?

 Sure enough... same result here.

 IM seems to be fairly up to date.  README lists [EMAIL PROTECTED] as the
 maintainer. Is s/he listening?

I'm sure he is -- he replied to a message on cygwin-apps the other day.

  By the way
 
  gm convert -list Format
 
  from GraphicsMagick works fine.

 I guess you still have your old cygdpstk-1.dll still lying around...

 $ gm convert -list Format || echo $?
 53

Interesting.  I also seem to have cygdpstk-1.dll on my system, but
cygcheck -f /usr/X11R6/bin/cygdpstk-1.dll returns nothing.

I know a new release of the X packages has been built since we've lost the
X maintainer, and a few patches have been omitted from it (in particular,
one that fixed building font directories on text mounts).  It's probably a
matter of getting a new X maintainer and having him or her rebuild the
package yet again to also include cygdpstk-1.dll.

I doubt there's anything the GraphicsMagick maintainer can do, considering
the dependency.
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED] | [EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_Igor Peshansky, Ph.D. (name changed!)
 |,4-  ) )-,_. ,\ (  `'-'   old name: Igor Pechtchanski
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

That which is hateful to you, do not do to your neighbor.  That is the whole
Torah; the rest is commentary.  Go and study it. -- Rabbi Hillel

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



GraphicsMagick: gm does nothing, always exits with status 53 - cygcheck-svr.out (0/1)

2008-03-06 Thread Andrew Schulman
$ gm convert t.png -matte -colors 256 t2.png || echo $?
53

$ gm identify t.png || echo $?
53

$ gm --help || echo $?
53

Does anyone else observe this behavior?  I have GM 1.0.6-1 installed.

Thanks,
Andrew.


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



Re: GraphicsMagick: gm does nothing, always exits with status 53 - cygcheck-svr.out (1/1)

2008-03-06 Thread Marc Girod
Hello Andrew,

Andrew Schulman [EMAIL PROTECTED] writes:

 begin 644 cygcheck-svr.out
 M#0I#6=W:6X at 0V]N9FEG=7)A=EO;B!$:6%G;F]S=ECPT*0W5RF5N=!3
 M7-T96T at 5EM93H at 5AU($UAB`P-B`Q-3HT-3HT-B`R,#`X#0H-E=I;F1O
 M=W, at 6%` at 4')O9F5SVEO;F%L(%9EB`U+C$ at 0G5I;0 at ...

I tried recently to do the same as you did, and to give my cygcheck.out
uuencoded.
But I was dissuaded to do so, and indeed, note e.g. that (at least in the
gmane http view) since the '@' [0x040] characters are converted to:
' at ', the reading is incovenient.

I was told to use instead http://pastebin.com/

e.g. as in:

http://pastebin.com/m734362d9

This has proven a workable approach.
Best Regards!
Marc


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



Re: GraphicsMagick: gm does nothing, always exits with status 53

2008-03-06 Thread Andrew Schulman
 $ gm convert t.png -matte -colors 256 t2.png || echo $?
 53
 
 $ gm identify t.png || echo $?
 53
 
 $ gm --help || echo $?
 53

And here is cygcheck.out.  Thanks, Andrew.


Cygwin Configuration Diagnostics
Current System Time: Thu Mar 06 15:45:46 2008

Windows XP Professional Ver 5.1 Build 2600 Service Pack 2

Path:   d:\usr\win\bin
d:\usr\share\bin
C:\cygwin\usr\local\bin
C:\cygwin\bin
C:\cygwin\bin
C:\cygwin\usr\sbin
C:\cygwin\sbin
C:\cygwin\usr\X11R6\bin
c:\WINDOWS
c:\WINDOWS\System32
c:\WINDOWS\ServicePackFiles\i386
c:\Program Files\XPT
c:\Program Files\WinRAR
C:\cygwin\lib\lapack
c:\Oracle\instantclient_10_2

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 1007(aschulma) GID: 513(None)
0(root) 513(None)   544(Administrators) 545(Users)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 1007(aschulma) GID: 513(None)
0(root) 513(None)   544(Administrators) 545(Users)

SysDir: C:\WINDOWS\system32
WinDir: C:\WINDOWS

USER = 'aschulma'
PWD = 
'/home/aschulma/EPA/archive/va/current/html/test/pqk/effluents/echo/img/effluents_symbols'
HOME = '/home/aschulma'
MAKE_MODE = 'unix'

HOMEPATH = '\'
APPDATA = 'C:\Documents and Settings\aschulma\Application Data'
MANPATH = 
'/home/aschulma/usr/share/man:/usr/local/share/man:/usr/share/man:/usr/X11R6/share/man:/usr/X11R6/man:/usr/ssl/man'
WORKHOME = '/home/aschulma/EPA'
SSH_AGENT_PID = '2764'
HOSTNAME = 'D77E1BASCHULMA1'
PROCESSOR_IDENTIFIER = 'x86 Family 15 Model 2 Stepping 7, GenuineIntel'
SHELL = '/bin/bash'
TERM = 'screen'
WINDIR = '/win/c/WINDOWS'
GTK2_RC_FILES = '/home/aschulma/.gtkrc-2.0'
TMPDIR = '/tmp/aschulma'
PERL5LIB = 
'/home/aschulma/usr/share/share/perl5:/usr/local/lib/cpan/lib/perl5/site_perl/5.8/cygwin'
MEETINGCENTERAPP = 'C:\Program Files\Meeting Center\'
USERDOMAIN = 'D77E1BASCHULMA1'
ALLUSERSPROFILE = 'C:\Documents and Settings\All Users'
OS = 'Windows_NT'
SAS_USER_CONFIG = 'D:\software\SAS\sas-windows.cfg'
HISTFILESIZE = '5000'
COMMONPROGRAMFILES = 'C:\Program Files\Common Files'
TEMP = '/win/c/DOCUME~1/aschulma/LOCALS~1/Temp'
UNISON = '/home/aschulma/.unison/D77E1BASCHULMA1'
SSH_AUTH_SOCK = '/tmp/ssh-Z0rgNKjpqf/agent.3908'
TERMCAP = 'SC|screen|VT 100/ANSI X3.64 virtual terminal:\
:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bs:bt=\E[Z:\
:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:ct=\E[3g:\
:do=^J:nd=\E[C:pt:rc=\E8:rs=\Ec:sc=\E7:st=\EH:up=\EM:\
:le=^H:bl=^G:cr=^M:it#8:ho=\E[H:nw=\EE:ta=^I:is=\E)0:\
:li#77:co#80:am:xn:xv:LP:sr=\EM:al=\E[L:AL=\E[%dL:\
:cs=\E[%i%d;%dr:dl=\E[M:DL=\E[%dM:dc=\E[P:DC=\E[%dP:\
:im=\E[4h:ei=\E[4l:mi:IC=\E[%d@:ks=\E[?1h\E=:\
:ke=\E[?1l\E:vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l:\
:ti=\E[?1049h:te=\E[?1049l:us=\E[4m:ue=\E[24m:so=\E[3m:\
:se=\E[23m:mb=\E[5m:md=\E[1m:mr=\E[7m:me=\E[m:ms:\
:Co#8:pa#64:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:AX:\
:vb=\Eg:G0:as=\E(0:ae=\E(B:\

:ac=\140\140aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++,,hhII00:\
:po=\E[5i:pf=\E[4i:k0=\E[10~:k1=\EOP:k2=\EOQ:k3=\EOR:\
:k4=\EOS:k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
:k9=\E[20~:k;=\E[21~:F1=\E[23~:F2=\E[24~:F3=\E[2P:\
:F4=\E[2Q:F5=\E[2R:F6=\E[2S:F7=\E[15;2~:F8=\E[17;2~:\
:F9=\E[18;2~:FA=\E[19;2~:kb=^H:K2=\EOE:kB=\E[Z:\
:kF=\E[1;2B:kR=\E[1;2A:*4=\E[3;2~:*7=\E[1;2F:#2=\E[1;2H:\
:#3=\E[2;2~:#4=\E[1;2D:%c=\E[6;2~:%e=\E[5;2~:%i=\E[1;2C:\
:kh=\E[1~:@1=\E[1~:kH=\E[4~:@7=\E[4~:kN=\E[6~:kP=\E[5~:\
:kI=\E[2~:kD=\E[3~:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:km:'
SAS_HOME = '/home/aschulma/software/SAS'
USERNAME = 'aschulma'
PAGER = 'less'
PROCESSOR_LEVEL = '15'
STY = '2096.tty0.D77E1BASCHULMA1'
LD_RUN_PATH = '/home/aschulma/usr/win/lib:'
FP_NO_HOST_CHECK = 'NO'
SYSTEMDRIVE = 'C:'
EDITOR = '/win/c/EditPlus/EditPlus.exe'
LANG = 'en_US'
USERPROFILE = 'C:\Documents and Settings\aschulma'
TZ = 'US/Eastern'
JUNK = '*.aux *.bbl *.blg *.ilg *.lof *.log *.lot *.o *.obj *.tmp *.toc *~ .*~ 
\#* \~\$* *.aps *.asv *.bsc *.idb *.ilk *.ncb *.obj *.opt *.pch *.pdb *.plg 
*.res *.sbr'
EPA_HOME = '/home/aschulma/EPA'
RAR = '-s -m5 -rr1%'
LOGONSERVER = '\\D77E1BASCHULMA1'
PS1 = '\[\033]0;\]\w\[\007\]\n\[\033[1;36m\]$PROMPT_CHARS\[\033[0m\] '
HISTIGNORE = ':exit:ls:ll:[bf]g:nq'
PROCESSOR_ARCHITECTURE = 'x86'
MANPAGER = 'less -isrR'
SHLVL = '1'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PARINIT = 'rTbgqR B=.,?_A_a Q=_s|'
HOMEDRIVE = 'C:'
PROMPT_CHARS = '$'
COMSPEC = 'C:\WINDOWS\system32\cmd.exe'
LESS = '-sme -j 10 -x4'
SYSTEMROOT = 'C:\WINDOWS'
TMP = '/win/c/DOCUME~1/aschulma/LOCALS~1/Temp'
PROCESSOR_REVISION = '0207'
CVS_RSH = 'ssh'
PRINTER = 'hp LaserJet 1150'
WINDOW = '0'
PKG_CONFIG_PATH = '/usr/X11R6/lib/pkgconfig'
UNISONBACKUPDIR = '/home/aschulma/.unison/D77E1BASCHULMA1/backup'
PROGRAMFILES = '/win/c/Program Files'
INFOPATH = 

RE: GraphicsMagick: gm does nothing, always exits with status 53 - cygcheck-svr.out (0/1)

2008-03-06 Thread Dave Korn
On 06 March 2008 15:48, Andrew Schulman wrote:

 $ gm convert t.png -matte -colors 256 t2.png || echo $? 53
 
 $ gm identify t.png || echo $?
 53
 
 $ gm --help || echo $?
 53
 
 Does anyone else observe this behavior?  I have GM 1.0.6-1 installed.


  Missing DLL?  What does cygcheck `which gm.exe` show?


cheers,
  DaveK
-- 
Can't think of a witty .sigline today


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



Re: GraphicsMagick: gm does nothing, always exits with status 53 - cygcheck-svr.out (1/1)

2008-03-06 Thread Hugh Sasse
On Thu, 6 Mar 2008, Andrew Schulman wrote:

  I tried recently to do the same as you did, and to give my cygcheck.out
  uuencoded.
 
 Well I didn't exactly try to uuencode it-- what I did was to attach it to a
 message and post it through Gmane.  I'd forgotten that that doesn't work well
 for cygwin purposes.
 
 Sorry for the base64 garbage, everyone.  I'll repost the cygcheck output 
 inline

If it had been base64 it would probably have worked:
$ uuencode --help | uuencode -m uuhelp
begin-base64 644 uuhelp
VXNhZ2U6IHV1ZW5jb2RlIFtJTkZJTEVdIFJFTU9URUZJTEUKCiAgLW0sIC0t
YmFzZTY0ICAgIHVzZSBiYXNlNjQgZW5jb2RpbmcgYXMgb2YgUkZDMTUyMQog
ICAgICAtLWhlbHAgICAgICBkaXNwbGF5IHRoaXMgaGVscCBhbmQgZXhpdAog
ICAgICAtLXZlcnNpb24gICBvdXRwdXQgdmVyc2lvbiBpbmZvcm1hdGlvbiBh
bmQgZXhpdApSZXBvcnQgYnVncyB0byA8YnVnLWdudS11dGlsc0BnbnUub3Jn
Pi4K


just in case you need to know, later.

Hugh

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



Re: GraphicsMagick: gm does nothing, always exits with status 53 - cygcheck-svr.out (1/1)

2008-03-06 Thread Andrew Schulman
 I tried recently to do the same as you did, and to give my cygcheck.out
 uuencoded.

Well I didn't exactly try to uuencode it-- what I did was to attach it to a
message and post it through Gmane.  I'd forgotten that that doesn't work well
for cygwin purposes.

Sorry for the base64 garbage, everyone.  I'll repost the cygcheck output inline
to the original message.

Andrew.


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



Re: GraphicsMagick: gm does nothing, always exits with status 53

2008-03-06 Thread Andrew Schulman
   Missing DLL?  What does cygcheck `which gm.exe` show?

Ah hah, thanks.

$ cygcheck `which gm.exe` | grep Error
Error: could not find cygdpstk-1.dll

http://cygwin.com/cgi-bin2/package-grep.cgi?grep=cygdpstk-1.dll seems to show
that that DLL was last present in xorg-x11-bin-dlls-6.8.2.0-1, while I have
version 6.8.99.901-1 installed.

The picture becomes clearer.  The maintainer for this package is listed as
Harold Hunt, who's moved on.  Upstream is now at version 1.1.11-- GraphicsMagick
hasn't been updated for Cygwin in several years.

So it seems that GraphicsMagick is looking for a Cygwin maintainer.  I'd
consider taking it on, but since we do have ImageMagick I guess the priority is
low.

Thanks,
Andrew.


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



Re: GraphicsMagick: gm does nothing, always exits with status 53 - cygcheck-svr.out (1/1)

2008-03-06 Thread Alberto Luaces
El Thursday 06 March 2008 17:39:25 Andrew Schulman escribió:
  I tried recently to do the same as you did, and to give my cygcheck.out
  uuencoded.

 Well I didn't exactly try to uuencode it-- what I did was to attach it to a
 message and post it through Gmane.  I'd forgotten that that doesn't work
 well for cygwin purposes.

 Sorry for the base64 garbage, everyone.  I'll repost the cygcheck output
 inline to the original message.


FYI, I uudecoded it and attached to this message:

Cygwin Configuration Diagnostics
Current System Time: Thu Mar 06 15:45:46 2008

Windows XP Professional Ver 5.1 Build 2600 Service Pack 2

Path:   d:\usr\win\bin
d:\usr\share\bin
C:\cygwin\usr\local\bin
C:\cygwin\bin
C:\cygwin\bin
C:\cygwin\usr\sbin
C:\cygwin\sbin
C:\cygwin\usr\X11R6\bin
c:\WINDOWS
c:\WINDOWS\System32
c:\WINDOWS\ServicePackFiles\i386
c:\Program Files\XPT
c:\Program Files\WinRAR
C:\cygwin\lib\lapack
c:\Oracle\instantclient_10_2

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 1007(aschulma) GID: 513(None)
0(root) 513(None)   544(Administrators) 545(Users)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 1007(aschulma) GID: 513(None)
0(root) 513(None)   544(Administrators) 545(Users)

SysDir: C:\WINDOWS\system32
WinDir: C:\WINDOWS

USER = 'aschulma'
PWD = 
'/home/aschulma/EPA/archive/va/current/html/test/pqk/effluents/echo/img/effluents_symbols'
HOME = '/home/aschulma'
MAKE_MODE = 'unix'

HOMEPATH = '\'
APPDATA = 'C:\Documents and Settings\aschulma\Application Data'
MANPATH = 
'/home/aschulma/usr/share/man:/usr/local/share/man:/usr/share/man:/usr/X11R6/share/man:/usr/X11R6/man:/usr/ssl/man'
WORKHOME = '/home/aschulma/EPA'
SSH_AGENT_PID = '2764'
HOSTNAME = 'D77E1BASCHULMA1'
PROCESSOR_IDENTIFIER = 'x86 Family 15 Model 2 Stepping 7, GenuineIntel'
SHELL = '/bin/bash'
TERM = 'screen'
WINDIR = '/win/c/WINDOWS'
GTK2_RC_FILES = '/home/aschulma/.gtkrc-2.0'
TMPDIR = '/tmp/aschulma'
PERL5LIB = 
'/home/aschulma/usr/share/share/perl5:/usr/local/lib/cpan/lib/perl5/site_perl/5.8/cygwin'
MEETINGCENTERAPP = 'C:\Program Files\Meeting Center\'
USERDOMAIN = 'D77E1BASCHULMA1'
ALLUSERSPROFILE = 'C:\Documents and Settings\All Users'
OS = 'Windows_NT'
SAS_USER_CONFIG = 'D:\software\SAS\sas-windows.cfg'
HISTFILESIZE = '5000'
COMMONPROGRAMFILES = 'C:\Program Files\Common Files'
TEMP = '/win/c/DOCUME~1/aschulma/LOCALS~1/Temp'
UNISON = '/home/aschulma/.unison/D77E1BASCHULMA1'
SSH_AUTH_SOCK = '/tmp/ssh-Z0rgNKjpqf/agent.3908'
TERMCAP = 'SC|screen|VT 100/ANSI X3.64 virtual terminal:\
:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bs:bt=\E[Z:\
:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:ct=\E[3g:\
:do=^J:nd=\E[C:pt:rc=\E8:rs=\Ec:sc=\E7:st=\EH:up=\EM:\
:le=^H:bl=^G:cr=^M:it#8:ho=\E[H:nw=\EE:ta=^I:is=\E)0:\
:li#77:co#80:am:xn:xv:LP:sr=\EM:al=\E[L:AL=\E[%dL:\
:cs=\E[%i%d;%dr:dl=\E[M:DL=\E[%dM:dc=\E[P:DC=\E[%dP:\
:im=\E[4h:ei=\E[4l:mi:IC=\E[%d@:ks=\E[?1h\E=:\
:ke=\E[?1l\E:vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l:\
:ti=\E[?1049h:te=\E[?1049l:us=\E[4m:ue=\E[24m:so=\E[3m:\
:se=\E[23m:mb=\E[5m:md=\E[1m:mr=\E[7m:me=\E[m:ms:\
:Co#8:pa#64:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:AX:\
:vb=\Eg:G0:as=\E(0:ae=\E(B:\

:ac=\140\140aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++,,hhII00:\
:po=\E[5i:pf=\E[4i:k0=\E[10~:k1=\EOP:k2=\EOQ:k3=\EOR:\
:k4=\EOS:k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
:k9=\E[20~:k;=\E[21~:F1=\E[23~:F2=\E[24~:F3=\E[2P:\
:F4=\E[2Q:F5=\E[2R:F6=\E[2S:F7=\E[15;2~:F8=\E[17;2~:\
:F9=\E[18;2~:FA=\E[19;2~:kb=^H:K2=\EOE:kB=\E[Z:\
:kF=\E[1;2B:kR=\E[1;2A:*4=\E[3;2~:*7=\E[1;2F:#2=\E[1;2H:\
:#3=\E[2;2~:#4=\E[1;2D:%c=\E[6;2~:%e=\E[5;2~:%i=\E[1;2C:\
:kh=\E[1~:@1=\E[1~:kH=\E[4~:@7=\E[4~:kN=\E[6~:kP=\E[5~:\
:kI=\E[2~:kD=\E[3~:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:km:'
SAS_HOME = '/home/aschulma/software/SAS'
USERNAME = 'aschulma'
PAGER = 'less'
PROCESSOR_LEVEL = '15'
STY = '2096.tty0.D77E1BASCHULMA1'
LD_RUN_PATH = '/home/aschulma/usr/win/lib:'
FP_NO_HOST_CHECK = 'NO'
SYSTEMDRIVE = 'C:'
EDITOR = '/win/c/EditPlus/EditPlus.exe'
LANG = 'en_US'
USERPROFILE = 'C:\Documents and Settings\aschulma'
TZ = 'US/Eastern'
JUNK = '*.aux *.bbl *.blg *.ilg *.lof *.log *.lot *.o *.obj *.tmp *.toc *~ .*~ 
\#* \~\$* *.aps *.asv *.bsc *.idb *.ilk *.ncb *.obj *.opt *.pch *.pdb *.plg 
*.res *.sbr'
EPA_HOME = '/home/aschulma/EPA'
RAR = '-s -m5 -rr1%'
LOGONSERVER = '\\D77E1BASCHULMA1'
PS1 = '\[\033]0;\]\w\[\007\]\n\[\033[1;36m\]$PROMPT_CHARS\[\033[0m\] '
HISTIGNORE = ':exit:ls:ll:[bf]g:nq'
PROCESSOR_ARCHITECTURE = 'x86'
MANPAGER = 'less -isrR'
SHLVL = '1'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PARINIT = 'rTbgqR B=.,?_A_a Q=_s|'
HOMEDRIVE = 'C:'
PROMPT_CHARS = '$'
COMSPEC = 'C:\WINDOWS\system32\cmd.exe'
LESS = '-sme -j 10 -x4'
SYSTEMROOT = 'C:\WINDOWS'

Re: GraphicsMagick: gm does nothing, always exits with status 53

2008-03-06 Thread Brian Dessent
Andrew Schulman wrote:

 $ cygcheck `which gm.exe` | grep Error
 Error: could not find cygdpstk-1.dll

This is not a new problem, unfortunately:

http://www.cygwin.com/ml/cygwin-xfree/2006-07/msg00080.html
http://www.cygwin.com/ml/cygwin-xfree/2006-11/msg1.html

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/