Re: segfault from "size -f"

2013-07-04 Thread David Rothenberger
On 7/4/2013 5:34 PM, David Rothenberger wrote: > Please let me know if there's anything else I can do to > troubleshoot. I'm going to try building binutils to get a gdb > backtrace, but there's no instructions in the source package about > how it's built for Cygwin. Here's the backtrace I got: Pr

Re: Failure with fork() (Cygwin on Wine install now sort of works)

2013-07-04 Thread Alan W. Irwin
Addendum. I just noticed the request for cygcheck results at http://cygwin.com/problems.html. Accordingly, I put /z/home/wine/newstart/cygwin/bin at the top of my MSYS (on Wine) PATH, then executed bash.exe-3.1$ cygcheck.exe -s -v -r >cygcheck.out That generated a response to the terminal whi

recv() timeout problem

2013-07-04 Thread David Stacey
Please find attached a short programme that demonstrates a problem I'm having with recv() timeouts. Under Fedora 19 x64, the test programme times out after three seconds (which is the desired behaviour). However, when run from Cygwin, the call to recv() never exits. I am using the latest snaps

Re: clang++ broken by recent GCC update

2013-07-04 Thread Ryan Johnson
On 04/07/2013 8:47 AM, Václav Zeman wrote: Hi. The C++ part of Clang package (I have not tested the C part) is broken after update of GCC to 4.7.3. It cannot find standard C++ headers: ignoring nonexistent directory "/usr/lib/gcc/i686-pc-cygwin/4.5.3/include/c++" ignoring nonexistent director

Re: MSYS mode (continue)

2013-07-04 Thread Christopher Faylor
On Thu, Jul 04, 2013 at 02:16:17PM +0200, Corinna Vinschen wrote: >On Jul 4 13:45, Alexey Pavlov wrote: >> 2013/7/4 Corinna Vinschen: >> > On Jul 4 14:23, Alexey Pavlov wrote: >> >> 2013/7/4 Corinna Vinschen: >> >> > On Jul 4 12:37, Alexey Pavlov wrote: >> >> >> 2013/7/4 Corinna Vinschen: >> >>

Re: MSYS mode (continue)

2013-07-04 Thread Charles Wilson
On 7/4/2013 4:38 AM, Corinna Vinschen wrote: On Jul 3 17:57, Christopher Faylor wrote: On Wed, Jul 03, 2013 at 05:03:04PM -0400, Charles Wilson wrote: Or is the proposal on the table for the same installation to be usable in both modes, depending on the nature of the launched application? Th

Re: MSYS mode (continue)

2013-07-04 Thread Charles Wilson
On 7/4/2013 8:16 AM, Corinna Vinschen wrote: I'm ok with that, but I think we should drop the "32" from MINGW in the first place. Does anybody rely on the "WOW64" in uname -s output? I just checked the scripts in /bin in my installation and none of it seems to check for that info. And then aga

Re: MSYS mode (continue)

2013-07-04 Thread Charles Wilson
On 7/4/2013 6:47 AM, Corinna Vinschen wrote: Hmm, out of curiousity. Why is the name MINGW_NT-6.1-WOW64\0 not suitable. For what is this 32 good for? Sorry, for this stupid question. No sorry here, it's not stupid. I agree, why not just drop the "32"? Because it would break any configure

R: Re: R: Re: R: Re: R: Re: R: Re: octave-3.4.0.exe: error while loading shared libraries

2013-07-04 Thread gennari.feder...@tiscali.it
Gotcha! It worked perfectly; a suspect I have is that libhdf5_7 was downloaded inside the hdf5 directory and thus not installed automatically. I had to put it outside, then additional installation went successfully and Octave started. Many thanks for your the job done and the patience bore Ki

Re: R: Re: R: Re: R: Re: R: Re: octave-3.4.0.exe: error while loading shared libraries

2013-07-04 Thread marco atzeri
Il 7/4/2013 3:11 PM, gennari.feder...@tiscali.it ha scritto: Nope, the command gives an error: gennarif@NIDORAN /usr/bin $ strace -o /tmp/octave.strace octave-3.6.4.exe /usr/bin/strace.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory And a

R: Re: R: Re: R: Re: R: Re: octave-3.4.0.exe: error while loading shared libraries

2013-07-04 Thread gennari.feder...@tiscali.it
Nope, the command gives an error: gennarif@NIDORAN /usr/bin $ strace -o /tmp/octave.strace octave-3.6.4.exe /usr/bin/strace.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory And a Windows message box ops up saying that program cannot b

clang++ broken by recent GCC update

2013-07-04 Thread Václav Zeman
Hi. The C++ part of Clang package (I have not tested the C part) is broken after update of GCC to 4.7.3. It cannot find standard C++ headers: clang version 3.1 (branches/release_31) Target: i386-pc-cygwin Thread model: posix "/usr/bin/clang" -cc1 -triple i386-pc-cygwin -S -disable-free -disable-

Re: R: Re: R: Re: R: Re: octave-3.4.0.exe: error while loading shared libraries

