Please update to Automake 1.10.1

2008-02-10 Thread Sebastian Pipping
Hello Chuck! I found the line "Cygwin port maintained by: Chuck Wilson " in automake1.10-1.10-1.cygport . Please update Automake to the latest version with LZMA support. Thank you! Best regards, Sebastian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simp

Automake 1.10.1 in Cygwin

2008-03-05 Thread Sebastian Pipping
Hello Chuck! Just wanted to say thanks for updating Automake to 1.10.1 on Cygwin. My LZMA enabled projects are no longer a problem with Cygwin, very cool! Best regards, Sebastian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

2.2.1(0.289/5/3), GCC5.2.0 Possible Bug

2015-09-10 Thread Sebastian Götzinger
compilerinvocation, the Doublequotes did not got escaped correctly. [1] Because of that, gcc tells us, it has no input files... so how could we get rid of that? Best regards, Sebastian Götzinger. [1] $ gdb --args gcc-5.2.0.exe -v -E -DFOO=\"tt.h\" tt.c GNU gdb (GDB) 7.8 Copyright (C) 2014 Fre

[PATCH] Do not confuse MinGW/MSYS users with talking about Cygwin when rebasing

2013-05-02 Thread Sebastian Schuberth
t;Execute ash (or dash) from Start/Run... or a cmd or command window." echo "Execute '/bin/rebaseall' from ash (or dash)." exit 2 @@ -199,7 +199,7 @@ # Create rebase list case $Platform in - cygwin) + Cygwin) find /etc/setup -name '*.lst.gz'

Re: [PATCH] Do not confuse MinGW/MSYS users with talking about Cygwin when rebasing

2013-05-23 Thread Sebastian Schuberth
On 02.05.2013 10:05, Sebastian Schuberth wrote: here's a small patch against the rebase 4.4.0-1 package to the rebaseall / peflagsall scripts that avoid talking about "cygwin" when running under MSYS / MinGW to not confuse the user. Any comments on the patch? -- Seba

Domain Admins don't have permissions when logging in via SSH

2013-05-30 Thread Sebastian Koerner
i686 Cygwin     A Windows 7 with  Cygwin 1.7 uid=11100(domainadm) gid=10512(Domain Admins) groups=10512(Domain Admins),545(Users) [SC] StartService: OpenService FAILED 5:   Access is denied.   CYGWIN_NT-6.1-WOW64 w7wks 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 Cygwin   Sebastian   -- Problem re

WG: Windows 10 / Couldn't compute FAST_CWD pointer

2017-02-01 Thread Schlueter, Sebastian
m to the public mailing list mailto:cygwin@cygwin.com I'm running the build-environment on Windows 10/64 My Windows user has local admin rights. Is this a known problem? Do you have a hint for me how to solve the problem? Mit freundlichem Gruß, Best regards ____

ssh with rsa keys stopped working with latest openssl packages

2018-10-10 Thread Sebastian Reitenbach
--- Downgrading the openssl packages to 1.0.2.o-1 makes it work again. cheers, Sebastian -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Problem Starting up XEmacs

2008-11-30 Thread Sebastian Nohn
tect ...) # (unwind-protect ...) make-device(x nil) # bind (display) make-x-device(nil) init-x-win() # bind (debugger debug-on-error command-line-args-left) command-line() # (condition-case ... . ((t (byte-code " Â" ... 1)))) # bind (error-data) normal-top-leve

Cygwin on Windows x64

2005-10-21 Thread Sebastian Tillmann
Hi, I'm trying to compile ClanLib with Cygwin on my Windows XP Professional x64 Edition. On my Notebook with Win32 I sucessfully compiled ClanLib with Cygwin, but on Win64 I've a problem executing the autogen.sh script. The ClanLibbers recommended me to revisualize this problem here. Perhaps

Re: Cygwin on Windows x64

2005-10-22 Thread Sebastian Tillmann
Hi, I've downloaded the latest snapshot, it works now, everything fine. Thanks for the help. Sebastian What happens is that Cygwin reports the *real* CPU type, which is a 64 bit type, instead of the emulated 32 bit type it's running on (i686 inside of WOW64). This is fixed

