Re: Updated: setup.exe (Release 2.872)

2015-10-13 Thread Achim Gratz
Fergus bonhard.uklinux.net> writes: > I always install / update Cygwin from a x86/release/ directory located on my > hard drive, and kept up to date. So you use a local mirror? > The new setup-x86.exe requires setup.ini.sig located in x86/ as well as > setup.ini. > Easy to manage, but is this ad

gcc-core requires libvtv0?

2015-10-13 Thread Andrew Schulman
For the last month or so every time I update in setup, in the Resolving Dependencies pane I see libvtv0() Required by: gcc-core Note the empty version number and description. I accept it, but the next time I update, it's back. Has anyone else seen this? Andrew

Re: gcc-core requires libvtv0?

2015-10-13 Thread Achim Gratz
Andrew Schulman writes: > For the last month or so every time I update in setup, in the Resolving > Dependencies pane I see > > libvtv0() > > Required by: gcc-core That's another fallout of the gcc-5.2.0 test version, which changed the dependencies to those for gcc-5.2.0 (tha

Re: gcc-core requires libvtv0?

2015-10-13 Thread Ken Brown
On 10/13/2015 6:44 AM, Achim Gratz wrote: Andrew Schulman writes: For the last month or so every time I update in setup, in the Resolving Dependencies pane I see libvtv0() Required by: gcc-core That's another fallout of the gcc-5.2.0 test version, which changed the depe

Re: gcc-core requires libvtv0?

2015-10-13 Thread Achim Gratz
Ken Brown cornell.edu> writes: > A simple workaround in this particular case is to just choose libvtv0 for install. You can't since it's a new library that is not yet available as "curr", unless you are manually installing the test version. Regards, Achim. -- Problem reports: http://cyg

loading VT100 Font in stand alone program

2015-10-13 Thread reinhard . neder
Hi Everybody, I have written a program "kuplot" that runs inside an X-window terminal through a script: #!/bin/sh if( /bin/ps | /bin/grep XWin ); then export DISPLAY=':0'; /bin/xterm -rightbar -sb -pob -title "kuplot secondary window" -e /bin/kuplot; else /bin/rm -f /tmp/.X*-lock /

Re: gcc-core requires libvtv0?

2015-10-13 Thread cyg Simple
On 10/13/2015 6:44 AM, Achim Gratz wrote: > I guess we need to > enable different dependencies for "prev", "curr" and "test" in setup.ini. > I'm surprised that this hasn't occurred already because of this. Yes the dependency tree needs to be needs to be cognizant of version of dependencies as we

Re: gcc-core requires libvtv0?

2015-10-13 Thread Ken Brown
On 10/13/2015 9:31 AM, Achim Gratz wrote: Ken Brown cornell.edu> writes: A simple workaround in this particular case is to just choose libvtv0 for install. You can't since it's a new library that is not yet available as "curr", unless you are manually installing the test version. Yes, that'

Re: loading VT100 Font in stand alone program

2015-10-13 Thread Ken Brown
On 10/13/2015 10:16 AM, reinhard.ne...@fau.de wrote: Hi Everybody, I have written a program "kuplot" that runs inside an X-window terminal through a script: #!/bin/sh if( /bin/ps | /bin/grep XWin ); then export DISPLAY=':0'; /bin/xterm -rightbar -sb -pob -title "kuplot secondary window

Re: gcc-core requires libvtv0?

2015-10-13 Thread Achim Gratz
cyg Simple writes: > On 10/13/2015 6:44 AM, Achim Gratz wrote: >> I guess we need to >> enable different dependencies for "prev", "curr" and "test" in setup.ini. >> > > I'm surprised that this hasn't occurred already because of this. Yes > the dependency tree needs to be needs to be cognizant of

Re: gcc-core requires libvtv0?

2015-10-13 Thread Achim Gratz
Ken Brown writes: > Yes, that's what I meant---manually install the test version. It's > completely harmless to do that, since the library isn't used by the > current version of any other package. But someone installing the current gcc will not get the correct libraries installed unless these get

Re: gcc-core requires libvtv0?

2015-10-13 Thread Marco Atzeri
On 13/10/2015 18:08, Achim Gratz wrote: cyg Simple writes: On 10/13/2015 6:44 AM, Achim Gratz wrote: I guess we need to enable different dependencies for "prev", "curr" and "test" in setup.ini. I'm surprised that this hasn't occurred already because of this. Yes the dependency tree needs to

[ANNOUNCEMENT] Updated: libtirpc-0.3.2-1

2015-10-13 Thread Yaakov Selkowitz
The following packages have been updated for the Cygwin distribution: * libtirpc1-0.3.2-1 * libtirpc-common-0.3.2-1 * libtirpc-devel-0.3.2-1 TI-RPC provides a library that implements Transport Independent Remote Procedure Calls. It supports RPCs over IPv4, IPv6, as well as local unix sockets. Th

[ANNOUNCEMENT] New: yajl-2.1.0-1

2015-10-13 Thread Yaakov Selkowitz
The following packages have been added to the Cygwin distribution: * yajl-2.1.0-1 * libyajl2-2.1.0-1 * libyajl-devel-2.1.0-1 Yet Another JSON Library ("YAJL") is a small event-driven (SAX-style) JSON parser written in ANSI C, and a small validating JSON generator. -- Yaakov -- Problem reports:

[ANNOUNCEMENT] Updated: harfbuzz-1.0.5-1

2015-10-13 Thread Yaakov Selkowitz
The following packages have been updated in the Cygwin distribution: * harfbuzz-1.0.5-1 * libharfbuzz0-1.0.5-1 * libharfbuzz-icu0-1.0.5-1 * libharfbuzz-devel-1.0.5-1 HarfBuzz is an OpenType text shaping engine. This is an update to the latest upstream release, built for icu-56. -- Yaakov -- Pr