2013-07-04 Thread marco atzeri
Il 7/4/2013 12:11 PM, gennari.feder...@tiscali.it ha scritto: Hi, just checked with the setup.exe file, and installed version is: octave-3.6.4.exe I'm attaching then the previous mentioned files... Heartly thanks Federico Federico, cygcheck output looks fine. I see nothing obvious wrong o

Re: MSYS mode (continue)

2013-07-04 Thread Corinna Vinschen
On Jul 4 13:45, Alexey Pavlov wrote: > 2013/7/4 Corinna Vinschen: > > On Jul 4 14:23, Alexey Pavlov wrote: > >> 2013/7/4 Corinna Vinschen: > >> > On Jul 4 12:37, Alexey Pavlov wrote: > >> >> 2013/7/4 Corinna Vinschen: > >> >> > On Jul 4 13:09, Alexey Pavlov wrote: > >> >> >> struct utsname > >

Re: MSYS mode (continue)

2013-07-04 Thread Alexey Pavlov
2013/7/4 Corinna Vinschen: > On Jul 4 12:34, Kai Tietz wrote: >> 2013/7/4 Alexey Pavlov wrote: >> > 2013/7/4 Corinna Vinschen: >> >> On Jul 4 12:37, Alexey Pavlov wrote: >> >>> 2013/7/4 Corinna Vinschen: >> >>> > On Jul 4 13:09, Alexey Pavlov wrote: >> >>> >> 2013-06-18 Alexey Pavlov >> >>> >>

Re: MSYS mode (continue)

2013-07-04 Thread Corinna Vinschen
On Jul 4 12:34, Kai Tietz wrote: > 2013/7/4 Alexey Pavlov wrote: > > 2013/7/4 Corinna Vinschen: > >> On Jul 4 12:37, Alexey Pavlov wrote: > >>> 2013/7/4 Corinna Vinschen: > >>> > On Jul 4 13:09, Alexey Pavlov wrote: > >>> >> 2013-06-18 Alexey Pavlov > >>> >> > >>> >> * mount.cc: Allow using a s

Re: MSYS mode (continue)

2013-07-04 Thread Alexey Pavlov
2013/7/4 Corinna Vinschen: > On Jul 4 14:23, Alexey Pavlov wrote: >> 2013/7/4 Corinna Vinschen: >> > On Jul 4 12:37, Alexey Pavlov wrote: >> >> 2013/7/4 Corinna Vinschen: >> >> > On Jul 4 13:09, Alexey Pavlov wrote: >> >> >> 2013-06-18 Alexey Pavlov >> >> >> >> >> >> * mount.cc: Allow using a s

Re: MSYS mode (continue)

2013-07-04 Thread Corinna Vinschen
On Jul 4 14:23, Alexey Pavlov wrote: > 2013/7/4 Corinna Vinschen: > > On Jul 4 12:37, Alexey Pavlov wrote: > >> 2013/7/4 Corinna Vinschen: > >> > On Jul 4 13:09, Alexey Pavlov wrote: > >> >> 2013-06-18 Alexey Pavlov > >> >> > >> >> * mount.cc: Allow using a shortened version of mount points in

Re: MSYS mode (continue)

2013-07-04 Thread Kai Tietz
2013/7/4 Alexey Pavlov wrote: > 2013/7/4 Corinna Vinschen: >> On Jul 4 12:37, Alexey Pavlov wrote: >>> 2013/7/4 Corinna Vinschen: >>> > On Jul 4 13:09, Alexey Pavlov wrote: >>> >> 2013-06-18 Alexey Pavlov >>> >> >>> >> * mount.cc: Allow using a shortened version of mount points in /etc/fstab >>>

Re: MSYS mode (continue)

2013-07-04 Thread Alexey Pavlov
2013/7/4 Corinna Vinschen: > On Jul 4 12:37, Alexey Pavlov wrote: >> 2013/7/4 Corinna Vinschen: >> > On Jul 4 13:09, Alexey Pavlov wrote: >> >> 2013-06-18 Alexey Pavlov >> >> >> >> * mount.cc: Allow using a shortened version of mount points in /etc/fstab >> >> * utsname.h: Increase sysname fiels

Re: MSYS mode (continue)

2013-07-04 Thread Corinna Vinschen
On Jul 4 12:37, Alexey Pavlov wrote: > 2013/7/4 Corinna Vinschen: > > On Jul 4 13:09, Alexey Pavlov wrote: > >> 2013-06-18 Alexey Pavlov > >> > >> * mount.cc: Allow using a shortened version of mount points in /etc/fstab > >> * utsname.h: Increase sysname fiels size. > >> * uname.cc: Allow chang

R: Re: R: Re: R: Re: octave-3.4.0.exe: error while loading shared libraries

2013-07-04 Thread gennari.feder...@tiscali.it
Sorry, attchment went lost during upload... But as suggested I'll try to update it first, then let you know the result. Warm regards, Federico Invita i tuoi amici e Tiscali ti premia! Il consiglio di un amico vale più di uno spot in TV. Per ogni nuovo abbonato 30 € di premio per te e per l

