Re: HEADS-UP: Modular X11 (ALL maintainers, please read)

2006-04-18 Thread Corinna Vinschen
On Apr 16 21:19, Yaakov S (Cygwin Ports) wrote:
 I have been working on packaging the new, modular X11R7.0 for Cygwin for 
 the last few weeks.  [...]

So you're actually volunteering yourself as the new Cygwin/X maintainer?
This would be worth a couple of gold stars.  Are you also willing to
maintain the web page at http://xfree.cygwin.com/ and to be a bit active
as maintainer on the cygwin-x mailing list?  That would be cool.  Btw.,
the X maintainer has traditionally upload permissions.  So, if you're
going to do this, please fill out the form at
http://www.sourceware.org/cgi-bin/pdw/ps_form.cgi


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: Removed /sourceware/ftp/anonftp/pub/cygwin/stage directory

2006-04-18 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

According to Christopher Faylor on 4/17/2006 9:32 AM:
 I've removed the directory in the subject.
 
 If you want similar functionality, please just create a similar
 directory in your home area and use that.

It's not exactly the same.  stage was on the same disk as release, so 'mv
stage/foo release/' was an atomic rename(2), and 'cp -l stage/foo release;
rm stage/foo' worked similarly - either upset saw the entire file or it
saw nothing.  But home directories are on different devices, so mv has to
resort to copying across devices, and cp -l fails because cross-device
hard links don't work; which means that upset can see the file in an
intermediate state.  Although the window of time for mv is much smaller
than the window of time for doing wget directly into the release area, it
is still a window.

- --
Life is short - so eat dessert first!

Eric Blake [EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFERN2+84KuGfSFAYARAsBcAKCGZqQcmH915y7Sz0+RrBwnVl9/tgCcCgn8
x7qlG/zvvH/kjFjSs54=
=itYU
-END PGP SIGNATURE-


Re: Removed /sourceware/ftp/anonftp/pub/cygwin/stage directory

2006-04-18 Thread Christopher Faylor
On Tue, Apr 18, 2006 at 06:38:23AM -0600, Eric Blake wrote:
According to Christopher Faylor on 4/17/2006 9:32 AM:
I've removed the directory in the subject.

If you want similar functionality, please just create a similar
directory in your home area and use that.

It's not exactly the same.

Obviously having multiple people use the same directory at (potentially)
the same time was not a good plan either.  So, either I set up a
directory per uploader or I modify upset.  I'm not really keen on either
since it is basically taking a shotgun to kill a mosquito.

cgf


Good old nabble

2006-04-18 Thread Christopher Faylor
Somebody is desperately trying to send an off-topic message to cygwin-apps
via nabble.  Since nabble is not allowed to send email to cygwin-apps, the
messages are bouncing.

But that doesn't stop nabble from archiving the messages on its site:

http://www.nabble.com/Problems-using-Cygwin-with-PHP-on-Windows-t1467304.html#a3965603

How delightful - a new way to confuse people about what mailing list to
use for cygwin.

cgf


Re: Good old nabble

2006-04-18 Thread Christopher Faylor
On Tue, Apr 18, 2006 at 11:23:48AM -0400, Christopher Faylor wrote:
Somebody is desperately trying to send an off-topic message to cygwin-apps
via nabble.  Since nabble is not allowed to send email to cygwin-apps, the
messages are bouncing.

But that doesn't stop nabble from archiving the messages on its site:

http://www.nabble.com/Problems-using-Cygwin-with-PHP-on-Windows-t1467304.html#a3965603

How delightful - a new way to confuse people about what mailing list to
use for cygwin.

Btw, this was just a heads up for the fact that 1) nabble is not allowed to
send email here and 2) nabble's archives should not be trusted (a fact which
is now a 
href=http://www.nabble.com/Good-old-nabble-t1468836.html;ensconced/a
in nabble's archives).

Follow-ups to this message should probably go to cygwin-talk.

cgf


Re: Cygwin installer command line options

2006-04-18 Thread Joshua Daniel Franklin
--- Brooke Wallace wrote:
 Can someone point me to the files or any existing patches etc that
 deal with the command line options? I'm not a Windows developer, but
 I'm willing to update the application if I can get pointed in the
 right direction as it would be very useful to me. I've already got
 the latest CVS version and was able to build it.

You might start with the Re: setup.exe: feature request with patch
thread at:

http://cygwin.com/ml/cygwin-apps/2006-03/threads.html#00070

(I'm not saying you need to use that patch, it's just a patch
example.) 

BTW, what sort of functionality did you want to add?
Have you been using setup.exe -L -l DOSPATH to install from
a local install point?

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Fw: Cygwin installer command line options

2006-04-18 Thread Brooke Wallace
- Original Message - 
From: Joshua Daniel Franklin [EMAIL PROTECTED]
To: Brooke Wallace [EMAIL PROTECTED]; 
cygwin-apps@cygwin.com

Sent: Tuesday, April 18, 2006 10:17 AM
Subject: Re: Cygwin installer command line options




BTW, what sort of functionality did you want to add?
Have you been using setup.exe -L -l DOSPATH to install from
a local install point?




I've been using the following command line options:

setup.exe --local-install -l \\myshare\packages\cygwin\%MYVERSION% -R
c:\utils\cygwin -r -n -A

Works great except that it only installs the default package set. We are
using some non-default packages and just decided to install everything.
Unfortunately the only way to select install everything is to launch the
GUI and select everything from the package list.

I'd like to have an option that lets you determine the package set. 
Probably

the best approach would be to take a command line option to specify a file
that contains a list of packages to be installed.

The plan is that once Cygwin is installed, we can add new packages and
updates to our local copy of the distro and have out IT department push an
upgrade to our user base using SMS. Right now the install takes over 30min
which is very slow because ~2GB of data must be copied to the developer
system. Our IT depart has a simple installer that just copies the files, 
and
registry settings taken from an existing install. With the Cygwin 
installer,

it should just update the packages that have changed.

Here is a list of command line options I'm aware of:

Cygwin installer command line options
Command Line Options:
-D --download  Download from internet
-L --local-install Install from local directory
-s --site  Download site
-R --root  Root installation directory
-q --quiet-modeUnattended setup mode
-h --help  print help
-l --local-package-dir Local package directory
-r --no-replaceonrebootDisable replacing in-use files on
next
   reboot.
-5 --no-md5Suppress MD5 checksum verification
-n --no-shortcuts  Disable creation of desktop and
start
   menu shortcuts
-N --no-startmenu  Disable creation of start menu
shortcut
-d --no-desktopDisable creation of desktop shortcut
-A --disable-buggy-antivirus   Disable known or suspected buggy
anti
virus software packages during
  execution.



-Brooke




RE: HEADS-UP: Modular X11 (ALL maintainers, please read)

2006-04-18 Thread Hannu E K Nevalainen
Sorry for writing in a shorthand style. Please fill in the missing words of
type please...
And as a precaution;
 in case CGF happens to read this and finds anything upsetting:
 No personal offense intended! ;-)
 Remember; I would NOT be here writing this unless I lkied cygwin a lot.


In the process of creating new X packages, might it be possible to begin
have a (type of) cleanup happen at the same time?


 What I'm asking for is:
  1) more coordination, please!
  2) A SINGLE Start-Programs-Cygwin item, please - *subitems* preferred.

As it is now cygwin and some of the dependant stuff is littering the start
menu with loads of duplicate items; created by diverse packages. (1)

 IM(VSP)O this is a must have (2):

$ cd /etc/X11
$ diff -u0 X-start-menu-icons-list.orig X-start-menu-icons-list
--- X-start-menu-icons-list.orig2006-04-18 19:37:07.34375 +0200
+++ X-start-menu-icons-list 2006-04-18 19:37:33.796875000 +0200
@@ -4 +4 @@
-TOPFOLDER=$(cygpath -A -P)/Cygwin-X
+TOPFOLDER=$(cygpath -A -P)/Cygwin/X


Suggestion in a short sentence:
 Make the cygwin base package create Start-Programs-Cygwin, other packages
(possibly) create subitem-folders if they find that necessary (a folder per
package?).

/H
IMVSPO - In My Very Strong Personal Opinion
--



Re: HEADS-UP: Modular X11 (ALL maintainers, please read)

2006-04-18 Thread Christopher Faylor
On Tue, Apr 18, 2006 at 08:08:31PM +0200, Hannu E K Nevalainen wrote:
Sorry for writing in a shorthand style. Please fill in the missing words of
type please...
And as a precaution;
 in case CGF happens to read this and finds anything upsetting:
 No personal offense intended! ;-)
 Remember; I would NOT be here writing this unless I lkied cygwin a lot.

You'd be much better served if you just made points without this creepy
(paranoid?) need to drag me into a discussion.

cgf


Re: HEADS-UP: Modular X11 (ALL maintainers, please read)

2006-04-18 Thread Yaakov S (Cygwin Ports)

Charles Wilson wrote:

But after 5 years, I think we can get rid of it.

BTW, my version of sxpm DOES use my cygXpm-X4.dll; without using 
libW11 or something similar, sxpm can't work in non-X mode.  I'll just 
remove it from xpm-nox.  cxpm uses noX, so I'll rename my version as 
you suggested.


Test version xpm-nox-4.2.0-5 is up on sourceware, with the following 
filelist:


cxpm is only dependent on cygwin, so I wonder if even this is necessary. 
 Right now I have cxpm and sxpm in the same package, but it wouldn't be 
a big deal to separate them, so that cxpm can be installed without 
pulling in sxpm's dependencies (8 X11 libraries).


Otherwise, this looks good.  Thank you for taking care of this.


Yaakov


Re: HEADS-UP: Modular X11 (ALL maintainers, please read)

2006-04-18 Thread Yaakov S (Cygwin Ports)

Corinna Vinschen wrote:

So you're actually volunteering yourself as the new Cygwin/X maintainer?


I'm working on it, but I'm not fully committing until everything is 
actually working and packaged.


Are you also willing to maintain the web page at http://xfree.cygwin.com/ 

 and to be a bit active as maintainer on the cygwin-x mailing list?

These are two areas for which I could use some assistance, particularly 
with the latter.



the X maintainer has traditionally upload permissions.


You mean you don't want an upload request for 250+ packages? :-D
When everything is ready, I'll go ahead with this.


Yaakov


Re: HEADS-UP: Modular X11 (ALL maintainers, please read)

2006-04-18 Thread Charles Wilson

Yaakov S (Cygwin Ports) wrote:

Charles Wilson wrote:

But after 5 years, I think we can get rid of it.

BTW, my version of sxpm DOES use my cygXpm-X4.dll; without using 
libW11 or something similar, sxpm can't work in non-X mode.  I'll 
just remove it from xpm-nox.  cxpm uses noX, so I'll rename my 
version as you suggested.


Test version xpm-nox-4.2.0-5 is up on sourceware, with the following 
filelist:


cxpm is only dependent on cygwin, so I wonder if even this is necessary.


Err...sortof.  It's true that cxpm doesn't link against any *xpm* DLL. 
That's because it directly includes various .o's from the libXpm/lib 
when linking.


So, cxpm-nox uses *different* xpm code than cxpm-x does: in fact, 
cxpm-nox exercises the code inside cygXpm-noX4.dll (it just has its own 
copy of that binary code), while cxpm(-x) exercises its own copy of the 
code inside cygXpm-4.dll.


So, there really should be two different versions of cxpm -- 'cause they 
are different.


 Right now I have cxpm and sxpm in the same package, but it wouldn't be 
a big deal to separate them, so that cxpm can be installed without 
pulling in sxpm's dependencies (8 X11 libraries).


No, I think you should leave it as is. Your 'cxpm.exe' and 'sxpm.exe' 
should be the official ones; my cxpm-noX is just a hey, cygXpm-noX4.dll 
kinda works maybe indicator.



Otherwise, this looks good.  Thank you for taking care of this.


Sure -- now I just need to redo some of my pending ITPs. g

--
Chuck




RE: HEADS-UP: Modular X11 (ALL maintainers, please read)

2006-04-18 Thread Gary R. Van Sickle
 From: Christopher Faylor
 Sent: Tuesday, April 18, 2006 1:17 PM
 To: cygwin-apps@cygwin.com
 Subject: Re: HEADS-UP: Modular X11 (ALL maintainers, please read)
 
 On Tue, Apr 18, 2006 at 08:08:31PM +0200, Hannu E K Nevalainen wrote:
 Sorry for writing in a shorthand style. Please fill in the missing 
 words of type please...
 And as a precaution;
  in case CGF happens to read this and finds anything upsetting:
  No personal offense intended! ;-)
  Remember; I would NOT be here writing this unless I lkied 
 cygwin a lot.
 
 You'd be much better served if you just made points without 
 this creepy
 (paranoid?) need to drag me into a discussion.
 
 cgf

How did I know he'd take offense at your clarification that there was indeed
no personal offense intended, Hannu?

-- 
Gary R. Van Sickle
 



AW: XWin X server + AIX 5.3 client: keyboard input garbled: perma nent Alt-Gr mode

2006-04-18 Thread Halpaap, Mark
 Does http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-aix-xkb help?
 Also, is your Num Lock on?
   Igor

Well, well..., releasing NumLock indeed helps, thanks.

Disabling XKB is not an option for me since I like
my german keyboard layout and it works just fine elsewhere.

So I think the FAQ might need some update:

-

The X Keyboard Extension doesn't work well with all versions of AIX.
While AIX 5.1 is known to work, AIX 5.3 needs either disabling of
XKB (via -kb) or releasing NumLock.

-

If somebody intends to look into this then I'm willing to
run some tests that this somebody has to specify, with me
having the proper test setup and all...

Cheers,

Mark.



The information contained herein is confidential and is intended solely for the
addressee. Access by any other party is unauthorised without the express 
written permission of the sender. If you are not the intended recipient, please 
contact the sender either via the company switchboard on +44 (0)20 7623 8000, or
via e-mail return. If you have received this e-mail in error or wish to read our
e-mail disclaimer statement and monitoring policy, please refer to 
http://www.drkw.com/disc/email/ or contact the sender. 



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: Repaint/redraw problems

2006-04-18 Thread Angelo Graziosi

