[PATCH] generic-build-script

2004-06-08 Thread Max Bowsher
* generic-build-script (install): Do not invoke gzip with no arguments, and consequently die with will not write compressed data to a terminal if a package creates usr/share/man or usr/share/info, but does not install any man/info pages under it. Index: generic-build-script

Re: [PATCH] generic-build-script

2004-06-08 Thread Yaakov Selkowitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Max Bowsher wrote: | * generic-build-script (install): Do not invoke gzip with no arguments, and | consequently die with will not write compressed data to a terminal | if a package creates usr/share/man or usr/share/info, but does not |

[ITP] libwmf-0.2.8.3-1

2004-06-08 Thread Gerrit P. Haase
Hello, I want to contribute/maintain libwmf, the library for reading vector images Windøws Metafile Format (WMF). This is another ImageMagick support library. setup.hint: === category: Libs Graphics requires: cygwin expat libfreetype26 libiconv2 libintl2 libjpeg62 libpng12 xorg-x11-bin-dlls

[PATCH] generic build script

2004-06-08 Thread Gerrit P. Haase
Hello Igor, found it useful (I want to build LibJasper which is only available as zipped archive): --- gbs~2004-06-08 16:56:20.215388800 +0200 +++ gbs 2004-06-08 16:42:53.791884800 +0200 @@ -53,6 +53,9 @@ elif [ -e ${BASEPKG}.tar ] ; then export opt_decomp= export

Re: [PATCH] generic-build-script

2004-06-08 Thread Igor Pechtchanski
On Tue, 1 Jun 2004, Yaakov Selkowitz wrote: Yaakov Selkowitz wrote: | If so, let me propose the attached patch instead. Ping?? Pong. Sorry for the delay. I just reviewed the whole thread, and couldn't find the corresponding ChangeLog, either yours or Gerritt's. I also couldn't find a

Re: [PATCH] generic build script

2004-06-08 Thread Igor Pechtchanski
On Tue, 8 Jun 2004, Gerrit P. Haase wrote: Hello Igor, found it useful (I want to build LibJasper which is only available as zipped archive): --- gbs~2004-06-08 16:56:20.215388800 +0200 +++ gbs 2004-06-08 16:42:53.791884800 +0200 @@ -53,6 +53,9 @@ elif [ -e ${BASEPKG}.tar ] ;

RE: [ITP] libwmf-0.2.8.3-1

2004-06-08 Thread Billinghurst, David (CALCRTS)
I want to contribute/maintain libwmf, the library for reading vector images Windøws Metafile Format (WMF). I'd like to see this. I have been using the command line utils from libwmf for a while.

Please include unsubscribe information in announcement email

2004-06-08 Thread Christopher Faylor
I hesitate to enforce a standard template for all announcements but I really would like to see people start including unsubscribe instructions in their announcement email. Please do me a favor and include unsubscribe instructions in your announcement email. Please just copy the few lines that I

[ITP] subversion

2004-06-08 Thread Max Bowsher
On the Subversion dev list: Dave Slusher wrote: On Wed, Jun 02, 2004 at 10:03:34AM +0100, Max Bowsher wrote: Dave Slusher's initial package was statically linked to many of subversion's dependencies, bloating the package greatly. I pointed out that shared libraries were much nicer, and

Re: XWin and multiple users

2004-06-08 Thread Alexander Gottwald
On Tue, 8 Jun 2004, aroushdi wrote: How can we implement yser mount for temp . When i try to mount i get rejected . Can u tell us how mount -b -u path /tmp The -u creates a user mount. bye ago -- [EMAIL PROTECTED] http://www.gotti.org ICQ: 126018723

RE: xwinclip on Win95 no longer works (switched from Gnome to KDE on linux)

2004-06-08 Thread Alistair Bell
The integrated clipboard stuff works fine for me on Win95 here with an up to date cygwin, there were some hiccups when I first used it at the end of last year/beginning of this, but the current implementation appears to have sorted the problems. Alistair -Original Message- From: Jay

Re: xwinclip on Win95 no longer works (switched from Gnome to KDE on linux)

2004-06-08 Thread Jay Smith
Thanks Alistair, This is helpful to hear. I was a little concerned because the Cygwin home page refers to Win98SE and above. What I don't quite understand is why (my old November 2003) xwinclip was working perfectly fine with Gnome but won't work at all with KDE. I will attempt upgrading

src/winsup/cygwin ChangeLog include/cygwin/ipc.h

2004-06-08 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2004-06-08 10:53:41 Modified files: winsup/cygwin : ChangeLog winsup/cygwin/include/cygwin: ipc.h Log message: * include/cygwin/ipc.h: Make IPC_INFO visible only for ipc system

