Re: cygwin 1.7.15: svn disk I/O error

2012-07-10 Thread Achim Gratz
David Rothenberger acm.org> writes: > The tests work for me, but I've never been able to get them to work > without first installing the newly built packages. After some more investigations, this is because the dynamic linker seems to use the libraries installed on the system rather than the ones

Potential BLODA reported for smartctl due to WMI calls

2012-07-10 Thread Christian Franke
If smartctl is run for an USB drive, a potential BLODA is reported: # uname -sr CYGWIN_NT-6.1-WOW64 1.7.15(0.260/5/3) # echo $CYGWIN detect_bloda # /usr/sbin/smartctl -i /dev/sdb smartctl 5.42 2011-10-20 r3458 [i686-pc-cygwin-win7(64)-sp1] (cygwin-5.42-1) ... Potential BLODA detected! Threa

Re: perl-5.14.2 switch

2012-07-10 Thread Yaakov (Cygwin/X)
On Tue, Jul 10, 2012 at 9:31 PM, Reini Urban wrote: > Not that I know of. > Can you please check the perl-5.14.2-2 test version I just uploaded? My patch is still required. Another problem: libwww-perl in perl_vendor requires at least HTTP-Date and HTTP-Message to be added. Yaakov -- Problem r

Re: perl-5.14.2 switch

2012-07-10 Thread Reini Urban
On Tue, Jul 10, 2012 at 9:19 PM, Yaakov (Cygwin/X) wrote: > On Tue, Jul 10, 2012 at 6:51 PM, Reini Urban wrote: >> On Tue, Jul 10, 2012 at 6:10 PM, Yaakov (Cygwin/X) wrote: >>> Found another problem which breaks gtk2-perl modules (which link >>> against each other). The following change needs to b

Re: perl-5.14.2 switch

2012-07-10 Thread Yaakov (Cygwin/X)
On Tue, Jul 10, 2012 at 6:51 PM, Reini Urban wrote: > On Tue, Jul 10, 2012 at 6:10 PM, Yaakov (Cygwin/X) wrote: >> Found another problem which breaks gtk2-perl modules (which link >> against each other). The following change needs to be made in >> ExtUtils::Liblist::Kid::_unix_os2_ext(), line 135:

Re: Inconsistence on file operation when the name already exists with exe extension

2012-07-10 Thread Andrey Repin
Greetings, Aaron Schneider! >>> Probably compiling binaries under cygwin without the exe extension, like >>> unix, is not an alternative, or is it? Cygwin may detect if it is >>> executable checking if it's PE format; if it is perl script. Just check >>> if file is present in path or run. /file

Re: perl-5.14.2 switch

2012-07-10 Thread Reini Urban
On Tue, Jul 10, 2012 at 6:10 PM, Yaakov (Cygwin/X) wrote: > On Tue, Jul 10, 2012 at 5:36 PM, Reini Urban wrote: >> On Tue, Jul 10, 2012 at 3:56 PM, Yaakov (Cygwin/X) wrote: >>> Your rebase pure_install changes in EU::MM_Cygwin do not take DESTDIR >>> into account, breaking cygport. Line 195 of sai

Re: perl-5.14.2 switch

2012-07-10 Thread Yaakov (Cygwin/X)
On Tue, Jul 10, 2012 at 5:36 PM, Reini Urban wrote: > On Tue, Jul 10, 2012 at 3:56 PM, Yaakov (Cygwin/X) wrote: >> Your rebase pure_install changes in EU::MM_Cygwin do not take DESTDIR >> into account, breaking cygport. Line 195 of said module needs to be >> changed to (as one long line): >>[snip]

Re: perl-5.14.2 switch

2012-07-10 Thread Reini Urban
On Tue, Jul 10, 2012 at 3:56 PM, Yaakov (Cygwin/X) wrote: > On Tue, Jul 10, 2012 at 1:01 PM, Reini Urban wrote: >> I'll be switching perl from 5.10 to 5.14 in the next days. > > Your rebase pure_install changes in EU::MM_Cygwin do not take DESTDIR > into account, breaking cygport. Line 195 of said

Re: perl-5.14.2 switch

2012-07-10 Thread Yaakov (Cygwin/X)
On Tue, Jul 10, 2012 at 1:01 PM, Reini Urban wrote: > I'll be switching perl from 5.10 to 5.14 in the next days. Your rebase pure_install changes in EU::MM_Cygwin do not take DESTDIR into account, breaking cygport. Line 195 of said module needs to be changed to (as one long line): $s =~ s|^(pure

Re: Inconsistence on file operation when the name already exists with exe extension

2012-07-10 Thread Earnie Boyd
On Tue, Jul 10, 2012 at 12:54 PM, Aaron Schneider wrote: > I don't see how you can run a PE executable from windows shell (cmd.exe) > directly without the exe extension. I've just tried it in several ways and > always prompts me the "Open with..." dialog instead of directly running it > because tre

perl-5.14.2 switch

