This package contains this file:
/etc/preremove/texlive-collection-basic.sh
which in turn calls:
/usr/libexec/update_tlpdb
which is a Perl script. I understand that "texlive-collection-basic" requires
"perl_base", but if a user removed Perl first then uninstallation of texlive
would fail
I currently do not set the HOME environment variable. I get the
impression you're not supposed to do that. When I run a mintty shell,
it correctly puts me in "/home/", which is what I want.
I'm running into a problem with Eclipse egit, as I think it's looking
for the "HOME" environment variable
---
From: Jon Turney
...
Thanks for testing.
Yes, as I wrote in [1], this isn't more a missing feature and/or missing
dependency information, than a bug in setup.
[1] https://cygwin.com/ml/cygwin/2018-03/msg00108.html
---
Hi Jon,
Thanks for clarifying
On 14/03/2018 15:26, David Allsopp wrote:
[reformatted for top-posting]
Lee wrote:
-- Forwarded message --
From: Jon Turney
Date: Fri, 3 Nov 2017 15:26:27 +
Subject: Re: Problem running the latest python2-2.7.14-1 under AppVeyor
To: The Cygwin Mailing List
On 03/11/2017 14
On 2018-03-22 18:10, Kaz Kylheku wrote:
> That may be so, yet there may be an issue here for someone packaging
> Cygwin programs for use as native Windows applications.
>
> That is to say, there could potentially be something here that the Cygnal
> project could address:
>
> http://www.kylheku.co
On 2018-03-22 14:25, Andrey Repin wrote:
> Greetings, Mikhail Usenko!
>
>> In bare cmd.exe native-msvcrt binary is working OK with quoted non-ascii
>> arguments, while cygwin-flavor binary is not. But I don't know exactly which
>> level here: cmd.exe or msvcrt.dll/cygwin1.dll is responsible for
>>
On 3/7/2018 3:15 PM, Jon Turney wrote:
Yeah, this looks like an ordering problem between libxml2 and
libfontconfig-common.
$ cat /etc/postinstall/fontconfig_dtd.sh
if [ -x /usr/bin/xmlcatalog ] ; then
/usr/bin/xmlcatalog --noout --add "system" "fonts.dtd"
/usr/share/xml/fontconfig/fonts.d
On 18/03/2018 18:23, Houder wrote:
cd /var/log
file setup.log *log-*
[...]
grep '^M^M' setup.log-8.full
2018/03/18 14:06:50 Problem 1/1
nothing provides liblz4_1 needed by libarchive13-3.3.2-1
Solution 1/1 (default)
- do not ask to install bsdtar-3.3.2-1
# apparently, problem reporting
On 16/03/2018 21:52, Robert Cohen wrote:
-
Hi Jon,
I tested setup-2.891.x86_64 with an install from local directory, and I got
the same
result as setup-2.889-12-g1cf567.x86_64.exe, where it installed the additional
packages
that I selected, but at the end it gave this messag
A new version of Setup, release 2.891, has been uploaded to
https://cygwin.com/setup-x86.exe (32 bit version)
https://cygwin.com/setup-x86_64.exe (64 bit version)
Changes compared to 2.889:
- 'Use HTTP/FTP Proxy' connection type now uses the WinINet API
As a consequence, the '--user-
The following packages have been uploaded to the Cygwin distribution:
* ghostscript-9.23-1
* libgs9-9.23-1
* libgs-devel-9.23-1
GNU Ghostscript is a PostScript interpreter capable of converting PS
files into a number of printer output formats. Ghostscript can also
render PS files into a number o
On 2018-03-22 12:24, Andrey Repin wrote:
>
> This is not cygwin, this is bare Windows.
This is executable linked against cygwin1.dll. I personally call such
binaries "Cygwin programs". However it is run from Windows.
> Parameter unquoting done by the shell.
> CMD does that differently from POSIX
On Thu, Mar 22, 2018 at 9:59 AM, Corinna Vinschen
wrote:
> I guess we can simply remove /dev/kmsg support completely and drop
> the mailslot code. I'm pretty sure nobody would miss it. Hardly
> anybody knows it exists...
I'd be happy to test (though building cygwin is not in the cards for
me fo
Dan Kegel writes:
> 1) kill -CONT the-pid doesn't do anything, nor does kill -9. It's
> truly wedged.
No, you send CONT to all processes (like 'pkill -CONT .'), it seems that
this gets whatever was wedged enough of a kick to retry or time out and
then it (often, not always) it seems to start reap
Ken Brown writes:
> What a mess!
Indeed.
> There's a comment just yesterday at
>
> https://bugzilla.redhat.com/show_bug.cgi?id=1551219#c8
>
> suggesting that there will be some Fedora changes in the urw font
> package coming this week. So let's wait for the dust to settle, and
> then I hope we
On 2018-03-22 04:24, Andrey Repin wrote:
Greetings, Dmitry Katsubo!
Dear Cygwin community,
I observe the following on my Cygwin:
This is not cygwin, this is bare Windows.
That may be so, yet there may be an issue here for someone packaging
Cygwin programs for use as native Windows applic
On Mar 21 23:41, Brian Inglis wrote:
> On 2018-03-21 16:07, Dan Kegel wrote:
> > On Wed, Mar 21, 2018 at 11:54 AM, Achim Gratz wrote:
> >> Well, with the sporadic hanging/defunct processes at work my routine is
> >> to send CONT to all Cygwin processes, then HUP/KILL to anything that's
> >> still
Greetings, Raissa SHEMA!
> 3 [main] bash 1360 find_fast_cwd: WARNING: Couldn't compute FAST_CWD
> pointer. Please report this problem to
> the public mailing list cygwin@cygwin.com
> Compilation stopped.
Please update your Cygwin, this issue was resolved over a decade ago.
For details, see
h
Hello list, I think there is information the OP can use, but no one
has apparently experienced it. Also, it's not likely he'd have gotten
good information from the other respective mailing lists, so I think
it is fine he asked here.
However, I am not very smart and my opinion does not matter, so I
3 [main] bash 1360 find_fast_cwd: WARNING: Couldn't compute FAST_CWD
pointer. Please report this problem to
the public mailing list cygwin@cygwin.com
Compilation stopped.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation:
Greetings, Mikhail Usenko!
> In bare cmd.exe native-msvcrt binary is working OK with quoted non-ascii
> arguments, while cygwin-flavor binary is not. But I don't know exactly which
> level here: cmd.exe or msvcrt.dll/cygwin1.dll is responsible for
> such a behavior.
Locale settings affecting Cygw
On Thu, 22 Mar 2018 01:15:00 +0100
Dmitry Katsubo via cygwin <...> wrote:
> Dear Cygwin community,
>
> I observe the following on my Cygwin: when I put quotes around file that has
> non-ASCII symbols, these quotes are passed to argv of the process literally,
> otherwise they are removed. I would
Greetings, Dmitry Katsubo!
> Dear Cygwin community,
> I observe the following on my Cygwin:
This is not cygwin, this is bare Windows.
> when I put quotes around file that has
> non-ASCII symbols, these quotes are passed to argv of the process literally,
> otherwise they are removed. I would exp
It doesn't use cygwin, therefore it's not related. Since this is a
cygwin mailing list, that means the first two replies were correct —
this isn't the place to discuss it.
When the vast majority of the code in the MSYS2 runtime is exactly
the same as the code in the Cygwin runtime, and Git for
24 matches
Mail list logo