Usually the Repaint problem is solved adding '+bs' (BS = backing store')
to XWin command line, e.g. :


XWin -multiwindow -clipboard -silent-dup-error +bs



   Angelo.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



problem with 3D application in cygwin

2006-04-18 Thread Kin Yip
Hi,

I've freshly installed the entire cygwin (including opengl) in my laptop.   
When I start an application
called Opera (calculating electromagnetic field) in another node after ssh, 
the 2D portion of it works 
OK but the 3D portion just doesn't work properly.   I've attached the Xwin.log 
in this email.

If I use something like XManager (their newest which supports opengl) and ssh 
(with their ssh) to login
to the same node, the same application would work properly from that node 
shown in my laptop.

I've made /usr/X1165/bin/X to point to Xwin_GL.exe.  I also know that opengl is 
kind of activated after
I use ssh -Y ; otherwise (ie. if I don't), it'd complain about not having 
GLX.   

Is there something else that I can try to solve the problem ?

Kin

XWin.log
Description: Binary data
--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/

src/winsup/w32api ChangeLog include/commctrl.h ...

2006-04-18 Thread dannysmith
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-18 09:35:29

Modified files:
winsup/w32api  : ChangeLog 
winsup/w32api/include: commctrl.h winbase.h wingdi.h winuser.h 
winsup/w32api/lib: test.c 

Log message:
2006-04-18  Eric House  [EMAIL PROTECTED]

PocketPC support.
* include/aygshell.h: New file [_WIN32_WCE]. Declare most common
functions for using aygshell on PocketPC:
SHCreateMenuBar, SHFindMenuBar, SHCreateNewItem, SHFullScreen,
SHSipInfo, SHHandleWMActivate, SHHandleWMSettingChange

* include/commctrl.h [_WIN32_WCE] Add function prototypes for
command bar API on PocketPC:
CommandBar_Create, CommandBar_Show, CommandBar_AddBitmap,
CommandBar_InsertComboBox, CommandBar_InsertMenubar,
CommandBar_InsertMenubarEx, CommandBar_DrawMenuBar,
CommandBar_GetMenu, CommandBar_AddAdornments, CommandBar_Height,
CommandBar_InsertButton, CommandBar_Destroy.

* include/winbase.h [_WIN32_WCE] (WIN32_FIND_DATA{A|W}): Remove
fields not present on PocketPC.
(GetCurrentThreadId): Conditionally declare as extern function
without dllimport attribute on PocketPC.
(ResetEvent): Likwise.
(SetEvent): Likewise.

* include/wingdi.h [_WIN32_WCE]  (GetTextExtentPoint32{A|W}):
Conditionally declare as extern function without dllimport
attribute on PocketPC.
* winuser.h  [_WIN32_WCE] (DialogBoxParam{A|W}): Conditionally
declare as extern function without dllimport attribute on PocketPC.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=srcr1=1.785r2=1.786
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/commctrl.h.diff?cvsroot=srcr1=1.63r2=1.64
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winbase.h.diff?cvsroot=srcr1=1.83r2=1.84
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/wingdi.h.diff?cvsroot=srcr1=1.50r2=1.51
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winuser.h.diff?cvsroot=srcr1=1.109r2=1.110
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/test.c.diff?cvsroot=srcr1=1.31r2=1.32



src/winsup/w32api/include aygshell.h

2006-04-18 Thread dannysmith
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-04-18 09:48:05

Added files:
winsup/w32api/include: aygshell.h 

Log message:
2006-04-18  Eric House  [EMAIL PROTECTED]

PocketPC support.
* include/aygshell.h: New file [_WIN32_WCE]. Declare most common
functions for using aygshell on PocketPC:
SHCreateMenuBar, SHFindMenuBar, SHCreateNewItem, SHFullScreen,
SHSipInfo, SHHandleWMActivate, SHHandleWMSettingChange

* include/commctrl.h [_WIN32_WCE] Add function prototypes for
command bar API on PocketPC:
CommandBar_Create, CommandBar_Show, CommandBar_AddBitmap,
CommandBar_InsertComboBox, CommandBar_InsertMenubar,
CommandBar_InsertMenubarEx, CommandBar_DrawMenuBar,
CommandBar_GetMenu, CommandBar_AddAdornments, CommandBar_Height,
CommandBar_InsertButton, CommandBar_Destroy.

* include/winbase.h [_WIN32_WCE] (WIN32_FIND_DATA{A|W}): Remove
fields not present on PocketPC.
(GetCurrentThreadId): Conditionally declare as extern function
without dllimport attribute on PocketPC.
(ResetEvent): Likwise.
(SetEvent): Likewise.

* include/wingdi.h [_WIN32_WCE]  (GetTextExtentPoint32{A|W}):
Conditionally declare as extern function without dllimport
attribute on PocketPC.
* winuser.h  [_WIN32_WCE] (DialogBoxParam{A|W}): Conditionally
declare as extern function without dllimport attribute on PocketPC.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/aygshell.h.diff?cvsroot=srcr1=NONEr2=1.1



winsup/cygwin ChangeLog exceptions.cc

2006-04-18 Thread cgf
CVSROOT:/cvs/uberbaum
Module name:winsup
Changes by: [EMAIL PROTECTED]   2006-04-18 16:24:54

Modified files:
cygwin : ChangeLog exceptions.cc 

Log message:
* exceptions.cc (ctrl_c_handler): Only exit TRUE on CTRL_LOGOFF_EVENT 
when we
have actually handled the event.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaumr1=1.3483r2=1.3484
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaumr1=1.290r2=1.291



wrong configure script in cvs head

2006-04-18 Thread HASHI Hiroaki
In cvs head, configure script do not restore saved 'CFLAGS' value.

That cause configure error at newlib/libc/configure.

Index: configure.in
===
RCS file: /cvs/src/src/configure.in,v
retrieving revision 1.303
diff -u -r1.303 configure.in
--- configure.in6 Apr 2006 21:49:25 -   1.303
+++ configure.in18 Apr 2006 06:08:54 -
@@ -1145,8 +1145,8 @@
 #include mpfr.h], [mpfr_t n; mpfr_init(n);],
 [AC_MSG_RESULT([yes])],  [AC_MSG_RESULT([no]); have_gmp=no])
   LIBS=$saved_LIBS
-  CFLAGS=$saved_CFLAGS
 fi
+CFLAGS=$saved_CFLAGS
 
 # Flags needed for both GMP and/or MPFR
 AC_SUBST(gmplibs)

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



Not being given the option of installing packages on setup

2006-04-18 Thread Natalia M. Belfiore

Hello
I am a relatively new cygwin user and very new to programming. I have 
successfully installed and run cygwin and perl and some unix utilities on 
one of my PCs. I recently tried to install it on another pc (my laptop) but 
I do not seem to have the option of installing packages. Every single 
choice in the expanding menu of packages says skip. I have tried deleting 
the setup folders and redownloading it 4 times, and every time I get the 
same thing. I tried installing whatever it will install anyway, and then 
opening the cygwin window and asking it to show me the available packages 
(with the cygcheck -p command) and for kicks, to tell me the perl version 
that's installed, and each time it confirms that there is nothing.


Is anyone aware of what conditions might cause this to be the case? I 
ostensibly have Windows XP professional running on both computers, but I 
notice that some things run differently on my laptop than my desktop, so 
perhaps there is something set differently. If anyone can suggest things I 
can check, I am happy to do that.


Thank you for your help,
Tasha



--
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: Not being given the option of installing packages on setup

2006-04-18 Thread René Berber
Natalia M. Belfiore wrote:

 Hello
 I am a relatively new cygwin user and very new to programming. I have
 successfully installed and run cygwin and perl and some unix utilities
 on one of my PCs. I recently tried to install it on another pc (my
 laptop) but I do not seem to have the option of installing packages.
 Every single choice in the expanding menu of packages says skip. I
 have tried deleting the setup folders and redownloading it 4 times, and
 every time I get the same thing. I tried installing whatever it will
 install anyway, and then opening the cygwin window and asking it to show
 me the available packages (with the cygcheck -p command) and for kicks,
 to tell me the perl version that's installed, and each time it confirms
 that there is nothing.

cygcheck -p something searches the Cygwin repository (not your laptop) for
packages that include something, you probably want to use cygcheck -s to see
what is installed (package names at the end of the output).

 Is anyone aware of what conditions might cause this to be the case? I
 ostensibly have Windows XP professional running on both computers, but I
 notice that some things run differently on my laptop than my desktop, so
 perhaps there is something set differently. If anyone can suggest things
 I can check, I am happy to do that.

If everything is marked as skip, then you probably have the full base
installation (unless someone messed with the setup.log files).  From there just
choose what you want to install, setup takes care of the dependencies.
-- 
René Berber


--
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: Bug in GNU Emacs POP3 handler

2006-04-18 Thread Ismael Valladolid Torres
gustav escribe:
 Now, Cygwin, like Windows NT, has problems with colons in file names,

There's something called managed mounts. I don't mean that I ever
achieved making it work! :)

Cordially, Ismael
-- 
Spermamax

  http://lamediahostia.blogspot.com/
  http://www.flickr.com/photos/ivalladt/


signature.asc
Description: Digital signature


Re: Bug in GNU Emacs POP3 handler

2006-04-18 Thread Corinna Vinschen
On Apr 17 21:04, gustav wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 G'day All,
 
 There is a small bug in GNU Emacs POP3 handler.

Unfortunately our GNU Emacs maintainer is AWOL.  Btw., we're always
happy if people are willing to (seriously) take over maintainership of
an orphaned package.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
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: csh and/or GNU make bug

2006-04-18 Thread Corinna Vinschen
On Apr 17 21:15, gustav wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 
 There is a bug either in GNU make or in tcsh or in both---on
 Cygwin. The combination of csh and GNU make will hang if SHELL is
 declared as /bin/csh -f.  The -f option is often used to stop csh from
 sourcing users' .cshrc on invocation.
 
versions:
   make 3.80-1
   tcsh 6.14.00-5
   cygwin   1.5.19-4
 
 Here is a brief demo:
 
 [EMAIL PROTECTED]:../tryme 21:14:36 !548 $ cat GNUmakefile
 SHELL = /bin/csh -f
 
 TODAY := $(shell date +%d%b%Y)
 
 all: echo
 
 echo:
 echo $(TODAY)
 

Hmm, I just tried it and http://cygwin.com/acronyms/#WJFFM with and
without -f.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

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



making .bat to launch .exe and .sh

2006-04-18 Thread gohans

hello,

i was wondering if it was possible to make a .bat file that could launch
.exe and .sh files, on windows.
If you have any idea about that, i would really appreciate.

--
View this message in context: 
http://www.nabble.com/making-.bat-to-launch-.exe-and-.sh-t1466778.html#a3964281
Sent from the Cygwin Users forum at Nabble.com.


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



problems downloading cygwinports

2006-04-18 Thread [EMAIL PROTECTED]
I have some problems downloading Cygwin Ports packages from sunsite.dk. 
There are some packages in setup.ini that do not exist in the ftp 
directory (like libgda3)! This causes setup.exe to fail.
Have someone a solution for this situation?
 





Tiscali ADSL 4 Mega Flat
Naviga senza limiti a 19,95 euro al mese con 4 Megabps di velocità e 2 MESI 
GRATIS.
In più, se sei raggiunto dalla rete Tiscali, telefoni senza pagare il canone 
Telecom. Scopri subito come risparmiare!
http://abbonati.tiscali.it/prodotti/adsl/tc/4flat/


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



cygwin-1.dll long-time bug

2006-04-18 Thread burning shadow
There is a bug in all cygwin processes which leads to 100% CPU usage
and locking another processes. For example, there was a windows update
(installed automatically using Automatic Updates) from Microsoft,
which couldn't be installed until all cygwin processes are stopped. It
happens with some utilities which somehow work with process
information. For example, this happens if I try to see threads tab of
cygwin process in Process Explorer. I thought it was a Process
Explorer's bug, but the same happens with another utilities, and even
with windows updates.


RE: problems downloading cygwinports

2006-04-18 Thread Dave Korn
On 18 April 2006 10:10, cclaudi wrote:

 I have some problems downloading Cygwin Ports packages from sunsite.dk.
 There are some packages in setup.ini that do not exist in the ftp
 directory (like libgda3)! This causes setup.exe to fail.
 Have someone a solution for this situation?

  Select a different mirror!


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: csh and/or GNU make bug

2006-04-18 Thread gustav
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Corinna Vinschen writes:

   Hmm, I just tried it and http://cygwin.com/acronyms/#WJFFM with
   and without -f.

It may be dependent on some other environmental factors. My login
shell is bash.  Did you have exactly the same versions of make, tcsh
and cygwin? Cygwin csh is a link to tcsh.

I should also add that I don't have any .cshrc or .login in my $HOME,
so the only thing that tcsh reads when invoked without the -f switch
is /etc/csh.cshrc and files from /etc/profile.d. But, I think, it
always inherits my environment.

Cheers,

==
 Zdzislaw (Gustav) Meglicki, Office of the Vice President for Information
 Technology, Indiana University, 601 E. Kirkwood Ave., Room 116, 
 Bloomington, IN 47405-1223, USA, http://beige.ucs.indiana.edu/gustav,
 ph: 812-856-5597 (o), 812-345-3284 (m), fax: 812-855-3310/812-856-3147
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iD8DBQFERNP1mWA2y7s1YXMRAo4XAKCaPMYGuamrekiOXuRM9TZrJjBfhACcDvBo
CwkHTnncg9GYkk1dBE+Fngw=
=U7AJ
-END PGP SIGNATURE-


--
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: making .bat to launch .exe and .sh

2006-04-18 Thread Jeff Lange
I use a bat file that looks like this:


@echo off
c:
chdir c:\cygwin\bin
bash --login -i -c /script.sh


-Jeff


On 4/18/06, gohans [EMAIL PROTECTED] wrote:

 hello,

 i was wondering if it was possible to make a .bat file that could launch
 .exe and .sh files, on windows.
 If you have any idea about that, i would really appreciate.

 --
 View this message in context: 
 http://www.nabble.com/making-.bat-to-launch-.exe-and-.sh-t1466778.html#a3964281
 Sent from the Cygwin Users forum at Nabble.com.


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



--
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: csh and/or GNU make bug

2006-04-18 Thread Corinna Vinschen
On Apr 18 07:48, gustav wrote:
 Corinna Vinschen writes:
 
