Hi,
recently, after some change in the source, the octave
development branch started to SIGSEV on exit.
The strange issue is that this happen only
for cygwin and not on the other platforms.
I have not yet found a solution, only a possible workaround
removing some specific C++ "free" actions, so t
On 01/22/2010 06:15 PM, Don Beusee wrote:
I am a unix user that has moved to windows. I want unix commands on windows
that function like their unix counterparts. That is supposed to be one of
cygwin's missions, is it not? Isn't that one of the main reasons people get
cygwin? What's the point
On 01/22/2010 07:23 PM, Ryan Johnson wrote:
Hi all,
I noticed today that trying to cut and paste between an xterm and a
remote desktop session causes the remote desktop to hang with a CPU
pegged. I have vague memories of this sort of thing happening before
(but with a VNC client causing the prob
Corinna Vinschen cygwin.com> writes:
>
> Cgf definitely changed it on sourceware. If you didn't get it, then the
> mirror you're using didn't catch up, yet.
>
> Corinna
>
Yes, now it worked fine. I just did it again with the same mirror I had used
before - http://mirrors.kernel.org - or it m
On 23/01/2010 09:32, Albrecht Schlosser wrote:
Well, then there are probably good news from FLTK. The
current development version (1.3.0) can be configured to
work with cygwin/X11 OOTB:
$ ./configure --enable-cygwin --enable-x11
I haven't tried the 1.3 branch, but the 2.0 branch certainly does
A new release of tar, 1.22.90-1, is available, leaving 1.22-1 as the
previous version.
NEWS:
=
This is a new beta upstream release, but appears to be stable enough to
promote into use. Upstream release notes are attached. See also the
upstream documentation in /usr/share/doc/tar/.
DESCRIPTI
Paul McFerrin wrote:
> Leave your 1.5 system alone. Now crate & download 1.7 into a new node.
> (e.g./cygwinII). Just make sure everything is separate, include your
> update nodes and create a new "start" icon for 1.7 only. You might want
> to enforce separate executions of 1.5 & 1.7
Yeah,
On Sat, 23 Jan 2010 11:19:36 -0600, David Morgan
wrote:
> Hello all,
>
> We use cygwin for our build environment, and have observed that
> everything runs extremely slow on x64 systems, for versions newer than
> approximately 1.5.12 (including 1.7.1). When I run the following
command
> in
Corinna Vinschen:
> I applied a patch which handles the characters 0x5c and 0cfe differently
> if the charset is set to "SJIS"
Something's going seriously wrong with this, and I'd suspect it's to
do with turning backslashes into yen symbols.
C:\Users\Andy>set LANG=C.SJIS
C:\Users\Andy>\bin\bash -
--- Sab 23/1/10, Albrecht Schlosser ha scritto:
> Marco Atzeri wrote:
>
> > I was thinking to take his fltk-X11 package as I need
> fltk
> > for octave and the current package don't work at all
> > for my need as Octave is X11 oriented.
>
> Well, then there are probably good news from FLTK. The
On Sat, Jan 23, 2010 at 12:07:19PM +0100, Corinna Vinschen wrote:
>On Jan 22 18:46, Dave wrote:
>> Is process substitution expected to work in 1.7.1?
>>
>> Here's what I tried:
>>
>> kilr...@minime ~
>> $ uname -a
>> CYGWIN_NT-5.1 MINIME 1.7.1(0.218/5/3) 2009-12-07 11:48 i686 Cygwin
>>
>> kilr..
Hello all,
We use cygwin for our build environment, and have observed that
everything runs extremely slow on x64 systems, for versions newer than
approximately 1.5.12 (including 1.7.1). When I run the following command
in BASH,
while true; do date >> file; done
on a 1.5.12 Core II syst
On Jan 23 15:51, Andy Koppe wrote:
> On 23 January 2010 15:07, Corinna Vinschen:
> > Ouch. I understand now. Standard SJIS is *really* different from
> > Microsoft CP932 in two code points:
> >
> > CP932 0x5c == U+005E
> > SJIS 0x5c == U+00A5
> >
> > CP932 0x7e == U+007E
> > SJIS 0x7e == U+
On 23 January 2010 12:02, Christian Franke:
>>> Current setup.exe does not work properly if retry is used.
>>
>> Known regression. Somebody has to fix this.
>
> This is apparently fixed in setup.exe 2.677
Yep, cgf braved the innards of setup.exe and hunted down that bug.
Andy
--
Problem reports
On 23 January 2010 15:07, Corinna Vinschen:
> Ouch. I understand now. Standard SJIS is *really* different from
> Microsoft CP932 in two code points:
>
> CP932 0x5c == U+005E
> SJIS 0x5c == U+00A5
>
> CP932 0x7e == U+007E
> SJIS 0x7e == U+203E
Aargh! I wonder what that would do to DOS paths
Marco Atzeri wrote:
I was thinking to take his fltk-X11 package as I need fltk
for octave and the current package don't work at all
for my need as Octave is X11 oriented.
Well, then there are probably good news from FLTK. The
current development version (1.3.0) can be configured to
work with c
On Jan 23 14:50, Corinna Vinschen wrote:
> On Jan 23 14:49, Nayuta Taga wrote:
> > In short, '~' (U+007E TILDE) turns into U+203E (OVERLINE) when
> > LANG=ja_JP.SJIS.
> >
> > Then I looked into cygwin and subversion again.
> > (1) cygwin1.dll converts L"foo~" (UCS-2) to "foo~" (CP932).
> > (2) Bec
On Jan 23 12:07, Corinna Vinschen wrote:
> On Jan 22 18:46, Dave wrote:
> > Is process substitution expected to work in 1.7.1?
> >
> > Here's what I tried:
> >
> > kilr...@minime ~
> > $ uname -a
> > CYGWIN_NT-5.1 MINIME 1.7.1(0.218/5/3) 2009-12-07 11:48 i686 Cygwin
> >
> > kilr...@minime ~
> >
On Jan 23 14:49, Nayuta Taga wrote:
> Hi all,
>
> Please support CP932. Because CP932 is not equal to SJIS, I have
> problem using subversion when LANG=ja_JP.SJIS . With the attached
> patch and LANG=ja_JP.CP932, I can use subversion as expected.
>
> The problem is as follows:
>
> I have the f
According to brian on 1/23/2010 12:23 AM:
> Hi,
>
> I am trying to run a script in cygwin,and keep getting this error.Both
> of these files exist (bash.exe) and user has 777 permissions.
>
> $ bin/run.sh
> : /bin/bash: /usr/local/x-daemon.sh: No such file or directory
Error messages from bash th
On Jan 14 13:39, Corinna Vinschen wrote:
On Jan 14 11:01, Christian Franke wrote:
Current setup.exe does not work properly if retry is used.
Known regression. Somebody has to fix this.
This is apparently fixed in setup.exe 2.677
Christian
--
Problem reports: http://cy
On Jan 22 17:12, David Heyman wrote:
> I am having a problem with an installation of Cygwin. When I run
> setup.exe, I do not get an option for choosing line endings. So, I want
> to select DOS ine endings but that option is never available during
> setup, so it ends up being UNIX line endings. How
On Jan 22 18:46, Dave wrote:
> Is process substitution expected to work in 1.7.1?
>
> Here's what I tried:
>
> kilr...@minime ~
> $ uname -a
> CYGWIN_NT-5.1 MINIME 1.7.1(0.218/5/3) 2009-12-07 11:48 i686 Cygwin
>
> kilr...@minime ~
> $ echo LOG:bananas | tee file.txt
> LOG:bananas
>
> kilr...@mi
On Jan 22 19:52, Dave Korn wrote:
> On 22/01/2010 19:10, Cooper, Karl (US SSA) wrote:
> >> jenniferlee@ wrote:
>
> >>> administra...@nc042046 ~ $ cmd.exe /c 'mkdir C:\WINDOWS\temp' -bash:
> >>> /cygdrive/c/Windows/system32/cmd.exe: Bad address
> >>>
> > I get the same result you do when I us
On Jan 22 09:51, Buchbinder, Barry (NIH/NIAID) [E] wrote:
> Note to the CYGWIN DEVELOPERS:
>
> Now that the mount table is has moved from the
> Registry to a text file, perhaps it would make sense
> for cygwin1.dll to look at a text file, e.g.,
> /etc/cygwin.env
Hi All,
I have two versions of cygwin installed.
The first is before cygwin 1.7.
The second is the latest from setup.exe version 2.677
The first one works.
The second shows the screen then exits when run from the shortcut to
"E:\cygwin-new\Cygwin.bat".
E:/cygwin-new//var/log/setup.log shows
--
On Sat, Jan 23, 2010 at 8:23 AM, brian <@gmail.com> wrote:
> Hi,
>
> I am trying to run a script in cygwin,and keep getting this error.Both of
> these files exist (bash.exe) and user has 777 permissions.
>
> $ bin/run.sh
> : /bin/bash: /usr/local/x-daemon.sh: No such file or directory
There are th
Larry Hall (Cygwin) wrote:
> On 01/22/2010 04:21 AM, Gary . wrote:
...
> > I added a new user "svn" and a new group "subversion-user", basically
> > following http://www.cygwin.com/ml/cygwin/2005-07/msg00933.html with
> > the addition of also doing mkgroup -l -g subversion-user>>
> > /e
28 matches
Mail list logo