On 1 Apr, Michael Wardle wrote:
> By what mechanism are you ensuring zsh is invoked as a login shell
> rather than a non-login shell?
I think we were starting it via the cygwin shortcut (cygwin.bat), which
as you have said, just runs bash --login. IIRC, the way we were
starting zsh was via
Corinna Vinschen wrote :
Thanks again for the testcase. It helped to track down the problem which
was a result of my previous check in. It should be solved in CVS now.
Since you're building from CVS anyway, I don't create another snapshot
for now. We're that close to 1.5.14 anyway...
Thanks a
On Sun, 2005-04-03 at 22:22 -0700, Brian Dessent wrote:
> int main(char **argv, int argc)
That looks a bit weird!
--
Michael Wardle <[EMAIL PROTECTED]>
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation:
Dave Johnson wrote:
Hello all,
Today I upgraded to cygwin 1.5.14-1, and now latex coredumps
immediate upon execution. It doesn't matter what latex
source file is used, or even if none is used:
$ latex
Segmentation fault (core dumped)
Latex worked fine under the version available in December 2004
(
I'm trying to debug an application, but when I run it under the debugger
it always dies during the application's initial config file reading,
well before the actual place I want to debug. Outside of the debugger
this part runs fine.
I managed to reduce it down to the following simple testcase:
At some time last year, cygwin installs failed (consuming all VM) if
we tried to install everything in a single install; but installing twice
(first the base, then everything), avoided the problem.
Is that double install process still needed?
luke
--
Unsubscribe info: http://cygwin.com/ml/
On 1 Apr, Igor Pechtchanski wrote:
> On Fri, 1 Apr 2005, Luke Kendall wrote:
>
> > On 1 Apr, To: [EMAIL PROTECTED] wrote:
> ^
> Eh? :-)
A peculiarity of my MUA, when used to reply to my own messages. Sorry.
[...]
> > While just checking that, I also discov
I have experimented the same thing reported by R.M., D.J. and A.C. on
Windows 2000 SP4, with CYGWIN 1.5.13-1 and 1.5.14-1.
TeTeX 2.0.2 works fine.
angelo
[EMAIL PROTECTED]
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Same thing as reported by R.M. and D.J., but perhaps different system.
On XP SP2, "immediate" segfault of tetex-3.0.0-1 on startup for both
cygwin-1.5.13-1 and cygwin-1.5.14-1. But note that the command
"pdfetex -version" does not segfault; maybe there's a problem with the
part which tries to rea
Hello all,
Today I upgraded to cygwin 1.5.14-1, and now latex coredumps
immediate upon execution. It doesn't matter what latex
source file is used, or even if none is used:
$ latex
Segmentation fault (core dumped)
Latex worked fine under the version available in December 2004
(sorry, I don't remem
Hi,
OK. I try again using ">>" with the same file.
C:\Download\test>echo >> test.txt
C:\Download\test>ls -l test.txt
-rw-r--r-- 1 piskozub mkgroup 14 Apr 4 00:14 test.txt
C:\Download\test>ls -l --time=ctime test.txt
-rw-r--r-- 1 piskozub mkgroup 14 Apr 3 23:20 test.txt
The result is identical a
Jacek Piskozub wrote:
Hi,
This is funny. I used the same test as Josef Drexler but on Windows ME
after upgrading to cygwin 1.5.14. Of course the filesystem is also FAT
(FAT32 in my case).
First I tried it from a DOS window:
C:\Download\test>touch test.txt
C:\Download\test>ls -l test.txt
-rw-r--r
On Sun, Apr 03, 2005 at 02:18:22PM -0700, Lester Ingber wrote:
>If you can suggest how to debug Cygwin-1.5.14 when I can't bring up a
>window, since I immediately get a memory exception, I'd be glad to try.
>It's true that the only change in my Cygwin system just before installing
>1.5.14 was the s
Hi,
This is funny. I used the same test as Josef Drexler but on Windows ME
after upgrading to cygwin 1.5.14. Of course the filesystem is also FAT
(FAT32 in my case).
First I tried it from a DOS window:
C:\Download\test>touch test.txt
C:\Download\test>ls -l test.txt
-rw-r--r-- 1 piskozub mkgroup
No, I usually only have the /usr/sbin/cron executable run in my profile
(it's been commented out for a few days). I wait until my first window
is up before starting other tools.
If you can suggest how to debug Cygwin-1.5.14 when I can't bring up a
window, since I immediately get a memory exceptio
The tetex suite hase been updated to version 3.0.0-1. This is a
major update.
Upstream changes
- updated programs: web2c 7.5.4, xdvik 22.84.8, dvipsk 5.95a, texinfo 4.8,
pdfetex 1.21a (based on TeX-3.141592 and eTeX-2.2), Omega 1.23.2.3
- distributed tree is no longer mixed with cached runtim
Corinna Vinschen wrote:
On Apr 3 15:54, Josef Drexler wrote:
Eric Blake wrote:
The bug is not that ctime was touched, but that mtime was not
touched. Normally, Windows updates mtime automatically if you edit a
file, only the ctime needed special treatment from cygwin. I have no
idea why Win98 is
On Apr 3 11:08, Lester Ingber wrote:
> Well, OK here is cygcheck.txt attached, of course using Cygwin-1.5.13,
> since neither machine can bring up a Cygwin window under Cygwin-1.5.14.
Well, I was thinking of a bit more debugging instead of just writing
"it doesn't work" and the cygcheck output.
On Apr 3 15:54, Josef Drexler wrote:
> Eric Blake wrote:
> >The bug is not that ctime was touched, but that mtime was not
> >touched. Normally, Windows updates mtime automatically if you edit a
> >file, only the ctime needed special treatment from cygwin. I have no
> >idea why Win98 is not touch
Eric Blake wrote:
I wrote:
Only the ctime has changed, the mtime (which make looks at) hasn't.
In fact, the ctime shouldn't have changed, because it's creation
time on Windows.
The change in cygwin 1.5.13 to make ctime track change-time and not
creation-time was intentional. Yes, this is different
> Despite posting yesterday that utime() worked in the snapshot (and now
> 1.5.14), cygwin now doesn't quite do the right thing with file times in
> 1.5.14.
>
> Whenever a file is being appended to or rewritten by truncating an
> existing file (as opposed to deleting and creating a new file), t
Hi,
I have just updated tetext3.0.0-1.i
I have found that TeX 3.0.0-1 crashesi immediately in W98(SE) with
cygwin1-1.5.14
The previous tex release was OK.
$tex
Segmentation fault (core dumped)
The cygcheck output and TEXTEX.EXE.stackdump
are attached.
Bye
R. M.
Found: C:\cygwin\bin\tex.exe
Despite posting yesterday that utime() worked in the snapshot (and now
1.5.14), cygwin now doesn't quite do the right thing with file times in
1.5.14.
Whenever a file is being appended to or rewritten by truncating an
existing file (as opposed to deleting and creating a new file), the
mtime fi
On Apr 3 08:58, Lester Ingber wrote:
> It seems the only way I can bring up any Cygwin window is to revert
> back to Cygwin-1.5.13. I tried using the latest tcsh in cygwin.bat for
> login instead of bash, and I tried downloading cygwin-1.5.14 via setup
> from two mirrors, but in every case I can
It seems the only way I can bring up any Cygwin window is to revert
back to Cygwin-1.5.13. I tried using the latest tcsh in cygwin.bat for
login instead of bash, and I tried downloading cygwin-1.5.14 via setup
from two mirrors, but in every case I can only get into a Cygwin window
using 1.5.13.
L
I've updated the version of sed to 4.1.4-1.
This is the latest stable sed release 4.1.4.
Changes since 4.1.3:
* \B correctly means "not on a word boundary" rather than "inside a word"
* bugfixes for platform without internationalization
* more thorough testing framework for tarballs (`make ful
Hello,
All information about DELFI Listserver You can obtain from
http://lists.delfi.lv
Thanks
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http
I've just updated the version of OpenSSH to 4.0p1-1.
This is an official new release, based on the vanilla sources.
The official release message:
OpenSSH 4.0 has just been released. It will be available from the
mirrors listed
I've updated the version of tcsh to 6.14.00-1.
This is an upstream version update. The original update message:
---
Hello,
I am pleased to announce that tcsh-6.14 is now available; this version
fixes a number of bugs and adds t
Hi giuseppe,
as a result I get the client ssh work properly but if i try from a
linux machine (LM in the following) i get
$ ssh -l username name_WM
ssh: connect to host name_WM port 22: Connection timed out
Firewall activated?
Gerrit
--
=^..^=
Action Soccer: http://www.action-soccer.de/?lv=de&id
Swati writes:
> Am I missing something here? How do I make the latex
> compiler find the packages?
The file cache has to be updated, you do that by running: mktexlsr .
Jan.
--
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien | htt
31 matches
Mail list logo