qtparted unter Cygwin (font problem)

2005-11-08 Thread Sebastian Schuberth
llation, but I already have installed all X11 / Qt related font stuff I was able to find. Any clue which font I would need? Thanks in advance! -- Sebastian Schuberth (remove "NOSP" and "M" from my e-mail address) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe

Change Default Text File Format after installation

2005-04-11 Thread Sebastian Schuberth
Hi, where does Cygwin store whether the user has chosen DOS or UNIX as the "Default Text File Format" when installing? Is it possible to change that setting without re-installing Cygwin? -- Sebastian Schuberth -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Probl

Re: Change Default Text File Format after installation

2005-04-11 Thread Sebastian Schuberth
flags somewhere (well, without having to checkout all the source code and search for it ...). -- Sebastian Schuberth -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Change Default Text File Format after installation

2005-04-11 Thread Sebastian Schuberth
ts to "textmode". What I don't get: If I now create a file using VIM and look at it afterwards using "od -c", it still contains \n instead of \r\n line ends. Why is that? -- Sebastian Schuberth -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Change Default Text File Format after installation

2005-04-11 Thread Sebastian Schuberth
your ~/.vimrc. Strange: "set fileformat=dos" works in the editor, but not when entered into ".vimrc" (other commands in there work). -- Sebastian Schuberth -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

DD converts LF -> CR / LF

2005-05-06 Thread Sebastian Schuberth
if "test_unix.txt" contains LF line ends, "text.txt" will contain CR / LF line ends, increasing the file size. This drove me nuts when working with DD on some binary files. How can I solve this? I already tried several of the "conv=" arguments to DD with no luck. Thank

Re: DD converts LF -> CR / LF

2005-05-07 Thread Sebastian Schuberth
). I agree, DD should default to binary in any case. Well, I'll look foreward to the Cywin release of coreutils-5.3.0-6 to see which patch will make it ;-) -- Sebastian Schuberth -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.

Re: DD converts LF -> CR / LF

2005-05-08 Thread Sebastian Schuberth
f Cygwin's command line CVS client and e.g. TortoiseCVS, you need to mount the file systems in text mode. Otherwise, you get additional line feeds when checking in / out to / from a CVS server (that runs under Unix). -- Sebastian Schuberth -- Unsubscribe info: http://cygwin.com/ml/

FW: Re: [UPDATE] cron won't execute tasks

2004-12-17 Thread Sebastian Berger
he server cannot be started, neither by command line nor by ‘services’… Did you finally find a solution for this issue or at least a hint – like you, this is driving me nuts… Any help would be appreciated, thanks in advance, Sebastian Sebastian Berger System Administrator Tel   +33.(0)4.76.29

1.5.18: tclsh's glob and relative paths containing ".."

2005-09-15 Thread Sebastian Schuberth
cript works as expected. Relative paths that do not contain ".." also work fine under all platforms, incl. Cygwin. Any insights? -- Sebastian Schuberth Cygwin Configuration Diagnostics Current System Time: Thu Sep 15 10:52:39 2005 Windows XP Professional Ver 5.1 Build 2600 Service Pa

Re: Bug in tcltk's glob

2005-09-16 Thread Sebastian Schuberth
Christopher Faylor wrote: On Fri, Sep 16, 2005 at 12:25:10PM +0200, Sebastian Schuberth wrote: > sorry for mailing to you directly, but so far no one responded to my '1.5.18: tclsh's glob and relative paths containing ".."' mail on the Cygwin mailing list. Here&

Re: Bug in tcltk's glob

