So downgrade my libreadline to previous version?
I have 7.0.1-2, cygwin install is trying to push me to 7.0.3-3 version. On my
another
station (older cygwin instalattion) I has 6.3.8-1 version and here it works
good.
On 13.05.2017 00:37, Steven Penny wrote:
> On Fri, 12 May 2017 20:50:26, Lad
I know *why* this is happening (cygwin treating x.exe as x), but
should it do it for shell files too?
sourcedir:
ll -di bin/updatedb bin/updatedb.exe
337488497076088359 -rwxrwxr-x+ 1 10163 Apr 12 17:07 bin/updatedb*
144115188075956844 -rwxrwxr-x+ 2 287813 Apr 15 2014 bin/updatedb.exe*
(two d
On 2017-05-12 21:41, Brian Inglis wrote:
> On 2017-05-12 20:44, Andrey Repin wrote:
>> Just a few days ago it worked, but now
>> $ uptime
>> bad data in /proc/loadavg
>> $ cat /proc/loadavg
>> 0,00 0,00 0,00 1/3
>
> Something is localizing output from /proc/loadavg
> - assume you're using ru loca
On 13 May 2017 at 11:17, René Berber wrote:
> On 5/12/2017 10:03 PM, Allan C. wrote:
>
>> I am trying to build a win32 project with gcc 5.4 with the flag
>> -mno-cygwin but the flag is not recognized. Is there an approach I
>> could release an exe without bundling cygwin's dll?
>
> That option has
On 2017-05-12 20:44, Andrey Repin wrote:
> Just a few days ago it worked, but now
> $ uptime
> bad data in /proc/loadavg
> $ cat /proc/loadavg
> 0,00 0,00 0,00 1/3
Something is localizing output from /proc/loadavg
- assume you're using ru locale?
Check if you also get it with uptime -p or uptime
On 5/12/2017 10:03 PM, Allan C. wrote:
> I am trying to build a win32 project with gcc 5.4 with the flag
> -mno-cygwin but the flag is not recognized. Is there an approach I
> could release an exe without bundling cygwin's dll?
That option has been deprecated for many years.
What you have to do
Hi all,
I am trying to build a win32 project with gcc 5.4 with the flag
-mno-cygwin but the flag is not recognized. Is there an approach I
could release an exe without bundling cygwin's dll?
Regards,
Allan C.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http:/
Greetings, All!
Just a few days ago it worked, but now
$ uptime
bad data in /proc/loadavg
$ cat /proc/loadavg
0,00 0,00 0,00 1/3
It reporting approx the same from under elevated shell.
--
With best regards,
Andrey Repin
Saturday, May 13, 2017 05:38:42
Sorry for my terrible english...
--
Pr
On Fri, 12 May 2017 20:50:26, Ladislav DANKO wrote:
I have problem with "paste-from-clipboard" in cygwin. In ~/.inputrc file I
have just this line: "\e[2~": paste-from-clipboard
You have left out a critical piece of information here, you have not mentioned
*what* you are trying to paste. Note t
The following packages have been uploaded to the Cygwin distribution:
* xkeyboard-config-2.20-1
* xkeyboard-config-devel-2.20-1
The non-arch keyboard configuration database for the X Window System.
This is an update to the latest upstream release:
https://lists.x.org/archives/xorg-announce/2017
The following packages have been uploaded to the Cygwin distribution:
* ibus-typing-booster-1.5.32-1
Ibus-typing-booster is a completion input method to speedup typing.
This is an update to the latest upstream release.
--
Yaakov
--
Problem reports: http://cygwin.com/problems.html
FAQ:
The following packages have been uploaded to the Cygwin distribution:
* iso-codes-3.75-1
* iso-codes-devel-3.75-1
This package aims to provide the list of the ISO country, language, and
currency names and their translations in one place.
This is an update to the latest upstream release.
--
Yaa
The following packages have been uploaded to the Cygwin distribution:
* latex2rtf-2.3.15-1
atex2rtf is a translator program to convert LaTeX formatted text files into
Rich Text Format files. This means that the conversion of a LaTeX document
to RTF allows anyone with a copy of MS Word to conve
The following packages have been uploaded to the Cygwin distribution:
* vim-8.0.0596-1
* vim-common-8.0.0596-1
* vim-minimal-8.0.0596-1
* gvim-8.0.0596-1
* xxd-8.0.0596-1
* vim-doc-8.0.0596-1
Vim (Vi IMproved) is an almost compatible version of the UNIX editor vi.
Almost every possible command c
Hi folks,
I have problem with "paste-from-clipboard" in cygwin. In ~/.inputrc file I have
just this line:
"\e[2~": paste-from-clipboard
I start cygwin terminal (as C:\cyg64\bin\bash.exe --login -i), from another
(say, GUI) place I copy
some text into clipboard and I try to include it with Inser
On 10/05/17 19:01, Jon Turney wrote:
On 10/05/2017 18:10, Adam Dinwoodie wrote:
I see you're the maintainer of buildbot-slave. Would it be possible to
get an updated version of this? The current version packaged for
Cygwin, 0.8.12, was released in April 2015; the latest version, 0.9.6,
was relea
The following package has been updated in the Cygwin distribution:
* buildbot-worker-0.9.7-1
This package is renamed to follow the upstream renaming from
buildbot-slave to buildbot-worker.
See [1] for instructions on upgrading an existing buildbot-slave 0.8.x
to buildbot-worker 0.9.x
Note
On 5/11/2017 9:14 PM, ChampS wrote:
> Hi,
>
> I want to use Cygwin to access all Windows applications installed on my
> Windows 7 system. The Problem is that Windows is using spaces in its
> environment variable 'Path' and Cygwin can not handle the spaces. Is
> there a way to use the Windows envir
On Thu, May 11, 2017 at 9:07 PM, Brian Inglis wrote:
> Cygwin has no problem with paths containing spaces.
That may be somewhat of an oversimplification. Due to the way we do
backups at work, my Cygwin "root" is installed in a path that contains
spaces. Most things work OK, but Xwin is unable t
On 2017-05-12 06:23, Andrey Repin wrote:
>>> Someone an idea how I could solve this issue?
>> If your scripts use environment variables, they should be careful
>> to enclose uses of those variables in double quotes "$VAR".
> Correction: You should always use proper quoting, even if you 100% know t
Greetings, Brian Inglis!
>> Someone an idea how I could solve this issue?
> If your scripts use environment variables, they should be careful
> to enclose uses of those variables in double quotes "$VAR".
Correction: You should always use proper quoting, even if you 100% know the
variable conten
21 matches
Mail list logo