2012-07-10 Thread Reini Urban
I'll be switching perl from 5.10 to 5.14 in the next days. These are the packages which need to be switched also: perl-net-libproxy Yaakov S perl-locale-gettext Yaakov S perl-dbd-mysql Yaakov S perl-dbiYaakov S perl-tk

Re: Inconsistence on file operation when the name already exists with exe extension

2012-07-10 Thread Christopher Faylor
On Tue, Jul 10, 2012 at 06:54:06PM +0200, Aaron Schneider wrote: >On 10/07/2012 17:24, Earnie Boyd wrote: >> On Tue, Jul 10, 2012 at 4:34 AM, Aaron Schneider >>> You're right that cygwin shell tries to emulate bash, I just twisted things. >>> >> >> You're still wrong. Cygwin is a POSIX library for

Re: Inconsistence on file operation when the name already exists with exe extension

2012-07-10 Thread Aaron Schneider
On 10/07/2012 17:24, Earnie Boyd wrote: On Tue, Jul 10, 2012 at 4:34 AM, Aaron Schneider You're right that cygwin shell tries to emulate bash, I just twisted things. You're still wrong. Cygwin is a POSIX library for Windows. Bash is a shell capable of being built with that POSIX library for

Re: Differences between C++ 'new' operator and 'malloc()' (NOT a C/C++ question)

2012-07-10 Thread Claude SIMON
NightStrike wrote: > On Thu, Jul 5, 2012 at 9:36 AM, Claude SIMON > wrote: >> Let's consider a Java native component which only calls a 'malloc(1)'. >> It >> doesn't even test the returned value (it is usually not a good idea, but >> it doesn't matter here). >> >> This component : >> - compiled wi

Re: Differences between C++ 'new' operator and 'malloc()' (NOT a C/C++ question)

2012-07-10 Thread Claude SIMON
Ryan Johnson wrote: > On 05/07/2012 9:36 AM, Claude SIMON wrote: >> Ryan Johnson wrote: >>> On 04/07/2012 5:45 AM, Claude SIMON wrote: When I compile the component with Visual C++, it works. When I compile the component with g++... it crashes. With 'gdb', I found that the p

[ANNOUNCEMENT] Updated: mathomatic-16.0.0.-1

2012-07-10 Thread Reini Urban
New major release. See http://mathomatic.orgserve.de/changes.txt Cygwin build changes: * added _CYGPORT_RESTRICT_debuginfo_ * added rlwrap dependency for rmath * added missing libncursesw10 dependency * adapted src.patch a bit * matho m4 needs -i, m4 -e is deprecated * added optional m4/degrees.m4

Re: Inconsistence on file operation when the name already exists with exe extension

2012-07-10 Thread Larry Hall (Cygwin)
On 7/10/2012 11:24 AM, Earnie Boyd wrote: On Tue, Jul 10, 2012 at 4:34 AM, Aaron Schneider wrote: You're right that cygwin shell tries to emulate bash, I just twisted things. You're still wrong. Cygwin is a POSIX library for Windows. Bash is a shell capable of being built with that POSIX li

Re: clisp crashes on startup

2012-07-10 Thread Daniel Colascione
On 7/10/12 1:13 AM, Corinna Vinschen wrote: > On Jul 9 21:59, Daniel Colascione wrote: >> On 7/9/12 2:26 PM, Daniel Colascione wrote: >>> [snip] >> >> It turns out that clisp crashes only when I've rebased DLLs into the >> high portion of the 4GB WOW64 address space. > > Where did you rebase them

Re: Inconsistence on file operation when the name already exists with exe extension

2012-07-10 Thread Earnie Boyd
On Tue, Jul 10, 2012 at 4:34 AM, Aaron Schneider wrote: > You're right that cygwin shell tries to emulate bash, I just twisted things. > You're still wrong. Cygwin is a POSIX library for Windows. Bash is a shell capable of being built with that POSIX library for use on Windows but it isn't an e

Re: [ANNOUNCEMENT] Updated: cygport-0.10.11-1

2012-07-10 Thread Achim Gratz
Yaakov (Cygwin/X users.sourceforge.net> writes: > * Split debuginfo subpackages are created automatically whenever > possible. Thank you. I suggest the following patch to greatly reduce the amount of temporary storage needed: diff -c src_postinst.cygpart.orig src_postinst.cygpart *** src_postin

RE: Inconsistence on file operation when the name already exists with exe extension

2012-07-10 Thread Aaron Schneider
Matt Seitz escribió: >> On Behalf Of Aaron Schneider >> >> I believe that Cygwin tries to emulate cmd.exe > >No, Cygwin does not try to emulate the cmd.exe shell. Cygwin tries to >emulate a shell running on Linux, usually the "bash" shell. > >That's why you have to use "./file.exe" or "./file" t

Re: clisp crashes on startup

2012-07-10 Thread Corinna Vinschen
On Jul 9 21:59, Daniel Colascione wrote: > On 7/9/12 2:26 PM, Daniel Colascione wrote: > > [snip] > > It turns out that clisp crashes only when I've rebased DLLs into the > high portion of the 4GB WOW64 address space. Where did you rebase them to? You know that on WOW64 and with the bigaddr fla