[ITP] Onigurama-5.9.2

2010-09-16 Thread Marco Atzeri
Hi thinking about packaging slrn I decided to start from its dependency Oniguruma - S-lang - slrn Oniguruma is a regular expressions library. The characteristics of this library is that different character encoding for every regular expression object can be specified. (supported APIs: GNU

Re: [ITP] Onigurama-5.9.2

2010-09-16 Thread Corinna Vinschen
On Sep 16 10:08, Marco Atzeri wrote: Hi thinking about packaging slrn I decided to start from its dependency Oniguruma - S-lang - slrn Oniguruma is a regular expressions library. The characteristics of this library is that different character encoding for every regular expression

[ITP] mingw-w64 (32-bit)

2010-09-16 Thread JonY
Hi, I have uploaded the 32bit toolchain, I hope there are no thinkos when adapting the cygport files. mingw64-i686-binutils category: Devel requires: libgcc1 libintl8 zlib0 sdesc: Binutils for MinGW-w64 Win32 toolchain ldesc: Mingw-w64 Cross binutils for Win32 target.

Re: [ITP] Onigurama-5.9.2

2010-09-16 Thread David Sastre
On Thu, Sep 16, 2010 at 10:08:54AM +, Marco Atzeri wrote: Hi thinking about packaging slrn I decided to start from its dependency Oniguruma - S-lang - slrn Just in case it could be useful in any way, I've attached a cygport file for S-Lang. AFAICT, it builds and works OK. The only

Re: [ITP] Onigurama-5.9.2

2010-09-16 Thread Marco Atzeri
--- Gio 16/9/10, David Sastre ha scritto: On Thu, Sep 16, 2010 at 10:08:54AM +, Marco Atzeri wrote: Hi thinking about packaging slrn I decided to start from its dependency Oniguruma - S-lang - slrn Just in case it could be useful in any way, I've attached a cygport file

Cygwin/X server start up fatal error - failed to compile keymap

2010-09-16 Thread Kyle Zhou
Haven't used Cygwin/X for some time. Now when I start it (either with startxwin.exe, XWin.exe, startx etc), I always get a fatal error: A fatal error has occurred and Cygwin/X will now exit. Failed to activate core devices. The /var/log/XWin.0.log contains the following EE messages:

Your account has been temporarily limited

2010-09-16 Thread PayPal
Dear customer, Your account has been temporarily limited . Download and fill out the form to resolve the problem. Thank You. Restore_your_account_PayPal.html Description: application/octetstream -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: Behaviours of Terminal Versus Script when using

2010-09-16 Thread delbydev
Hello Heath Thanks for the heads up - There was no .bashrc - so created one - but it does not appear to execute when creating a new cygwin bash shell (via cmd interface) So I dropped a call to .profile in the script . ~/.profile This resolves the issue - it appears that a script executed

Re: Security Warning: Re: Behaviours of Terminal Versus Script when using

2010-09-16 Thread delbydev
Hello Thomas Noted and already accounted for - was just avoiding confusing the actual issue The way I approach this is as follows Create a directory e.g. .myconns in my home directory with 700 chmod permission In my .profile (or equivalent) export SQLORACLE=${ORACLE_HOME}\\bin\\sqlplus.exe -s

Re: Security Warning: Re: Behaviours of Terminal Versus Script when using

2010-09-16 Thread Thomas Wolff
On 16.09.2010 09:59, delbydev wrote: Hello Thomas Noted and already accounted for ... almost; the security hole has changed to a very tiny one with your new script; however, somebody spying on you and monitoring your login multiple times could still be lucky to catch the parameters of echo.

Re: awk gsub problem

2010-09-16 Thread Corinna Vinschen
On Sep 15 18:30, Lee wrote: I don't know if this is just a problem with the cygwin version of awk, me misunderstanding something or what, but it looks like gsub isn't working correctly in awk: $ sh /tmp/test.awk s= ::0:: should = ::S0:: $ cat /tmp/test.awk awk ' BEGIN { s=Serial0

Re: cmake 2.8.x

2010-09-16 Thread Marco Atzeri
--- Mer 8/9/10, Marco Atzeri ha scritto: --- Mer 8/9/10, Yaakov (Cygwin/X)  ha scritto: Marco Atzeri wrote: any obstacle to move to cmake 2.8.x ? I know that Yaakov has his own version, but it will be simpler to have it in the distro. I'm trying to work with the package

Re: .exe magic reloaded 2

2010-09-16 Thread Andrey Repin
Greetings, Al! You didn't read my reply to the end, but I accept your explanation. Still, that specific point of code is suspicious for my taste of fool-proof'ness. Sure you could reflect about the length of minor versions here. But does that address the original topic? :-) After python

Perplexing endless setup at /etc/postinstall stage: 2 hours and counting