Hmm, I just tried it and http://cygwin.com/acronyms/#WJFFM with
and without -f.
 
 It may be dependent on some other environmental factors. My login
 shell is bash.  Did you have exactly the same versions of make, tcsh
 and cygwin? Cygwin csh is a link to tcsh.

Well... sure, that's how the tcsh package sets it up.  And yes, I'm
runnning the latest versions of everything, except for Cygwin, which I'm
running the latest from CVS.  However switching back to 1.5.19 didn't
change anything for me.

 I should also add that I don't have any .cshrc or .login in my $HOME,
 so the only thing that tcsh reads when invoked without the -f switch
 is /etc/csh.cshrc and files from /etc/profile.d. But, I think, it
 always inherits my environment.

I tried all combinations, with bash and tcsh as login shell, with and
without .cshrc/.login files.  It always works fine.  If you can't figure
out the exact combination to reproduce the problem, you'll have to debug
this by yourself.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
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: Not being given the option of installing packages on setup

2006-04-18 Thread Igor Peshansky
On Tue, 18 Apr 2006, Natalia M. Belfiore wrote:

 Hello
 I am a relatively new cygwin user and very new to programming. I have
 successfully installed and run cygwin and perl and some unix utilities
 on one of my PCs. I recently tried to install it on another pc (my
 laptop) but I do not seem to have the option of installing packages.
 Every single choice in the expanding menu of packages says skip.

Try switching to Full mode (click the button in the top right corner).

 I have tried deleting the setup folders and redownloading it 4 times,

Which setup folders?  You mean the local directory that setup asks for?

 and every time I get the same thing. I tried installing whatever it will
 install anyway, and then opening the cygwin window and asking it to show
 me the available packages (with the cygcheck -p command) and for kicks,
 to tell me the perl version that's installed, and each time it confirms
 that there is nothing.

Well, how about following the Cygwin problem reporting guidelines at
http://cygwin.com/problems.html and attaching (as an uncompressed text
attachment) the output of cygcheck -svr?

 Is anyone aware of what conditions might cause this to be the case? I
 ostensibly have Windows XP professional running on both computers, but I
 notice that some things run differently on my laptop than my desktop, so
 perhaps there is something set differently. If anyone can suggest things
 I can check, I am happy to do that.

Without the output of cygcheck -svr, there isn't much we can do...
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!

Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte.
But no -- you are no fool; you call yourself a fool, there's proof enough in
that! -- Rostand, Cyrano de Bergerac

--
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: Not being given the option of installing packages on setup

2006-04-18 Thread Igor Peshansky
On Tue, 18 Apr 2006, René Berber wrote:

 Natalia M. Belfiore wrote:

  Hello
  I am a relatively new cygwin user and very new to programming. I have
  successfully installed and run cygwin and perl and some unix utilities
  on one of my PCs. I recently tried to install it on another pc (my
  laptop) but I do not seem to have the option of installing packages.
  Every single choice in the expanding menu of packages says skip. I
  have tried deleting the setup folders and redownloading it 4 times,
  and every time I get the same thing. I tried installing whatever it
  will install anyway, and then opening the cygwin window and asking it
  to show me the available packages (with the cygcheck -p command) and
  for kicks, to tell me the perl version that's installed, and each time
  it confirms that there is nothing.

 cygcheck -p something searches the Cygwin repository (not your
 laptop) for packages that include something,

...and actually has the same functionality as the Cygwin package search
page at http://cygwin.com/packages/.

 you probably want to use cygcheck -s to see what is installed (package
 names at the end of the output).

You meant cygcheck -c, didn't you?

  Is anyone aware of what conditions might cause this to be the case? I
  ostensibly have Windows XP professional running on both computers, but
  I notice that some things run differently on my laptop than my
  desktop, so perhaps there is something set differently. If anyone can
  suggest things I can check, I am happy to do that.

 If everything is marked as skip, then you probably have the full base
 installation (unless someone messed with the setup.log files).

Again, you probably meant the /etc/setup directory, or the setup
package database -- setup doesn't look at the logs.

 From there just choose what you want to install, setup takes care of the
 dependencies.

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!

Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte.
But no -- you are no fool; you call yourself a fool, there's proof enough in
that! -- Rostand, Cyrano de Bergerac
--
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: paste-from-clipboard dosen't works on Cygwin platform

2006-04-18 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

http://cygwin.com/acronyms/#PPIOSPE - so that others can find this
information.  I'm just sending this to cygwin, instead of bug-bash, since
this has been discussed before in the bug-bash archives but is new to
cygwin due to the recent bash upgrade to 3.1.

According to Kirill Yarosh on 4/18/2006 2:42 AM:
 From: [EMAIL PROTECTED]
 To: bug-bash@gnu.org
 Subject: paste-from-clipboard dosen't works on Cygwin platform
 
 Configuration Information [Automatically generated, do not change]:
 Machine: i686
 OS: cygwin
 Compiler: gcc
 Compilation CFLAGS:  -DPROGRAM='bash.exe' -DCONF_HOSTTYPE='i686'
 -DCONF_OSTYPE='cygwin' -DCONF_MACHTYPE='i686-pc-cygwin'
 -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash'
 -DSHELL -DHAVE_CONFIG_H -DRECYCLES_PIDS   -I.  -I/tmp/bash-3.1
 -I/tmp/bash-3.1/include -I/tmp/bash-3.1/lib   -O2
 uname output: CYGWIN_NT-5.0 kirill-pc 1.5.19(0.150/4/2) 2006-01-20 13:28
 i686 Cygwin
 Machine Type: i686-pc-cygwin
 
 Bash Version: 3.1
 Patch Level: 17
 Release Status: release
 
 Description:
   keyboard function paste-from-clipboard lost a bound to a key
 
 Repeat-By:
   I have a following line in the my .inputrc file:
 \C-v: paste-from-clipboard
 
   After Bash has started the key is unbound:
 $ bind -p | grep -i clip
 # paste-from-clipboard (not bound)
 
   After \C-x\C-r keyboard sequence (re-read-init-file)
 it is bind the key to the function but only till  next RETURN will
 typed. After any command or empty
 RETURN it is come to be unbound.
 
 
 Fix:
 

This is expected behavior.  By default, terminals use Ctrl-V as the
quoting character (see 'stty -a' and 'stty --help').  Readline 5.1 (and
thus bash 3.1) added a new feature, bind-tty-special-characters, defaulted
to on, which overrides key bindings in ~/.inputrc with those specified by
the terminal.  The solution, then, is to either turn this readline feature
off (add set bind-tty-special-characters off to ~/.inputrc), or to tell
your terminal to not bind Ctrl-V (add stty lnext undef to your
~/.bash_profile).  If you like emacs bindings, where Ctrl-Q is the quoting
character instead of Ctrl-V, you could do stty lnext ^Q stop undef instead.

- --
Life is short - so eat dessert first!

Eric Blake [EMAIL PROTECTED]
volunteer cygwin bash maintainer
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEROVz84KuGfSFAYARAiG4AJ4swvS+kn0sRZ8dihgg5Khkj1UgjQCfdVuN
826uyKEpnlYywPBUAYBlfAU=
=+2bI
-END PGP SIGNATURE-

--
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: making .bat to launch .exe and .sh

2006-04-18 Thread gohans

hello,

it works really, now am trying to catch the return code of the files and put
them in a log file.
thanks for your fast answer :)

--
View this message in context: 
http://www.nabble.com/making-.bat-to-launch-.exe-and-.sh-t1466778.html#a3967881
Sent from the Cygwin Users forum at Nabble.com.


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



Using snapshots (20060417) and shutdown

2006-04-18 Thread Angelo Graziosi

It seem that with recent snapshots the command

   shutdown -x now 


does not work any more.

I have done:

  PC On
  login as Administrator
  click on Cygwin.bat link on the desktop

  $ shutdown -x now  (or shutdown -x 60)

  

but the bash window (Cygwin.bat) is not closed and a window appears with
title (translating)
   
 End program - ~

it says:

 Impossible to close the application. It could be need to wait
 for completion...
 ...


 Close now Cancel


This happens with the snapshots 

   20060413 21:31:41

and the current

   20060417 21:31:28  


BUT NOT with Cygwin 1.5.19-4!
^^^ 


The system is W2K SP4 with all Cygwin pkgs installed of which the test
pkgs are:

Test packages installed:
coreutils-5.94-5
emacs-21.3.50-2
findutils-4.3.0-1
lesstif-0.94.4-1
tar-1.15.90-1
xorg*-6.8.99.901-1 (19 pkgs)

NO services running.


Cheers,

Angelo.



--
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: csh and/or GNU make bug

2006-04-18 Thread Volker Quetschke

Hi!

Paul D. Smith wrote:

%% gustav [EMAIL PROTECTED] writes:

  g There is a bug either in GNU make or in tcsh or in both---on
  g Cygwin. The combination of csh and GNU make will hang if SHELL is
  g declared as /bin/csh -f.

I don't know what is causing this particular issue.


First a question: Can you really reproduce this problem?

I'm asking because some people have peported hangs while building
OpenOffice.org (cygwin's tcsh is used as part of the build environment).
and if you remove the -f this cures or reduces the number of hangs.

tcsh is used as the shell used by the make utility (dmake) that is used.

Un-? Fortunately only a few people are able to reproduce this hang. If this
really hangs reproducible for you (works fine here) this might be a start to
locate the problem


However, I have to strongly recommend that no one should use csh, in any
form, as the value for SHELL in a makefile.

There are too many odd things about the way csh works that makes it
inappropriate for use with make.  Primarily the issues involve quoting
and multi-line scripting, but there are more subtle issues as well: for
example the jobserver feature (not available on the Windows port--yet)
does not work with csh, because csh has an annoying habit of closing
open file descriptors when it starts up.

I don't see any argument against tcsh if it does what it's supposed to do
as part of the make process. Evaluate the command line and eventually start
a programs for the make tool.

 Volker


Really, csh is just broken--and for makefiles even moreso.

My HO, of course :-).



--
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: csh and/or GNU make bug

2006-04-18 Thread Christopher Faylor
On Tue, Apr 18, 2006 at 10:42:00AM +0200, Corinna Vinschen wrote:
Hmm, I just tried it and http://cygwin.com/acronyms/#WJFFM with and
without -f.

Ditto.

--
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: cygwin-1.dll long-time bug

2006-04-18 Thread Christopher Faylor
On Tue, Apr 18, 2006 at 01:12:09PM +0400, burning shadow wrote:
There is a bug in all cygwin processes which leads to 100% CPU usage
and locking another processes. For example, there was a windows update
(installed automatically using Automatic Updates) from Microsoft,
which couldn't be installed until all cygwin processes are stopped. It
happens with some utilities which somehow work with process
information. For example, this happens if I try to see threads tab of
cygwin process in Process Explorer. I thought it was a Process
Explorer's bug, but the same happens with another utilities, and even
with windows updates.

Rest assured, that if either Corinna or I ever actually see this problem
we'll try very hard to fix it.

Until that time, someone else who has the problem is welcome to track it
down and offer a patch.

cgf

--
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: Find not working w/ Samba drive

2006-04-18 Thread Stefan Vorkoetter

Corinna Vinschen wrote:

I've applied a patch to Cygwin which handles the remote file systems 
according to the above list now.  Please test the next developers

snapshot from http://cygwin.com/snapshots/


Corinna


I've tried this patched dll, and the cp from a Samba 2.x filesystem problem 
has gone away.

Thanks!

--
Stefan Vorkoetter
Maplesoft

Aviation is proof, that given the will, we have the capacity to
achieve the impossible.
  -- Eddie Rickenbacker

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



how do I copy and save output from cygwin window?

2006-04-18 Thread Natalia M. Belfiore



I was advised to send the output of cygcheck -svc to the problems list. I 
don't know how to save that output. I can't grab it with my mouse. Thanks

Tasha


--
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: Not being given the option of installing packages on setup

2006-04-18 Thread Natalia M. Belfiore

Hi

Thanks for the quick reply and suggestions. I'm sorry I didn't read to the 
bottom of the reporting problems page. My mistake.


1. I did try switching to full mode and everything disappeared in the menu 
of choices.
2. sorry to be unclear. By setup folder I do mean the local directory 
that setup asks for. It seems that there's a setup.exe file and 2 other 
files that are created. If there's something else I should delete, please 
let me know.

4. I have attached a text file of the cygcheck -svc output.

Thank you,
Tasha


At 06:04 AM 4/18/2006, you wrote:

On Tue, 18 Apr 2006, Natalia M. Belfiore wrote:

 Hello
 I am a relatively new cygwin user and very new to programming. I have
 successfully installed and run cygwin and perl and some unix utilities
 on one of my PCs. I recently tried to install it on another pc (my
 laptop) but I do not seem to have the option of installing packages.
 Every single choice in the expanding menu of packages says skip.

Try switching to Full mode (click the button in the top right corner).

 I have tried deleting the setup folders and redownloading it 4 times,

Which setup folders?  You mean the local directory that setup asks for?

 and every time I get the same thing. I tried installing whatever it will
 install anyway, and then opening the cygwin window and asking it to show
 me the available packages (with the cygcheck -p command) and for kicks,
 to tell me the perl version that's installed, and each time it confirms
 that there is nothing.

Well, how about following the Cygwin problem reporting guidelines at
http://cygwin.com/problems.html and attaching (as an uncompressed text
attachment) the output of cygcheck -svr?

 Is anyone aware of what conditions might cause this to be the case? I
 ostensibly have Windows XP professional running on both computers, but I
 notice that some things run differently on my laptop than my desktop, so
 perhaps there is something set differently. If anyone can suggest things
 I can check, I am happy to do that.

Without the output of cygcheck -svr, there isn't much we can do...
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!

Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte.
But no -- you are no fool; you call yourself a fool, there's proof enough in
that! -- Rostand, Cyrano de Bergerac



Natalia (Tasha) Belfiore, PhD
Visiting Research Fellow
Museum of Vertebrate Zoology
3101 VLSB #3160
University of California, Berkeley
Berkeley CA 94720

tel: (510) 643-0986
fax: (510) 643-8238  
Cygwin Configuration Diagnostics
Current System Time: Tue Apr 18 08:42:35 2006

Windows XP Professional Ver 5.1 Build 2600 Service Pack 2

