Re: flac, libvorbis, et. al.

2007-07-29 Thread Corinna Vinschen
Hi David, On Jul 28 16:24, David Rothenberger wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I'm interested in updating flac and libvorbis to their latest versions. Flac because there are some new features and libvorbis because of a security issue. I have built local packages

Re: CMake 2.4.7-1 ready

2007-07-29 Thread Kovarththanan Rajaratnam
Hello Bill, Bill Hoffman wrote: Bill Hoffman wrote: I had some trouble myself when I tested the install. I had to unpack the tar file by hand. I must have messed something up. Any ideas what? Once unpacked by hand the cmake install was fine. -Bill I have tried again myself, and if I

cygport and signatures

2007-07-29 Thread Steffen Sledz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Cygport README mentioned GPG .sig files for all the files used to build up a package. As I could see, the prep stage checks these. But they are not made part to the final source package in package stage. Is this intentionally or a bug? Steffen

Re: flac, libvorbis, et. al.

2007-07-29 Thread David Rothenberger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 7/28/2007 11:54 PM, Corinna Vinschen wrote: On Jul 28 16:24, David Rothenberger wrote: I have built local packages using cygport for the latest versions of libao, libogg, speex, flac, libvorbis, and vorbis-tools. (vorbis-tools is still at

[RFU] libao

2007-07-29 Thread David Rothenberger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Here is the first set of packages that I'm taking over from Corinna. These are my first packages, so they probably need a review for packaging correctness before uploading. wget -x -nH --cut-dirs=2 \

src/winsup/cygwin ChangeLog fhandler_disk_file ...

2007-07-29 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2007-07-29 08:23:04 Modified files: winsup/cygwin : ChangeLog fhandler_disk_file.cc ntdll.h Log message: * fhandler_disk_file.cc: Use get_handle throughout.

src/winsup/cygwin ChangeLog fhandler_disk_file ...

2007-07-29 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2007-07-29 12:27:22 Modified files: winsup/cygwin : ChangeLog fhandler_disk_file.cc ntdll.h syscalls.cc Log message: * fhandler_disk_file.cc

src/winsup/cygwin ChangeLog fhandler_disk_file ...

2007-07-29 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2007-07-29 15:57:41 Modified files: winsup/cygwin : ChangeLog fhandler_disk_file.cc syscalls.cc Log message: * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Don't allow

src/winsup/w32api ChangeLog include/wingdi.h l ...

2007-07-29 Thread dannysmith
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2007-07-30 01:02:31 Modified files: winsup/w32api : ChangeLog winsup/w32api/include: wingdi.h winsup/w32api/lib: gdi32.def Log message: 2007-7-30 Martijn Wargers [EMAIL

[ANNOUNCEMENT] Updated: clamav-0.91.1-2

2007-07-29 Thread Reini Urban
The cygwin clamav packages (Clam AntiVirus - GPL anti-virus toolkit) has been updated to 0.91.1-2. This fixes libclamav-devel with libtool. About == Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of this software is the integration with mail servers (attachment

Re: rysnc under cygwin hangs and doesn't clean up its processes - please help - cygwin 1.5.24-2,

2007-07-29 Thread Frank Fesevur
At 29-7-2007 0:09, Joel Harrison wrote: Technical: rsync on cygwin always hangs. Works fine on CentOS. I've been looking into this issue for 5-10 hours so far. I can scp/ssh fine to the target with ssh keys installed or not, only rsync hangs. I read about piping issues in rsync on cygwin from

ImportError: No module named Numeric

2007-07-29 Thread mostlyharmless
I have added Numeric to cygwin (using the setup.exe utility) but when I try to import Numeric i get the Import error:- $ python Python 2.5.1 (r251:54863, May 18 2007, 16:56:43) [GCC 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)] on cygwin Type help, copyright, credits or license for

Re: perl5.8.8 SEGfault and corrupt stack

2007-07-29 Thread Linda Walsh
Brian Dessent wrote: You're using an outdated version of gdb and you're seeing this phony SIGSEGV because of it. --- Awesome! Thanks. Not sure why, but 'setup' didn't think I had gdb installed, so it never offered me a newer version...weird. Thanks! -- Unsubscribe info:

Re: ImportError: No module named Numeric

2007-07-29 Thread mostlyharmless
The Numeric package is installed in C:\cygwin\usr\lib\python2.4\site-packages\Numeric while all other packages are put in C:\cygwin\usr\lib\python2.5\site-packages, so perhaps the Numeric package as supplied only works with python 2.4? -- View this message in context:

Re: Emacs takes 100% CPU

2007-07-29 Thread Steffen Sledz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Nicolas, I'm the guy who tries to revive emacs in cygwin after a long time. Because emacs is not the simplest package this will need some time. But I hope that I can upload a non-experimental version in the near future. Sorry that I did not

sshd: public key working, but can't get passwords working

2007-07-29 Thread Daniel Griscom
I have openssh version 4.6p1-1 installed under WinXP SP2 with all updates. I've successfully used ssh-host-config to set up sshd (privilege separation on, local user sshd created, sshd run as service, CYGWIN=ntsec tty; sshd started with net start sshd; all done under the administrative account

Re: rysnc under cygwin hangs and doesn't clean up its processes - please help - cygwin 1.5.24-2,

2007-07-29 Thread Michael Hipp
Joel Harrison wrote: Background - I'm trying to turn off my linux box and save some electricity by using rsync on windows to do my geographically redundant backup to my ISP (site5 - $5/110GB/mo) ... I'd rather not load up a resource hog VM to do it if I can avoid that... even DSL would be more

Re: Creating dll in cygwin gives Undefined reference errors

2007-07-29 Thread Morgan Gangwere
The undefined reference is because fundamentally ELF (Linux) and PE/COFF (Windows) are very different in terms of how linking works under the hood. The short explanation is that PE/COFF requires all references to be resolved at link-time, thus you have to explicitly tell the linker where

Re: [ANNOUNCEMENT] [test-version] emacs-22.1-3/emacs-el-22.1-3/emacs-X11-22.1-3

2007-07-29 Thread Steffen Sledz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark Harig schrieb: If you discover a repeatable set of steps that you can follow that will cause Emacs to crash, would you please post those to this list? They could be used as a test to tell whether Emacs has been built correctly. In addition,

Re: sshd: public key working, but can't get passwords working

2007-07-29 Thread René Berber
Daniel Griscom wrote: I have openssh version 4.6p1-1 installed under WinXP SP2 with all updates. I've successfully used ssh-host-config to set up sshd (privilege separation on, local user sshd created, sshd run as service, CYGWIN=ntsec tty; sshd started with net start sshd; all done under

Re: sshd: public key working, but can't get passwords working

2007-07-29 Thread Daniel Griscom
At 3:31 PM -0500 7/29/07, René Berber wrote: Daniel Griscom wrote: I have openssh version 4.6p1-1 installed under WinXP SP2 with all updates. I've successfully used ssh-host-config to set up sshd (privilege separation on, local user sshd created, sshd run as service, CYGWIN=ntsec tty; sshd

Re: sshd: public key working, but can't get passwords working

2007-07-29 Thread René Berber
Daniel Griscom wrote: [snip] Look at the log (Windows' event viewer), what's the error sent when you try to login? Just what you'd expect: Failed password for development from 192.168.1.101 port 1121 ssh2. Do you happen to have a domain user as well as a local user? (BTW, the account is

.Xdefaults file?

2007-07-29 Thread Linda Walsh
I've been playing around with xterm. Unlike my last system, my current system scrolls much faster in an xterm window (before it was about twice or more slower than a cmd window; now it's about twice as fast!). I'm trying to setup defaults for xterm. I thought I could put resource values in

Re: .Xdefaults file?

2007-07-29 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Linda Walsh on 7/29/2007 5:49 PM: Is this easily doable? Am I on a right track somewhere? Or could someone give pointer? (or even to the doc where I *should* have found the answer I was looking for). This is an X-specific question.

Re: .Xdefaults file?

2007-07-29 Thread René Berber
Linda Walsh wrote: [snip] I'm trying to setup defaults for xterm. I thought I could put resource values in ~/.Xdefaults (also tried ~/.Xrdb), and tried the xrdb command with .Xdefaults as a param. xrdb -query properly displays current contents of the file if I rerun xrdb .Xdefaults.

Re: sshd: public key working, but can't get passwords working

2007-07-29 Thread Daniel Griscom
At 6:19 PM -0500 7/29/07, René Berber wrote: Daniel Griscom wrote: [snip] Look at the log (Windows' event viewer), what's the error sent when you try to login? Just what you'd expect: Failed password for development from 192.168.1.101 port 1121 ssh2. Do you happen to have a domain

Re: sshd: public key working, but can't get passwords working

2007-07-29 Thread René Berber
Daniel Griscom wrote: [snip] Do you happen to have a domain user as well as a local user? I don't know the difference. I'm not at the machine now, but it's a vanilla Windows installation. All machines on my network are in workgroup MSHOME. I created one account when installing windows,

Re: perl5.8.8 SEGfault and corrupt stack

2007-07-29 Thread Linda Walsh
Christopher Faylor wrote: Maybe you shouldn't be quite so indignant about the notion of your setup being broken. --- Pot, kettle, black. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: ImportError: No module named Numeric

2007-07-29 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 mostlyharmless wrote: The Numeric package is installed in C:\cygwin\usr\lib\python2.4\site-packages\Numeric while all other packages are put in C:\cygwin\usr\lib\python2.5\site-packages, so perhaps the Numeric package as supplied only works

Re: .Xdefaults file?

2007-07-29 Thread Linda Walsh
Eric Blake wrote: According to Linda Walsh on 7/29/2007 5:49 PM: could someone give pointer? (or even to the doc where I *should* have found the answer I was looking for). This is an X-specific question. Try asking it on the cygwin-xfree list. --- I looked at the cygwin page on mailing

Re: getText 0.16.1

2007-07-29 Thread Larry Hall (Cygwin)
Tony Anecito wrote: Hi All, Is there a mirror or download site that can let me download and install getText 0.16.1 using setup.exe for Cygwin on Windows? Thx. No, not currently. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508)

Re: [some] file?

2007-07-29 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Linda Walsh on 7/29/2007 7:44 PM: I looked at the cygwin page on mailing lists cygwin.com/ml and could not find it. You didn't look hard enough then. It is the fourth list on http://cygwin.com/lists.html, between cygwin-talk and

Re: [some] file?

2007-07-29 Thread Christopher Faylor
On Sun, Jul 29, 2007 at 09:31:14PM -0600, Eric Blake wrote: According to Linda Walsh on 7/29/2007 7:44 PM: I looked at the cygwin page on mailing lists cygwin.com/ml and could not find it. You didn't look hard enough then. It is the fourth list on http://cygwin.com/lists.html, between

Xcensored

2007-07-29 Thread Linda Walsh
Eric Blake wrote: .Xdefaults can also affect non-X usage of rxvt. Yeah, I have entries for it in my X defaults file, for the non-X version. For some reason, the font setting, Lucida Console, that works in the non-X rxvt gives an error under the X version. sigh. You didn't look