Re: MSYS mode (continue)

2013-07-04 Thread Alexey Pavlov
2013/7/4 Corinna Vinschen: > On Jul 4 13:09, Alexey Pavlov wrote: >> 2013-06-18 Alexey Pavlov >> >> * mount.cc: Allow using a shortened version of mount points in /etc/fstab >> * utsname.h: Increase sysname fiels size. >> * uname.cc: Allow changing OS name by MSYSTEM environment variable. >> [...

Indirizzo inattivo - discontinued addres

2013-07-04 Thread ascorchimici
Gentile mittente, il presente indirizzo di posta elettronica non è più valido. Si prega di utilizzare l'indirizzo i...@vetoquinol.it oppure contattare il nostro front-office. Grazie Dear Sender, this e-mail address is no longer used. Please send your inquiry to i...@vetoquinol.it or feel free t

Re: MSYS mode (continue)

2013-07-04 Thread Corinna Vinschen
On Jul 4 13:09, Alexey Pavlov wrote: > 2013-06-18 Alexey Pavlov > > * mount.cc: Allow using a shortened version of mount points in /etc/fstab > * utsname.h: Increase sysname fiels size. > * uname.cc: Allow changing OS name by MSYSTEM environment variable. > [...SNIP...] Can we please move patch

Re: MSYS mode (continue)

2013-07-04 Thread Corinna Vinschen
On Jul 4 13:07, Alexey Pavlov wrote: > 2013/7/4 Corinna Vinschen: > > Hi Alexey, > > > > On Jul 4 06:33, Alexey Pavlov wrote: > >> My opinion is to extend Cygwin parser to read msys-like mounts. It's > >> very simple: > >> > >> --- mount.cc 2013-04-24 20:29:29.0 +0400 > >> +++ Cygwin/wins

Re: MSYS mode (continue)

2013-07-04 Thread Alexey Pavlov
2013-06-18 Alexey Pavlov * mount.cc: Allow using a shortened version of mount points in /etc/fstab * utsname.h: Increase sysname fiels size. * uname.cc: Allow changing OS name by MSYSTEM environment variable. Index: cygwin/mount.cc

Re: MSYS mode (continue)

2013-07-04 Thread Alexey Pavlov
2013/7/4 Corinna Vinschen: > Hi Alexey, > > On Jul 4 06:33, Alexey Pavlov wrote: >> My opinion is to extend Cygwin parser to read msys-like mounts. It's >> very simple: >> >> --- mount.cc 2013-04-24 20:29:29.0 +0400 >> +++ Cygwin/winsup/cygwin/mount.cc 2013-06-13 09:35:01.479492100 +0400 >

Re: MSYS mode (continue)

2013-07-04 Thread Corinna Vinschen
Hi Alexey, On Jul 4 06:33, Alexey Pavlov wrote: > My opinion is to extend Cygwin parser to read msys-like mounts. It's > very simple: > > --- mount.cc 2013-04-24 20:29:29.0 +0400 > +++ Cygwin/winsup/cygwin/mount.cc 2013-06-13 09:35:01.479492100 +0400 > @@ -1125,8 +1118,17 @@ >if (!*c

Re: MSYS mode (continue)

2013-07-04 Thread Corinna Vinschen
On Jul 3 17:57, Christopher Faylor wrote: > On Wed, Jul 03, 2013 at 05:03:04PM -0400, Charles Wilson wrote: > >On 7/3/2013 3:50 PM, Corinna Vinschen wrote: > >> On Jul 3 22:24, Alexey Pavlov wrote: > >>> 2013/7/3 Christopher Faylor: > >>> I need it to be able read short mount points from fstab:

Re: R: Re: R: Re: octave-3.4.0.exe: error while loading shared libraries

2013-07-04 Thread marco atzeri
Il 7/4/2013 10:10 AM, marco atzeri ha scritto: Il 7/4/2013 9:49 AM, gennari.federico ha scritto: Good mornin', here's in attach both the output of two ls commands (I can confirm that they give same directory listing) and the cygcheck.out Federico, you forgot to attach the cygcheck.out file.

Re: R: Re: R: Re: octave-3.4.0.exe: error while loading shared libraries

2013-07-04 Thread marco atzeri
Il 7/4/2013 9:49 AM, gennari.feder...@tiscali.it ha scritto: Good mornin', here's in attach both the output of two ls commands (I can confirm that they give same directory listing) and the cygcheck.out Federico, you forgot to attach the cygcheck.out file. Moreover, here's the result of the

R: Re: R: Re: octave-3.4.0.exe: error while loading shared libraries

2013-07-04 Thread gennari.feder...@tiscali.it
Good mornin', here's in attach both the output of two ls commands (I can confirm that they give same directory listing) and the cygcheck.out Moreover, here's the result of the echo command: gennarif@NIDORAN ~ $ echo $PATH /usr/local/bin:/usr/bin:/cygdrive/c/Perl/site/bin: /cygdrive/c/Perl/b