Re: [ITP] micro-httpd 20011214 -- Extremely small Unix-based HTTP server

2008-03-09 Thread Jari Aalto
* Mon 2008-03-03 Jari Aalto * Message-Id: [EMAIL PROTECTED] [Ping] Included in Debian stable: http://packages.debian.org/micro-httpd Jari sdesc: Extremely small Unix-based HTTP server ldesc: Program runs from inetd. All in 150 lines of code. micro-httpd can also be used to serve HTTPS by

[GTG] Re: [ITP] micro-httpd 20011214 -- Extremely small Unix-based HTTP server

2008-03-09 Thread Dr. Volker Zell
Jari Aalto writes: * Mon 2008-03-03 Jari Aalto * Message-Id: [EMAIL PROTECTED] [Ping] Included in Debian stable: http://packages.debian.org/micro-httpd Builds fine from source, packaging and setup.hint look good. GTG Volker

[ITA] uw-imap/uw-imap-util/uw-imap-imapd/c-client: UW IMAP Toolkit

2008-03-09 Thread Dr. Volker Zell
Hi I would like to adopt and maintain the 'uw-imap/uw-imap-util/uw-imap-imapd/c-client' packages from Abraham Backus. o http://www.washington.edu/imap/ (Homepage) o ftp://ftp.cac.washington.edu/imap/imap.tar.Z (Download location) Here are the setup.hint files: ++

Re: [ITA, RFU] libgpg-error 1.6-1

2008-03-09 Thread Dr. Volker Zell
Gergely Budai writes: Package location: = wget \ http://home.arcor.de/thuffir/cygwin/libgpg-error/libgpg-error-1.6-1-src.tar. bz2 \ http://home.arcor.de/thuffir/cygwin/libgpg-error/libgpg-error-1.6-1.tar.bz2 \

[GTG] Re: [ITA, RFU] libgcrypt-1.4.0-1

2008-03-09 Thread Dr. Volker Zell
Gergely Budai writes: Package location: = wget \ http://home.arcor.de/thuffir/cygwin/libgcrypt/libgcrypt-1.4.0-1-src.tar.bz2 \ http://home.arcor.de/thuffir/cygwin/libgcrypt/libgcrypt-1.4.0-1.tar.bz2 \

RE: [ITA, RFU] libgpg-error 1.6-1

2008-03-09 Thread Gergely Budai
Builds fine from source. setup.hint additionally needs sed as dependency as /usr/bin/gpg-error-config depends on it. Added. Thanks for the notice. I would recommend to split the package in: libgpg-error - docs and tools libgpg-error-devel - development stuff libgpg-errorX

RE: [GTG] Re: [ITA, RFU] libgcrypt-1.4.0-1

2008-03-09 Thread Gergely Budai
setup.hint needs additionally sed and grep in requires as /usr/bin/libgcrypt-config depends on it. Added. Packaging in general looks good, but again I would recommend to split the package libgcrypt - docs and tools libgcrypt-devel - development libgryptVersion - runtime

RE: [ITA, RFU] libgpg-error 1.6-1

2008-03-09 Thread Gergely Budai
One more question... I have been reviewing my packages and noticed that cygport does not strip the libraries located in /usr/lib. Do they need to be stripped too? Regards Gergely Budai

Re: [ITA, RFU] libgpg-error 1.6-1

2008-03-09 Thread Brian Dessent
Gergely Budai wrote: I have noticed that other packages depend on libgpg-error and on libgcrypt. Do they get problems if I change the rumtime package name from (e.g) libgpg-error to libgpg-errorX? Yes that's a problem. It would break all the dependencies. How would they know otherwise? To

Re: [ITA, RFU] libgpg-error 1.6-1

2008-03-09 Thread Brian Dessent
Gergely Budai wrote: I have been reviewing my packages and noticed that cygport does not strip the libraries located in /usr/lib. Do they need to be stripped too? I don't think there's any standard practice. Here's a bashlet you can run to categorize the contents of your /usr/lib into either

src/winsup/utils ChangeLog Makefile.in

2008-03-09 Thread briand
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2008-03-09 09:41:42 Modified files: winsup/utils : ChangeLog Makefile.in Log message: * Makefile.in (install): Don't install the testsuite. Patches:

Re: [patch] utils/path.cc fixes and testsuite

2008-03-09 Thread Corinna Vinschen
On Mar 8 22:24, Christopher Faylor wrote: On Sat, Mar 08, 2008 at 07:10:03PM -0800, Brian Dessent wrote: Index: Makefile.in === RCS file: /cvs/src/src/winsup/utils/Makefile.in,v retrieving revision 1.69 diff -u -p -r1.69

Re: [patch] utils/path.cc fixes and testsuite

2008-03-09 Thread Brian Dessent
Corinna Vinschen wrote: Doesn't that install testsuite.exe at `make install' time? Ack, how about the attached? Brian2008-03-09 Brian Dessent [EMAIL PROTECTED] * Makefile.in (install): Don't install the testsuite. Index: Makefile.in

Re: [patch] utils/path.cc fixes and testsuite