Re: [Patch]: fchdir

2004-06-08 Thread Corinna Vinschen
On Jun 3 20:48, Pierre A. Humblet wrote: 2004-06-04 Pierre Humblet [EMAIL PROTECTED] * path.cc (fchdir): Pass the Posix path to chdir. I've applied this patch. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Co-Project Leader

make IPC_INFO visible to ipc system utilities only

2004-06-08 Thread Egor Duda
Hi! Currently IPC_INFO is defined whenever we include sys/sem.h, but struct seminfo, which is returned by semctl(IPC_INFO) is defined only for _KERNEL applications. This inconsistency breaks, for instance, libmudflap builds. I believe there's no point to have IPC_INFO in non-_KERNEL application as

Re: make IPC_INFO visible to ipc system utilities only

2004-06-08 Thread Corinna Vinschen
On Jun 8 13:30, Egor Duda wrote: Hi! Currently IPC_INFO is defined whenever we include sys/sem.h, but struct seminfo, which is returned by semctl(IPC_INFO) is defined only for _KERNEL applications. This inconsistency breaks, for instance, libmudflap builds. I believe there's no point to

Re: make IPC_INFO visible to ipc system utilities only

2004-06-08 Thread Egor Duda
Corinna Vinschen wrote: Currently IPC_INFO is defined whenever we include sys/sem.h, but struct seminfo, which is returned by semctl(IPC_INFO) is defined only for _KERNEL applications. This inconsistency breaks, for instance, libmudflap builds. I believe there's no point to have IPC_INFO in

Re: make IPC_INFO visible to ipc system utilities only

2004-06-08 Thread Corinna Vinschen
On Jun 8 14:12, Egor Duda wrote: Corinna Vinschen wrote: as long as we can't get semctl(IPC_INFO) results right anyway. ^ What is the author trying to tell me here?!? I was unclear here, probably. I meant that userspace

Re: g++

2004-06-08 Thread Yitzchak Scott-Thoennes
On Mon, Jun 07, 2004 at 06:23:57PM -0600, Ian Strascina wrote: I updated my cygwin last Thurs. (6/3/04) to include the Perl and Python packages... Today, I'm trying to compile my c++ programs, and g++ is gone from my /usr/bin ... Anyone know why this would happen...??? Now I want to

RE: ssh problem cygheap_fixup_in_child

2004-06-08 Thread Warren, Matthew (Retail)
Thanks for the pointer, I had already seen the mail searching through the lists for a solution. Unfortunatley doing a windows update to 'fix' it isnt an option for me, this is a 'locked down' restricted XP build on work laptop. I was hoping perhaps there was more info out there on what the

Re: CygUtils website going dark

2004-06-08 Thread Vince Hoffman
On Mon, 7 Jun 2004, Peter A. Castro wrote: On Sun, 6 Jun 2004, Charles Wilson wrote: Hi Charles, If no-one else offers, I offer to host all or part of cygutils (whatever you'd like to be hosted), for free. You've provided the Cygwin community so much that it'd be a shame to see your

[ANNOUNCEMENT] Updated: vim-6.3-1

2004-06-08 Thread Corinna Vinschen
I've just updated vim to version 6.3-1. This is an official new release, based on the vanilla sources. The official release message as of two hours ago: Announcing: Vim (Vi IMproved) version 6.3 Author: Bram

Pastor: What Are You Preaching During the Summer Olympics?

2004-06-08 Thread Dr. David R. Mains
Pastor, What are you preaching during the upcoming Summer Olympics in Greece? The 2004 Summer Olympics will be front-page news in America soon. These upcoming Olympic games occur from August 11-29 in Athens, Greece, and feature world-class competitors who are vying to become Olympic athletic

RE: Visual Studio linking

2004-06-08 Thread Alastair Growcott
Thankyou. Actually my source is testing a library, so if I did distribute the test programs, I would only have to make the code for the test programs and not the code for the libraries available (dynamic linking to the libraries). Alastair. -Original Message- From: [EMAIL PROTECTED]

Re: cygwin Nightly Snapshots - NOT obvious enough

2004-06-08 Thread Brian . Kelly
On Mon, Jun 07, 2004 at 02:26:49PM -0700, Lex Ein wrote: http://www.cygwin.com/snapshots/ Cygwin Interim Snapshots Whoo, racy. Guess I missed the party. Ok, ok. I added a subtitle to the snapshot page to make it's true nature more obvious. cgf First of all - where's the 900 number?

RE: Cygpath: Path name conversion Issue

2004-06-08 Thread Dave Korn
-Original Message- From: cygwin-owner On Behalf Of john george Sent: 08 June 2004 05:23 Hi, I'm trying to convert the following path name to a unix specific format so that it could be passed as a parameter to the Unix open(..) system call. cygpath

RE: makefile syntax %.d:%.c misunderstood

2004-06-08 Thread Sébastien Douheret
Hi, Firstly, i thank Dave K. for helping me. I don't understand all functionnalities of VPATH, but i think that i don't used it. You can find below a minimal test case that demonstrates the problem. I wish to make it clear that directories name with letter '_' seem maybe to be the source

RE: Updated: vim-6.3-1

2004-06-08 Thread BERESH Bob
Thanks, I have already installed the new version ;-) Bob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Corinna Vinschen Sent: Tuesday, June 08, 2004 4:27 AM To: [EMAIL PROTECTED] Subject: Updated: vim-6.3-1 I've just updated vim to version

