Re: how to automatically install all local packages

2005-05-14 Thread Brian Dessent
Tod Courtney wrote: I can use the command line flags to specify a local install from my installation directory (-L), and the location where cygwin shuld be installed (-R). And I can specify that cygwin be installed without all of the prompts and interactive options (-q). But I do not know

Re: how to automatically install all local packages

2005-05-14 Thread Max Bowsher
Brian Dessent wrote: Tod Courtney wrote: I can use the command line flags to specify a local install from my installation directory (-L), and the location where cygwin shuld be installed (-R). And I can specify that cygwin be installed without all of the prompts and interactive options (-q).

maybe-ITP: bsdiff

2005-05-14 Thread Lapo Luchini
Introduction straight from official home page[1] *bsdiff* and *bspatch* are tools for building and applying patches to binary files. By using suffix sorting (specifically, Larsson and Sadakane's qsufsort http://www.cs.lth.se/Research/Algorithms/Papers/jesper5.ps) and taking advantage of how

[UPLOAD] Base-files 3.4-1

2005-05-14 Thread John Morrison
Thanks to everyone who had input... apologies if I forgot anyone (let me know, I'll add you in for next time). 3.4-1 Changes: * Removed stty erase ^H - lots! * chmod 1777 /tmp - Corinna Vinschen * Properly quote [:upper:] [:lower:] - Webb Roberts * Add local to the sort - Eric

Re: maybe-ITP: bsdiff

2005-05-14 Thread Corinna Vinschen
On May 14 15:54, Lapo Luchini wrote: Introduction straight from official home page[1] [...] Compiles fine on Cygwin. Question is: IANAL, and I don't know if his BSDPL[2] license would be a problem or not. Is it? 2. http://web.comlab.ox.ac.uk/oucl/work/colin.percival/source/BSDPL.html I

Re: [UPLOAD] Base-files 3.4-1

2005-05-14 Thread Corinna Vinschen
On May 14 18:34, John Morrison wrote: http://homepage.ntlworld.com/j-n-s.morrison/john/cygwin/base-files/base-files-3.4-1.tar.bz2 http://homepage.ntlworld.com/j-n-s.morrison/john/cygwin/base-files/setup.hint Uploaded. Thanks, Corinna -- Corinna Vinschen Please, send mails

Please upload: clamav-0.85-1

2005-05-14 Thread Reini Urban
I missed the 0.84 release from last week. See the cygwin list. http://tu.xarch.at/publ/cygwin/release/clamav/setup.hint http://tu.xarch.at/publ/cygwin/release/clamav/clamav-0.85-1.tar.bz2 http://tu.xarch.at/publ/cygwin/release/clamav/clamav-0.85-1-src.tar.bz2 Please remove clamav-0.84rc1-1 and

Re: Please upload: clamav-0.85-1

2005-05-14 Thread Corinna Vinschen
On May 14 23:32, Reini Urban wrote: I missed the 0.84 release from last week. See the cygwin list. http://tu.xarch.at/publ/cygwin/release/clamav/setup.hint http://tu.xarch.at/publ/cygwin/release/clamav/clamav-0.85-1.tar.bz2

Re: maybe-ITP: bsdiff

2005-05-14 Thread Lapo Luchini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Corinna Vinschen wrote: I don't see a problem with this license. Then... 710e30c8f8e141d78b02d72a21387409 http://www.lapo.it/cygwin/bsdiff-4.2-1-src.tar.bz2 eb7a6d19536b1f18ce9b836bda10a201 http://www.lapo.it/cygwin/bsdiff-4.2-1.tar.bz2

FTP and xterm in 1.5.16...

2005-05-14 Thread Randy Widell
After upgrading to 1.5.16, Cygwin seems to just hang when using 'ftp' in xterm. Oddly enough, the problem does not occur when running a shell through the Windows command window instead of xterm. I tried installed the latest snapshot of Cygwin1.dll as per someone's solution to fix a problem

The Whore Lived Like a German

2005-05-14 Thread alain . folny
Full Article: http://service.spiegel.de/cache/international/0,1518,344374,00.html

Graeberschaendung auf bundesdeutsche Anordnung

2005-05-14 Thread gianugo
Lese selbst: http://www.die-kommenden.net/dk/zeitgeschichte/graeberschaendung.htm

Schily ueber Deutschland

2005-05-14 Thread dom
Lese selbst: http://www.heise.de/newsticker/meldung/59427

src/winsup/cygwin ChangeLog fhandler_disk_file ...

2005-05-14 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2005-05-14 21:12:11 Modified files: winsup/cygwin : ChangeLog fhandler_disk_file.cc fhandler_netdrive.cc Log message: * fhandler_disk_file.cc

Re: Cannot find the librtl3 package even after reading suggestions in FAQ and posts!

2005-05-14 Thread Brian Dessent
[EMAIL PROTECTED] wrote: I've run setup at least a half a dozen times now following the directions is previous posts. Libintl3 never shows up in the list. I went into the directory where I downloaded the kit so I could install it locally and Forget about the directory structure for a

Re: ruby rdoc documentation included?

2005-05-14 Thread Corinna Vinschen
On May 13 21:40, [EMAIL PROTECTED] wrote: I've installed ruby 1.8.2-1. It appears that the ruby documentation was not built: $ ruby -v ruby 1.8.2 (2004-12-25) [i386-cygwin] [EMAIL PROTECTED] ~ $ ri No ri documentation found in: [...] Thanks for the hint. I've uploaded a new version

Possible problem building GCC

2005-05-14 Thread Aaron Gray
Hi, When I build GCC I do not seem to be getting any C headers installed only C++ headers. Aaron -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: Building GCC 3.4.3

2005-05-14 Thread Gerrit P. Haase
Aaron Gray wrote: Hi, I believe or am pritty sure I have a problem. I am building GCC 3.4.3 but the same problem happerns with 2.95.3 and presumably with other GCC's. I have built this before and got it to work and I am sure I had other includes present. Yes I know Cygwin GCC3.4.3 has not been

Re: Building GCC 3.4.3

2005-05-14 Thread Aaron Gray
Hope you can help, The 'normal' C headers are part of the C library (newlib/cygwin), the GCC C headers are installed somewhere below /usr/lib/gcc or /usr/share/gcc, depending on the version you're building. Ah. Thanks alot Gerrit, that puts my mind at rest. Although it is not exactly very neat.

date.exe problem

2005-05-14 Thread Natxo Asenjo
Hi, I would like to use the cygwin tools in batch files, to extend the poor shell windows has. My shell is cmd.exe for xp pro. Ok. One thing that is not working as should is 'date'. As I understand from the faq, one can use full paths to executables in cmd.exe, that works fine interactively. Now

Re: date.exe problem

2005-05-14 Thread Brian Dessent
Natxo Asenjo wrote: set hour=c:\cygwin\bin\date.exe if I then do: %date% +%H-%M that works as expected (interactively). But, if I use that in the batch file, then it gives me H instead of the hour. It ommits the '%' , does not interpret it and does not work. I am not sure if this is

Re: date.exe problem

2005-05-14 Thread Gerrit P. Haase
Natxo Asenjo wrote: Hi, I would like to use the cygwin tools in batch files, to extend the poor shell windows has. My shell is cmd.exe for xp pro. Ok. One thing that is not working as should is 'date'. As I understand from the faq, one can use full paths to executables in cmd.exe, that works fine

Re: Strange-Dangerous behaviour in Cygwin (and/or RXVT)

2005-05-14 Thread Angelo Graziosi
I have tried your code stty erase ^H in .bash_profile and as I thinked it works for standard bash shell and xterm BUT NOT for RXVT in which, now, BKSPACE is dead. In others words RXVT wants stty erase ^? as in /etc/profile. I have tried also the code

Re: Strange-Dangerous behaviour in Cygwin (and/or RXVT)

2005-05-14 Thread David Rothenberger
On 5/14/2005 6:13 AM, Angelo Graziosi wrote: I have tried your code stty erase ^H in .bash_profile and as I thinked it works for standard bash shell and xterm BUT NOT for RXVT in which, now, BKSPACE is dead. In others words RXVT wants stty erase ^? as in /etc/profile. WFM with rxvt and xterm, both

[ANNOUNCEMENT] New Package: db-4.3.28-1

2005-05-14 Thread Gerrit P. Haase
This is the initial release of The Sleepycat Berkeley DataBase v4.3 Canonical homepage: http://www.sleepycat.com/ The package consist of three packages: 1. `db' contains the documentation. 2. `libdb4.3' contains the runtime libraries. 3. `libdb4.2-devel' contains import libraries and headers

Re: can not compile cscope on cygwin

2005-05-14 Thread Arvind
Mark Paulus mark.paulus at mci.com writes: I just tried this, and it appears that you don't have lex/flex and/or bison/byacc installed. Apparently these aren't selected by default from the cygwin setup tool. Re-run the cygwin setup tool, and under Devel, select bison and flex, and you

Re: problems in Perl process management

2005-05-14 Thread Reini Urban
Sonam Chauhan schrieb: I had thought Gerrit would release a new 5.8.6 with them, but this doesn't seem to have happened; don't know if I somehow dropped the ball on that. In any case, I'm really really hoping that 5.8.7 is released in the next few weeks. I don't know anything about problems with

Re: Best antivirus for cygwin? - was Norton antivirus and the Trojans

2005-05-14 Thread Reini Urban
René Berber schrieb: Reini Urban wrote: [snip] And while we are here and there is still the latest release pending for some days, I just want to say that the test version in setup.exe is featurewise almost the same and the delay of the 0.84 release proper is caused by some change in the build

Re: Best antivirus for cygwin? - was Norton antivirus and the Trojans

2005-05-14 Thread René Berber
Reini Urban wrote: [snip] So the question is: what change in the build system? That's the question, yes. They still ship their libtool with the LIBTOOL sections inside acinclude.m4 and not in aclocal.m4, as if libtool was not standard and stable enough, as if they have to override our

Re: Please test latest snapshot

2005-05-14 Thread Eric Blake
Additional to a couple of bugfixes there's also a new feature which needs a bit of testing. You can now list servers in the machine's domain/workgroup with $ ls // and accessible disk shares on a server with $ ls //server AWESOME! Thanks for doing this; it even worked on my

[ANNOUNCEMENT] Updated: ruby-1.8.2-2

2005-05-14 Thread Corinna Vinschen
I have updated the version of ruby on cygwin.com to 1.8.2-2. This is a Cygwin distro bugfix release. This version adds the missing ri help database. To update your installation, click on the Install Cygwin now link on the http://cygwin.com/ web page. This downloads setup.exe to your system.

Re: Best antivirus for cygwin? - was Norton antivirus and the Trojans

2005-05-14 Thread Reini Urban
René Berber schrieb: Reini Urban wrote: [snip] So the question is: what change in the build system? That's the question, yes. They still ship their libtool with the LIBTOOL sections inside acinclude.m4 and not in aclocal.m4, as if libtool was not standard and stable enough, as if they have to

[ANNOUNCEMENT] Updated: tcsh-6.14.00-2

2005-05-14 Thread Corinna Vinschen
I've updated the version of tcsh to 6.14.00-2. This is a Cygwin bugfix release. It fixes the handling of two leading slashes in tcsh on Cygwin, so that double slash network paths aren't incorrectly folded into local single slash paths anymore. The patch is also going upstream. To update your

Re: Please test latest snapshot

2005-05-14 Thread Corinna Vinschen
On May 14 19:44, Eric Blake wrote: Additional to a couple of bugfixes there's also a new feature which needs a bit of testing. You can now list servers in the machine's domain/workgroup with $ ls // and accessible disk shares on a server with $ ls //server AWESOME!

Re: Best antivirus for cygwin? - was Norton antivirus and the Trojans

2005-05-14 Thread René Berber
Reini Urban wrote: [snip] They dont need a patch, since it compiles OOTB with a recent libtool under cygwin. I told them very often to update their libtool and esp. not to include standard m4 macros in acinclude.m4, which is strictly against the autotool philosophy. They shoudl go to

Paranoider Deutschenmoerder kommt in Psychiatrie

2005-05-14 Thread white
Lese selbst: http://brandenburg.rz.fhtw-berlin.de/poetschke.html -- 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/

Auf Streife durch den Berliner Wedding

2005-05-14 Thread jonl
Lese selbst: http://www.zdf.de/ZDFde/inhalt/7/0,1872,503,00.html http://www.libasoli.de/2004/ethnoclans%20spiegel50_04.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

4,8 Mill. Osteuropaeer durch Fischer-Volmer Erlass

2005-05-14 Thread chipzz
Lese selbst: http://www.npd.de/npd_info/deutschland/2005/d0405-13.html Neue Dokumente: http://www.rp-online.de/public/article/nachrichten/politik/deutschland/87647 Botschafter in Kiew beschwerte sich noch 2004: http://www.rp-online.de/public/article/nachrichten/politik/deutschland/85735

Re: Please test latest snapshot

2005-05-14 Thread Eric Blake
Also, it appears that cygcheck is doing work, but not printing any output. -v, please. It prints a lot of stuff for me. On my 266 MHz Win98 machine (yes, I know it is old, but it makes a great regression tester): $ mount -m mount -f -s -b d:/cygwin/usr/X11R6/lib/X11/fonts

Turkish Tabloid Enrages Germany with Nazi Comparisons

2005-05-14 Thread privacy
Full Article: http://service.spiegel.de/cache/international/0,1518,345889,00.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: Strange-Dangerous behaviour in Cygwin (and/or RXVT)

2005-05-14 Thread Eric Blake
I have tried your code stty erase ^H in .bash_profile and as I thinked it works for standard bash shell and xterm BUT NOT for RXVT in which, now, BKSPACE is dead. In others words RXVT wants stty erase ^? as in /etc/profile. The trick is to set `stty erase' to whatever your current shell

Auslaenderpolitik

2005-05-14 Thread brenno
Lese selbst: http://www.mjoelnirsseite.de/2100.htm -- 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/

Armenian Genocide Plagues Ankara 90 Years On

2005-05-14 Thread david . craig
Full Article: http://service.spiegel.de/cache/international/0,1518,353274,00.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Dresden Bombing Is To Be Regretted Enormously

2005-05-14 Thread Andries . Brouwer
Full Article: http://service.spiegel.de/cache/international/0,1518,341239,00.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

The Whore Lived Like a German

2005-05-14 Thread hm_crazg
Full Article: http://service.spiegel.de/cache/international/0,1518,344374,00.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Hier sind wir Lehrer die einzigen Auslaender

2005-05-14 Thread Jochen
Lese selbst: http://www.deutschlandchronik.de/multikulti_perfekt.htm http://www.leverkusener-aufbruch.com/content/pt5.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html

Auslaender bevorzugt

2005-05-14 Thread fanuccre
Lese selbst: http://www.npd.de/npd_info/deutschland/2005/d0305-14.html Jetzt weiss man auch, wie es dazu kommt, dass Drogen, Waffen Handy's in die Haende der Knacki's gelangen! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Transparenz ist das Mindeste

2005-05-14 Thread wiz
Lese selbst: http://www.npd.de/npd_info/deutschland/2005/d0405-39.html -- 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/

Dresden 1945

2005-05-14 Thread order
Lese selbst: http://www.kommunisten-online.de/blackchanel/dresden3.htm -- 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/

New Package: db-4.3.28-1

2005-05-14 Thread Gerrit P. Haase
This is the initial release of The Sleepycat Berkeley DataBase v4.3 Canonical homepage: http://www.sleepycat.com/ The package consist of three packages: 1. `db' contains the documentation. 2. `libdb4.3' contains the runtime libraries. 3. `libdb4.2-devel' contains import libraries and headers