2008-03-09 Thread Corinna Vinschen
On Mar 9 00:55, Brian Dessent wrote: Corinna Vinschen wrote: Doesn't that install testsuite.exe at `make install' time? Ack, how about the attached? Fine with me. Thanks. Corinna

Re: [patch] cygcheck.cc update for cygpath()

2008-03-09 Thread Corinna Vinschen
Hi Brian, Thanks for your patch. I have a few nits, sorry. On Mar 8 20:13, Brian Dessent wrote: Index: cygcheck.cc === RCS file: /cvs/src/src/winsup/utils/cygcheck.cc,v retrieving revision 1.97 diff -u -p -r1.97 cygcheck.cc

Re: [patch] cygcheck.cc update for cygpath()

2008-03-09 Thread Brian Dessent
Corinna Vinschen wrote: Given that Cygwin changes to support long path names, I don't really like to see new code still using MAX_PATH and Win32 Ansi functions in the utils dir. Regardless of this patch, path.cc:rel_vconcat() currently uses GetCurrentDirectory() to resolve relative paths. It

Re: [patch] cygcheck.cc update for cygpath()

2008-03-09 Thread Brian Dessent
Corinna Vinschen wrote: I'm wondering if you would like to tweak the readlink functions, too. Cygwin shortcuts can now have the path name appended to the actual shortcut data. This hack was necessary to support pathnames longer than 2000 chars. See the comment and code in

Re: [patch] cygcheck.cc update for cygpath()

2008-03-09 Thread Corinna Vinschen
On Mar 9 03:32, Brian Dessent wrote: Corinna Vinschen wrote: I'm wondering if you would like to tweak the readlink functions, too. Cygwin shortcuts can now have the path name appended to the actual shortcut data. This hack was necessary to support pathnames longer than 2000

Re: [patch] cygcheck.cc update for cygpath()

2008-03-09 Thread Brian Dessent
Corinna Vinschen wrote: Now that you mention it... did you see the comment in path.cc, line 3112ff? There's a good chance that Windows shortcuts are not capable of long path names. I didn't test it so far, but it would be certainly better for readlink to use the POSIX path in the symlink

Re: [patch] cygcheck.cc update for cygpath()

2008-03-09 Thread Corinna Vinschen
On Mar 9 05:02, Brian Dessent wrote: Corinna Vinschen wrote: Now that you mention it... did you see the comment in path.cc, line 3112ff? There's a good chance that Windows shortcuts are not capable of long path names. I didn't test it so far, but it would be certainly better for

Re: [patch] cygcheck.cc update for cygpath()

2008-03-09 Thread Christopher Faylor
On Sun, Mar 09, 2008 at 10:28:06AM +0100, Corinna Vinschen wrote: Hi Brian, Thanks for your patch. I have a few nits, sorry. On Mar 8 20:13, Brian Dessent wrote: Index: cygcheck.cc === RCS file:

Re: [patch] utils/path.cc fixes and testsuite

2008-03-09 Thread Christopher Faylor
On Sun, Mar 09, 2008 at 12:55:13AM -0800, Brian Dessent wrote: Corinna Vinschen wrote: Doesn't that install testsuite.exe at `make install' time? Ack, how about the attached? Brian 2008-03-09 Brian Dessent [EMAIL PROTECTED] * Makefile.in (install): Don't install the testsuite.

Re: [patch] cygcheck.cc update for cygpath()

2008-03-09 Thread Corinna Vinschen
On Mar 9 10:38, Christopher Faylor wrote: On Sun, Mar 09, 2008 at 10:28:06AM +0100, Corinna Vinschen wrote: Bash as well as tcsh, as well as zsh (and probbaly pdksh, too) create an environment variable $PWD. Maybe Cygwin should create $PWD for native apps if it's not already available

Re: [patch] cygcheck.cc update for cygpath()

2008-03-09 Thread Christopher Faylor
On Sun, Mar 09, 2008 at 04:14:40PM +0100, Corinna Vinschen wrote: On Mar 9 10:38, Christopher Faylor wrote: On Sun, Mar 09, 2008 at 10:28:06AM +0100, Corinna Vinschen wrote: Bash as well as tcsh, as well as zsh (and probbaly pdksh, too) create an environment variable $PWD. Maybe Cygwin should

Re: [patch] cygcheck.cc update for cygpath()

2008-03-09 Thread Brian Dessent
Christopher Faylor wrote: I guess I misunderstood. I thought that the current working directory could be derived through some complicated combination of Nt*() calls. I could be wrong here but the way I understood it, there is no concept of a working directory at the NT level, that is

Re: [patch] cygcheck.cc update for cygpath()

2008-03-09 Thread Corinna Vinschen
On Mar 9 11:03, Brian Dessent wrote: Christopher Faylor wrote: I guess I misunderstood. I thought that the current working directory could be derived through some complicated combination of Nt*() calls. I could be wrong here but the way I understood it, there is no concept of a

Re: [patch] cygcheck.cc update for cygpath()