Path:   C:\cygwin\usr\local\bin
C:\cygwin\bin
C:\cygwin\bin
C:\cygwin\usr\X11R6\bin
c:\WINDOWS\system32
c:\WINDOWS
c:\WINDOWS\System32\Wbem
c:\Program Files\SSH Communications Security\SSH Secure Shell

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

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

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

USER = 'Natalia Belfiore'
PWD = '/home/Natalia Belfiore'
HOME = '/home/Natalia Belfiore'
MAKE_MODE = 'unix'

HOMEPATH = '\Documents and Settings\Natalia Belfiore'
MANPATH = '/usr/local/man:/usr/share/man:/usr/man:'
APPDATA = 'C:\Documents and Settings\Natalia Belfiore\Application Data'
HOSTNAME = 'museum-6f80213f'
TERM = 'cygwin'
PROCESSOR_IDENTIFIER = 'x86 Family 15 Model 2 Stepping 9, GenuineIntel'
WINDIR = 'C:\WINDOWS'
OLDPWD = '/usr/bin'
USERDOMAIN = 'MUSEUM-6F80213F'
OS = 'Windows_NT'
ALLUSERSPROFILE = 'C:\Documents and Settings\All Users.WINDOWS'
TEMP = '/cygdrive/c/DOCUME~1/NATALI~1/LOCALS~1/Temp'
COMMONPROGRAMFILES = 'C:\Program Files\Common Files'
USERNAME = 'Natalia Belfiore'
PROCESSOR_LEVEL = '15'
FP_NO_HOST_CHECK = 'NO'
SYSTEMDRIVE = 'C:'
USERPROFILE = 'C:\Documents and Settings\Natalia Belfiore'
PS1 = '\[\e]0;[EMAIL PROTECTED] \[\e[33m\]\w\[\e[0m\]\n\$ '
LOGONSERVER = '\\MUSEUM-6F80213F'
PROCESSOR_ARCHITECTURE = 'x86'
!C: = 'C:\cygwin\bin'
SHLVL = '1'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
HOMEDRIVE = 'C:'
PROMPT = '$P$G'
COMSPEC = 'C:\WINDOWS\system32\cmd.exe'
TMP = '/cygdrive/c/DOCUME~1/NATALI~1/LOCALS~1/Temp'
SYSTEMROOT = 'C:\WINDOWS'
PRINTER = 'EPSON Stylus C42 Series'
CVS_RSH = '/bin/ssh'
PROCESSOR_REVISION = '0209'
INFOPATH = '/usr/local/info:/usr/share/info:/usr/info:'
PROGRAMFILES = 'C:\Program Files'

RE: how do I copy and save output from cygwin window?

2006-04-18 Thread Buchbinder, Barry \(NIH/NIAID\) [E]
Natalia M. Belfiore wrote:
 I was advised to send the output of cygcheck -svc to the problems
 list. I don't know how to save that output. I can't grab it with my
 mouse. Thanks Tasha  

http://cygwin.com/problems.html says Run
cygcheck -s -v -r  cygcheck.out
and include that file as an attachment in your report. Please do not
compress or otherwise encode the output. Just attach it as a straight
text file so that it can be easily viewed.

--
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: problems downloading cygwinports

2006-04-18 Thread Brian Dessent
[EMAIL PROTECTED] wrote:

 I have some problems downloading Cygwin Ports packages from sunsite.dk.
 There are some packages in setup.ini that do not exist in the ftp
 directory (like libgda3)! This causes setup.exe to fail.
 Have someone a solution for this situation?

Cygwin Ports has its own mailing list; you should report this there. 
It's not part of the official project and off-topic for this list.

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/



RE: Not being given the option of installing packages on setup

2006-04-18 Thread Dave Korn
On 18 April 2006 16:47, Natalia M. Belfiore wrote:

 1. I did try switching to full mode and everything disappeared in the menu
 of choices.

  Are you sure that the column widths on the chooser aren't just messed up or
it's scrolled too far or something like that?

 4. I have attached a text file of the cygcheck -svc output.

  Which reveals you to have a fully working cygwin installation.

  BTW, when it says Skip next to something and you want that something
installed, click on the word Skip and it should change to a version number
(if it's a single package), which means install this version, or the word
Install (if it's an entire category), which means Install current versions
of all packages in category.

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/



run.exe no longer working

2006-04-18 Thread Trebor Sreyb
All of a sudden, I find that run.exe is no longer able
to launch startx. For example, I had been
using for several months a desktop shortcut that calls
the following target:

C:\cygwin\bin\run.exe /bin/tcsh -c
/usr/X11R6/bin/startx

(did that get split to 2 lines? should be one)

This shortcut worked like a charm for many months.
Then, all of a sudden last week, it stopped working.
Symptom is that NOTHING occurs - not even an error
message. No new processes appear in windows Task
Manager either. startx has not been modified, nor any
associated start files (.Xinitrc, etc.)

I installed only one new app (snoopfree privacy
shield), however I subsequently uninstalled it (and
rebooted), yet the problem persists. Furthermore, I
have a 2nd PC upon which I installed this same app and
my window manager is still able to be launched.

Any suggestions appreciated.

Thanks,
-Bob
 Andover, MA

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

--
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: cygwin-1.dll long-time bug

2006-04-18 Thread Dave Korn
On 18 April 2006 10:12, burning shadow wrote:

 There is a bug in all cygwin processes which leads to 100% CPU usage
 and locking another processes. For example, there was a windows update
 (installed automatically using Automatic Updates) from Microsoft,
 which couldn't be installed until all cygwin processes are stopped. It
 happens with some utilities which somehow work with process
 information. For example, this happens if I try to see threads tab of
 cygwin process in Process Explorer. I thought it was a Process
 Explorer's bug, but the same happens with another utilities, and even
 with windows updates.

  It's not a bug, it's a feature :)

  Actually, it's an unexpected interaction, quite possibly a side-effect of 
injecting MSVCRT-based code into a cygwin-based thread and having them fight 
over ownership of various TLS slots.  It's very hard to track down though 
because debugging the csrss subsystem whilst using a debugger based on the 
win32 gui can be just a bit tricky. :)

  Ah, I just found something out.  The function that's causing all the trouble 
is ntdll!RtlpQueryProcessDebugInformationRemote; that's somehow going into a 
massive task-switching thrash against csrss and never completing.  Second time 
you bring up the thread monitor you get a second thread doing the same thing.  
Hey, I've got something to work with now... I'll keep the list posted.

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: how do I copy and save output from cygwin window?

2006-04-18 Thread Igor Peshansky
On Tue, 18 Apr 2006, Natalia M. Belfiore wrote:

 I was advised to send the output of cygcheck -svc to the problems list.
 I don't know how to save that output. I can't grab it with my mouse.
 Thanks

Barry already replied about the particular case of problem reporting and
cygcheck -svr output, but, for the future, this information is in the
FAQ: http://cygwin.com/faq/faq.using.html#faq.using.copy-and-paste.
HTH,
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!

Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte.
But no -- you are no fool; you call yourself a fool, there's proof enough in
that! -- Rostand, Cyrano de Bergerac

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



Small fix to Cygwin FAQ

2006-04-18 Thread Mateusz Łoskot
Hi,

I'm Mateusz, a new user of Cygwin.

I found there is a small disinformation in the Cygwin FAQ.
Question
4.19. Why don't international (Unicode) characters work?

says:

Other tools that do not use readline for display, such as less and ls,
require additional settings, which could be put in your ~/.bashrc:

I tested this note and I noticed that .bashrc is not loaded when
launching cygwin.bat or bash --login -i command.

When I renamed this file to ~/.profile then it loads properly and all
customizations are loaded.

I suppose there were some change between Cygwin releases but the FAQ has
not been updated.


BTW, should I send output from cygcheck -s -v -r command?

Best regards
-- 
Mateusz Łoskot
http://mateusz.loskot.net

--
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: csh and/or GNU make bug

2006-04-18 Thread gustav
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


   First a question: Can you really reproduce this problem?  I'm
   asking because some people have peported hangs while building
   OpenOffice.org (cygwin's tcsh is used as part of the build
   environment).  and if you remove the -f this cures or reduces
   the number of hangs.

Ah, so I'm not alone. Well, it happens on my machine and under my
current environment consistently. And, to clarify the matters, it
happens on the very simple GNUmakefile I demonstrated in my previous
message. But others failed to reproduce it---with the same versions
of make, tcsh and cygwin. 

What else it may depend on? Perhaps applied Windows patches and
Windows version? Mine is:

   Windows XP Professional Ver 5.1 Build 2600 Version 2002 
   Service Pack 2

But there are millions of additional fixes and patches that are
not covered by the above. 

Cheers,

==
 Zdzislaw (Gustav) Meglicki, Office of the Vice President for Information
 Technology, Indiana University, 601 E. Kirkwood Ave., Room 116, 
 Bloomington, IN 47405-1223, USA, http://beige.ucs.indiana.edu/gustav,
 ph: 812-856-5597 (o), 812-345-3284 (m), fax: 812-855-3310/812-856-3147
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iD8DBQFERSLgmWA2y7s1YXMRAk67AKCGnoSpiscf1914bTLL/5slS94JQgCgtoRr
3z68ZEowHHPYmeCF8YpZcCw=
=SVbT
-END PGP SIGNATURE-


--
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: Small fix to Cygwin FAQ

2006-04-18 Thread Igor Peshansky
On Tue, 18 Apr 2006, Mateusz oskot wrote:

 I'm Mateusz, a new user of Cygwin.
 [snip]
 I tested this note and I noticed that .bashrc is not loaded when
 launching cygwin.bat or bash --login -i command.

Well, no, it isn't.  However, ~/.bash_profile is, and it should have been
added by the default installation script.  And the default ~/.bash_profile
reads ~/.bashrc, so you get the same functionality whether you are in a
login shell or not.

The only reason the default scripts won't create a ~/.bash_profile is if
one was already present in your home directory.  If so, you may want to
look at /etc/skel/.bash_profile and merge its content with whatever custom
~/.bash_profile you have.

 When I renamed this file to ~/.profile then it loads properly and all
 customizations are loaded.

Yes, but now subshells (which are not login shells) will not have these
customizations.

 I suppose there were some change between Cygwin releases but the FAQ has
 not been updated.

No, there was no related change in Cygwin.

 BTW, should I send output from cygcheck -s -v -r command?

Yes, it's always a good idea when reporting problems with your
installation.
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!

Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte.
But no -- you are no fool; you call yourself a fool, there's proof enough in
that! -- Rostand, Cyrano de Bergerac

--
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: Small fix to Cygwin FAQ

2006-04-18 Thread Mateusz Łoskot
Igor Peshansky wrote:
 On Tue, 18 Apr 2006, Mateusz oskot wrote:
 
 I'm Mateusz, a new user of Cygwin.
 [snip]
 I tested this note and I noticed that .bashrc is not loaded when
 launching cygwin.bat or bash --login -i command.
 
 Well, no, it isn't.  However, ~/.bash_profile is, and it should have been
 added by the default installation script.  And the default ~/.bash_profile
 reads ~/.bashrc, so you get the same functionality whether you are in a
 login shell or not.

OK, but why FAQ does not instruct user to edit ~/.bash_profile file?

 The only reason the default scripts won't create a ~/.bash_profile is if
 one was already present in your home directory.  If so, you may want to
 look at /etc/skel/.bash_profile and merge its content with whatever custom
 ~/.bash_profile you have.
 [...]

That's clear for me.

 BTW, should I send output from cygcheck -s -v -r command?
 
 Yes, it's always a good idea when reporting problems with your
 installation.

OK, here it is:

//

Cygwin Configuration Diagnostics
Current System Time: Tue Apr 18 19:59:32 2006

Windows XP Professional Ver 5.1 Build 2600 Dodatek Service Pack 2

Path:   C:\cygwin\usr\local\bin
C:\cygwin\bin
C:\cygwin\bin
C:\cygwin\usr\X11R6\bin
c:\texmf\miktex\bin
c:\Program Files\ActiveState Komodo 3.5\
c:\Perl\bin\
c:\WINDOWS\system32
c:\WINDOWS
c:\WINDOWS\System32\Wbem
c:\Program Files\ATI Technologies\ATI Control Panel
c:\PROGRA~1\Vision
c:\PROGRA~1\Vision\SYSTEM
c:\PROGRA~1\COMMON~1\Vision
c:\Program Files\Subversion\bin
c:\Program Files\Microsoft Command Shell\
c:\Program Files\cvsnt
c:\PROGRA~1\ATT\Graphviz\bin
c:\Program Files\doxygen\bin
c:\Program Files\Common Files\GTK\2.0\bin
c:\Program Files\Subversion\bin
c:\texmf\miktex\bin
c:\Program Files\ActiveState Komodo 3.5\
c:\Perl\bin\
c:\WINDOWS\system32
c:\WINDOWS
c:\WINDOWS\System32\Wbem
c:\Program Files\ATI Technologies\ATI Control Panel
c:\PROGRA~1\Vision
c:\PROGRA~1\Vision\SYSTEM
c:\PROGRA~1\COMMON~1\Vision
c:\Program Files\Subversion\bin
c:\Program Files\Microsoft Command Shell\
c:\Program Files\cvsnt
c:\PROGRA~1\ATT\Graphviz\bin
c:\Program Files\doxygen\bin
c:\Program Files\Common Files\GTK\2.0\bin
c:\Program Files\Subversion\bin
c:\Tcl\bin
c:\Python23
c:\Tcl-8.4\bin
c:\Bin
c:\Bin\UnixUtils\usr\local\wbin
c:\Bin\svn-win32-1.1.4\bin
c:\Program Files\CVSNT\
c:\Program Files\Vim\vim63\
c:\Bin\proj\bin
c:\Bin\shapelib-1.2.9-bin
c:\Program Files\Thuban\Lib\gdal
c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin
c:\Lib\qt\4.1.1\bin
c:\Program Files\GnuWin32\bin
.\
c:\PROGRA~1\COMMON~1\MUVEET~1\030625

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 11134(mloskot) GID: 10545(mkgroup-l-d)
0(root) 544(Administratorzy)545(Użytkownicy)
1004(Debugger Users)10545(mkgroup-l-d)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 11134(mloskot) GID: 10545(mkgroup-l-d)
0(root) 544(Administratorzy)545(Użytkownicy)
1004(Debugger Users)10545(mkgroup-l-d)

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