make problem: command works thru CLI, not thru make file

2004-06-08 Thread santhosh km
Hi, I am trying porting of c files to VxWorks thru cygwin using the GNU-Make Version 3.80 . I have a problem while using makefile. The problem is the commond: ccsimpc -o HELLO_WORLD helloWorld.c works on the command line and I get the HELLO_WORLD executable file. But doesn't work thru

Re: Visual Studio linking

2004-06-08 Thread Christopher Faylor
On Tue, Jun 08, 2004 at 10:02:08AM +0100, Alastair Growcott wrote: Actually my source is testing a library, so if I did distribute the test programs, I would only have to make the code for the test programs and not the code for the libraries available (dynamic linking to the libraries). As long

Textmode mounts broken in cygwin 1.5.10-3

2004-06-08 Thread W. Tuchan
Hi, I've upgraded to 1.5.10-3 and now the gcc preprocessor does not like my CRLFs. That is know problem of gcc that should be cured by appropriate textmode mounts but this does not work anymore. C:\cygwin\usr\X11R6\lib\X11\fonts on /usr/X11R6/lib/X11/fonts type system (binmode) C:\cygwin\bin on

wish84: incredibly slow

2004-06-08 Thread fergus
I have been using Cygwin on a very slow Toshiba. By which I mean one can sometimes wait 1 or 2 or 3 secs for what appears instantaneous on other machines. But wish84 requires geological time to respond, as in: -- at the bash or rxvt or xterm prompt: $ wish # delay 25 secs for panel to

Re: Annoucement: GCC-3.4.0 binary release candidat

2004-06-08 Thread Arthur I Schwarz
Hello Tim, At 2004-06-06 16:44 you wrote: At 04:38 AM 6/6/2004, Gerrit P. Haase wrote: Hello Hans, I'd like to give this one a test drive! Is it possible to use it under the cygwin gcc frontend (i.e. gcc -mno-cygwin) ?? Or do I need to wait for the cygwin folks to catch up (which may

Re: Textmode mounts broken in cygwin 1.5.10-3

2004-06-08 Thread Christopher Faylor
On Tue, Jun 08, 2004 at 05:02:36PM +0200, W. Tuchan wrote: I've upgraded to 1.5.10-3 and now the gcc preprocessor does not like my CRLFs. That is know problem of gcc that should be cured by appropriate textmode mounts but this does not work anymore. It's not a known problem of gcc. gcc should

Re: Annoucement: GCC-3.4.0 binary release candidat

2004-06-08 Thread Gerrit P. Haase
Hi Arthur, you wrote: Well I'v tried to compile GCC 3.4.0. My results are given for two machines with Win2000 and the latest version of Cygwin with gcc-3.3.1. My home computer, AMD 2100+. No problems. Ada didn't compile correctly but that's probably my fault. I got an error with Ada /

compile error with mysql 4.1.2-alpha

2004-06-08 Thread cygwin
Hi, i am trying to get DBI working with mysql... I am trying to compile mysql, and get a compile error (see below). Has anyone built a mysql recently? regards, jeremy = if gcc -DDEFAULT_BASEDIR=\/usr/local\

Installation problems

2004-06-08 Thread Chris Carlson
I just thought I'd post a problem I've been having for a while now in case if someone wants to look into it. uname -a returns: CYGWIN_NT-5.0 jackal 1.5.10(0.116/4/2) 2004-05-25 22:07 i686 unknown unknown Cygwin I just did an update. My previous download was last week. At the time, I requested

Re: Textmode mounts broken in cygwin 1.5.10-3

