[RFU] octave and libs

2009-01-23 Thread Marco Atzeri
Dear all, I have updated all the packages and lib with gcc-4 Octave-3.0.3 (new upstream version) Octave-forge-20080831 (aligned to octave ) fftw3-3.2 (new upstream version) glpk-4.35 (new upstream version) hdf5-1.6.8 (new upstream version) qhull-2003.1 (using autoconf

Re: Setup.exe issues between Win2k and WinXP - does it use different logic for setup retrieval or package ver selection

2009-01-23 Thread Brian Keener
More on this. Brian Keener wrote: Mirror Error: Setup.ini signature file ftp://ftp.gtlib.gatech.edu/pub/cygwin/setup.bz2.sig from ftp://ftp.gtlib.gatech.edu/pub/cygwin/ failed to verify. Possible corrupt mirror? Setup.ini rejected. I found several emails regarding the -X command line

Re: PATCH: Fix mwextwm mode to build again

2009-01-23 Thread Jon TURNEY
Yaakov (Cygwin/X) wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jon TURNEY wrote: This fixes multiwindow external window manager('-mwextwm') mode to build again. Note this depends on Apple's Xplugin.h to build the rootless extension (just for some typedefs I think), which is no

Building xdvik (was Re: Failure of XtGetApplicationResources() in X11R7.4)

2009-01-23 Thread Jon TURNEY
Jon TURNEY wrote: Warning: No type converter registered for '' to '81ìÀ' conversion. [...] Warning: No type converter registered for '90' to '' conversion. I took a quick look at this, there's definitely something strange going on here. I think those strings between '' are supposed to be

Cygwin/X (XWin) falls down when using -fp option

2009-01-23 Thread Jana Skleničková
Hello, I upgraded to latest (I believe) version of Cygwin (uname -a=CYGWIN_NT-5.1 my_computer_name 1.5.25(0.156/4/2) 2008-06-12 19:34 i686 Cygwin) and after that I experience problem running XWin to a computer running Solaris OS, when font path is set to remote font server. Here is my log:

Re: No repetition of keys in X11R7

2009-01-23 Thread Jon TURNEY
Rodrigo Medina wrote: Jon Turney wrote: You might try xset q to check what the reported key repeat settings are Using xset I have discovered the following: After starting XWin with $ XWin -multiwindow -clipboard XWin.0.log says: (--) Setting autorepeat to delay=500, rate=31 but if xset q

Font issues on two different machines after update to latest xorg-server

2009-01-23 Thread William Deegan
Greetings, Yesterday and today I updated two different machines to the latest xorg-server version, on both machines, after the upgrade it could no longer find the fixed font. The issue went away after rolling back to 1.5.3-4. Attached is my cygcheck -s output. Please let me know if you need

Re: Keyboard map screwed up after launching xemacs

2009-01-23 Thread Jon TURNEY
Andreas Eibach wrote: Jon TURNEY wrote: Forgive my ignorance about german keyboard usage, but is the tilde character used in some kind of composition sequence which isn't working anymore? Or do you just want to type lots of tildes? (In case that it went down the drain: One is enough,: ~ = -

Re: Updated: nedit-5.5-4

2009-01-23 Thread Jon TURNEY
David Monksfield wrote: On Sun, 21 Dec 2008 11:54:05 -0500, Christopher Faylor cgf-use-the-mailinglist-ple...@cygwin.com wrote: On Sun, Dec 21, 2008 at 09:15:44AM +, David Monksfield wrote: Since the X server update, some NEdit windows won't resize any more. I can't grab a corner, and the

Re: X Error of failed request: BadAlloc (insufficient resources for operation)

2009-01-23 Thread Jon TURNEY
marzio.vid...@ec.europa.eu wrote: I recently updated my Cygwin installation and I'm facing a strange problem now. I use Cygwin (Xwin X Server release 6.8.99.901-4) on Windows XP to work on a fully patched Solaris 9 workstation. When I try to run VNC on the Solaris workstation, it pops up the

Re: Building xdvik (was Re: Failure of XtGetApplicationResources() in X11R7.4)

2009-01-23 Thread Ken Brown
On 1/23/2009 10:05 AM, Jon TURNEY wrote: I think Yaakov was right when he suggested that the libtool this uses is sufficiently old to cause problems [1] $ tar -zxf xdvik-22.84.14.tar.gz $ cd xdvik-22.84.14 $ ./configure --prefix=/usr --with-xdvi-x-toolkit=xaw3d $ make $ cp /usr/lib/libXt.dll.a

src/winsup/cygwin ChangeLog smallprint.cc

2009-01-23 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2009-01-23 13:59:13 Modified files: winsup/cygwin : ChangeLog smallprint.cc Log message: * smallprint.cc (__small_vsprintf): Use already available buffer tmp in wfillin case. Patches:

Re: Signal handling in WIN32 console programs

2009-01-23 Thread Corinna Vinschen
On Jan 22 18:05, avade...@certicom.com wrote: On Thu, Jan 22, 2009 at 05:04:23PM -0500, Christopher Faylor wrote: On Thu, Jan 22, 2009 at 09:58:08PM +, Andy Koppe wrote: avade...@certicom.com wrote: So I wonder if the native console passes the character to the process directly

Re: Problem using select() with com0com virtual serial ports

2009-01-23 Thread Spiro Trikaliotis
Hello, * On Thu, Jan 22, 2009 at 10:55:22AM -0500 Christopher Faylor wrote: On Thu, Jan 22, 2009 at 10:25:32AM -0500, Paul Ingemi wrote: [...] It is a simple enough hack that I don't mind adding it, if it fixes your problem but I am not convinced that your driver is operating correctly. As I

Cygwin and domain users...

2009-01-23 Thread garethrichardadams
Hi all, I've set up Cygwin on a portable usb drive and would like to use it on different machines. The problem is that one of the machines is a standalone, the other is a domain machine. When I used it from the standalone it worked fine. When I started it on the domain machine I got: Your

Can't access some files (/tmp)

2009-01-23 Thread Matthieu Dubuget
Hello, I hope this is not a FAQ. But really, I could not find the answer in it, or maybe, I did not understand? I just re-installed cygwin on my computer. Before that, I did a complete un-installation (stopped and removed services, removed cygwin directory, removed entries in the registry,

Re: Signal handling in WIN32 console programs

2009-01-23 Thread avadekar
On Fri, Jan 23, 2009 at 05:10:34AM -0500, Corinna Vinschen wrote: On Jan 22 18:05, avade...@certicom.com wrote: On Thu, Jan 22, 2009 at 05:04:23PM -0500, Christopher Faylor wrote: On Thu, Jan 22, 2009 at 09:58:08PM +, Andy Koppe wrote: avade...@certicom.com wrote: So I wonder

problem - installing in 64 bit os

2009-01-23 Thread kavitha s
i installed cygwin-2.249.2.5 in 32 bit os..it installed correctly. but trying to install in 64 bit os quad processor 64gb ram it is giving the following error C:\cygwin\bin\bash.exe: *** fork: can't reserve memory for stack 0x49 - 0x6 , Win32 error

Rsync (daemon) cannot see loopback connections IP address as 127.0.0.1

2009-01-23 Thread cuicui
Hello, I'm trying to use rsync over SSH without the -e ssh option. The idea is to make rsync --daemon bind on the loopback on the Cygwin box and to connect to this box with a tunnel: ssh -L 873:localhost:873 u...@cygwin_box On the Cygwin Box, the file /etc/rsync.conf contains: [d_drive]

[resolved] Rsync (daemon) cannot see loopback connections IP address as 127.0.0.1

2009-01-23 Thread cuicui
cuicui a écrit : Hello, I'm trying to use rsync over SSH without the -e ssh option. The idea is to make rsync --daemon bind on the loopback on the Cygwin box and to connect to this box with a tunnel: ssh -L 873:localhost:873 u...@cygwin_box On the Cygwin Box, the file /etc/rsync.conf

Re: paste into vim

2009-01-23 Thread Andrew DeFaria
Dave Korn wrote: If you didn't get an insert key then you got ripped off however I think you may just be looking in the wrong place, By Logitiech Y-SZ49 did you mean this one: http://cafe.mobil.hr/showthread.php?t=49534 ? Because if you did I see an insert key there, right below prt scrn. Nah,

Re: Can't read lock file /tmp/.X0-lock problem (answer to FAQ 3.4. does not solve the problem)

2009-01-23 Thread Jon TURNEY
Leonardo Vanneschi wrote: I have tried to apply the solutions in the FAQ page (FAQ 3.4), but they do not work. More precisely, what I tried to do as follows: 1. Try rm -rf /tmp; mkdir /tmp ; chmod 1777 /tmp 2. Try starting the server with -nolock (e.g. if you use startxwin.bat or

Re: problem - installing in 64 bit os

2009-01-23 Thread Larry Hall (Cygwin)
kavitha s wrote: i installed cygwin-2.249.2.5 in 32 bit os..it installed correctly. There is no cygwin-2.249.2.5. Please read and follow the problem reporting guidelines found here: http://cygwin.com/problems.html -- Larry Hall http://www.rfk.com RFK Partners,

Re: Cygwin and domain users...

2009-01-23 Thread Larry Hall (Cygwin)
garethrichardadams wrote: Hi all, I've set up Cygwin on a portable usb drive and would like to use it on different machines. The problem is that one of the machines is a standalone, the other is a domain machine. When I used it from the standalone it worked fine. When I started it on the

[ANNOUNCEMENT] Updated: gamin-0.1.10-2

2009-01-23 Thread Yaakov (Cygwin/X)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 The following packages have been updated in the distribution: *** gamin-0.1.10-2 *** libfam0-0.1.10-2 *** libfam-devel-0.1.10-2 *** libgamin1_0-0.1.10-2 *** libgamin1-devel-0.1.10-2 *** python-gamin-0.1.10-2 gamin is a portable drop-in replacement

Re: paste into vim

2009-01-23 Thread Dave Steenburgh
On Fri, Jan 23, 2009 at 11:03 AM, Andrew DeFaria and...@defaria.com wrote: Dave Korn wrote: If you didn't get an insert key then you got ripped off however I think you may just be looking in the wrong place, By Logitiech Y-SZ49 did you mean this one:

Re: Cygwin and domain users...

2009-01-23 Thread Dave Korn
Larry Hall (Cygwin) wrote: It's best to just add the users and groups needed the passwd and group files. This will allow Cygwin to work with these users as Windows sees them, which is really what you want. If you just have the current user to add, try: mkpasswd -c /etc/passwd mkgroup

Re: 000-cygwin-post-install.sh on Cygwin 1.7

2009-01-23 Thread Pierre A. Humblet
On Thu, Dec 25, 2008 at 10:28:48AM -0500, Christopher Faylor wrote: On Thu, Dec 25, 2008 at 01:23:35AM -0500, Pierre A. Humblet wrote: I tried to install Cygwin 1.7 under Program Files, as I have always done with 1.5. It didn't work. Here is a fix: snip I think that does the same thing in

access() function in 1.7

2009-01-23 Thread David Billinghurst
I am having a problem with the access() function in cygwin-1.7. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38956 $ touch foobar_file $ chmod a-w foobar_file $ cat test_access.c #include stdio.h #include unistd.h int main (void) { char *file=foobar_file; int m = W_OK; printf(access =

Updated: gamin-0.1.10-2

2009-01-23 Thread Yaakov (Cygwin/X)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 The following packages have been updated in the distribution: *** gamin-0.1.10-2 *** libfam0-0.1.10-2 *** libfam-devel-0.1.10-2 *** libgamin1_0-0.1.10-2 *** libgamin1-devel-0.1.10-2 *** python-gamin-0.1.10-2 gamin is a portable drop-in replacement