USER = 'mloskot'
PWD = '/cygdrive/c/Documents and Settings/mloskot.TAXUSSI'
HOME = '/cygdrive/c/Documents and Settings/mloskot.TAXUSSI'
MAKE_MODE = 'unix'

HOMEPATH = '\Documents and Settings\mloskot.TAXUSSI'
MANPATH = '/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man'
PROJ_LIB = 'C:\Program Files\Quantum GIS\proj_lib'
APPDATA = 'C:\Documents and Settings\mloskot.TAXUSSI\Dane aplikacji'
HOSTNAME = 'taxus4'
VS71COMNTOOLS = 'C:\Program Files\Microsoft Visual Studio .NET
2003\Common7\Tools\'
TERM = 'cygwin'
PROCESSOR_IDENTIFIER = 'x86 Family 15 Model 36 Stepping 2, AuthenticAMD'
WINDIR = 'C:\WINDOWS'
VSCOMNTOOLS = 'C:\Program Files\Microsoft Visual Studio
.NET\Common7\Tools\'
VS80COMNTOOLS = 'C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\'
OLDPWD = '/usr/bin'
QTDIR = 'C:\Lib\qt\4.1.1'
USERDOMAIN = 'TAXUSSI'
OS = 'Windows_NT'
ALLUSERSPROFILE = 'C:\Documents and Settings\All Users'
COMMANDER_PATH = 'C:\Program Files\totalcmd'
SVN_EDITOR = 'notepad.exe'
APR_ICONV_PATH = 'C:\Program Files\Subversion\iconv'
TEMP = '/cygdrive/c/DOCUME~1/MLOSKO~1.TAX/USTAWI~1/Temp'
COMMONPROGRAMFILES = 'C:\Program Files\Common Files'
LIB = 'C:\Program Files\Microsoft Visual Studio .NET
2003\SDK\v1.1\Lib\;C:\STLport-5.0.0\lib '
QTJAVA = 'C:\Program Files\Java\jre1.5.0_04\lib\ext\QTJava.zip'
USERNAME = 'mloskot'
PROCESSOR_LEVEL = '15'
FP_NO_HOST_CHECK = 'NO'
SYSTEMDRIVE = 'C:'
USERPROFILE = 'C:\Documents and 

RE: Small fix to Cygwin FAQ

2006-04-18 Thread Dave Korn
On 18 April 2006 19:03, Mateusz Loskot wrote:

 Igor Peshansky wrote:
 On Tue, 18 Apr 2006, Mateusz oskot wrote:
 
 I'm Mateusz, a new user of Cygwin.
 [snip]
 I tested this note and I noticed that .bashrc is not loaded when
 launching cygwin.bat or bash --login -i command.
 
 Well, no, it isn't.  However, ~/.bash_profile is, and it should have been
 added by the default installation script.  And the default ~/.bash_profile
 reads ~/.bashrc, so you get the same functionality whether you are in a
 login shell or not.
 
 OK, but why FAQ does not instruct user to edit ~/.bash_profile file?


  Because it's all the completely standard behaviour of bash as documented in 
the bash info/man pages; .bashrc, as the fine manual makes clear, is only 
loaded when a interactive *NON* login shell is started.


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: Small fix to Cygwin FAQ

2006-04-18 Thread Mateusz Łoskot
Dave Korn wrote:
 On 18 April 2006 19:03, Mateusz Loskot wrote:
 Igor Peshansky wrote:
 On Tue, 18 Apr 2006, Mateusz oskot wrote:
 
 I'm Mateusz, a new user of Cygwin. [snip] I tested this note
 and I noticed that .bashrc is not loaded when launching
 cygwin.bat or bash --login -i command.

 Well, no, it isn't.  However, ~/.bash_profile is, and it should
 have been added by the default installation script.  And the
 default ~/.bash_profile reads ~/.bashrc, so you get the same
 functionality whether you are in a login shell or not.
 OK, but why FAQ does not instruct user to edit ~/.bash_profile
 file?
 
 
 Because it's all the completely standard behaviour of bash as
 documented in the bash info/man pages; .bashrc, as the fine manual
 makes clear, is only loaded when a interactive *NON* login shell is
 started.

OK. It's clear.

Best regards
-- 
Mateusz Łoskot
http://mateusz.loskot.net

--
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: Small fix to Cygwin FAQ

2006-04-18 Thread Igor Peshansky
On Tue, 18 Apr 2006, Mateusz oskot wrote:

 Igor Peshansky wrote:
  On Tue, 18 Apr 2006, Mateusz oskot wrote:
 
  I'm Mateusz, a new user of Cygwin.
  [snip]
  I tested this note and I noticed that .bashrc is not loaded when
  launching cygwin.bat or bash --login -i command.
 
  Well, no, it isn't.  However, ~/.bash_profile is, and it should have been
  added by the default installation script.  And the default ~/.bash_profile
  reads ~/.bashrc, so you get the same functionality whether you are in a
  login shell or not.

 OK, but why FAQ does not instruct user to edit ~/.bash_profile file?

In addition to what Dave said, by default ~/.bash_profile sources
~/.bashrc, so by editing .bashrc you'll get this for both non-login and
login shells.

  BTW, should I send output from cygcheck -s -v -r command?
 
  Yes, it's always a good idea when reporting problems with your
  installation.

 OK, here it is:

 //

 Cygwin Configuration Diagnostics
 [snip]

In the future, please attach the cygcheck output as an uncompressed text
attachment, to avoid adding false-positive hits to archive searches.
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!

Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte.
But no -- you are no fool; you call yourself a fool, there's proof enough in
that! -- Rostand, Cyrano de Bergerac

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



hook scripts in Subversion..

2006-04-18 Thread Michael March
I am trying to get the hook scripts functioning with the Cygwin
version of Subversion.. and they don't seem to be running at all..

Besides, for instance, setting the file pre-commit to executable,
what else do I have to do? Is there anything special that the Cygwin
version requires?

Thanks!
--
admiral

Michael F. March - [EMAIL PROTECTED]
  Seriously - HSR


--
admiral

Michael F. March - [EMAIL PROTECTED]
Ph: (415)462-1910  Fax: (602)296-0400
P.O. Box 2254  Phoenix, AZ 85002-2254
  Seriously - HSR

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



squidguard

2006-04-18 Thread Steve Podhajecki

I need some guidance on getting squid guard to compile.
I have clean installed the latest cygwin this morning (full setup).

squidguard configures fine
./configure --with-db-lib=/lib

make fails with the following