2005-09-16 Thread Sebastian Schuberth
ieve the bug has already been fixed in more recent versions than the one supplied with Cygwin. So a simple recompile for Cygwin should do. Unfortunately, I have neither the time nor expertise to do so. -- Sebastian Schuberth (remove "NOSP" and "M" from my e-mail address

Re: Bug in tcltk's glob

2005-09-16 Thread Sebastian Schuberth
rised to get a canned response, it was just fair. You seem a little harsh with your judgement, Dave. -- Sebastian Schuberth (remove "NOSP" and "M" from my e-mail address) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cy

Cygwin Perl 5.8.7 - Thread signalling gives errors in standard distribution

2007-01-23 Thread Sebastian Weber
22 A thread exited while 2 threads were running. After installing the newest threads module from CPAN (v1.57, http://search.cpan.org/~jdhedden/threads-1.57/), everything works fine. I believe, the cygwin distribution still uses an outdated threads module. Has an

Perl threads and UNIX sockets

2007-01-28 Thread Sebastian Weber
): $!"; accept (CLIENT,SOCK1); $t->join(); sub con_thread { sleep(2); socket(SOCK2, PF_UNIX, SOCK_STREAM, 0) or die "socket(): $!"; connect(SOCK2, sockaddr_un("/tmp/mysock")) or die "connect(): $!"; } This code will _not_ bloc

Re: Mount table in registry

2003-06-06 Thread Sebastian Miele
Igor Pechtchanski <[EMAIL PROTECTED]> writes: > On Thu, 22 May 2003, Corinna Vinschen wrote: > > > On Thu, May 22, 2003 at 04:12:37PM +0200, Sebastian Miele wrote: > > > Hi, > > > > > > the user documentation on the mount table > > > (http:/

passwd command replacement on windows 9x

2003-02-10 Thread Sebastian Wain
Dear Cygwin List, I would like to know if exists a passwd command to be used on the win 9x OS. That passwd command must encrypt the /etc/passwd file with the old style, using the "char *crypt(const char *key, const char *salt)" function. The goal is to use it with sshd. Thank You All

Crash during setup

2002-05-21 Thread Sebastian Schuberth
to close it is to kill the task. Any hints how to avoid this? -- Sebastian Schuberth -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Crash during setup

2002-05-22 Thread Sebastian Schuberth
Randall, I've just tried it once more, and right now 25 minutes have passed without any progress. I still see this dumb blank page. BTW: My CPU usage is 100%! -- Sebastian Schuberth > Sebastian, > > Patience is one suggestion. I have a fast machine with fast disks and a

Re: Crash during setup

2002-05-22 Thread Sebastian Schuberth
gets properly downloaded in the local package directory I specified ist 102kb in size (MD5 DB7B6E8CD14D8957B4454C2B845C84D6). I sure can post it if you like. -- Sebastian Schuberth > Hi, > > Are you using an exisiting folder for your local package directory? If > so, it is reccommende

RE: Crash during setup

2002-05-22 Thread Sebastian Schuberth
Hi Rob, setup-2.243 works fine, no more crashing! Thank you very much! -- Sebastian Schuberth > > Randall, > > > > I've just tried it once more, and right now 25 minutes have passed > > without any progress. I still see this dumb blank page. > > > &g

RE: Crash during setup

2002-05-22 Thread Sebastian Schuberth
lyx' setup.ini (current directory or some sub- directory). how am i going to install lyx then? -- Sebastian Schuberth -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.

possible to copy whole cygwin folder to different machine?

2003-10-15 Thread Sebastian Hoffmann
n advance for any kind of help! Sebastian PS: I live in a UNIX/Mac world - so I can't try this out myself. In fact, I'm happy I finally managed to get hold of an old 300Mhz Windows-box to fiddle with things... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem report

environment variables & mks toolkit - patch opportunity?

2012-07-25 Thread M. Sebastian Comella
ven belongs before I give it a shot. Thanks! Sebastian. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: environment variables & mks toolkit - patch opportunity?

2012-07-26 Thread M. Sebastian Comella
On Wed, Jul 25, 2012 at 5:54 PM, Christopher Faylor wrote: > On Wed, Jul 25, 2012 at 05:43:52PM -0500, M. Sebastian Comella wrote: >>Hi all - >>I recently lost a good chunk of my day tracking down a Cygwin issue >>ultimately caused by an installation of IBM InfoSphere. The I

strange behavior with cvs 1.11.6-3 (cygwin 1.5.7-1)

2004-04-26 Thread Sebastian T Roth
I am running cygwin 1.5.7-1 on my Windows box. When I'm in my project-dir an type: cvs update all is ok. But if I want to update only one file I get this: cvs update dir1\\file1.ext cvs [server aborted]: no such directory `dir1' This `dir1' really exists! cvs updat