2010-09-16 Thread Fergus
Over the years I've read many accounts of setup stalling / hanging / taking forever / ... at the /etc/postinstall stage. This has never, ever, happened to me, and I've always assumed the underlying cause to be some minor local problem with the poster's platform or implementation. Until today.

Re: Security Warning: Re: Behaviours of Terminal Versus Script when using

2010-09-16 Thread Andy Koppe
On 16 September 2010 08:59, delbydev wrote: The issue is the cmd shell does not handle the inheritance of variables from the shell to a script without making explicit call within the script to bind the variables Can you provide simple instructions that demonstrate the issue without requiring a

Making a tailored Cygwin, something between Base and Full

2010-09-16 Thread Fergus
The best solution to the problem of making a tailored Cygwin installation Base + select handful of packages but stopping short of Full (typically, well short of Full) seems to be Igor Pechtchanski's offered at http://cygwin.com/ml/cygwin/2005-01/msg00528.html but probably with other

Re: Making a tailored Cygwin, something between Base and Full

2010-09-16 Thread Greg Chicares
On 2010-09-16 11:59Z, Fergus wrote: The best solution to the problem of making a tailored Cygwin installation Base + select handful of packages but stopping short of Full (typically, well short of Full) seems to be Igor Pechtchanski's offered at

Cygwin + Python: unable to remap

2010-09-16 Thread Al
Hello, I knew in advance this would be one of the difficult points. I compiled python and ncurses on a prefix. Now I get the following error: 2 [main] python2.6 1180 P:\cygwin\home\prefix\gentoo\usr\bin\python2.6.exe: *** fatal error - unable to remap

Question about cygwin + rsync and file permissions

2010-09-16 Thread Saxon, Will
Hello, I am trying to copy files from a Linux machine to Windows using rsync. I am using rsync 3.0.7 and cygwin 1.7.5. The source files on the linux machine are all owned by root:root with mode 0755. When I copy them with the following command: rsync -clrtv --chmod=ugo=rwX

Re: Cygwin + Python: unable to remap

2010-09-16 Thread Al
To give some additional information: If I run the program several times (without rebasing in between) the addresses always change. I don't see a pattern in it: 2 [main] python2.6 384 P:\cygwin\home\prefix\gentoo\usr\bin\python2.6.exe: *** fatal error - unable to remap

Re: Question about cygwin + rsync and file permissions

2010-09-16 Thread Al
2010/9/16 Saxon, Will will.sa...@sage.com: Hello, I am trying to copy files from a Linux machine to Windows using rsync. I am using rsync 3.0.7 and cygwin 1.7.5. The source files on the linux machine are all owned by root:root with mode 0755. When I copy them with the following command:

Compiling with G++ and segment fault on vector declaration

2010-09-16 Thread John Yoon
Hi there! I have set the links to the files I used below: http://dl.dropbox.com/u/1729951/cards.cpp http://dl.dropbox.com/u/1729951/cards.h http://dl.dropbox.com/u/1729951/hw8.cpp I run this on cygwin: $ g++ cards.h cards.cpp hw8.cpp cards.h:74: internal compiler error: Segmentation fault Please

Re: ssh from linux to cygwin + CUI + Ctrl-C

2010-09-16 Thread Ilia K.
On Wed, Sep 15, 2010 at 4:43 AM, Andrew DeFaria and...@defaria.com wrote: On 09/14/2010 08:39 AM, Ilia K. wrote: Hi, All. I've searched quite a lot for the subj and found no solution yet. I've installed the last cygwin+openssh on Windows XP. I want to connect from linux and run some native

Re: ssh from linux to cygwin + CUI + Ctrl-C

2010-09-16 Thread Christopher Faylor
On Thu, Sep 16, 2010 at 09:05:43PM +0200, Ilia K. wrote: On Wed, Sep 15, 2010 at 4:43 AM, Andrew DeFaria and...@defaria.com wrote: On 09/14/2010 08:39 AM, Ilia K. wrote: Hi, All. I've searched quite a lot for the subj and found no solution yet. I've installed the last cygwin+openssh on

Re: Cygwin + Python: unable to remap

2010-09-16 Thread Reini Urban
Al schrieb: To give some additional information: If I run the program several times (without rebasing in between) the addresses always change. I don't see a pattern in it: 2 [main] python2.6 3592 P:\cygwin\home\prefix\gentoo\usr\bin\python2.6.exe: *** fatal error - unable to remap

Re: Cygwin + Python: unable to remap

2010-09-16 Thread Al
Did rebaseall really succeed successfully? I turned off Avira. Rebaseall was successfull (no warnings or else). Did also reboot. Looks like one dll is at a wrong baseaddress. I often had /bin/cygz.dll wrong. Everything below 0x6000 should be suspicious:  ldd /bin/python.exe

Re: Cygwin + Python: unable to remap

