Re: perl6 fails

2010-04-26 Thread David Vergin
on 4/26/2010 3:13 AM Reini Urban said the following: 2010/4/26 David Vergin: ...sadly I now have a new error... $ /usr/bin/perl6 -V Null PMC access in find_method('get_parrotclass') current instr.: 'perl6;ClassHOW;onload' pc -1 ((unknown file):-1) Segmentation fault (core dumped) > > Interesti

Cygwin 1.7.5 (2010-04-12) fails to do single line input and output on fifo pipe

2010-04-26 Thread will.dutt
in Cygwin 1.5 (1.5.25) this test script works, now in 1.7, its has stopped. the issue is running a file fifo pipe with output and input on the same line this is the error I get when I run my test script, this did work in the previous version (1.5.x). tee: read error: Communication error on sen

Re: [ANNOUNCEMENT] Updated: clamav-0.96-1

2010-04-26 Thread Yaakov (Cygwin/X)
On 2010-04-26 16:53, Reini Urban wrote: * Huge package size: cygclamav-6.dll went from 720KB to 10MB stripped, because llvm is linked statically. clamav includes its own copy of llvm or you built it with your own llvm package? * cygport falsely reports a libtool check error on postinstall.

[ANNOUNCEMENT] Updated: clamav-0.96-1

2010-04-26 Thread Reini Urban
I've made a new version of clamav available for installation, including, libclamav6, libclamav-devel, clamav-db. This is a feature release keeping the same dll version. Nice. Run freshclam after the update. Problems: * Spurious "LibClamAV Warning: fmap_aging: kernel hates you" messages. * Huge pa

Re: tty initialization failure under cygwin 1.7.2?

2010-04-26 Thread Larry Hall (Cygwin)
On 4/26/2010 4:55 PM, Egerton, Jim wrote: Thanks Corinna. I assume this requires a new cygwin dll? Yes, it does. And it's available at the link Corinna pointed you at below. It should be fixed in the latest snapshots from http://cygwin.com/snapshots/ though. Do you haveany idea when th

Re: Problem Persists: 1.7 WinodwXp Intel Core2 duo Cygwin gets crashed

2010-04-26 Thread Larry Hall (Cygwin)
On 4/26/2010 4:52 PM, SHETH, RASIK (ATTSI) wrote: Attached the 1.7.5 logs. That's better. Nothing obvious wrong there. Still sounds like a symptom of to me. -- Larry Hall http://www.rfk.com RFK Partners, Inc.

RE: tty initialization failure under cygwin 1.7.2?

2010-04-26 Thread Egerton, Jim
Thanks Corinna. I assume this requires a new cygwin dll? Do you have any idea when this will go into a versioned release? Appreciate the help, jim > -Original Message- > From: Corinna Vinschen [mailto:corinna-cyg...@cygwin.com] > Sent: Monday, April 26, 2010 5:39 AM > To: cygwin@cygw

RE: Problem Persists: 1.7 WinodwXp Intel Core2 duo Cygwin gets crashed

2010-04-26 Thread SHETH, RASIK (ATTSI)
Attached the 1.7.5 logs. Thanks, Rasik Sheth CSI CAM Developement AT&T, Farmers Branch, Texas | Office: 972-706-4832 |Cell: 469-426-6762 -Original Message- From: SHETH, RASIK (ATTSI) Sent: Monday, April 26, 2010 11:01 AM To: 'cygwin@cygwin.com' Subject: Problem Persists: 1.7

Filtered tokens

2010-04-26 Thread Patrick Julien
I have read the page found at http://www.cygwin.com/cygwin-ug-net/ntsec.html but I still see the following 2 issues with filtered tokens as implemented by Vista/7 when used by cygwin. When I say filtered tokens, I'm talking about the dual token strategy these systems use to keep administrators run

Re: Cygwin's GCC doesn't like this .sa_handler initialization for some reason