2004-06-08 Thread Pierre A. Humblet
On Tue, Jun 08, 2004 at 06:31:30PM +0200, W. Tuchan wrote: 58 26507 [main] cpp0 1652 open: open (main\loopbacktest.cpp, 0x0) The mounts are not looked up because you are specifying a Windows path. Pierre If that is the reaseon then 1.5.10-3 behaves different that 1.5.9.

Cygwin and xinetd

2004-06-08 Thread Menon, Girish (MED, WIPRO-GE MED)
Hi, I am currently using cygwin's inetd and wanted to use xinetd instead. What packages other than the xinetd package, I should download? I have recently downloaded the new xinetd package. Please see the cygcheck output below: Cygwin Configuration Diagnostics Current System Time: Tue

RE: Cygwin and xinetd

2004-06-08 Thread Dave Korn
-Original Message- From: cygwin-owner On Behalf Of Menon, Girish (MED, WIPRO-GE MED) Sent: 08 June 2004 18:18 To: cygwin Subject: Cygwin and xinetd Hi, I am currently using cygwin's inetd and wanted to use xinetd instead. What packages other than the xinetd package, I

Re: cygwin and cvs

2004-06-08 Thread Igor Pechtchanski
Mark, It's usually best to post questions to the Cygwin mailing list, as this allows both the questions and the answers to be archived, and also gets you access to the combined expertise of the list, which is larger than that of any one person. I've redirected this message to the list, and set

[ANNOUNCEMENT] New packages: apr, libapr0, apr-util, libaprutil0 0.9.5pre20040608-1

2004-06-08 Thread Max Bowsher
APR and APR-Util, the Apache Portable Runtime library, and the APR utility library, will shortly be propagating to a mirror near you. The addition of these packages to Cygwin brings us another step closer to a Cygwin package of Subversion, an interesting new version control system. To update

RE: cygwin and cvs

2004-06-08 Thread Rutten, Mark
As far as I know I am running the latest version of cygwin (1.5.10-3) and cvs (1.11.6-3). As I said in my original post, I have been using cvs successfully under cygwin for a while and have only recently (as in the last week or so) started to experience this problem. I will try

RE: sshD fails to start as a service

2004-06-08 Thread cygwin
On Mon, Jun 07, 2004 at 11:50:40PM +0100, [EMAIL PROTECTED] wrote: sshd : PID 3576 : starting service `sshd' failed: execv: 255, error 255. I've encountered such problems when the binaries and libraries were not executable by SYSTEM. chmod 755 /usr/sbin/* /usr/bin/* fixed the

more pain - YAM

2004-06-08 Thread Buzz
I tried not to, but... I'll bite... Op Mon, 7 Jun 2004 00:19:11 -0400 schreef Christopher Faylor in [EMAIL PROTECTED]: : On Mon, Jun 07, 2004 at 05:16:08AM +0200, Bas van Gompel wrote: : [multiple recipients: cygwin mailing-list + Rose Naftaly at RedHat] : Note: This is legal stuff, many of

RE: sshD fails to start as a service

2004-06-08 Thread Igor Pechtchanski
On Wed, 9 Jun 2004, cygwin wrote: On Mon, Jun 07, 2004 at 11:50:40PM +0100, [EMAIL PROTECTED] wrote: sshd : PID 3576 : starting service `sshd' failed: execv: 255, error 255. I've encountered such problems when the binaries and libraries were not executable by SYSTEM. chmod 755

Re: Annoucement: GCC-3.4.0 binary release candidat

2004-06-08 Thread Tim Prince
At 09:04 AM 6/8/2004, Gerrit P. Haase wrote: Hi Arthur, you wrote: Configure was vanilla flavored. If I remember, something like ./configure. I don't believe the defaults are entirely adequate nowadays, even for linux. I usually copy my own previous configure parameters, or those reported by

RE: Cygwin and xinetd

2004-06-08 Thread Menon, Girish (MED, WIPRO-GE MED)
I found that I needed the chkconfig package too. Thanks Anyways, now I am unable to enable xinetd. Here's what I did. cygrunsrv -I xinetd -d 'Cygwin xinetd' -p /usr/sbin/xinetd -a -d -e CYGWIN=ntsec cygrunsrv -E xinetd cygrunsrv -S xinetd

New packages: apr, libapr0, apr-util, libaprutil0 0.9.5pre20040608-1

2004-06-08 Thread Max Bowsher
APR and APR-Util, the Apache Portable Runtime library, and the APR utility library, will shortly be propagating to a mirror near you. The addition of these packages to Cygwin brings us another step closer to a Cygwin package of Subversion, an interesting new version control system. To update