2010-09-16 Thread Al
Cygwin Python binary is working. Something must be wrong with my own cygwin build I guess. correct: ... with my own Python build ... -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html

Re: Cygwin + Python: unable to remap

2010-09-16 Thread Al
To compare both: Everything below 0x6000 should be suspicious:  ldd /bin/python.exe pre...@alder ~ $ ldd ~/gentoo/usr/bin/python2.6.exe        ntdll.dll = /cygdrive/c/Windows/system32/ntdll.dll (0x7796)        kernel32.dll = /cygdrive/c/Windows/system32/kernel32.dll (0x7788)    

R: Compiling with G++ and segment fault on vector declaration

2010-09-16 Thread Marco Atzeri
--- Gio 16/9/10, John Yoon ha scritto: Hi there! I have set the links to the files I used below: http://dl.dropbox.com/u/1729951/cards.cpp http://dl.dropbox.com/u/1729951/cards.h http://dl.dropbox.com/u/1729951/hw8.cpp I run this on cygwin: $ g++ cards.h cards.cpp hw8.cpp cards.h:74:

Re: Cygwin + Python: unable to remap

2010-09-16 Thread Al
2010/9/16 Mark Geisert m...@maxrnd.com:  ldd /bin/bash prefix at Alder ~ $ ldd ~/gentoo/bin/bash.exe        ntdll.dll = /cygdrive/c/Windows/system32/ntdll.dll (0x7796)        kernel32.dll = /cygdrive/c/Windows/system32/kernel32.dll (0x7788)        cygncurses5.dll =

Re: Compiling with G++ and segment fault on vector declaration

2010-09-16 Thread John Yoon
Thanks Marco. It worked! I don't know how you got g++ version 4.3.4 Because the only version I see available is 3.4.4 I would like to understand the cause of this. Does gcc work differently in cygwin? How come I don't need to specify the header file? Thank you John On Thu, Sep 16, 2010 at

Re: Compiling with G++ and segment fault on vector declaration

2010-09-16 Thread Marco Atzeri
--- Gio 16/9/10, John Yoon ha scritto: Thanks Marco. It worked! I don't know how you got g++ version 4.3.4 Because the only version I see available is 3.4.4 I would like to understand the cause of this. Does gcc work differently in cygwin? How come I don't need to specify the

distro apache2 will not start

2010-09-16 Thread Paul McFerrin
Hello: I'm trying to upgrade my apache from version 1.3.22 to version Server version: Apache/2.2.6 (Unix) that I just downloaded using setup.exe. At present, it can not kill of the children nor start them without getting the error Bad system call. I've yet to get anywhere. Version 2 is

[ANNOUNCEMENT] Updated: git-1.7.2.3-1, git{k,-gui,-completion,-svn}-1.7.2.3-1

2010-09-16 Thread Eric Blake
A new release of git, 1.7.2.3-1, has been uploaded, and will be available for use when your mirror catches up. This leaves 1.7.1-1 as previous. NEWS: = This is a new upstream release, with upstream release notes attached. See also the package documentation in /usr/share/doc/git/. When

More on that stackdump issue

2010-09-16 Thread SJ Wright
1. Lost red bold text - the escape code for red bold returns white bold; curiously, the code for yellow plain and yellow underline or any yellow against a background other than black, return as red. 2. Any missed command or command or script not found throws a line Aborted and then a standard

Re: distro apache2 will not start

2010-09-16 Thread Paul McFerrin
Sorry for double posting, went to wrong mailing list!! - Hello: I guess I should have attached my httpd.conf file since I had to make changes in my configuration to avoid more changes.. For the record, both access_log and error_log were empty.

Re: Cygwin + Python: unable to remap

2010-09-16 Thread Mark Geisert
Al writes: 2010/9/16 Mark Geisert at XX.XXX: Please don't feed the spammers.    cygncurses5.dll = /home/prefix/gentoo/usr/bin/cygncurses5.dll (0x1000) This one is below the sixty million value that Reini described as suspicious. Now what do I make of that. Do I tell

Re: ssh from linux to cygwin + CUI + Ctrl-C

2010-09-16 Thread Andrew DeFaria
On 09/16/2010 12:05 PM, Ilia K. wrote: Have you tried to ssh to cygwin, then run cmd.exe (to get a dos prompt) and then press Ctrl-C? Good lord man! Why would I want to do that?!? In my case this terminates cmd.exe and returns to bash, but this behavior is wrong (try to press Ctrl-C in

Updated: git-1.7.2.3-1, git{k,-gui,-completion,-svn}-1.7.2.3-1

2010-09-16 Thread Eric Blake
A new release of git, 1.7.2.3-1, has been uploaded, and will be available for use when your mirror catches up. This leaves 1.7.1-1 as previous. NEWS: = This is a new upstream release, with upstream release notes attached. See also the package documentation in /usr/share/doc/git/. When