[ANNOUNCEMENT] Updated: zsh-5.1.1-1

2015-11-01 Thread Peter A. Castro

An updated version of zsh (zsh-5.1.1-1) has been released and should be
at a mirror near you real soon.  This is an upstream release.

NOTICE:
===

Version 5.1.1 has just been released for both 32-bit and 64-bit Cygwin.

NEWS:
=

(From the release notes: http://zsh.sourceforge.net/releases.html)
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Changes between versions 5.1 and 5.1.1

o The ZLE variables YANK_ACTIVE, YANK_START and YANK_END have been added
  and are useful for managing highlighting.
o The zsh-specific pattern match range tests have been supplemented with
  [:INCOMPLETE:] and [:INVALID:] to help detect the state of partially
  read multibyte character strings.

Changes between versions 5.0.8 and 5.1

The builtins declare, export, local, readonly and typeset now have 
corresponding reserved words. When used in this form, the builtin syntax 
is extended so that assignments following the reserved word are treated 
similarly to assignments that appear at the start of the command line. For 
example,


  local scalar=`echo one word` array=(several words)

creates a local "scalar" containing the text "one word" and an array 
"array" containing the words "several" "words".


o The print builtin has new options -x and -X to expand tabs.
o Several new command completions and numerous updates to others.
o Options to "fc" to segregate internal and shared history.
o All emulations including "sh" use multibyte by default; several
  repairs to multibyte handling.
o ZLE supports "bracketed paste" mode to avoid interpreting pasted
  newlines as accept-line. Pastes can be highlighted for visibility and to
  make it more obvious whether accept-line has occurred.
o Improved (though still not perfect) POSIX compatibility for getopts
  builtin when POSIX_BUILTINS is set.
o New setopt APPEND_CREATE for POSIX-compatible NO_CLOBBER behavior.
o Completion of date values now displays in a calendar format when the
  complist module is available. Controllable by zstyle.
o New parameter UNDO_LIMIT_NO for more control over ZLE undo repeat.
o Several repairs/improvements to the contributed narrow-to-region ZLE
  function.
o Many changes to child-process and signal handling to eliminate race
  conditions and avoid deadlocks on descriptor and memory management.
o New builtin sysopen in zsh/system module for detailed control of file
  descriptor modes.

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

See ChangeLogs for full details.

ChangeLogs:
  http://www.fruitbat.org/Cygwin/zsh/ChangeLog-5.1.1
Homepage:
  http://www.zsh.org

DESCRIPTION:

Zsh is a UNIX command interpreter (shell) usable as an interactive login
shell and as a shell script command processor.  Of the standard shells,
zsh most closely resembles `ksh' but includes many enhancements.  Zsh has
command line editing, builtin spelling correction, programmable command
completion, shell functions (with autoloading), a history mechanism, and
a host of other features.

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 'zsh' in the
'Shell' category (you will have select it).

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.

CYGWIN-ANNOUNCE UNSUBSCRIBE INFO:
=
To unsubscribe from 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:

cygwin-announce-unsubscribe-YOU=YOURDOMAIN.COM at cygwin.com

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

http://sourceware.org/lists.html#unsubscribe-simple

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

--
--=> Peter A. Castro
Email: doctor at fruitbat dot org / Peter dot Castro at oracle dot com
"Cats are just autistic Dogs" -- Dr. Tony Attwood

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



Re: xfig-3.2.5c-2.x86_64 crashes on save as or export on windows 10

2015-11-01 Thread Yaakov Selkowitz
On Sat, 2015-10-31 at 16:47 +, Jon Turney wrote:
> On 29/10/2015 19:11, Hans-Georg Scherneck wrote:
> > it crashes on x_86 (i.e. 32 bit version) too, even after re-installing
> > the xorg-server packages.
> > xfig won't show the export window before it crashes. What else can I do?
> > Any step-by-step procedure with xorg-server renewal?
> > Is there an issue with Athena widgets?
> 
> I'd suggest, as an alternative workaround, with the current server:
> 
> ln -s /usr/share/X11/fonts/75dpi 
> /etc/X11/fontpath.d/xorg-x11-fonts-75dpi:pri=40

I'm not sure we should recommend this.

> It seems that xfig requires the font '*-times-medium-r-normal--16-*' for 
> that dialog, but that is not one of the sizes provided by 
> xorg/font/adobe-*dpi (14 and 17 are the nearest), so we have to allow 
> this font to be scaled (or provide a scalable font which also matches 
> that XLFD)

Fedora carries the following patch (among others):

http://pkgs.fedoraproject.org/cgit/xfig.git/tree/xfig-3.2.5-urwfonts.patch

We currently provide the URW fonts in ghostscript-fonts-std.  That
should be rebuilt to add a symlink in /etc/X11/fontpath.d, and xfig
rebuilt with that patch (and possibly others from that set as well).

--
Yaakov



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



Re: Mounting a network share

2015-11-01 Thread Mike Brown
On Mon, Nov 02, 2015 at 04:40:33AM +0300, Andrey Repin wrote:
> net use //host/resource[/path] P: * /PERSISTENT /SAVECRED

I got the following to be accepted:

net use \\192.168.1.40\Public password /user:brown /persistant:yes

The syntax doesn't have a place to where it should be mounted.

But, if it mounted, I have no idea where. A "df -k" only shows the local drives.

> This is not a Cygwin question.
> If you want to do it from Cygwin side, use fstab and don't use /cygdrive
> prefix. It is for automatic mounts ONLY.

I can't find a fstab.

MB
-- 
e-mail: vid...@vidiot.com | vid...@vidiot.net/~\ The ASCII
6082066...@email.uscc.net (140 char limit)   \ / Ribbon Campaign
Visit - URL: http://vidiot.com/   X  Against
 http://vidiot.net/  / \ HTML Email
"What do you say Beckett. Wanna have a baby?" - Castle to Det. Beckett
"How long have I been gone?" Alexis after seeing Castle and Beckett w/ baby
 - Castle - 11/25/13

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



Re: Help: cygheap base mismatch detected

2015-11-01 Thread Jim Reisert AD1C
On Sun, Nov 1, 2015 at 7:36 PM, Mark Geisert asked:

> Is it possible F: has its own conflicting Cygwin installation on it?  What
> happens if you run the rebase from C: (where dash is installed)?

No.  There has only ever been one Cygwin installation on this
computer.  Running rebaseall from dash on c:\ made no difference.

-- 
Jim Reisert AD1C, , http://www.ad1c.us

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



Re: compile ncurses "hello world" to run independent of cygwin?

2015-11-01 Thread Darik Horn
On Sun, Nov 1, 2015 at 10:04 PM, Daniel Goldman  wrote:
>
> What am I doing wrong? How do I use cygwin to compile the test ncurses
> program so it can run in a dos terminal, independent of cygwin? I looked
> around the docs and archives and could not figure out.

Was libncurses built for the MinGW target on the Cygwin host?

Keep in mind that this job is a cross compile, so ncurses and every
other dependency must be built for the MinGW runtime.  The mingw-* and
mingw64-* packages for Cygwin are just the toolchain plus some
essentials; there is no mingw-libncurses-devel package in
distribution.

Unless there is a specific reason to cross through Cygwin, it could be
easier to use the native MinGW environment directly:

* http://www.mingw.org/wiki/Getting_Started

And link against the ncurses redistributable:

* http://invisible-mirror.net/ncurses/ncurses.html

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



compile ncurses "hello world" to run independent of cygwin?

2015-11-01 Thread Daniel Goldman

I have a Windows 7 / 64 bit PC.

I just installed 32 bit cygwin to d:\cygin\. Installed everything.
https://cygwin.com/faq.html#faq.setup.everything

I started up the Cygwin Terminal.

$ echo $PATH
/usr/local/bin:/usr/bin:/cygdrive/c/Program Files/Common Files/Microsoft 
Shared/Windows Live:/cygdrive/c/Program Files (x86)/Common 
Files/Microsoft Shared/Windows 
Live:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program 
Files (x86)/Intel/OpenCL SDK/3.0/bin/x86:/cygdrive/c/Program Files 
(x86)/Intel/OpenCL SDK/3.0/bin/x64:/cygdrive/d/Program Files 
(x86)/Putty:/cygdrive/c/Program Files (x86)/Windows 
Live/Shared:/cygdrive/d/msys64/usr/bin:/usr/lib/lapack:/usr/openwin/bin


$ cat ncurses-1.c
// http://www.tldp.org/HOWTO/NCURSES-Programming-HOWTO/helloworld.html

#include 

int main()
 {
 initscr(); /* Start curses mode */
 printw("Hello World !!!"); /* Print Hello World */
 refresh(); /* Print it on to the real screen */
 getch(); /* Wait for user input */
 endwin(); /* End curses mode */

 return 0;
 }

$ gcc ncurses-1.c -lncurses

$ ./a.exe # runs perfectly under cygwin

$ i686-pc-mingw32-gcc -I /usr/include ncurses-1.c -L /lib -lncurses

$ ./a.exe
Segmentation fault

Switching to a windows 7 command window (dos window), and running a.exe, 
I get an error message:


"the program can't start because cygncursesw-10.dll is missing..."

What am I doing wrong? How do I use cygwin to compile the test ncurses 
program so it can run in a dos terminal, independent of cygwin? I looked 
around the docs and archives and could not figure out.


Thanks,
Daniel

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



Re: Help: cygheap base mismatch detected

2015-11-01 Thread Mark Geisert
Jim Reisert AD1C writes:
> I installed the latest Windows 10 update this morning and rebooted.
> Now Cygwin won't work at all.  Using the latest test release of
> Cygwin:
> 
> CYGWIN_NT-10.0-WOW JJR 2.3.0(0.291/5/3) 2015-10-22 17:54 i686 Cygwin
> 
> Any ideas?
> 
> F:\>dash
> $  rebase-trigger fullrebase
>   0 [main] dash (4564) C:\Cygwin\bin\dash.exe: *** fatal error -
> cygheap base mismatch detected - 0xABB400/0xD1B400.
> This problem is probably due to using incompatible versions of the cygwin DLL.
[...]
>   0 [main] dash 7044 fork: child -1 - forked process 4564 died
> unexpectedly, retry 0, exit code 0xC142, errno 11
> dash: 1: Cannot fork

Is it possible F: has its own conflicting Cygwin installation on it?  What
happens if you run the rebase from C: (where dash is installed)?

..mark




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



Re: TP_NUM_C_BUFS too small

2015-11-01 Thread Mark Geisert
Helmut Karlowski writes:
> Am 01.11.2015, 18:46 Uhr, schrieb Helmut Karlowski:
> > Hello
> >
> > just had a program crashing with this error:
> >
> >   2 [main] ue 3180 C:\bin\ue.exe: *** fatal error - Internal error:  
> > TP_NUM_C_BUFS too small: 50
> >
> > What could that mean?
> 
> It means my program had a bug - fixed now.

Glad it's fixed!  For the record, could you say what sort of bug would cause
a fatal internal error like that?
Just curious,

..mark


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



Re: How to run xinit without first entering a cygwin terminal

2015-11-01 Thread Xuehan Xu
Thanks:-)

I know that mstsc is also capable of connecting to a remote desktop.
However, we need to specify other arguments, like disk mapping, in
command line, which cannot be achieved through mstsc. So we intend to
use rdesktop.

Can I make the rdesktop to full screen? Until now, I can only open the
remote desktop in a window. Thanks:-)

On 31 October 2015 at 19:45, Jon Turney  wrote:
> On 30/10/2015 00:40, Xuehan Xu wrote:
>>
>> Thanks for your reply:-)
>>
>> I followed your advice, now it seems that rdesktop is running, but the
>> window that xinit showed was just plain black. rdesktop is supposed to
>> be a remote desktop client that runs on linux and connect to a windows
>> remote desktop. When I use the command "/usr/bin/xinit.exe
>> ./rdesktop/rdesktop.exe -f 192.168.1.79" in a cygwin terminal, it can
>> show the desktop of 192.168.1.79.
>>
>> Could this be due to the same reason  that startx can't show the
>> cygwin desktop? What should I do? Thanks;-)
>
>
> Hmm... so when I try this, it seems it only works when I arrange for
> rdesktop's stderr to go somewhere, e.g.
>
> C:\cygwin64\bin\run.exe -quote /usr/bin/bash.exe -l -c "/usr/bin/xinit
> /usr/bin/rdesktop -f byron >/var/log/xwin/rdesktop_session.log 2>&1"
>
> If that's really necessary, perhaps that's a bug in run.
>
> (You do know that you could achieve a similar effect with 'mstsc /f
> /v:byron' ?)
>
>> On 29 October 2015 at 21:23, Jon Turney wrote:
>>>
>>> On 29/10/2015 06:25, Xuehan Xu wrote:


 Hi, everyone

 I'm trying to run xinit.exe to start a GUI program in a windows cmd
 prompt. The command I run:

 "c:\cygwin\bin\run.exe /usr/bin/bash.exe -l -c /usr/bin/xinit.exe
 /home/Administrator/rdesktop.exe -f 192.168.1.79

 But, it seems that rdesktop.exe isn't running, the window was just
 showing a terminal prompt.
>>>
>>>
>>>
>>> Using the command lines from the start menu items created for the xinit
>>> package as a template (see [1]), I think you need something like:
>>>
>>> c:\cygwin\bin\run.exe -quote /usr/bin/bash.exe -l -c "/usr/bin/xinit.exe
>>> /home/Administrator/rdesktop.exe -f 192.168.1.79"
>>>
>>> The command string being given to bash -c needs quoting, otherwise
>>> subsequent words are assumed to be parameters to that command.
>
>
> This reason is wrong.  I should have said something like "needs quoting to
> get correctly passed to bash" since I think the issue is not in bash, but in
> run.
>
>
>>> run needs to be given the -quote option to protect those quotes.
>>>
>>> [1] http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q-command-line-args
>
>
> --
> Jon TURNEY
> Volunteer Cygwin/X X Server maintainer

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



Re: Mounting a network share

2015-11-01 Thread Andrey Repin
Greetings, Mike Brown!

> I'm remotely loggin in to my P box and would lke to mount one of the NAS
> Samba shares.  M$ likes to unmount the share after a period of time,
> but because it was mounted, the pasword is needed (I hope).

> When I try the following:

> mount \\192.168.1.40\Public /cygdrive/p

> I get an invalid option.

> Can I do this and if so, what do I need to change to get it to work.

net use //host/resource[/path] P: * /PERSISTENT /SAVECRED

P.S.
This is not a Cygwin question.
If you want to do it from Cygwin side, use fstab and don't use /cygdrive
prefix. It is for automatic mounts ONLY.


-- 
With best regards,
Andrey Repin
Monday, November 2, 2015 04:37:59

Sorry for my terrible english...


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



Re: Help: cygheap base mismatch detected

2015-11-01 Thread Jim Reisert AD1C
On Sun, Nov 1, 2015 at 5:22 PM, Jim Reisert AD1C  wrote:

> I installed the latest Windows 10 update this morning and rebooted.
> Now Cygwin won't work at all.  Using the latest test release of
> Cygwin:
>
> CYGWIN_NT-10.0-WOW JJR 2.3.0(0.291/5/3) 2015-10-22 17:54 i686 Cygwin

I went back to the Cygwin 2.2 release, didn't make anything better.

-- 
Jim Reisert AD1C, , http://www.ad1c.us

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



Help: cygheap base mismatch detected

2015-11-01 Thread Jim Reisert AD1C
I installed the latest Windows 10 update this morning and rebooted.
Now Cygwin won't work at all.  Using the latest test release of
Cygwin:

CYGWIN_NT-10.0-WOW JJR 2.3.0(0.291/5/3) 2015-10-22 17:54 i686 Cygwin

Any ideas?

F:\>dash
$  rebase-trigger fullrebase
  0 [main] dash (4564) C:\Cygwin\bin\dash.exe: *** fatal error -
cygheap base mismatch detected - 0xABB400/0xD1B400.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version.  The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution.  Rebooting is also suggested if you
are unable to find another cygwin DLL.
  0 [main] dash 7044 fork: child -1 - forked process 4564 died
unexpectedly, retry 0, exit code 0xC142, errno 11
dash: 1: Cannot fork

-- 
Jim Reisert AD1C, , http://www.ad1c.us


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

[ANNOUNCEMENT] Updated: texlive-collection-bibtexextra-20151029-1

2015-11-01 Thread Ken Brown

The following packages have been updated in the Cygwin distribution:

* texlive-collection-bibtexextra-20151029-1
* texlive-collection-bibtexextra-doc-20151029-1

This is an update to the latest upstream release.  It includes 
biblatex-3.1, which is needed for biber-2.2.


Ken Brown
Cygwin's TeX Live maintainer

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



[ANNOUNCEMENT] Updated: biber-2.2-1

2015-11-01 Thread Ken Brown

The following package has been updated in the Cygwin distribution:

* biber-2.2-1

Biber is a BibTeX replacement for users of BibLaTeX, with full Unicode 
support.


This is an update to the latest upstream release.

Ken Brown
Cygwin's Biber maintainer

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



Mounting a network share

2015-11-01 Thread Mike Brown
I'm remotely loggin in to my P box and would lke to mount one of the NAS
Samba shares.  M$ likes to unmount the share after a period of time,
but because it was mounted, the pasword is needed (I hope).

When I try the following:

mount \\192.168.1.40\Public /cygdrive/p

I get an invalid option.

Can I do this and if so, what do I need to change to get it to work.

Thanks.

MB
-- 
e-mail: vid...@vidiot.com | vid...@vidiot.net/~\ The ASCII
6082066...@email.uscc.net (140 char limit)   \ / Ribbon Campaign
Visit - URL: http://vidiot.com/   X  Against
 http://vidiot.net/  / \ HTML Email
"What do you say Beckett. Wanna have a baby?" - Castle to Det. Beckett
"How long have I been gone?" Alexis after seeing Castle and Beckett w/ baby
 - Castle - 11/25/13

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



Re: TP_NUM_C_BUFS too small

2015-11-01 Thread Helmut Karlowski

Am 01.11.2015, 18:46 Uhr, schrieb Helmut Karlowski:



Hello

just had a program crashing with this error:

  2 [main] ue 3180 C:\bin\ue.exe: *** fatal error - Internal error:  
TP_NUM_C_BUFS too small: 50


What could that mean?


It means my program had a bug - fixed now.

-Helmut

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



Re: Randomly hang when compiling Cygwin on Cygwin on Wine

2015-11-01 Thread Qian Hong
Update:

I have another case of hang:

?(1)-+-bash(1419290)
 |-bash(1419318)---make(1423770)---sh(1423783)---sh(1423838)
 |-mintty(1249269)---bash(1249277)
 
|-mintty(47)---bash(55)---bash(1132827)---make(1139169)---sh(1139182)---make(1139234)---sh(1206695)---sh(1206721)---make(1206764)---sh(1206770)---make(1206783)---perl(1249042)
 |-mintty(596773)---bash(596790)---pstree(1423865)
 `-mintty(1417449)---bash(1417457)


$ ps aux | grep 1249042
  1249042 1206783 11328271249050  pty0  197608   Oct 31 /usr/bin/perl
  1249077 1249042 11328271249092  pty0  197608   Oct 31
/usr/bin/nm 



Here the process perl(1249042) is waiting for a pipe, while its child
process nm(1249077) is in the status "defunct". nm(1249077) appears in
output of `ps aux`, but doesn't appear in output of `pstree -p -l`.

Is there any case, where a child process can exit unexpected, but the
parent process still incorrectly wait for the child process forever?

Thanks!

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



TP_NUM_C_BUFS too small

2015-11-01 Thread Helmut Karlowski


Hello

just had a program crashing with this error:

 2 [main] ue 3180 C:\bin\ue.exe: *** fatal error - Internal error:  
TP_NUM_C_BUFS too small: 50


What could that mean?

#uname -srvmo
CYGWIN_NT-10.0-WOW 2.2.1(0.289/5/3) 2015-08-20 11:40 i686 Cygwin

-Helmut


--

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



[ANNOUNCEMENT] Updated: octave forge packages

2015-11-01 Thread Marco Atzeri

New versions of

octave-cgi  0.1.1-1
octave-control  3.0.0-1
octave-parallel 3.0.3-1

are available in the Cygwin distribution:

ADVISE
On cygwin none of the forge packages is autoloaded,
as some package could change substantially
the normal octave behaviour (eg "nan").

To load any package before usage run
 "pkg load "

see "help pkg" for details.

CHANGES
 Latest upstream packages for octave 4.0.x

DESCRIPTION
The octave-forge project contains contributed functions
for GNU Octave which are not in the main distribution.

HOMEPAGE
http://octave.sourceforge.net

Full documentation and FAQ are available at:
http://octave.sourceforge.net/docs.html
http://octave.sourceforge.net/packages.php

Regards
Marco Atzeri

If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

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



[ANNOUNCEMENT] Updated: lapack 3.5.0r1606-3

2015-11-01 Thread Marco Atzeri

New versions 3.5.0r1606-3 of

lapack (source)
liblapack0
liblapack-devel
liblapack-doc

are available in the Cygwin distribution, 32 and 64 bit :

CYGWIN CHANGES
- re-enable build of deprecated functions, to avoid
break of API.
- correct upstream bug on exporting libs with pkgconfig

Version 3.5.0r1606-1 has been totally removed leaving
3.5.0r1524-1 as previous.

CHANGES
This is  latest upstream SVN version including a
large number of bugfixes.

http://www.netlib.org/lapack/Errata/index2.html

Full list of changes at:
http://www.netlib.org/lapack/lapack-3.5.0.html

DESCRIPTION
Comprehensive FORTRAN library for linear algebra operations.
Includes matrix inversions, least squared solutions to
sets of equations, eigenvector analysis, singular value
decomposition, etc.

HOMEPAGE
http://www.netlib.org/lapack/

Regards
Marco Atzeri

If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

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