perl-5.10.0-4 -> perl-5.10.0-5 update appears to break DateTime

2008-07-07 Thread Gary R. Van Sickle
Hi Reini, It looks like something changed between perl 5.10.0-4 and -5 which breaks the DateTime module from CPAN (version 0.4302, latest). The attached Simple Test Case(tm) results in only the following errors: Use of uninitialized value $id in pattern match (m//) at /usr/lib/perl5/site_perl/5.

Re: Who can tell me /usr/sbin/in.* belong to which packages?

2008-07-07 Thread kou yu
OK, Thank you Corinna I got it. /usr/sbin/in.{service}.exe belongs to <=inetutils-1.3.2-40. In inetutils-1.5-4, this file is replaced with /usr/sbin/{service}.exe E.g., /usr/sbin/in.tftpd.exe is replaced with /usr/sbin/tftpd.exe I think that is why I can't find which package /usr/sbin/in.* belon

Re: DEF files

2008-07-07 Thread Brian Dessent
Konstantin Gorskov wrote: > Hi! I have build shared dll libs with cygwin , is there any command for > auto-generating *.def files for them? You can have the linker create the .def file as a side effect of linking the DLL with --output-def (so, -Wl,--output-def,filename from gcc) just as you can

DEF files

2008-07-07 Thread Konstantin Gorskov
Hi! I have build shared dll libs with cygwin , is there any command for auto-generating *.def files for them? Regards, Konstantin. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/doc

Re: chmod permission denied on windows 2008

2008-07-07 Thread Steven Hartland
- Original Message - From: "Corinna Vinschen" On Jul 7 17:12, Steven Hartland wrote: I know its cheaky but I dont suppose you could shed any light on my other thread regards 2008 support:- "apache crashing on windows 2008 when listening on localhost" Sorry, but no. There's other wo

Re: chmod permission denied on windows 2008

2008-07-07 Thread Corinna Vinschen
On Jul 7 17:12, Steven Hartland wrote: > I know its cheaky but I dont suppose you could shed any light on my > other thread regards 2008 support:- > "apache crashing on windows 2008 when listening on localhost" Sorry, but no. There's other work I have to do and I'm also not keen on debugging a m

Re: chmod permission denied on windows 2008

2008-07-07 Thread Corinna Vinschen
On Jul 7 17:47, Dave Korn wrote: > Steven Hartland wrote on 07 July 2008 17:12: > > From: "Corinna Vinschen" > >> The DLL has been build with VC++ due to the lack of a 64 bit capable gcc > >> for Cygwin. As long as this is the case, rebaseall will have to be > >> changed to skip cyglsa.dll and cy

RE: chmod permission denied on windows 2008

2008-07-07 Thread Dave Korn
Steven Hartland wrote on 07 July 2008 17:12: > - Original Message - > From: "Corinna Vinschen" >> >>> One thing I did notice is that rebaseall fails with:- >>> /usr/bin/cyglsa64.dll: fixing bad relocations >>> FixImage (/usr/bin/cyglsa64.dll) failed with last error = 13 >>> >>> As a tempo

Re: chmod permission denied on windows 2008

2008-07-07 Thread Steven Hartland
- Original Message - From: "Corinna Vinschen" This seems to work fine, is there anything I should be aware of if we looked to use this in production environment? The mount points are now stored in /etc/fstab and /etc/fstab.d/$USER instead of in the system and user registry. There are a

Re: binutils: strip internal error

2008-07-07 Thread Christopher Faylor
On Mon, Jul 07, 2008 at 10:05:16AM -0500, Yaakov (Cygwin Ports) wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > $ strip aqbanking-3.6.0-1/inst/usr/bin/cygfbanking-2.dll > BFD: BFD (GNU Binutils) 2.18.50.20080523 internal error, aborting at > /netrel/src/binutils-20080523-1/bfd/coffco

RE: binutils: strip internal error

2008-07-07 Thread Dave Korn
Yaakov (Cygwin Ports) wrote on 07 July 2008 16:05: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > $ strip aqbanking-3.6.0-1/inst/usr/bin/cygfbanking-2.dll > BFD: BFD (GNU Binutils) 2.18.50.20080523 internal error, aborting at > /netrel/src/binutils-20080523-1/bfd/coffcode.h line 842 in h

Re: chmod permission denied on windows 2008

2008-07-07 Thread Corinna Vinschen
On Jul 7 15:37, Steven Hartland wrote: > - Original Message - From: "Steven Hartland" >>> Other than that, maybe using the (not yet production) Cygwin 1.7 is >>> an option for you. You can install a 1.7-based distro over your 1.5 >>> distro using another setup.exe: http://cygwin.com/setup

binutils: strip internal error

2008-07-07 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 $ strip aqbanking-3.6.0-1/inst/usr/bin/cygfbanking-2.dll BFD: BFD (GNU Binutils) 2.18.50.20080523 internal error, aborting at /netrel/src/binutils-20080523-1/bfd/coffcode.h line 842 in handle_COMDAT BFD: Please report this bug. Should I report thi

Re: chmod permission denied on windows 2008

2008-07-07 Thread Steven Hartland
- Original Message - From: "Steven Hartland" Other than that, maybe using the (not yet production) Cygwin 1.7 is an option for you. You can install a 1.7-based distro over your 1.5 distro using another setup.exe: http://cygwin.com/setup-1.7.exe I'll give this a shot in a bit and let yo

Re: chmod permission denied on windows 2008

2008-07-07 Thread Steven Hartland
- Original Message - From: "Corinna Vinschen" <[EMAIL PROTECTED]> After further looking into this issue I fear I can't do anything against that in Cygwin 1.5.25 anymore. There is a strange privilege issue when using impersonation tokens starting with Windows Vista. The root of the pro

Re: chmod permission denied on windows 2008

2008-07-07 Thread Corinna Vinschen
On Jul 7 11:02, Steven Hartland wrote: > - Original Message - From: "Corinna Vinschen" >>> I've attached the output from whoami in both cases. A privaledege >>> missing from the sshd_server user may be? Note: ssh was installed >>> with a slightly older than latest version of cygwin so if t

Re: Ending space in file names is stripped, "sometimes"?

2008-07-07 Thread Corinna Vinschen
On Jul 7 14:13, Kent Boortz wrote: > > [For some reason this email got stuck in my "not sent" folder] > > Mark Geisert <[EMAIL PROTECTED]> writes: > > Thanks for the cygcheck output, but if the problem is observed only > > "sometimes" > > maybe you could provide an example? > > Sorry, I was n

Re: Ending space in file names is stripped, "sometimes"?

2008-07-07 Thread Kent Boortz
[For some reason this email got stuck in my "not sent" folder] Mark Geisert <[EMAIL PROTECTED]> writes: > Thanks for the cygcheck output, but if the problem is observed only > "sometimes" > maybe you could provide an example? Sorry, I was not clear, I did not mean it was "random". I meant tha

Re: chmod permission denied on windows 2008

2008-07-07 Thread Steven Hartland
- Original Message - From: "Corinna Vinschen" I've attached the output from whoami in both cases. A privaledege missing from the sshd_server user may be? Note: ssh was installed with a slightly older than latest version of cygwin so if this has changed to support 2008 recently that could

Re: Who can tell me /usr/sbin/in.* belong to which packages?

2008-07-07 Thread Corinna Vinschen
On Jul 7 14:12, kou yu wrote: > $ ls /usr/sbin/in.* > in.ftpd.exe in.rlogind.exe in.talkd.exein.tftpd.exe > in.rexecd.exe in.rshd.exe in.telnetd.exe in.uucpd.exe > > > My cygwin's packages info has lost. So I got nothing by performing cygcheck -f > $ cygcheck -f /usr/sbin/in.tftp

Re: chmod permission denied on windows 2008

2008-07-07 Thread Corinna Vinschen
On Jul 4 23:21, Steven Hartland wrote: > Sorry seems I missed one critical element here. I thought I was doing > all the tests under a cygwin prompt but in fact the chown's I was > doing under an ssh'ed prompt. It works under a cygwin prompt on the > desktop but fails when I'm ssh'ed in. So this a