In file included from main.c:19:
sg.h:195: error: parse error before DB_INFO
sg.h:195: warning: no semicolon at end of struct or union
sg.h:201: error: parse error before '}' token
make[1]: *** [main.o] Error 1
make[1]: Leaving directory `/usr/src/squidGuard-1.2.0/src'
make: *** [all] Error 1


anyone had success???

Steve

--
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: Not being given the option of installing packages on setup

2006-04-18 Thread Natalia \(Tasha\) Belfiore
Thanks for the various suggestions/comments. I'm afraid I am a little bit
confused. But here's what I can confirm after trying some more things: 

1. there's no doubt I have a working cygwin installation, but perl was not
even on the list of packages I could choose in the install. Now that it's
installed, it is not listed if I search by cygcheck -s, cygcheck -c or
cygcheck -p (I understand that at least one of those should tell me what
packages were downloaded and available to install, even if I didn't manage
to install it yet). I tried installing from 2 different mirror sites in case
they were somehow different. 

2. I seem to have unix utilities in my laptop install of cygwin.

3. skip changed to keep after the initial install when I went back to
the setup.exe to see if I could install perl or anything else that wasn't
there when I first downloaded, later. This makes sense in light of Dave's
comment below. 

4. the rxvt option in the link that Igor sent me seems interesting. But I
have no idea how to switch these things. There wasn't enough information
in the page that I was linked to to tell me. I'm sorry-- I'm new at this. 

Thanks,
Tasha


* From: Dave Korn dave dot korn at artimi dot com
* To: cygwin at cygwin dot com
* Date: Tue, 18 Apr 2006 17:16:48 +0100
* Subject: RE: Not being given the option of installing packages on
setup

On 18 April 2006 16:47, Natalia M. Belfiore wrote:

 1. I did try switching to full mode and everything disappeared in the menu
 of choices.

  Are you sure that the column widths on the chooser aren't just messed up
or
it's scrolled too far or something like that?

 4. I have attached a text file of the cygcheck -svc output.

  Which reveals you to have a fully working cygwin installation.

  BTW, when it says Skip next to something and you want that something
installed, click on the word Skip and it should change to a version number
(if it's a single package), which means install this version, or the word
Install (if it's an entire category), which means Install current
versions
of all packages in category.

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




-Original Message-
From: Igor Peshansky [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 18, 2006 9:50 AM
To: Natalia M. Belfiore
Cc: cygwin@cygwin.com
Subject: Re: how do I copy and save output from cygwin window?


On Tue, 18 Apr 2006, Natalia M. Belfiore wrote:

 I was advised to send the output of cygcheck -svc to the problems 
 list. I don't know how to save that output. I can't grab it with my 
 mouse. Thanks

Barry already replied about the particular case of problem reporting and
cygcheck -svr output, but, for the future, this information is in the
FAQ: http://cygwin.com/faq/faq.using.html#faq.using.copy-and-paste.
HTH,
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!

Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends
compte. But no -- you are no fool; you call yourself a fool, there's proof
enough in that! -- Rostand, Cyrano de Bergerac


--
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: hook scripts in Subversion..

2006-04-18 Thread Eric Hanchrow
Take a look at http://subversion.tigris.org/faq.html#hook-debugging
-- 
Software is largely a service industry operating under the
persistent but unfounded delusion that it is a manufacturing
industry.
-- Eric Raymond


--
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: Text comes out blank using lilypond under cygwin

2006-04-18 Thread Mats Bengtsson
I recommend to install the (non-Cygwin) Windows package of LilyPond 
version 2.8 instead.


  /Mats

Quoting Richard Stanton [EMAIL PROTECTED]:


I just installed lilypond (v. 2.6.4) under Windows (cygwin) using the cygwin
setup program. Although I can run the program and generate PS and PDF files
OK, and no error messages are produced, no text appears on the output. The
notes are fine, but lyrics are completely blank (though I can see some
punctuation...)

I assume it's a font problem, but don't know where to look. By the way, as
well as installing lilypond, I also installed tetex (everything I could
find) and ghostscript (v. 8.50).

In case this is helpful, here is the output from lilypond in verbose mode
when processing a simple file that is supposed to contain some text:


lilypond -V test.ly

GNU LilyPond 2.6.4

LILYPOND_DATADIR=/usr/share/lilypond/2.6.4
LOCALEDIR=/usr/share/locale

Effective prefix: /usr/share/lilypond/2.6.4
Initializing FontConfig...
adding font directory: /usr/share/lilypond/2.6.4/fonts/otf/
adding font directory: /usr/share/lilypond/2.6.4/fonts/type1/
adding font directory: /usr/share/lilypond/2.6.4/fonts/svg/
Processing `test.ly'
Parsing...[/usr/share/lilypond/2.6.4/ly/init.ly[/usr/share/lilypond/2.6.4/ly
/dec
larations-init.ly[/usr/share/lilypond/2.6.4/ly/music-functions-init.ly][/usr
/sha
re/lilypond/2.6.4/ly/nederlands.ly][/usr/share/lilypond/2.6.4/ly/drumpitch-i
nit.
ly][/usr/share/lilypond/2.6.4/ly/chord-modifiers-init.ly][/usr/share/lilypon
d/2.
6.4/ly/script-init.ly][/usr/share/lilypond/2.6.4/ly/scale-definitions-init.l
y][/
usr/share/lilypond/2.6.4/ly/grace-init.ly][/usr/share/lilypond/2.6.4/ly/midi
-ini
t.ly[/usr/share/lilypond/2.6.4/ly/performer-init.ly]][/usr/share/lilypond/2.
6.4/
ly/paper-defaults.ly[/usr/share/lilypond/2.6.4/ly/titling-init.ly]][/usr/sha
re/l
ilypond/2.6.4/ly/engraver-init.ly][/usr/share/lilypond/2.6.4/ly/dynamic-scri
pts-
init.ly][/usr/share/lilypond/2.6.4/ly/spanners-init.ly][/usr/share/lilypond/
2.6.
4/ly/property-init.ly]][test.ly]
Interpreting music...
[/usr/share/lilypond/2.6.4/fonts/otf/emmentaler-20.otf][1]

elapsed time: 0.13 seconds
Element count 183 (spanners 24)
Preprocessing graphical objects...
Grob count
247[/usr/share/lilypond/2.6.4/fonts/otf/emmentaler-11.otf][/usr/share
/lilypond/2.6.4/fonts/otf/emmentaler-13.otf][/usr/share/lilypond/2.6.4/fonts
/otf
/emmentaler-14.otf][/usr/share/lilypond/2.6.4/fonts/otf/emmentaler-16.otf][/
usr/
share/lilypond/2.6.4/fonts/otf/emmentaler-18.otf][/usr/share/lilypond/2.6.4/
font
s/otf/emmentaler-23.otf]
Calculating line breaks...
Global shortest duration is 1/8
[century_schoolbook_l__4.337890625][2]
Optimal demerits: 15.855840
Element count 107.[0]
Calculating page breaks...[century_schoolbook_l__3.865234375]
Layout output to
`test.ps'...[/usr/share/lilypond/2.6.4/fonts/otf//aybabtu.otf][
/usr/share/lilypond/2.6.4/fonts/type1/PFAemmentaler-20.pfa][/usr/share/lilyp
ond/
2.6.4/ps/music-drawing-routines.ps][/usr/share/lilypond/2.6.4/ps/lilyponddef
s.ps
]
Converting to `test.pdf'...
Invoking `gs   -dSAFER  -dCompatibilityLevel=1.4  -sPAPERSIZE=a4 -dNOPAUSE
-dB
ATCH -r1200  -sDEVICE=pdfwrite -sOutputFile=test.pdf -c .setpdfwrite -f
test.
ps'...GPL Ghostscript 8.50 (2005-12-31)
Copyright (C) 2005 artofcode LLC, Benicia, CA.  All rights reserved.
This software comes with NO WARRANTY: see the file PUBLIC for details.
]

If anyone can tell me how to get the lyrics to display, I'd be very
grateful.

Thanks a lot.

Richard Stanton


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user






--
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: Not being given the option of installing packages on setup

2006-04-18 Thread Igor Peshansky
Tasha,

Please make sure your mailer respects the Reply-To: header -- I set it for
a reason.  Both Dave and I read the list regularly -- it was not necessary
to Cc: us.

http://cygwin.com/acronyms/#TOFU reformatted.
Also, http://cygwin.com/acronyms/#PCYMTNQREAIYR.  Thanks.

On Tue, 18 Apr 2006, Natalia (Tasha) Belfiore wrote:

 * From: Dave Korn dave dot korn at artimi dot com
 * Date: Tue, 18 Apr 2006 17:16:48 +0100

  On 18 April 2006 16:47, Natalia M. Belfiore wrote:
 
   1. I did try switching to full mode and everything disappeared in
   the menu of choices.
 
Are you sure that the column widths on the chooser aren't just
  messed up or it's scrolled too far or something like that?
 
   4. I have attached a text file of the cygcheck -svc output.
 
Which reveals you to have a fully working cygwin installation.
 
BTW, when it says Skip next to something and you want that
  something installed, click on the word Skip and it should change to
  a version number (if it's a single package), which means install this
  version, or the word Install (if it's an entire category), which
  means Install current versions of all packages in category.

 * From: Igor Peshansky [mailto:[EMAIL PROTECTED]
 * Sent: Tuesday, April 18, 2006 9:50 AM

  On Tue, 18 Apr 2006, Natalia M. Belfiore wrote:
 
   I was advised to send the output of cygcheck -svc to the problems
   list. I don't know how to save that output. I can't grab it with my
   mouse. Thanks
 
  Barry already replied about the particular case of problem reporting
  and cygcheck -svr output, but, for the future, this information is
  in the FAQ:
  http://cygwin.com/faq/faq.using.html#faq.using.copy-and-paste.

 Thanks for the various suggestions/comments. I'm afraid I am a little
 bit confused. But here's what I can confirm after trying some more
 things:

 1. there's no doubt I have a working cygwin installation, but perl was
 not even on the list of packages I could choose in the install.

Are you sure?  Did you try switching to the Full view and maximizing the
setup window?

 Now that it's installed, it is not listed if I search by cygcheck -s,
 cygcheck -c or cygcheck -p (I understand that at least one of those
 should tell me what packages were downloaded and available to install,
 even if I didn't manage to install it yet). I tried installing from 2
 different mirror sites in case they were somehow different.

cygcheck -cd perl shows

Cygwin Package Information
Package  Version
perl 5.8.7-5

on my machine.  cygcheck -p perl gives me 120 matches in various
packages (the search string perl is pretty general).  You're going to
have to be much more specific about the exact commands you're using for us
to be able to help you.

 2. I seem to have unix utilities in my laptop install of cygwin.

Which is one of the purposes of Cygwin. :-)  As Dave said, according to
the output of cygcheck -svr, you have a fully functional installation.

 3. skip changed to keep after the initial install when I went back
 to the setup.exe to see if I could install perl or anything else that
 wasn't there when I first downloaded, later. This makes sense in light
 of Dave's comment below.

Setup also supports the Not installed and Up-to-date views (keep
cycling that view button).  Anything available for installation that you
have not installed should be in the Not installed view.

In light of what Dave said, here's another WAG: are you installing from
the internet, or from a local directory?  If the latter, you will only
see the packages you've previously downloaded to your machine.  If the
former, try choosing another mirror.

 4. the rxvt option in the link that Igor sent me seems interesting. But
 I have no idea how to switch these things. There wasn't enough
 information in the page that I was linked to to tell me. I'm sorry --
 I'm new at this.

Did you read the rest of that FAQ entry (which instructs you how to do
copy/paste with the regular command window)?
HTH,
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!

Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte.
But no -- you are no fool; you call yourself a fool, there's proof enough in
that! -- Rostand, Cyrano de Bergerac

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



Python shell ignores keys

2006-04-18 Thread shane
Greetings,

I'm trying to use the Python shell from within Cygwin.  The complication is 
that I need to use 
the Windows version of Python not the Cygwin version, ultimately through ssh, 
but atleast 
from a cygwin bash prompt for now.

The problem is that the Windows Python shell ignores or doesn't recv important 
keys like ctrl-
z or ctrl-c and the up/down cursor keys move the cursor not the command line 
history.

Otherwise everything seems to work fine (the scripts themselves run without an 
issue), 
atleast for what I need.

I do quite a lot of python programming, its not really feasible (or a good 
idea) to maintain a 
second cygwin python installation.

I realize these guys are chalk and cheese, but is it possible to fix this ?

Windows XP
Cygwin is current
Python 2.4.3

Thanks,
Shane


--
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: Not being given the option of installing packages on setup

2006-04-18 Thread Natalia \(Tasha\) Belfiore


~~
Natalia (Tasha) Belfiore, PhD
Visiting Research Fellow
Museum of Vertebrate Zoology
3101 VLSB #3160
University of California
Berkeley, CA 94720
 
tel: 510-643-0986; fax: 510-643-8238 
email: [EMAIL PROTECTED]
 


-Original Message-
From: Igor Peshansky [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 18, 2006 2:41 PM
To: Natalia (Tasha) Belfiore
Cc: cygwin@cygwin.com
Subject: RE: Not being given the option of installing packages on setup


Tasha,

Please make sure your mailer respects the Reply-To: header -- I set it for a
reason.  Both Dave and I read the list regularly -- it was not necessary to
Cc: us.

http://cygwin.com/acronyms/#TOFU reformatted.
Also, http://cygwin.com/acronyms/#PCYMTNQREAIYR.  Thanks.

On Tue, 18 Apr 2006, Natalia (Tasha) Belfiore wrote:

 * From: Dave Korn dave dot korn at artimi dot com
 * Date: Tue, 18 Apr 2006 17:16:48 +0100

  On 18 April 2006 16:47, Natalia M. Belfiore wrote:
 
   1. I did try switching to full mode and everything disappeared in 
   the menu of choices.
 
Are you sure that the column widths on the chooser aren't just 
  messed up or it's scrolled too far or something like that?
 
   4. I have attached a text file of the cygcheck -svc output.
 
Which reveals you to have a fully working cygwin installation.
 
BTW, when it says Skip next to something and you want that 
  something installed, click on the word Skip and it should change 
  to a version number (if it's a single package), which means install 
  this version, or the word Install (if it's an entire category), 
  which means Install current versions of all packages in category.

 * From: Igor Peshansky [mailto:[EMAIL PROTECTED]
 * Sent: Tuesday, April 18, 2006 9:50 AM

  On Tue, 18 Apr 2006, Natalia M. Belfiore wrote:
 
   I was advised to send the output of cygcheck -svc to the problems 
   list. I don't know how to save that output. I can't grab it with 
   my mouse. Thanks
 
  Barry already replied about the particular case of problem reporting 
  and cygcheck -svr output, but, for the future, this information is 
  in the FAQ: 
  http://cygwin.com/faq/faq.using.html#faq.using.copy-and-paste.

 Thanks for the various suggestions/comments. I'm afraid I am a little 
 bit confused. But here's what I can confirm after trying some more
 things:

 1. there's no doubt I have a working cygwin installation, but perl was 
 not even on the list of packages I could choose in the install.

Are you sure?  Did you try switching to the Full view and maximizing the
setup window?

 Now that it's installed, it is not listed if I search by cygcheck -s, 
 cygcheck -c or cygcheck -p (I understand that at least one of those 
 should tell me what packages were downloaded and available to install, 
 even if I didn't manage to install it yet). I tried installing from 2 
 different mirror sites in case they were somehow different.

cygcheck -cd perl shows

Cygwin Package Information
Package  Version
perl 5.8.7-5

on my machine.  cygcheck -p perl gives me 120 matches in various packages
(the search string perl is pretty general).  You're going to have to be
much more specific about the exact commands you're using for us to be able
to help you.

 2. I seem to have unix utilities in my laptop install of cygwin.

Which is one of the purposes of Cygwin. :-)  As Dave said, according to the
output of cygcheck -svr, you have a fully functional installation.

 3. skip changed to keep after the initial install when I went back 
 to the setup.exe to see if I could install perl or anything else that 
 wasn't there when I first downloaded, later. This makes sense in light 
 of Dave's comment below.

Setup also supports the Not installed and Up-to-date views (keep cycling
that view button).  Anything available for installation that you have not
installed should be in the Not installed view.

In light of what Dave said, here's another WAG: are you installing from the
internet, or from a local directory?  If the latter, you will only see
the packages you've previously downloaded to your machine.  If the former,
try choosing another mirror.

 4. the rxvt option in the link that Igor sent me seems interesting. 
 But I have no idea how to switch these things. There wasn't enough 
 information in the page that I was linked to to tell me. I'm sorry -- 
 I'm new at this.

Did you read the rest of that FAQ entry (which instructs you how to do
copy/paste with the regular command window)? HTH,
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!

Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends
compte. But no -- you are no fool; you call yourself a 

RE: Not being given the option of installing packages on setup

2006-04-18 Thread Natalia \(Tasha\) Belfiore
Thanks for the note on not cc'ing you. I don't know how to reply to a
message if it doesn't come into my inbox. The messages I got from Dave and
from Rene earlier today only went to the list, and I can only see them by
looking at the archives. If there's a way to reply directly from that web
window, please let me know. I couldn't figure it out. That's why I cut and
pasted the message into my email software and sent the message the way I
did. 

To clarify: when I say I reinstalled cygwin, I mean that I re-downloaded
it from the web. When I say I tried to install a package after the cygwin
install, it means I went to the setup and tried to add packages. It is
actually difficult to reinstall cygwin because once I've done it, if I try
to do it again, it just copies the files from the temp file onto my desktop
again. It doesn't allow me to go to another site or select different options
unless I delete all copies, all shortcuts, and reboot my computer. I don't
know if there's another way to do this but this is what I've seemed to have
to do. I will try it again and see if I can see the packages by toggling
between view and full. I didn't have to do this in the other install I did
on my desktop back in November so it never occurred to me to try it more
than the one time I did and got a blank window. When I run cygcheck -cd perl
as you did, on my desktop, I get the exact same thing that you showed me.
When I run it on my laptop version, I get nothing. If I type perl -v on the
laptop install, I get the bash: perl command not found error. 

Regarding the cut and paste options: maybe I'm missing something, but from
the FAQ entry that you pointed to, it gives instructions for win NT and win
9.x. I have win XP and there is no properties dialog. The top of the
console window is entirely blank. Is this something I can change? 

Thanks
Tasha


-Original Message-
From: Igor Peshansky [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 18, 2006 2:41 PM
To: Natalia (Tasha) Belfiore
Cc: cygwin@cygwin.com
Subject: RE: Not being given the option of installing packages on setup


Tasha,

Please make sure your mailer respects the Reply-To: header -- I set it for a
reason.  Both Dave and I read the list regularly -- it was not necessary to
Cc: us.

http://cygwin.com/acronyms/#TOFU reformatted.
Also, http://cygwin.com/acronyms/#PCYMTNQREAIYR.  Thanks.

On Tue, 18 Apr 2006, Natalia (Tasha) Belfiore wrote:

 * From: Dave Korn dave dot korn at artimi dot com
 * Date: Tue, 18 Apr 2006 17:16:48 +0100

  On 18 April 2006 16:47, Natalia M. Belfiore wrote:
 
   1. I did try switching to full mode and everything disappeared in 
   the menu of choices.
 
Are you sure that the column widths on the chooser aren't just 
  messed up or it's scrolled too far or something like that?
 
   4. I have attached a text file of the cygcheck -svc output.
 
Which reveals you to have a fully working cygwin installation.
 
BTW, when it says Skip next to something and you want that 
  something installed, click on the word Skip and it should change 
  to a version number (if it's a single package), which means install 
  this version, or the word Install (if it's an entire category), 
  which means Install current versions of all packages in category.

 * From: Igor Peshansky [mailto:[EMAIL PROTECTED]
 * Sent: Tuesday, April 18, 2006 9:50 AM

  On Tue, 18 Apr 2006, Natalia M. Belfiore wrote:
 
   I was advised to send the output of cygcheck -svc to the problems 
   list. I don't know how to save that output. I can't grab it with 
   my mouse. Thanks
 
  Barry already replied about the particular case of problem reporting 
  and cygcheck -svr output, but, for the future, this information is 
  in the FAQ: 
  http://cygwin.com/faq/faq.using.html#faq.using.copy-and-paste.

 Thanks for the various suggestions/comments. I'm afraid I am a little 
 bit confused. But here's what I can confirm after trying some more
 things:

 1. there's no doubt I have a working cygwin installation, but perl was 
 not even on the list of packages I could choose in the install.

Are you sure?  Did you try switching to the Full view and maximizing the
setup window?

 Now that it's installed, it is not listed if I search by cygcheck -s, 
 cygcheck -c or cygcheck -p (I understand that at least one of those 
 should tell me what packages were downloaded and available to install, 
 even if I didn't manage to install it yet). I tried installing from 2 
 different mirror sites in case they were somehow different.

cygcheck -cd perl shows

Cygwin Package Information
Package  Version
perl 5.8.7-5

on my machine.  cygcheck -p perl gives me 120 matches in various packages
(the search string perl is pretty general).  You're going to have to be
much more specific about the exact commands you're using for us to be able
to help you.

 2. I seem to have unix utilities in my laptop install of cygwin.

Which is one of the purposes of Cygwin. :-)  As Dave 

RE: Not being given the option of installing packages on setup

2006-04-18 Thread Igor Peshansky
Ugh, top-posting...  Reformatted.

On Tue, 18 Apr 2006, Natalia (Tasha) Belfiore wrote:

  -Original Message-
  From: Igor Peshansky [mailto:[EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED]

Again, http://cygwin.com/acronyms/#PCYMTNQREAIYR.  Let's not feed the
spammers.  Thanks.

  Sent: Tuesday, April 18, 2006 2:41 PM
 
  Tasha,
 
  Please make sure your mailer respects the Reply-To: header -- I set it
  for a reason.  Both Dave and I read the list regularly -- it was not
  necessary to Cc: us.
 
  http://cygwin.com/acronyms/#TOFU reformatted.
  Also, http://cygwin.com/acronyms/#PCYMTNQREAIYR.  Thanks.
 
  On Tue, 18 Apr 2006, Natalia (Tasha) Belfiore wrote:
 
   * From: Dave Korn dave dot korn at artimi dot com
   * Date: Tue, 18 Apr 2006 17:16:48 +0100
  
On 18 April 2006 16:47, Natalia M. Belfiore wrote:
   
 1. I did try switching to full mode and everything disappeared in
 the menu of choices.
   
  Are you sure that the column widths on the chooser aren't just
messed up or it's scrolled too far or something like that?
   
 4. I have attached a text file of the cygcheck -svc output.
   
  Which reveals you to have a fully working cygwin installation.
   
  BTW, when it says Skip next to something and you want that
something installed, click on the word Skip and it should change
to a version number (if it's a single package), which means install
this version, or the word Install (if it's an entire category),
which means Install current versions of all packages in category.
  
   * From: Igor Peshansky [mailto:[EMAIL PROTECTED]
   * Sent: Tuesday, April 18, 2006 9:50 AM
  
On Tue, 18 Apr 2006, Natalia M. Belfiore wrote:
   
 I was advised to send the output of cygcheck -svc to the problems
 list. I don't know how to save that output. I can't grab it with
 my mouse. Thanks
   
Barry already replied about the particular case of problem reporting
and cygcheck -svr output, but, for the future, this information is
in the FAQ:
http://cygwin.com/faq/faq.using.html#faq.using.copy-and-paste.
  
   Thanks for the various suggestions/comments. I'm afraid I am a little
   bit confused. But here's what I can confirm after trying some more
   things:
  
   1. there's no doubt I have a working cygwin installation, but perl was
   not even on the list of packages I could choose in the install.
 
  Are you sure?  Did you try switching to the Full view and maximizing
  the setup window?
 
   Now that it's installed, it is not listed if I search by cygcheck -s,
   cygcheck -c or cygcheck -p (I understand that at least one of those
   should tell me what packages were downloaded and available to install,
   even if I didn't manage to install it yet). I tried installing from 2
   different mirror sites in case they were somehow different.
 
  cygcheck -cd perl shows
 
  Cygwin Package Information
  Package  Version
  perl 5.8.7-5
 
  on my machine.  cygcheck -p perl gives me 120 matches in various
  packages (the search string perl is pretty general).  You're going
  to have to be much more specific about the exact commands you're using
  for us to be able to help you.
 
   2. I seem to have unix utilities in my laptop install of cygwin.
 
  Which is one of the purposes of Cygwin. :-)  As Dave said, according
  to the output of cygcheck -svr, you have a fully functional
  installation.
 
   3. skip changed to keep after the initial install when I went back
   to the setup.exe to see if I could install perl or anything else that
   wasn't there when I first downloaded, later. This makes sense in light
   of Dave's comment below.
 
  Setup also supports the Not installed and Up-to-date views (keep
  cycling that view button).  Anything available for installation that
  you have not installed should be in the Not installed view.
 
  In light of what Dave said, here's another WAG: are you installing
  from the internet, or from a local directory?  If the latter, you
  will only see the packages you've previously downloaded to your
  machine.  If the former, try choosing another mirror.
 
   4. the rxvt option in the link that Igor sent me seems interesting.
   But I have no idea how to switch these things. There wasn't enough
   information in the page that I was linked to to tell me. I'm sorry --
   I'm new at this.
 
  Did you read the rest of that FAQ entry (which instructs you how to do
  copy/paste with the regular command window)? HTH,
  Igor

 Thanks for the note on not cc'ing you. I don't know how to reply to a
 message if it doesn't come into my inbox. The messages I got from Dave and
 from Rene earlier today only went to the list, and I can only see them by
 looking at the archives.

You can subscribe to the list, and all messages sent to the list will
arrive in your inbox.

 If there's a way to reply directly from that web window, please let me
 know. I couldn't figure it out. That's why I cut and pasted 

RE: Not being given the option of installing packages on setup

2006-04-18 Thread Igor Peshansky
On Tue, 18 Apr 2006, Igor Peshansky wrote:

 [snip]
 Huh?  You must be talking about something other than Cygwin setup...  Did
 you get it by clicking on the Install Now link at http://cygwin.com/?
 If so, please start that program; click Next once; choose Install from
 Internet on the next screen and click Next; choose the installation
 directory (I recommend keeping the defaults) and click Next; choose
 Direct Connection on the next screen and click Next; choose
 ftp://mirrors.kernel.org; as your download site and click Next.  This
 should get you to the package selection screen, Category view.  Click on
 the View button until it changes to Full (should be once).  Now
 maximize the window.  You should see the list of all packages available as
 part of Cygwin, sorted alphabetically.

Forgot to add that most of the above information is in the Cygwin User's
Guide at http://cygwin.com/cygwin-ug-net/setup-net.html.
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!

Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte.
But no -- you are no fool; you call yourself a fool, there's proof enough in
that! -- Rostand, Cyrano de Bergerac

--
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: Not being given the option of installing packages on setup

2006-04-18 Thread Natalia \(Tasha\) Belfiore

Yes, I do mean from the cygwin site. If I click on install now and I have
a copy on my laptop, there is a brief pause and then the cursor blinks
again. Then there's a duplicate copy of setup.exe on my desktop (which
gets named setup2.exe). I can't get it to even give me the window that asks
if I want to install from the internet or the other options unless I delete
everything and reboot. I am familiar with the list of usual questions it
asks when it's doing an install, as I've done it multiple times now. But as
I said, it wont give me those options on my laptop as long as there's a copy
there. 

The output of cygcheck -svc that I sent was from the laptop. 

Thanks for the tip about the cygwin icon in the upper left of the window and
the explanation about the NT family of OS. I didn't know it would expand if
I clicked on it. That works fine. 

Thanks
Tasha




--
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: Not being given the option of installing packages on setup

2006-04-18 Thread René Berber
Igor Peshansky wrote:
[snip]
 Please make sure your mailer respects the Reply-To: header -- I set it
 for a reason.  Both Dave and I read the list regularly -- it was not
 necessary to Cc: us.

Practice what you preach.  You are also sending cc (to me at least), and you do
it all the time.

[snip]
 Thanks for the note on not cc'ing you. I don't know how to reply to a
 message if it doesn't come into my inbox. The messages I got from Dave and
 from Rene earlier today only went to the list, and I can only see them by
 looking at the archives.
 
 You can subscribe to the list, and all messages sent to the list will
 arrive in your inbox.

Or you can read the messages from a newsgroup reader, no need to subscribe.  I
use my regular email reader Thunderbird for this, connected to gmane.news; you
can reply directly from that setting.

[snip]
 So perl was not installed on your laptop.  When you attached the output of
 cygcheck -svr, was that from the laptop or from the desktop?\

The output didn't show perl installed (in
http://permalink.gmane.org/gmane.os.cygwin/77022).

[snip]
 WinNT means NT-based Windows systems (which includes Win2k and WinXP).  At
 the top left of the console window frame there should be an icon.
 Clicking that icon brings up a menu (you can also get that menu by
 right-clicking on the console title bar).  The last item in that menu is
 Properties -- that's what the FAQ entry refers to.

But it's not there if you are using rxvt, only if you use the regular cmd window
(a.k.a. Command prompt).

Keep it simple people.
-- 
René Berber


--
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: Not being given the option of installing packages on setup

2006-04-18 Thread Igor Peshansky
On Tue, 18 Apr 2006, René Berber wrote:

 Igor Peshansky wrote:
 [snip]
  Please make sure your mailer respects the Reply-To: header -- I set
  it for a reason.  Both Dave and I read the list regularly -- it was
  not necessary to Cc: us.

 Practice what you preach.  You are also sending cc (to me at least), and
 you do it all the time.

Yes, I do.  At the time I wrote the above, I was under the impression that
Dave also set his Reply-To to the list.  I later discovered that it was
not the case, but forgot to delete the relevant text.

The bottom line is: if you want to receive email on the list, set
Reply-To: (like I do).  Otherwise most mailers will include your address
in the To: field.  If the Reply-To: is set and the mailer *still* sends
email directly to you, the mailer is broken.

 [snip]
  Thanks for the note on not cc'ing you. I don't know how to reply to a
  message if it doesn't come into my inbox. The messages I got from
  Dave and from Rene earlier today only went to the list, and I can
  only see them by looking at the archives.
 
  You can subscribe to the list, and all messages sent to the list will
  arrive in your inbox.

 Or you can read the messages from a newsgroup reader, no need to
 subscribe.  I use my regular email reader Thunderbird for this,
 connected to gmane.news; you can reply directly from that setting.

True.

 [snip]
  So perl was not installed on your laptop.  When you attached the
  output of cygcheck -svr, was that from the laptop or from the
  desktop?\

 The output didn't show perl installed (in
 http://permalink.gmane.org/gmane.os.cygwin/77022).

Also true -- I was just too lazy to go back and check... :-)

 [snip]
  WinNT means NT-based Windows systems (which includes Win2k and WinXP).
  At the top left of the console window frame there should be an icon.
  Clicking that icon brings up a menu (you can also get that menu by
  right-clicking on the console title bar).  The last item in that menu
  is Properties -- that's what the FAQ entry refers to.

 But it's not there if you are using rxvt, only if you use the regular
 cmd window (a.k.a. Command prompt).

The FAQ entry is titled How can I copy and paste into Cygwin console
windows?.  Aside from mentioning rxvt in the first paragraph, the rest of
the entry talks about the console window.  Not only that, when the FAQ
talks about the Properties dialog, it explicitly says: open the
properties dialog *of the console window*.  How it could be interpreted
as talking about rxvt is beyond me.

Granted, the entry could be a bit more specific about which properties
dialog it's talking about.

 Keep it simple people.

http://cygwin.com/acronyms/#PTC. :-)
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!

Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte.
But no -- you are no fool; you call yourself a fool, there's proof enough in
that! -- Rostand, Cyrano de Bergerac
--
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: Not being given the option of installing packages on setup

2006-04-18 Thread Alexander J. Herrmann


René Berber wrote:


Igor Peshansky wrote:
[snip]
 


Please make sure your mailer respects the Reply-To: header -- I set it
for a reason.  Both Dave and I read the list regularly -- it was not
necessary to Cc: us.
   



Practice what you preach.  You are also sending cc (to me at least), and you do
it all the time.
 

But when anybody who replies to a message of you automaticly has your 
name in the To: Field and has to add cygwin@cygwin.com additionally. So 
everybody expects *you* would like to have the answer and as an option 
it can be also send to the list. While replying to Igor it goes directly 
to the list without causing additional work.



[snip]
 


Thanks for the note on not cc'ing you. I don't know how to reply to a
message if it doesn't come into my inbox. The messages I got from Dave and
from Rene earlier today only went to the list, and I can only see them by
looking at the archives.
 


You can subscribe to the list, and all messages sent to the list will
arrive in your inbox.
   



Or you can read the messages from a newsgroup reader, no need to subscribe.  I
use my regular email reader Thunderbird for this, connected to gmane.news; you
can reply directly from that setting.
 

No wounder everybody is so confused. gmane.news dosn't exist. I guess 
you meant news.gmane.org ?



[snip]
 


So perl was not installed on your laptop.  When you attached the output of
cygcheck -svr, was that from the laptop or from the desktop?\
   



The output didn't show perl installed (in
http://permalink.gmane.org/gmane.os.cygwin/77022).

[snip]
 


WinNT means NT-based Windows systems (which includes Win2k and WinXP).  At
the top left of the console window frame there should be an icon.
Clicking that icon brings up a menu (you can also get that menu by
right-clicking on the console title bar).  The last item in that menu is
Properties -- that's what the FAQ entry refers to.
   



But it's not there if you are using rxvt, only if you use the regular cmd window
(a.k.a. Command prompt).

Keep it simple people.
 



Alex

--
And God saidLet there be light.But then the program crashed because he was 
trying to access the 'light' property of a NULL universe pointer.

Alexander J. Herrmann
Analyst/Programmer
http://www.aiengine.org
Email: [EMAIL PROTECTED]


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



cygwin, g++, templates, and DLLs

2006-04-18 Thread Charles Wilson
I've been struggling with this problem for over a week now, and I've 
read every old (and not so old) thread on cygwin, mingw (and even MS) 
mailing list I could find.


(1) you have a DLL whose source code includes a template class.
(2) that template class has a static member variable
(3) the DLL and the DLL's client both use a specific instantiation of 
that template.


But the DLL has one copy of the static member var, and the app has a 
different copy.


Now, because only Comeau has implemented the 'export' keyword for 
templates, you really can't export a template from a DLL. From my 
reading, it appears that instead, you must export a specific complete 
instantiation:


template class __declspec(dllexport|dllimport) MyTemplate int ;

where the declspec argument is dllexport or dllimport, depending on 
whether you're building the DLL or using the DLL.  That kinda makes 
sense.  Except it doesn't always work...


I've uploaded a test case
ftp://cygutils.fruitbat.org/pub/cygutils/TestCase.tar.bz2

which contains the actual source code [*]

352  TestCase/TestDLL/force.cpp
136  TestCase/TestDLL/force.h
271  TestCase/TestDLL/init.cpp
341  TestCase/TestDLL/init.h
   1222  TestCase/TestDLL/TestDLL.h
   1271  TestCase/TestDLL/TestT.cpp
603  TestCase/TestDLL/TestT.h
335  TestCase/TestExe/main.cpp

and the pre-precessed code with a Makefile that builds the DLL and App.

 820739  TestCase/force.ii
 820622  TestCase/init.ii
 820768  TestCase/main.ii
372  TestCase/Makefile

[*] TestDLL.h #includes 'Support/config.h' which is an entry point into 
a whole mess of configury junk that I could not publish.  As far as this 
test case is concerned, config.h's job is simply to ensure that the 
macros in TestDLL.h are properly defined (dllexport, dllimport, etc) 
So, since I couldn't include that stuff, the Makefile uses the 
pre-processed .ii files directly.


If you compile and link this test, you'll see the following generated 
output:


$ ./TestExe
creating new listT
ADDING: dll-static
The FULL List:
dll-static
~~
The DLL is loaded
ADDING: dll-call-into
The FULL List:
dll-static
dll-call-into
~~
ADDING: dll-stack
The FULL List:
dll-static
dll-call-into
dll-stack
~~
creating new listT [1]
ADDING: APP-stack
The FULL List:
APP-stack[2]
~~
ADDING: APP-explicit
The FULL List:
APP-stack[3]
APP-explicit [3]
~~
ADDING: dll-call-into
The FULL List:
dll-static
dll-call-into
dll-stack
dll-call-into
~~

At [1], a *second* static data member is allocated for this template 
specialization.  That's bad.  At [2], an entry is added (from the app) 
into this empty data member -- when it *should* be added into the data 
member allocated by the DLL, and which already contains three other 
entries, instead.  At [3], same song, second verse.  However, if the app 
calls a function in the DLL, which THEN calls a static method on the 
template specialization, the correct static member var -- the one in 
the DLL -- is modified.  So if the app call that template class's static 
method directly the wrong member var is modified -- but the app can 
call indirectly thru a different function exposed by the DLL.



   Inspecting the .ii files, we see that in init.ii we have
template class __attribute__((dllexport)) TESTDLL::TestT std::string ;
   and in force.ii we ALSO have
template class __attribute__((dllexport)) TESTDLL::TestT std::string ;

Looking in the .o's for the static data member ('theList') using 'nm -a 
--demangle force.o | grep theList', we get:


force.o:
 d .data$_ZN7TESTDLL5TestTISsE7theListE
 D TESTDLL::TestTstd::string::theList
init.o:
 d .data$_ZN7TESTDLL5TestTISsE7theListE
 D TESTDLL::TestTstd::string::theList

This is okay, because the ld knows how to merge these duplicates when 
linking the DLL, as we can see by using objdump -t on the DLL.  That 
shows only one copy in the symbol table:
[ 16](sec  2)(fl 0x00)(ty   0)(scl   3) (nx 1) 0x0140 
.data$_ZN7TESTDLL5TestTISsE7theListE
[5239](sec  2)(fl 0x00)(ty   0)(scl   2) (nx 0) 0x0140 
TESTDLL::TestTstd::string::theList


This is all exactly as I'd expect.  So now, let's look at the app:

in the main.ii file, I see
template class __attribute__((dllimport)) TESTDLL::TestT std::string ;
which is supposedly The Right Thing To Do.

however, using nm on main.o, I get
 d .data$_ZN7TESTDLL5TestTISsE7theListE
 D TESTDLL::TestTstd::string::theList
which is exactly what appears in the DLL .o's -- and that's bad.


Can anybody tell me what's really going on?  I've two (feared) 
possibilities:


2005-08-10:
https://sourceforge.net/tracker/?func=detailatid=102435aid=1255376group_id=2435
where Danny says A patch I recently submitted to GCC
fixes the bug on trunk (4.1). The patch is undergoing revison
to make it acceptable. but there is no 

Re: Not being given the option of installing packages on setup

2006-04-18 Thread Alexander J. Herrmann



René Berber wrote:


Alexander J. Herrmann wrote:
 


René Berber wrote:

   


Igor Peshansky wrote:
[snip]


 


Please make sure your mailer respects the Reply-To: header -- I set it
for a reason.  Both Dave and I read the list regularly -- it was not
necessary to Cc: us.
 
   


Practice what you preach.  You are also sending cc (to me at least),
and you do
it all the time.


 


But when anybody who replies to a message of you automaticly has your
name in the To: Field and has to add cygwin@cygwin.com additionally. So
everybody expects *you* would like to have the answer and as an option
it can be also send to the list. While replying to Igor it goes directly
to the list without causing additional work.
   



No, if I reply to a message it goes to the list and not to the To: field 
address.

The list is there for a reason, being lazy and just pushing reply is not what I
was complaining, I said Igor has sent me copies many times, not just this one,
and he also likes to tell people not to do that but he's one that does it all
the time.

 


Ok, never mind.


[snip]


 


Thanks for the note on not cc'ing you. I don't know how to reply to a
message if it doesn't come into my inbox. The messages I got from
Dave and
from Rene earlier today only went to the list, and I can only see
them by
looking at the archives.
   
 


You can subscribe to the list, and all messages sent to the list will
arrive in your inbox.
 
   


Or you can read the messages from a newsgroup reader, no need to
subscribe.  I
use my regular email reader Thunderbird for this, connected to
gmane.news; you
can reply directly from that setting.


 


No wounder everybody is so confused. gmane.news dosn't exist. I guess
you meant news.gmane.org ?
   



Who is confused?  I just pointed out an alternative.  So I used the wrong name,
who cares!
 

I did because I blindly copied it into Thunderbird without thinking much 
because it's 7am here. A simple typo can make Newbies think there to 
stupid to follow the instructions or like in this case suggestions and 
give up. The name correction was the main reason for my reply because 
there others out there ...


 


[snip]


 


So perl was not installed on your laptop.  When you attached the
output of
cygcheck -svr, was that from the laptop or from the desktop?\
 
   


The output didn't show perl installed (in
http://permalink.gmane.org/gmane.os.cygwin/77022).

[snip]


 


WinNT means NT-based Windows systems (which includes Win2k and
WinXP).  At
the top left of the console window frame there should be an icon.
Clicking that icon brings up a menu (you can also get that menu by
right-clicking on the console title bar).  The last item in that menu is
Properties -- that's what the FAQ entry refers to.
 
   


But it's not there if you are using rxvt, only if you use the regular
cmd window
(a.k.a. Command prompt).

Keep it simple people.


 


Alex
   



And you thing responding to me is important because...


Never mind, I sure don't.
 



--
And God saidLet there be light.But then the program crashed because he was 
trying to access the 'light' property of a NULL universe pointer.

Alexander J. Herrmann
Analyst/Programmer
http://www.aiengine.org
Email: [EMAIL PROTECTED]


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



[ANNOUNCEMENT] Updated: bashdb-3.1_0.05-1

2006-04-18 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

A new release of bashdb, 3.1_0.05-1, is available for use, replacing
3.00-0.02-2 as the current version.

NEWS:
=
This is a new upstream release, corresponding to a new bash upstream
release.  Note that bash 3.0 will not work with bashdb-3.1_*, nor will
bash 3.1 work with bashdb-3.0_*, due to some backwards incompatible
changes in array variable syntax handling in bash.  Since bash-3.1 is now
marked current, I upgraded bashdb as well.  This version also replaces the
experimental bashdb-3.1-0.04-1 that was on the mirrors for a few weeks.

A list of changes from bashdb-3.00-0.02-2 is attached; see also the
/usr/share/doc/bashdb-3.1-0.05/ directory.

DESCRIPTION:

A bash shell script debugger, with command line, emacs, and ddd
interfaces.  It is possible to debug a bash shell script using 'bashdb
file' or 'bash --debugger file'.

UPDATE:
===
To update your installation, click on the Install Cygwin now link on the
http://cygwin.com/ web page.  This downloads setup.exe to your system.
Save it and run setup, answer the questions and pick up 'bashdb' from the
'Devel' category.

DOWNLOAD:
=
Note that downloads from sources.redhat.com (aka cygwin.com) aren't
allowed due to bandwidth limitations.  This means that you will need to
find a mirror which has this update, please choose the one nearest to you:
http://cygwin.com/mirrors.html

QUESTIONS:
==
If you want to make a point or ask a question, the Cygwin mailing list is
the appropriate place.

- --
Eric Blake
volunteer cygwin bashdb maintainer

CYGWIN-ANNOUNCE UNSUBSCRIBE INFO:
=
To unsubscribe to the cygwin-announce mailing list, look at the
List-Unsubscribe:  tag in the email header of this message.  Send email
to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFERZtE84KuGfSFAYARApWaAKCcYzqsRAxGWx35DiscKXWp/HsO3QCePvUj
sYr9ZDrrEki7qzw7k6XHRfU=
=CG62
-END PGP SIGNATURE-
Version 3.1 0.05 
2006-03-24

- Add complete (command completion), 

- Add cd, pwd

- Add gdb-style set/show logging.

- Better checking to see if we have  bash 3.1 (as opposed to 3.0)

- GNU Emacs debugging improvements, including...

- Add shell prompt tracking in GNU Emacs (bashdbtrack - like 
  Python's pdbtrack)

- Patches to allow VPATH (or build outside of source tree)

- Numerous documentation changes

- Break out command files even more.

Version 3.1 0.04 (initial 3.1 release)
2006-01-16

- Showing which command on a line with multiple commmands works again.
  Reinstate regression tests which use that.

- Add a loadable routine to read a script into an array fast. This
  speeds up the startup on reading large scripts very much.

- Install compiled GNU emacs lisp

- We were reporting script line sizes as one larger than the actual size

- Bash location matches installation in bashdb documentation

Version 3.00 0.03 (bugfix and palindromic-version-number release)
2005-12-10

- Changes to make ddd work better 
  * info args works correctly 
  * help run works
  * Do all the directory removing/creating/symbolic linking so that bash
finds the include file it needs. This was real ugly. I couldn't have
undertaken to try to figure this out without my GNU Makefile debugger
and the write command.

--
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: BUG: /sbin in util-linux package

2006-04-18 Thread Linda Walsh

Igor Peshansky wrote:

I'm sure Yaakov meant that he'll patch it when he next gets around to it,
but in the meantime felt compelled to explain where the current directory
structure came from.
  

---
   Why fix it if it isn't broken?  It's that way on linux.  All of the
mkfs extensions and fsck extensions are in /sbin, along with
mkraid, mkswap...etc.  Why should it be different on cygwin than on
the native platform where the packages come from?

   I'm in agreement with cfg: ...I don't see any reason not to install

things into /sbin if that's where they're going under linux


-l


--
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: Python shell ignores keys

2006-04-18 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

According to [EMAIL PROTECTED] on 4/18/2006 4:07 PM:
 
 The problem is that the Windows Python shell ignores or doesn't recv 
 important keys like ctrl-
 z or ctrl-c and the up/down cursor keys move the cursor not the command line 
 history.

Which terminal?  Windows cmd.com, cygwin rxvt, or cygwin xterm?  If if is
Windows, then the tty option in the CYGWIN environment variable may help:
http://cygwin.com/cygwin-ug-net/using-cygwinenv.html

My personal preference is to use rxvt when doing a session with just
cygwin programs, and cmd.com only when I am switching between cygwin and
Windows native programs.

 
 Windows XP
 Cygwin is current

That's not very descriptive.  Better would have been to follow these
directions:

 Problem reports:   http://cygwin.com/problems.html

and include 'cygcheck -svr' output as a text attachment.

- --
Life is short - so eat dessert first!

Eric Blake [EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFERbOx84KuGfSFAYARAgjIAJ43CqYv9z859mcFRwbzffsIsmBIYgCfdo+3
YfZ0XNoZPD+5Ber1eMGueCI=
=cl/x
-END PGP SIGNATURE-

--
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: netcat lacks socks support?

2006-04-18 Thread peter360

Oh, for the first question, I run fedora core 4 at home and the netcat
program I installed can act as a socks client.  Here is the nc -h output:

nc -h
usage: nc [-46DdhklnrStUuvz] [-i interval] [-p source_port]
  [-s source_ip_address] [-w timeout] [-X proxy_version]
  [-x proxy_address[:port]] [hostname] [port[s]]
Command Summary:
-4  Use IPv4
-6  Use IPv6
-D  Enable the debug socket option
-d  Detach from stdin
-h  This help text
-i secs Delay interval for lines sent, ports scanned
-k  Keep inbound sockets open for multiple
connects
-l  Listen mode, for inbound connects
-n  Suppress name/port resolutions
-p port Specify local port for remote connects
-r  Randomize remote ports
-S  Enable the TCP MD5 signature option
-s addr Local source address
-t  Answer TELNET negotiation
-U  Use UNIX domain socket
-u  UDP mode
-v  Verbose
-w secs Timeout for connects and final net reads
-X protoProxy protocol: 4, 5 (SOCKS) or
connect
-x addr[:port]  Specify proxy address and port
-z  Zero-I/O mode [used for scanning]
Port numbers can be individual or ranges: lo-hi [inclusive]

You can see the -X and -x options.  Here is the version info
rpm -qi nc
Name: nc   Relocations: (not relocatable)
Version : 1.78  Vendor: Red Hat, Inc.
Release : 2 Build Date: Wed 11 May 2005
03:41:43 AM PDT
Install Date: Fri 11 Nov 2005 01:15:39 AM PST  Build Host:
decompose.build.redhat.com
Group   : Applications/Internet Source RPM: nc-1.78-2.src.rpm
Size: 105413   License: GPL
Signature   : DSA/SHA1, Fri 20 May 2005 12:42:16 PM PDT, Key ID
b44269d04f2a6fd2
Packager: Red Hat, Inc. http://bugzilla.redhat.com/bugzilla
URL : http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/
Summary : Reads and writes data across network connections using TCP or
UDP.
Description :
The nc package contains Netcat (the program is actually nc), a simple
utility for reading and writing data across network connections, using
the TCP or UDP protocols. Netcat is intended to be a reliable back-end
tool which can be used directly or driven by other programs and
scripts. Netcat is also a feature-rich network debugging and
exploration tool, since it can create many different connections and

I have been using it as a socks client on my fedora box for a long time.   
Perhaps this is specific to fedora/redhat?

--
View this message in context: 
http://www.nabble.com/netcat-lacks-socks-support--t1459349.html#a3981705
Sent from the Cygwin Users forum at Nabble.com.


--
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: CreateFileAndSetSecurity error

2006-04-18 Thread Ben Carter
Hi,
   Sorry if this is offtopic but seeing as this was a problem I was
only seeing in Cygwin and the only mention of it I can find on google
brings me to the mailing list archive I thought I'd post my solution
here.

Basically whenever I did pretty much anything in cygwin I was getting
the error :
CreateFileandSetSecurity failed with FALSE (Expected on FAT Partitions) GLE: 32
CreateFileandSetSecurity failed with TRUE (not expected) GLE: 32

To cut a long story short I found that this was being caused by the
file alockout.dll in the windows system32 directory, a file which is
distributed in a microsoft toolkit to help debugging account lockout
problems. Considering I wasn't having any problems with account
lockouts I removed the reference of it from my windows registry and
deleted the dll (after restarting) and the errors have disappeared for
me.

Thanks,
... Ben.

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