2008-03-09 Thread Christopher Faylor
On Sun, Mar 09, 2008 at 08:55:09PM +0100, Corinna Vinschen wrote: On Mar 9 11:03, Brian Dessent wrote: Christopher Faylor wrote: I guess I misunderstood. I thought that the current working directory could be derived through some complicated combination of Nt*() calls. I could be wrong

Re: [patch] cygcheck.cc update for cygpath()

2008-03-09 Thread Brian Dessent
Corinna Vinschen wrote: The problem is that the cwd is stored as UNICODE_STRING with a statically allocated buffer in the user parameter block. The MaximumLength is set to 520. SetCurrentDirectory refuses to take paths longer than that. In theory it would be possible to define a longer cwd

Re: csih and sspi with guest accounts

2008-03-09 Thread Corinna Vinschen
On Mar 8 23:54, Brian Dessent wrote: Charles Wilson wrote: note that Vista and Server 2008 both report CYGWIN_NT-6.0, so I don't really have a good way of distinguishing between them. FWIW, Microsoft says the way to determine 2k8 from Vista is by checking if wProductType contains

[ANNOUNCEMENT] Updated: cygwin-1.5.25-11

2008-03-09 Thread Corinna Vinschen
I've put Cygwin 1.5.25-11 out of test. This is now the new release version. Changes since version 1.5.25-7: - The main purpose of this release is to allow Cygwin to run correctly on Windows 2008 Server. A change in the exception handling in Windows 2008 Server requires to change the

Re: postgresql packaging questions

2008-03-09 Thread Reini Urban
Reini Urban schrieb: 2008/3/6, Dr. Volker Zell [EMAIL PROTECTED]: setup.ini claims the following: @ libecpg-compat1 sdesc: Older version of run-time library for ECPG programs ldesc: The ecpg_compat.dll shared library

Re: no acceptable c compiler found in $path

2008-03-09 Thread Christopher Faylor
On Sun, Mar 09, 2008 at 01:12:40PM -, Boylett wrote: I have a program source which compiles fine under Linux usually. I just cd to the directory and type: ./configure make But now I keep getting this error: no acceptable c compiler found in $path, whenever I use cygwin. I have

Re: csih and sspi with guest accounts

2008-03-09 Thread Reini Urban
Charles Wilson schrieb: Let me know what you think... Featurewise great! Thanks. $ /usr/lib/csih/getAccountName -g Gast $ source /usr/share/csih/cygwin-service-installation-helper.sh basename: invalid option -- b Try `basename --help' for more information. $ echo $0 -bash This was sourced

Copying file from Windows into Cygwin

2008-03-09 Thread klempie
Hi guys. I have a Linux created binary file on my Windows OS and was wondering if Cygwin has a way to copy it from there. TIA -- View this message in context: http://www.nabble.com/Copying-file-from-Windows-into-Cygwin-tp15946468p15946468.html Sent from the Cygwin list mailing list archive at

Does cygwin still work on 9x?

2008-03-09 Thread Buchbinder, Barry (NIH/NIAID) [E]
I noted the following in [ANNOUNCEMENT] Updated: cygwin-1.5.25-11 - Allow cygcheck to run on Windows 9x again. Does this mean that cygwin still works on win9x? (I stopped updating my home machines when 9x was shifted to no-longer-supported.) Thanks, - Barry Disclaimer: Statements made

Re: Copying file from Windows into Cygwin

2008-03-09 Thread klempie
Thanks I've worked something out with scp from XP. klempie wrote: Hi guys. I have a Linux created binary file on my Windows OS and was wondering if Cygwin has a way to copy it from there. TIA -- View this message in context:

Re: Does cygwin still work on 9x?

2008-03-09 Thread Brian Dessent
Buchbinder, Barry (NIH/NIAID) [E] wrote: I noted the following in [ANNOUNCEMENT] Updated: cygwin-1.5.25-11 - Allow cygcheck to run on Windows 9x again. Does this mean that cygwin still works on win9x? Cygwin 1.7.x will not support 9x/ME. This is what is currently in CVS HEAD, and the code

Problem running sshd on cygwin (DLL: 1.5.25) and WinPE 2.0

2008-03-09 Thread Patil, Nitin
Hi, I'm trying to use cygwin OpenSSH on WinPE 2.0 environment. I've tried the following 2 setups 1. Cygwin+OpenSSH on Windows XP SP2 2. Cygwin+OpenSSH on WinPE 2.0 Both these setups were done by running the bundled ssh-host-config script. I'm not using Privilege Separation and also for Setup#2,

Re: Bug: Cygwin Shell hangs, waiting, when win32-GVIM forks into background

2008-03-09 Thread Brian Dessent
[ Re: Subject, it seems a little presumptuous to assume that this is a bug in Cygwin. I don't see anything wrong here. ] Linda Walsh wrote: A working feature in gvim is that it immediately daemonizes and goes into background wherever it is invoked from (or at least it is SUPPOSE to). If you

How to add latest version of gettext...

2008-03-09 Thread Tony Anecito
Hi All, I want to get the latest version of gettext to be added to cygwin. It currently is version 0.17. I am not sure what mirror for cygwin would have that. Thanks, -Tony Never miss a thing. Make