X-Spam-Check-By: sourceware.org From: "Dave Korn" To: Subject: RE: Gnupg problem Date: Fri, 1 Dec 2006 18:50:55 -0000 Message-ID: <064d01c71579$a1a9e2c0$a501a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <20061201183439.GA1980@trixie.casa.cgf.cx> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 01 December 2006 18:35, Christopher Faylor wrote: > On Fri, Dec 01, 2006 at 12:54:39PM -0500, David Barr wrote: >> I tried installing Gnupg 1.4.5-1 on a new system with the base Cygwin >> install and a couple other packages. When I tried to run gpg, it >> would exit without any output or any error message. I tried running >> strace on the program, and I got an error message about a missing >> cygminires.dll, so I installed the minires package, and gpg started >> working. Does minires need to be added to the requirements for the >> gnupg package? > > It sure sounds like it. > > I'm not in a place where I can check on this easily. Can anyone else > confirm/deny whether gnupg needs cygminires.dll? If so, I'll change the > setup.hint file. Yes, it does. It's a change between 1.4.1 and 1.4.5, at least: /artimi/software/firmware $ gpg --version gpg (GnuPG) 1.4.1 Copyright (C) 2005 Free Software Foundation, Inc. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the file COPYING for details. Home: ~/.gnupg Supported algorithms: Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA Cipher: 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512 Compression: Uncompressed, ZIP, ZLIB, BZIP2 /artimi/software/firmware $ cygcheck /usr/bin/gpg C:/cygwin/bin/gpg.exe C:/cygwin/bin\cygbz2-1.dll C:/cygwin/bin\cygwin1.dll C:\WINDOWS\system32\ADVAPI32.DLL C:\WINDOWS\system32\ntdll.dll C:\WINDOWS\system32\KERNEL32.dll C:\WINDOWS\system32\RPCRT4.dll C:/cygwin/bin\cygreadline6.dll C:/cygwin/bin\cygncurses-8.dll C:\WINDOWS\system32\USER32.dll C:\WINDOWS\system32\GDI32.dll C:/cygwin/bin\cygz.dll C:/cygwin/bin\cygiconv-2.dll C:/cygwin/bin\cygintl-3.dll ........ /tmp $ /usr/bin/gpg --version gpg (GnuPG) 1.4.5 Copyright (C) 2006 Free Software Foundation, Inc. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the file COPYING for details. Home: ~/.gnupg Supported algorithms: Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA Cipher: 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224 Compression: Uncompressed, ZIP, ZLIB, BZIP2 /tmp $ cygcheck /usr/bin/gpg C:/cygwin/bin/gpg.exe C:/cygwin/bin\cygbz2-1.dll C:/cygwin/bin\cygwin1.dll C:\WINDOWS\system32\ADVAPI32.DLL C:\WINDOWS\system32\ntdll.dll C:\WINDOWS\system32\KERNEL32.dll C:\WINDOWS\system32\RPCRT4.dll C:/cygwin/bin\cygminires.dll C:/cygwin/bin\cygz.dll C:/cygwin/bin\cygiconv-2.dll C:/cygwin/bin\cygintl-8.dll 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/