Hans-Bernhard Bröker wrote:
Not necessarily. Traditionally the typical reason for GCC internal
compiler errors, particularly if they occur with old source on very new
machines, has been faulty hardware.
My reply:
While it is always possible that there is a hardware issue, I suspect
that is not
Looks like it's related to a recent change in bash, which is `read`
now honors Cygwin-specific `igncr` shell option (`set -o igncr`),
which I didn't enable.
Adding `set -o igncr` to the top of the script does the job, however
I'd like to know how many more scripts are potentially malfunctioning
now
After I updated Cygwin yesterday, a daily database backup bash script
(`automysqlbackup`) broke.
My previous bash was 4.3.42-4 (installed when I updated Cygwin on
2016/07/23), current is 4.3.46-7.
Here's the code snippet:
```bash
local i;i=0;
while read -r; do alldbnames[i++]="$REPLY"; done < <
The following packages have been uploaded to the Cygwin distribution:
* gimp-2.8.18-2
* gimp-devel-2.8.18-2
* gimp-doc-2.8.18-2
* gimp-python-2.8.18-2
The GIMP is the GNU Image Manipulation Program. It is used to edit and
manipulate images. It can load and save a variety of image formats and can
The following packages have been uploaded to the Cygwin distribution:
* libxslt-1.1.29-1
* libxslt-devel-1.1.29-1
* libxslt-doc-1.1.29-1
* python-libxslt-1.1.29-1
* mingw64-i686-libxslt-1.1.29-1
* mingw64-x86_64-libxslt-1.1.29-1
Libxslt is the XSLT C library developed for the Gnome project. XSLT
The following packages have been uploaded to the Cygwin distribution:
* ca-certificates-2.9-1
Mozilla's CA root certificates for use with OpenSSL, NSS, GnuTLS, and other
software that handles certificate verification.
This is an update for the latest CA root certificate changes from Mozilla:
h
The following packages have been uploaded to the Cygwin distribution:
* bind-9.10.4-2.P2
* bind-utils-9.10.4-2.P2
BIND is an implementation of the Domain Name System (DNS) protocols. The
DNS protocols are part of the core Internet standards. They specify the
process by which one computer can fi
The following packages have been uploaded to the Cygwin distribution:
* libxml2-2.9.4-1
* libxml2-devel-2.9.4-1
* libxml2-doc-2.9.4-1
* python-libxml2-2.9.4-1
* python3-libxml2-2.9.4-1
* mingw64-i686-libxml2-2.9.4-1
* mingw64-x86_64-libxml2-2.9.4-1
Libxml2 is the XML C parser and toolkit develope
The following packages have been uploaded to the Cygwin distribution:
* php-5.6.25-1
* php-devel-5.6.25-1
* httpd-mod_php5-5.6.25-1
* php-bcmath-5.6.25-1
* php-bz2-5.6.25-1
* php-calendar-5.6.25-1
* php-ctype-5.6.25-1
* php-curl-5.6.25-1
* php-dba-5.6.25-1
* php-enchant-5.6.25-1
* php-exif-5.6.25-
The following packages have been uploaded to the Cygwin distribution:
* qt5-imageformats-5.5.1-2
* qt5-imageformats-doc-5.5.1-2
* mingw64-i686-qt5-imageformats-5.5.1-2
* mingw64-x86_64-qt5-imageformats-5.5.1-2
Qt is a cross-platform application framework for desktop and embedded
development. Qt
On 26 August 2016 at 15:46, Adam Dinwoodie wrote:
> On 17/08/2016 15:25, Morten Kjærulff wrote:
>>
>> Hi,
>>
>> Is there a tool like "pick"
>> https://github.com/thoughtbot/pick
>>
>> in cygwin?
>
> I've just taken a brief look at that GitHub page, and it looks to be at
> least vaguely similar to
The following Perl distributions have been re-released since they were
mistakenly built with the test version for Cygwin 2.6.0, which prevented
correct loading of some DLL on the current version of Cygwin 2.5.2, see:
https://cygwin.com/ml/cygwin/2016-08/msg00502.html
x86/x86_64
--
perl-
On 17/08/2016 15:25, Morten Kjærulff wrote:
Hi,
Is there a tool like "pick"
https://github.com/thoughtbot/pick
in cygwin?
I've just taken a brief look at that GitHub page, and it looks to be at
least vaguely similar to fzf, which is included with Cygwin. You might
want to take a look at that
On 8/26/2016 3:49 PM, Achim Gratz wrote:
Ken Brown writes:
This is a known issue (on 32-bit Cygwin only), triggered by the recent
update of libgd3:
https://www.cygwin.com/ml/cygwin/2016-08/msg00339.html
The workaround is to revert to the previous version (2.1.1-2) of libgd3.
You also need
A new release of gzip, 1.8-1, has been uploaded and will soon reach a
mirror near you; leaving the previous version at 1.7-2.
NEWS:
=
This is a new upstream release. For more details on the upstream
changes, see the documentation in /usr/share/doc/gzip/.
DESCRIPTION:
GNU Gzip is
Ken Brown writes:
> This is a known issue (on 32-bit Cygwin only), triggered by the recent
> update of libgd3:
>
> https://www.cygwin.com/ml/cygwin/2016-08/msg00339.html
>
> The workaround is to revert to the previous version (2.1.1-2) of libgd3.
You also need to ensure that libvpx1 is installed
On 2016-08-26 11:55, Hans-Bernhard Bröker wrote:
Am 26.08.2016 um 16:30 schrieb j...@jeffunit.com:
The issue is the internal compiler error coming from gcc on my dell
with a specific intel processor.
I don't remember you telling one the specifics of that specific
processor, yet.
Apparently
Am 26.08.2016 um 16:30 schrieb j...@jeffunit.com:
The issue is the internal compiler error coming from gcc on my dell with a
specific
intel processor.
I don't remember you telling one the specifics of that specific
processor, yet.
it means the compiler has a bug (which I suspect is related
On 8/26/2016 10:58 AM, Nellis, Kenneth wrote:
> $ cmd /c DIR $(cygpath -w hello)
But
$ cmd /c $(cygpath -w hello)
will execute hello.exe
The fact that you get file not found error tells me that cmd is doing
what it does. The purpose of the .exe magic is for executing the file
from the Cygwin she
Greetings, Christian Franke!
> Traditionally setup.exe creates the /cygwin.bat file as follows if
> C:\cygwin is the install directory:
> -
> @echo off
> C:
> chdir C:\cygwin\bin
> bash --login -i
> -
> The following should work since WinXP regardless of install directory:
> -
> @
Traditionally setup.exe creates the /cygwin.bat file as follows if
C:\cygwin is the install directory:
-
@echo off
C:
chdir C:\cygwin\bin
bash --login -i
-
The following should work since WinXP regardless of install directory:
-
@echo off
cd /d %~dp0
if errorlevel 1 exit /b 1
cd
On Fri, Aug 26, 2016 at 10:58 AM, Nellis, Kenneth wrote:
> Here is a contrived example:
>
> $ cmd /c DIR $(cygpath -w hello.exe)
> Volume in drive C has no label.
> Volume Serial Number is 6A15-FFB2
>
> Directory of C:\cygwin\home\knellis\dev\c\hello
>
> 08/26/2016 10:4760,927 hello
On 26.08.2016 15:08, Nellis, Kenneth wrote:
Dear Cygwin Community,
$ ls -l
total 60
-rwxr-x--- 1 knellis Domain Users 60927 Aug 26 08:57 hello.exe
$ ./hello
Hello, world!
$ cygpath -w hello
hello
$
The purpose of cygpath -w, it seems to me, is to provide
to Windows a valid path given a Posix pa
On 2016-08-26 08:30, j...@jeffunit.com wrote:
In reference to http://sourceware.org/ml/cygwin/2016-08/msg00261.html
I wrote:
I have a small program that generates an internal compiler error.
This only happens on a new dell notebook with an Intel 3825U pentium .
The code compiles and runs fine on
From: cyg Simple
> On 8/26/2016 10:35 AM, Nellis, Kenneth wrote:
> > From: Herbert Stocker
> >> On 26.08.2016 15:19, Lee Dilkie wrote:
> >>> and break everyone who has existing code to take care of this?
> >>
> >> If it is done, it should be done as an additional option, i'd say.
> >
> > Of course
On 26 August 2016 at 07:08, Nellis, Kenneth wrote:
> Dear Cygwin Community,
>
> $ ls -l
> total 60
> -rwxr-x--- 1 knellis Domain Users 60927 Aug 26 08:57 hello.exe
> $ ./hello
> Hello, world!
> $ cygpath -w hello
> hello
> $
>
> The purpose of cygpath -w, it seems to me, is to provide
> to Windows
On 8/26/2016 10:35 AM, Nellis, Kenneth wrote:
> From: Herbert Stocker
>> On 26.08.2016 15:19, Lee Dilkie wrote:
>>> and break everyone who has existing code to take care of this?
>>
>> If it is done, it should be done as an additional option, i'd say.
>
> Of course a new option, duh! ☺
> But my fe
From: Herbert Stocker
> On 26.08.2016 15:19, Lee Dilkie wrote:
> > and break everyone who has existing code to take care of this?
>
> If it is done, it should be done as an additional option, i'd say.
Of course a new option, duh! ☺
But my feeble brain is failing to imagine a case where this
would
In reference to http://sourceware.org/ml/cygwin/2016-08/msg00261.html
I wrote:
I have a small program that generates an internal compiler error.
This only happens on a new dell notebook with an Intel 3825U pentium .
The code compiles and runs fine on an older xeon and amd processors.
Enclosed is t
On 8/26/2016 9:08 AM, Nellis, Kenneth wrote:
> Dear Cygwin Community,
>
> $ ls -l
> total 60
> -rwxr-x--- 1 knellis Domain Users 60927 Aug 26 08:57 hello.exe
> $ ./hello
> Hello, world!
> $ cygpath -w hello
> hello
> $
>
> The purpose of cygpath -w, it seems to me, is to provide
> to Windows a va
On 8/26/16, 11:05 AM, Corinna Vinschen wrote:
>On Aug 25 19:04, Bill Zissimopoulos wrote:
>>- The first case is during the processing of NtCreateFile (without the
>> FILE_OPEN_REPARSE_POINT flag set).
>
>This case doesn't matter to us. Cygwin always opens the file with
>FILE_OPEN_REPARSE_POINT se
On 26.08.2016 15:19, Lee Dilkie wrote:
On 8/26/2016 9:08 AM, Nellis, Kenneth wrote:
Dear Cygwin Community,
$ ls -l
total 60
-rwxr-x--- 1 knellis Domain Users 60927 Aug 26 08:57 hello.exe
$ ./hello
Hello, world!
$ cygpath -w hello
hello
$
The purpose of cygpath -w, it seems to me, is to provi
On 8/26/2016 9:08 AM, Nellis, Kenneth wrote:
Dear Cygwin Community,
$ ls -l
total 60
-rwxr-x--- 1 knellis Domain Users 60927 Aug 26 08:57 hello.exe
$ ./hello
Hello, world!
$ cygpath -w hello
hello
$
The purpose of cygpath -w, it seems to me, is to provide
to Windows a valid path given a Posix
Dear Cygwin Community,
$ ls -l
total 60
-rwxr-x--- 1 knellis Domain Users 60927 Aug 26 08:57 hello.exe
$ ./hello
Hello, world!
$ cygpath -w hello
hello
$
The purpose of cygpath -w, it seems to me, is to provide
to Windows a valid path given a Posix path.
Given executable file foo.exe, which Cygw
Greetings, Mark Hansen!
> On 8/25/2016 7:53 PM, Andrey Repin wrote:
>> Greetings, Linda Walsh!
>>
>>> Andrey Repin wrote:
Greetings, Ken Brown!
> The documentation also says, "The usage of Win32 paths, though possible,
> is deprecated" I wonder if this should be strengthened
On 8/25/2016 7:53 PM, Andrey Repin wrote:
Greetings, Linda Walsh!
Andrey Repin wrote:
Greetings, Ken Brown!
The documentation also says, "The usage of Win32 paths, though possible,
is deprecated" I wonder if this should be strengthened to say
something like, "The usage of Win32 paths, t
I've updated the gawk package to 4.1.4-1.
This is a new upstream release.
Changes from 4.1.3 to 4.1.4
---
1. Updated to GNU autoconf 2.69, automake 1.15, gettext 0.19.7,
texinfo 6.1, texinfo.tex 2016-02-05.07, libtool 2.4.6.
2. z/OS support updated.
3. At the beginni
I've just updated the Cygwin version of OpenSSH to 7.3p1-2.
This is a minor bugfix release with a patch for a problem calling
getsockopt which might lead to "connection refused".
Have fun,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Project Co-Lea
On 25/08/2016 23:15, Yaakov Selkowitz wrote:
Marco,
Just ran into the following on both arches:
In file included from
qt-x11-free-3.3.8b/src/sql/drivers/psql/qsql_psql.cpp:61:0:
/usr/include/postgresql/server/catalog/pg_type.h:22:28: fatal error:
catalog/genbki.h: No such file or directory
Loo
On Aug 25 19:04, Bill Zissimopoulos wrote:
> On 8/25/16, 3:45 PM, Corinna Vinschen wrote:
> >...it needs thorough testing(*). There's a good chance that the NFS RP
> >buffer is not exposed to user space, but instead only handled by the NFS
> >driver. *If* the RP method works fine in user space, I
40 matches
Mail list logo