2010-04-26 Thread Dave Korn
On 26/04/2010 17:45, Eric Blake wrote: > [this was originally raised on the libvirt list] > > On 04/25/2010 05:32 AM, Matthias Bolte wrote: >> +struct sigaction action_stop; >> >> -struct sigaction action_stop = { >> -.sa_handler = stop >> -}; >> +memset(&action_stop, 0,

RE: ls bug

2010-04-26 Thread Road Warrior
Hm, so am I the only one who's ever seen this ls inconsistency?> From: warrior_r...@hotmail.com> To: cygwin@cygwin.com> Subject: RE: ls bug> Date: Thu, 22 Apr 2010 17:08:08 +>>> Ick sorry about the formatting! I should know better than to send a plai

Re: ImageMagick shared libraries missing?

2010-04-26 Thread Larry Hall (Cygwin)
On 4/25/2010 3:00 PM, Sivaram Neelakantan wrote: "Larry Hall (Cygwin)" writes: On 4/24/2010 6:44 AM, Sivaram Neelakantan wrote: "Larry Hall (Cygwin)" writes: We discourage feeding the spammers a

Re: Problem Persists: 1.7 WinodwXp Intel Core2 duo Cygwin gets crashed

2010-04-26 Thread Larry Hall (Cygwin)
On 4/26/2010 12:00 PM, SHETH, RASIK (ATTSI) wrote: Hi, I have installed 1.7.5 as suggested. The problem still persists. Your help is much appreciated. You either sent old cygcheck output or you failed to reboot after 'setup.exe' told you this was necessary. You're still running 1.7.2 according

Re: 1.7.1 : search inside more returns "Regular expression botch"

2010-04-26 Thread Larry Hall (Cygwin)
On 4/26/2010 2:45 AM, Fabrice PLATEL wrote: While I am viewing a file with the "more" utility, if I want to search any expression inside the file by typing "/" then the expression, it doesn't search and just displays the message "Regular expression botch". Am I the only one having this behaviour

Re: Cygwin's GCC doesn't like this .sa_handler initialization for some reason

2010-04-26 Thread Eric Blake
[this was originally raised on the libvirt list] On 04/25/2010 05:32 AM, Matthias Bolte wrote: > +struct sigaction action_stop; > > -struct sigaction action_stop = { > -.sa_handler = stop > -}; > +memset(&action_stop, 0, sizeof action_stop); > + > +action_stop.sa_hand

Re: ImageMagick shared libraries missing?

2010-04-26 Thread Reini Urban
Sivaram Neelakantan schrieb: "Larry Hall (Cygwin)" writes: This appears to be a bug with ImageMagick. Last time it came up on this list, there was a suggested workaround: That worked. You may also want to do some research into

RE: PLEASE TEST YOUR FS (was Re: 1.7.1: cvs version built in is unstable)

2010-04-26 Thread Roe, Kevin L.
Corinna, I **really** want to try this snapshot, but unfortunately my sys-admins have locked down access right now. There is no forecast on when I'll get access. -Kevin > -Original Message- > From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On > Behalf Of Corinna Vinschen

[ANNOUNCEMENT] Updated: grub{,-emu,-fonts}-1.98-2

2010-04-26 Thread Christian Franke
Version 1.98-2 of grub has been uploaded. http://www.gnu.org/software/grub/grub-2.en.html Description from README: This is GRUB 2, the second version of the GRand Unified Bootloader. GRUB 2 is rewritten from scratch to make GNU GRUB cleaner, safer, more robust, more powerful, and more portable.

Problem Persists: 1.7 WinodwXp Intel Core2 duo Cygwin gets crashed

2010-04-26 Thread SHETH, RASIK (ATTSI)
Hi, I have installed 1.7.5 as suggested. The problem still persists. Your help is much appreciated. Thanks, Rasik Sheth -Original Message- From: SHETH, RASIK (ATTSI) Sent: Wednesday, April 14, 2010 3:40 PM To: 'cygwin@cygwin.com' Subject: 1.7 WinodwXp Intel Core2 duo Cygwin gets c

Re: PLEASE TEST YOUR FS (was Re: 1.7.1: cvs version built in is unstable)

2010-04-26 Thread Corinna Vinschen
On Apr 23 13:12, Corinna Vinschen wrote: > I didn't like this solution at all. I just applied another patch which > handles that differently. Instead of stripping the leading spaces and > trailing dots and spaces, they now get converted the same way as > described in > http://cygwin.com/cygwin-ug

[ANNOUNCEMENT] Updated: python-pyrex 0.9.9-1

2010-04-26 Thread Samuel Thibault
Version 0.9.9-1 of "python-pyrex" has been uploaded. It lets you write code that mixes Python and C data types any way you want, and compiles it into a C extension for Python. If you have questions or comments, please send them to the Cygwin mailing list at: cygwin@cygwin.com . ***

Re: zsh 4.3.9-1: text-mode stdin problem (breaking base64)

2010-04-26 Thread Eric Blake
On 04/24/2010 02:31 PM, Yutaka Amanai wrote: >> >> Have a look at Bash code some time. I recall seeing some O_TEXT options >> being set in the various {f}open()'s that it does. There are a few of those, but I've been working at reducing them to the bare minimum, and instead controlling it via the

[ANNOUNCEMENT] Updated: libusb-1.0 1.0.7+gitbd62c472-1

2010-04-26 Thread Samuel Thibault
Version 1.0.7+gitbd62c472-1 of "libusb-1.0" has been uploaded. It is a library that allows userspace application to access USB devices on WinUSB-compatible Windows operation systems (WinXP, Vista, and 7). It is being integrated and fully API compatible to libusb available at http://libusb.sourcefo

Re: zsh 4.3.9-1: text-mode stdin problem (breaking base64)

2010-04-26 Thread Corinna Vinschen
On Apr 25 05:31, Yutaka Amanai wrote: > 2010/04/24 10:03 Peter A. Castro wrote: > >>Could you give me a simple test case that fails without > >>cygwin_premain0()? I set my filesystems as text-mode and tried to find > >>such cases, but I couldn't. > > > >It's been a while since I've looked at this,

Re: tty initialization failure under cygwin 1.7.2?

2010-04-26 Thread Corinna Vinschen
On Apr 23 11:10, Eric Berge wrote: > > > Followups to the original message demonstrated that this was > a problem when running in a non-Administrator account. That's > still a bug, but does provide a workaround until this is fixed. > > I've been monitoring the updates as they've been coming in

Re: perl script fails in 1.7

2010-04-26 Thread Reini Urban
2010/4/26 larry s: > I have a perl script that ran fine until I upgraded to 1.7.  It uses DBI to > access a mysql database and I have boiled down the problem area to the > following: > [top stuff omitted] > my $server = 'remotesvr'; > my $database = 'tcdump'; > print "\nConnecting to mysql on $se

Re: perl6 fails

2010-04-26 Thread Reini Urban
2010/4/26 David Vergin: > on 4/25/2010 2:09 PM Reini Urban said the following: >> yes, parrot is broken,... >> Easy fix: >> Add this file /usr/lib/parrot/2.3.0/include/stat.pasm > > Progress. I fired off setup.exe and let it update things. > > I can confirm that the described file is now included i