Re: Bash / cygwin process spawning (?) performance very slow

2015-09-24 Thread Cliff Hones
On 24/09/2015 18:24, lit...@null.net wrote: >> On 24/09/2015 11:57, lit...@null.net wrote: >>> Obviously something is. The FAQ entry does not mention performance, but >>> real failures. >>> How to further diagnose this? > > I took the plunge and spent almost a full day trying to find the cause. >

Re: cp -rup fails if a file/directory exists

2015-09-06 Thread Cliff Hones
On 06/09/2015 22:16, Arthur Schwarz wrote: > cp -rup dir /h/ works for version 8.23-4 but for version 8.24-1 it produces > an error " cannot create directory '/h/dir': File exists", where 'dir' is a > directory and '/h/' is a flash drive. > > Is there something I can do to force a save? I do not w

Re: sed anomaly in bash script

2014-11-14 Thread Cliff Hones
On 14/11/2014 17:20, cyg Simple wrote: > $ TEST=`echo 'c:\windows' | sed -e s.\\..g` > $ echo $TEST > c:\\windows > > > TEST=`echo 'c:\windows' | sed -e s.\\\.\.g' > echo $TEST > > > $ bash -x sed.sh > ++ echo 'c:\windows' > ++ sed -e 's.\.\g' > sed -e expression #1, char 7: unterminate

Re: Too many mailing lists

2014-06-23 Thread Cliff Hones
I for one am finding this discussion rather boring and would prefer it be moved elsewhere. I can't see any changes happening - only one vote in favour apart from the OP, and that's someone who's views, as a result of his earlier behaviour, are likely to receive less weight than he'd like. I'm

Re: Missing strings.exe in binutils

2014-06-01 Thread Cliff Hones
On 02/06/2014 00:01, Jeff Hubbs wrote: > I have a script within a very complex software package that uses the "strings" > command. Everything I Googled/read suggests that strings.exe comes from the > binutils package. The problem is that neither of the available versions of > binutils > seem to

Re: Bash silently truncates the Command Line when called programatically via CreateProcess as MAXPATHLEN was reduced to 8192 from 16384

2014-05-31 Thread Cliff Hones
On 31/05/2014 14:28, Abhijit Bhattacharjee wrote: > ... > Qs/Stmt: Possibly setting the CYGWIN environment variable to "noglob" > might cause things to work as desired. > Ans: I am yet to test this, but I trust your answer. I am yet to > figure out as to how I can set the environment variables CYGW

Re: $PATH contains dot but unclear where it comes from

2014-02-19 Thread Cliff Hones
On 19/02/2014 19:32, Larry Hall (Cygwin) wrote: > On 2/19/2014 2:10 PM, Andrey Repin wrote: >> Greetings, Larry Hall (Cygwin)! >> >>> From the Windows "Run..." or "Search programs and files" edit box, >>> type "cmd.exe". From the console window that opens as a result, type >>> the following. >>

Re: Reduce noise in dependency declaration during uninstall in setup.exe

2014-01-23 Thread Cliff Hones
On 23/01/2014 14:36, Warren Young wrote: > On 1/22/2014 18:13, Christopher Faylor wrote: >> If you were actually volunteering to do something then it wasn't made >> clear by your long email or in your lack of response to Larry's SHTDI. > > I'm not going to volunteer until I have some concept of th

Re: [ANNOUNCEMENT] Updated: http://cygwin.com/setup*.exe

2013-07-23 Thread Cliff Hones
On 22/07/2013 16:23, Christopher Faylor wrote: > We have updated the setup.exe executables on cygwin.com in preparation > for the upcoming release of Cygwin 1.7.22. > ... I hit a couple of problems using the new 32-bit setup yesterday - during which it managed to break my installation. System is

Problem with _WIN32 preprocessor symbol and libusb

2013-03-22 Thread Cliff Hones
The libusb package uses the presence of _WIN32 to determine which calling convention to use for the library externals - if _WIN32 is defined it uses WINAPI. [See /usr/include/libusb-1.0/libusb.h.] There is of course the question of whether it is/was sensible to use WINAPI when the package is comp

Re: Problem during C source code compilation

2012-09-06 Thread Cliff Hones
On 06/09/2012 13:40, Fausto Arinos Barbuto wrote: > Christopher Faylor writes: > >> >> On Wed, Sep 05, 2012 at 07:49:57PM +, Fausto Arinos Barbuto wrote: >>> Hello, >>> >>> I'm trying to compile a simple C source code but I'm getting the >>> following error(s): >>> >>> $ gcc -o struct struct.c

Re: False BLODA warning concerning cygusb?

2012-08-17 Thread Cliff Hones
On 17/08/2012 10:39, Corinna Vinschen wrote: > I have no problems with occassional false postives. The detect_bloda > option is meant for diagnostic purposes only. It's not meant to used > all the time. It slows down *every* thread start up! Thanks. I was only reporting it as I thought I reme

False BLODA warning concerning cygusb?

2012-08-16 Thread Cliff Hones
I am seeing the following when invoking a utility which uses libusb to drive a USB JTAG interface dongle: Potential BLODA detected! Thread function called outside of Cygwin DLL: C:\cygwin1.7\bin\cygusb-1.0.dll I've had CYGWIN=detect_bloda set for some time (months), and the utility (develo

Re: Side-by-side configuration is incorrect reported as permission denied

2012-08-13 Thread Cliff Hones
On 13/08/2012 13:51, Earnie Boyd wrote: > On Mon, Aug 13, 2012 at 4:24 AM, Herbert Stocker wrote: >> Hi, >> >> Imho, EACCESS is indeed a bit misleading because it suggests permission >> problems. Better would be to have an EFAIL as a generic error. Actually i >> was missing an EFAIL several times w

Re: Side-by-side configuration is incorrect reported as permission denied

2012-08-11 Thread Cliff Hones
On 11/08/2012 20:22, Christopher Faylor wrote: > On Sat, Aug 11, 2012 at 10:32:13AM -0700, Andrew DeFaria wrote: >> On 08/10/2012 07:32 PM, Larry Hall (Cygwin) wrote: >>> On 8/10/2012 7:31 PM, Andrew DeFaria wrote: I use Cygwin a lot. And I kick off Windows processes a lot. Recently I've

Re: AW: line.exe is missing

2012-07-22 Thread Cliff Hones
On 22/07/2012 14:33, Paul Maier wrote: > I found out, that line.exe is in the package util-linux-2.17.2-1. > (http://cygwin.com/packages/util-linux/util-linux-2.17.2-1) > > But I automatically got the newer version util-linux-2.21-1 from the mirror, > where line.exe is _not_ included: > http://cy

Re: length in gawk returns wrong value

2012-07-19 Thread Cliff Hones
On 19/07/2012 17:53, Aaron Schneider wrote: > I can't find such csh or cshell on my system, I've searched from packages and > I only see scsh, slsh, posh, mosh, tcsh, zsh, mksh that I don't have > installed in my system any of them, unless csh comes with the system. How do > I run the csh? tcs

Re: length in gawk returns wrong value

2012-07-19 Thread Cliff Hones
On 19/07/2012 17:16, Aaron Schneider wrote: > Looking at /etc/profile.d/lang.csh > if ( $?LC_ALL == 0 && $?LC_CTYPE == 0 && $?LANG == 0 ) setenv LANG > `/usr/bin/locale -uU` > > I wonder why in my system the setenv command does not exist: > $ setenv > -bash: setenv: command not found > > an

Re: 1.7.15: periodically losing network interfaces under Win7 x64

2012-07-04 Thread Cliff Hones
On 04/07/2012 22:30, Ed wrote: > Under normal circumstances, I have 9 network interfaces (between VPN, > wireless, etc). These show up when I first start a bash shell with > "ipconfig /all". However, periodically cygwin seems to be losing > access to all network interfaces. When this happens, I

Re: 64-bit Cygwin packages (was RE: Is the Latest Release of Cygwin supported on Windows Server 8/2012)

2012-05-22 Thread Cliff Hones
On 22/05/2012 20:06, Matt Seitz (matseitz) wrote: >> From: Cygwin-L On Behalf Of Warren Young >> I would say that the vast majority of the packages in the Cygwin >> distribution could not reasonably make use of 64-bit data spaces. >> >> However, one of your arguments in this thread cuts both ways:

Re: date command shows time 20 minutes into future

2012-01-27 Thread Cliff Hones
On 27/01/2012 12:48, Corinna Vinschen wrote: > On Jan 27 10:50, David Balažic wrote: >> Hi! >> >> I'm running an up to date version of cygwin (update a week ago or so) >> on Windows XP Pro SP3. >> >> Today I noticed the date command prints the wrong time: >> - actual wall clock time: 10:47 >> - d

Re: 1.7.9: static const std::string initialization lost in child process when using fork, dlopen

2011-08-21 Thread Cliff Hones
On 21/08/2011 17:50, Christopher Faylor wrote: > On Sun, Aug 21, 2011 at 01:48:21PM +0200, wh...@web.de wrote: >> Hello, >> ?? >> it seems that a child process does not see the initialization of a >> static const std::string variable if it is defined in a dll. Instead this >> corrupt variable >> l

Re: cygwin 1.7: why there is a directory E/cygwin/dev in the tree of cygwin ?

2010-08-13 Thread Cliff Hones
Eric Blake wrote: > [reviving an old thread, relevant to today's current bash postinstall > failures] > ... > I'm building a new bash package now that should fix all this mess, by > using the same means as 000-cygwin-post-install.sh to populate necessary > entries into /dev. Splendid! Just for t

Re: Problem with select() on console

2010-07-15 Thread Cliff Hones
Cliff Hones wrote: > I must look at the console source... And now I have, and I see that fhandler_console does its own line editing, so is perfectly aware of the input line state. So blocking as soon as any key is typed seems a shortcoming of cygwin, not windows? I see there may be a difficu

Re: Problem with select() on console

2010-07-15 Thread Cliff Hones
Christopher Faylor wrote: > On Thu, Jul 15, 2010 at 01:44:19AM +0100, Cliff Hones wrote: >> When select() is used to test for input availability on the standard >> cygwin console in normal (cooked) mode, it indicates input is available >> as soon as any key is pressed. Howe

Problem with select() on console

2010-07-14 Thread Cliff Hones
When select() is used to test for input availability on the standard cygwin console in normal (cooked) mode, it indicates input is available as soon as any key is pressed. However, a call to read(0,...) will (correctly) block until a terminating RETURN is entered. select() should only indicate in

Re: new mirror

2010-05-20 Thread Cliff Hones
Christopher Faylor wrote: >> I think it means you should email sourcemaster... > > ARGH. Please don't use raw email addresses in your messages. So far > sourcemaster has remained relatively spam-free. I'd like to keep it > that way. Oops - how silly of me - very sorry. So easy to overlook th

Re: new mirror

2010-05-20 Thread Cliff Hones
James Miller wrote: > We have raised a new mirror available at > http://cygwin.parentinginformed.com/ and physically located in Canada. > The contact point for this mirror is me, James Miller at > jmil...@parentinginformed.com. > > I am not sure whether it should got to this list or not - it is f

Re: timezone setting ?

2010-05-18 Thread Cliff Hones
Nellis, Kenneth wrote: > You can set the time zone by setting environment variable > TZ to a file path relative to /usr/share/zoneinfo, e.g., > > export TZ=America/New_York > > I'm less clear on how it determines the time zone > when TZ is not set. My guess is that TZ=posixrules > is the default

Re: cygwin 1.7: why there is a directory E/cygwin/dev in the tree of cygwin ?

2010-03-17 Thread Cliff Hones
Eric Blake wrote: > On 03/17/2010 02:19 AM, rolandc wrote: >> I do not understand why the postinstall script bash.sh is so complex >> >> DEVDIR="$(cygpath -au "C:/$(cygpath -am /dev/)" | sed >> 's|/c/\(.\):/|/\1/|')" >> mkdir -p "$DEVDIR" || result=1 >> >> it would be simple (too simple?)

Re: cygwin 1.7: why there is a directory E/cygwin/dev in the tree of cygwin ?

2010-03-16 Thread Cliff Hones
Andy Koppe wrote: > Christopher Faylor: >> rolandc: >>> I have installed cygwin 1.7 in e:\cygwin1.7 >>> After installation, there is a "strange" directory : >>> /E/cygwin1.7/dev/ (posix path) >>> E:\cygwin1.7\E\cygwin1.7\dev (win32 path) >>> >>> What is the role of this directory? >> It is "/dev"

Re: Missing documentation on bash

2010-01-10 Thread Cliff Hones
Paul McFerrin wrote: > I can't seemed to find any man pages for bash or other documentation. > I'm having terriable problems is getting my .bat/.sh script working and > I'm thinking changing shells. I normally use the same routine for all > .bat scripts. It's not difficult to find bash document

Re: Problem Updating using cygwin.exe

2010-01-06 Thread Cliff Hones
Mitch wrote: > > This note reports my problem in updating cygwin January 5, 2010. I > chose to update cygwin because of problems > with spawning Xterm windows from a remote login to our main > computer. I can run some CAD sW ( Cadence ) and not others "nedit" > remotely. Window appears

Re: Need more instructions in setup.exe

2010-01-05 Thread Cliff Hones
Paul McFerrin wrote: > How does one get to the "util-linux" package. I can't find that > category using the standard setup.exe? I keep seeing this category in > setup.ini but know where else. Paul, Simplest way is to click the "View" button on the package page - you will then see all the pac

Re: UTF-8 in Cygwin console on 1.7

2009-12-08 Thread Cliff Hones
Andy Koppe wrote: > > 2009/12/8 Cliff Hones: >> >> .. >> >> I have just checked Cygwin 1.5 and this aslo mishandles NUL, so I guess >> >> it is a long-standing problem (or Microsoft oddity, or workaround for >> >> something else...). >

Re: UTF-8 in Cygwin console on 1.7

2009-12-08 Thread Cliff Hones
Andy Koppe wrote: > 2009/12/8 Cliff Hones: >> Is UTF-8 character output fully supported in the standard Cygwin >> console ($TERM=cygwin) under Cygwin 1.7? > > Yes (except it's limited to the Basic Multilingual Plane). You need to > select a Unicode-capable font in

Re: Odd directory created when installing 1.7

2009-07-28 Thread Cliff Hones
Corinna Vinschen wrote: > On Jul 28 14:43, Cliff Hones wrote: >> Cliff Hones wrote: >>> .. One further possibly useful piece >>> of informaion - the create timestamps on the odd directories are all the >>> same, and 14 seconds later than the timestamp

Re: Odd directory created when installing 1.7

2009-07-28 Thread Cliff Hones
Cliff Hones wrote: > .. One further possibly useful piece > of informaion - the create timestamps on the odd directories are all the > same, and 14 seconds later than the timestamp on the correct "dev" directory. Looking at the install log, I see this timestamp matches t

Odd directory created when installing 1.7

2009-07-27 Thread Cliff Hones
I installed 1.7 today for the first time, having deliberately waited until near the end of beta testing out of cowardice (no; actually because my use of Cygwin isn't that great at the moment, is not particularly unusual, and unfortunately I've not had the time I'd like to devote to tracking down bl

Re: [OT] RE: liblrdf

2008-10-08 Thread Cliff Hones
Dave Korn wrote: John Emmas wrote on 08 October 2008 15:06: - Original Message - From: "Dave Korn" John Emmas wrote on 08 October 2008 13:37: Dave, you must be psychic. I knew you were going to say that. LOL - sadly, my elation proved to be short-lived. What was actually in c

Re: Attack against Cygwin?

2007-08-16 Thread Cliff Hones
Martha Adams wrote: > Hi, I'm a Cygwin user for some time past; and I check > my machine frequently using Grisoft AVG Free. On Aug 10 my AVG found > something called Obfustat.GCD > (not Obfustated.GCD) which it said had infested > several files with particular focus on Cygwin. I have > Googled on

Re: Attack against Cygwin?

2007-08-16 Thread Cliff Hones
Martha Adams wrote: > Hi, I'm a Cygwin user for some time past; and I check > my machine frequently using Grisoft AVG Free. On Aug 10 my AVG found > something called Obfustat.GCD > (not Obfustated.GCD) which it said had infested > several files with particular focus on Cygwin. I have > Googled on

Re: print from xfig

2006-12-14 Thread Cliff Hones
Cliff Hones wrote: > Steven Woody wrote: >> On 12/14/06, Davies, Roger <> wrote: >>> -Original Message- >>> From: ** [mailto:**] On Behalf >>> Of Bengt-Arne Fjellner >>> Sent: Thursday, December 14, 2006 2:33 AM >>

Re: print from xfig

2006-12-14 Thread Cliff Hones
Steven Woody wrote: > On 12/14/06, Davies, Roger <[EMAIL PROTECTED]> wrote: >> >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf >> Of Bengt-Arne Fjellner >> Sent: Thursday, December 14, 2006 2:33 AM >> To: cygwin@cygwin.com >> Subject: Re: print from xfig

Re: How do I install files "dc.exe" and "file.exe" needed for GODI (Ocaml compiler) installation

2006-05-28 Thread Cliff Hones
Dan wrote: > I have already installed cygwin on my windowsxp machine. I am lacking the > files "dc.exe", > "file.exe" and others which are supposed to reside in /bin if you are trying > to install > GODI (used for Ocaml compiler). I would like to install these .exe files and > have > (unsucces

Re: rsync over ssh hang issue understood

2006-04-26 Thread Cliff Hones
Dave Korn wrote: > On 26 April 2006 17:01, Corinna Vinschen wrote: > > >>On Apr 26 11:51, Peter Keitler wrote: >> >>>For the script to run, a sshd has to started on the local machine and >>>the user name has to be adapted within the script. Could some of you >>>please run the script twice (the er

Re: can't install rpm

2006-01-28 Thread Cliff Hones
René Berber wrote: > Cliff Hones wrote: > [snip] >>> Why don't you install the Cygwin specific package? (i.e. >>> tinyos-cygwin-1.1.zip) > ---^ > This is the TinyOS distribution

Re: can't install rpm

2006-01-28 Thread Cliff Hones
René Berber wrote: > Tasica Mabaya wrote: > >> I have an quastion regarding RPM instalation. I'm trying to install >> tinyos on cygwin, and after downloading the neccesary packets I got a >> message: >> bash: rpm: command not found >> >> I I wanted to install rpm, and I found it on >> http://sourc

Re: Need information about data and bss segment address access in cygwin

2006-01-24 Thread Cliff Hones
[Note TOP posting is not the preferred way on this group. I can't be bothered to reformat it all - so look back on the thread for the full context.] Sudhahar wrote: >>Thanks Cliff/Dave. I could not find the code where the dll data/bss >>segments address are updated in cygwin. But in the fork cod

Re: clean_setup.pl website disappeared ? does anyine have the latest and greates clean_setup.pl version?

2006-01-21 Thread Cliff Hones
Cliff Hones wrote: > For some reason I've never quite understood, cygwin-apps is subscriber-only. > If anyone subscribed to cygwin-apps would like to put it in the repository, > I will be happy to send a copy. However, I have no contact with the original > author > (Michael

Re: clean_setup.pl website disappeared ? does anyine have the latest and greates clean_setup.pl version?

2006-01-21 Thread Cliff Hones
Igor Peshansky wrote: > On Sat, 21 Jan 2006, Cliff Hones wrote: > >> Urs Rau wrote: >>> So, if anybody does have version 1.0700 (or newer) please let me know. >> I have a copy, which I shall mail you. >> >> Is there any interest in putting this somewhere mo

Re: clean_setup.pl website disappeared ? does anyine have the latest and greates clean_setup.pl version?

2006-01-21 Thread Cliff Hones
Urs Rau wrote: > So, if anybody does have version 1.0700 (or newer) please let me know. I have a copy, which I shall mail you. Is there any interest in putting this somewhere more permanent? -- Cliff -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http:

Re: Need information about data and bss segment address access in cygwin

2006-01-20 Thread Cliff Hones
Sudhahar wrote: > Thanks Dave your reply answered the question where they declared. But > how does these variables get the segment address of data and bss for a > running process to make a copy to the child process? This is the > questions which is a puzzle to me. The linker places these variables

Re: Building Cygwin from CVS

2006-01-20 Thread Cliff Hones
Christopher Faylor wrote: > On Thu, Jan 19, 2006 at 08:53:26PM -0800, Joshua Daniel Franklin wrote: > >>> . The FAQ info describing how to run the tests is wrong. It worked for >>>me when I ran "make check" in the i686-pc-cygwin/winsup subdirectory of >>>my build directory. >> >>OK, I'll

Re: lseek + read = ENOENT

2006-01-20 Thread Cliff Hones
Eric Blake wrote: >> [I wrote] >>This seems to be a bug in gcc. The off_t argument to lseek is a 64-bit >>type, but instead of being sign-extended to 64 bits, the value passed >>(-sizeof(data)) passed is only extended to 32-bits, so is actually >>+4294967292. [This is OT for Cygwin, and probabl

Re: lseek + read = ENOENT

2006-01-19 Thread Cliff Hones
Sam Steingold wrote: > I cannot read the last 4-byte word in a file using lseek + read: > > /* file "foo" exists and is large enough - say, 4 MB */ > int fd = open("foo",O_RDONLY|O_BINARY); > uint32 data; > /* this succeeds and correctly returns the size of file "foo" minus 4 */ > lseek(fd,-

Re: Oddities with cygcheck

2006-01-19 Thread Cliff Hones
Dave Korn wrote: > Cliff Hones wrote: > >>Looking through the cygcheck output I attached to an earler message >> >>http://cygwin.com/ml/cygwin/2006-01/msg00799.html >> >>I noticed strange output concerning kill.exe: >> >> Found: C:\W

Oddities with cygcheck

2006-01-19 Thread Cliff Hones
Looking through the cygcheck output I attached to an earler message http://cygwin.com/ml/cygwin/2006-01/msg00799.html I noticed strange output concerning kill.exe: Found: C:\WINNT\kill.exe Found: C:\cygwin\bin\kill.exe Warning: C:\WINNT\kill.exe hides C:\cygwin\bin\kill.exe Now, I

Re: Building Cygwin from CVS

2006-01-18 Thread Cliff Hones
Brian Dessent wrote: > Cliff Hones wrote: > >> . It would be useful to mention in the FAQ which packages need to be >> installed >>to perform the build. I expect everyone will realise make, gcc, binutils >> etc. >>are required, but I found I nee

Re: Building Cygwin from CVS

2006-01-18 Thread Cliff Hones
Dave Korn wrote: > Cliff Hones wrote: > >> . When I ran the tests, I got five unexpected failures (devdsp, >>msgtest, pthread-cancel1, semtest and shmtest). Is this to >>be expected :-). > > Is the smiley there to indicate that you already understand per

Building Cygwin from CVS

2006-01-18 Thread Cliff Hones
It's rather a long time since I tried building my own cygwin from CVS. With the new release out, I thought I'd give it a try, as I imagine HEAD is very close to 1.5.19-2. I followed the instructions in the FAQ: http://cygwin.com/faq/faq.programming.html#faq.programming.building-cygwin A few

Re: Intermittent cygwin heap allocation problem

2006-01-18 Thread Cliff Hones
Christopher Faylor wrote: > ... > One scenario that I have seen is that a thread gets started when someone > hits CTRL-C while a forked process is starting up. Since only one > thread can execute at a time when a process is in DLL initialization, > the "other" thread's stack gets allocated but it

Re: Intermittent cygwin heap allocation problem

2006-01-18 Thread Cliff Hones
Christopher Faylor wrote: > On Wed, Jan 18, 2006 at 03:16:27PM -, Dave Korn wrote: > >>Cliff Hones wrote: >> >>>[main] ? (2604) C:\cygwin\bin\bash.exe: *** fatal error - couldn't allocate >>>heap, Win32 error 487, base 0x48, top 0x4A,

Re: Intermittent cygwin heap allocation problem

2006-01-18 Thread Cliff Hones
Dave Korn wrote: > Cliff Hones wrote: >>The parent (the bash >>shell) has been running (and idle) a long time, but the new child which >>is being forked is presumably a new windows process. The error relates to >>the virtual mapping in the new process, so Windows appe

Re: Intermittent cygwin heap allocation problem

2006-01-18 Thread Cliff Hones
Dave Korn wrote: > Cliff Hones wrote: >> 6 [main] ? (2604) C:\cygwin\bin\bash.exe: *** fatal error - >> couldn't allocate heap, Win32 error 487, base 0x48, top >>0x4A, reserve_size 126976, allocsize 131072, page_const 4096 98 >>[main] b

Intermittent cygwin heap allocation problem

2006-01-18 Thread Cliff Hones
I occasionally see the following heap allocation problem. This typically happens when a bash window has been left idle at its prompt for several hours (eg overnight), and occurs on the first command causing an executable to be run. It is independent of the command (as far as I can tell - it ha

Re: Setup.exe parse error while reading .ini file setup.bz2

2006-01-04 Thread Cliff Hones
Frank Adrian wrote: > Seems to be fixed now. Thanks whomever... > > faa > > -Original Message- > From: Frank Adrian > Sent: Wednesday, January 04, 2006 4:17 PM > To: 'cygwin@cygwin.com' > Subject: Setup.exe parse error while reading .ini file setup.bz2 > > I am running on a WXP Pro sys

Re: test -e cannot distinguish between foo and foo.exe

2005-12-19 Thread Cliff Hones
Volker Quetschke wrote: > I noticed the following behaviour: (found by my favorite testcase ;) ) > > $ rm -rf foo* ; touch foo.exe > > $ test -e foo && echo found foo > found foo > > $ test -e foo.exe && echo found foo.exe > found foo.exe > > Hmm, how can I test if foo exists without also looki

Re: Timezone names

2005-08-07 Thread Cliff Hones
Joshua Daniel Franklin wrote: > On 8/4/05, Cliff Hones wrote: > >>I was curious as to why, under Cygwin, the default UK timezone >>names (eg as displayed by "date") are different from the standard >>names. [Standard UK names are GMT and BST, while Cygwin disp

Timezone names

2005-08-04 Thread Cliff Hones
I was curious as to why, under Cygwin, the default UK timezone names (eg as displayed by "date") are different from the standard names. [Standard UK names are GMT and BST, while Cygwin displays GMTST and GMTDT.] So I did some source digging. Forgive me if the following info is already readily av

Re: What's in it for Redhat?

2005-07-26 Thread Cliff Hones
fergus wrote: >>... I had to spend a lot of time sharpening my hair. > > What does this mean? (Sorry for asking, I'm English.) A reference to Dilbert's pointy-haired manager, I imagine. -- Cliff -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cy

Re: Is the Cygwin installation process likely to change significantly anytime soon?

2005-07-26 Thread Cliff Hones
Igor Pechtchanski wrote: > On Tue, 26 Jul 2005, Cliff Hones wrote: > > >>Doesn't help you tell which version of setup.exe you have, though. >>[snip] >>The Cygwin home page prominently displays the latest Cygwin DLL version. >>Could it not also display the la

Re: gcc-core and g++ source

2005-07-26 Thread Cliff Hones
James McLaughlin wrote: > I've been wondering about why functions such as strcpy > return char*, instead of being void, so I thought I'd > look at the source for this function and see if there > were any informative comments. However, while I've got > the g++ and gcc-core source, I can't find the s

Re: Is the Cygwin installation process likely to change significantly anytime soon?

2005-07-26 Thread Cliff Hones
Dave Korn wrote: > Original Message > >>From: Herb Martin >>Sent: 26 July 2005 05:29 > > - Name of setup utility: setup.exe >>> >>>I doubt this will change. [ ... ] I'd >>>say the name 'setup.exe' is here to stay. >> >>There are much better choices however -- many people will >>st

Re: Cannot write files if they are hidden

2005-07-22 Thread Cliff Hones
Dave Korn wrote: > Original Message > >>From: Cliff Hones >>Sent: 22 July 2005 17:27 > > >>Dave Korn wrote: >> >>>Original Message >>> >>> >>>>From: Thrall, Bryan >>>>Se

Re: Cannot write files if they are hidden

2005-07-22 Thread Cliff Hones
Dave Korn wrote: > Original Message > >>From: Thrall, Bryan >>Sent: 22 July 2005 17:01 > > >>Dave Korn wrote: >> >>>Original Message >>> From: Thrall, Bryan Sent: 22 July 2005 16:26 >>> Is there any reason why a file should *not* be written to if it has the Hidden

Re: Bash/strtoimax error on setup

2005-07-18 Thread Cliff Hones
Eric Blake wrote: > ... > As to the setup UI issue, when you have the package chooser window, > select the Keep radio button, then select just cygwin for the update, > and it will leave everything else at the current version even if there > are newer versions available. There is a problem in setup

Re: mirror site

2005-07-12 Thread Cliff Hones
Christopher Faylor wrote: > On Tue, Jul 12, 2005 at 10:18:07AM -0400, Igor Pechtchanski wrote: > >>>I'm preparing a letter to the mayor now. >> >>Well, you know what they'll say -- WJM, PTC. > > Well, they keep taking down my hand-written signs that say "Dunkin Donuts" > around corner so I don't

Re: egrep disappeared?

2005-07-12 Thread Cliff Hones
zzapper wrote: > On Tue, 12 Jul 2005 14:17:02 +0100, wrote: > > > >>>Funny thing "which" finds egrep in /usr/bin /bin etc >>>they are also in my path. >>> >>>bash: /usr/bin/egrep: /bin/sh: bad interpreter: No such file or directory >> >>Well, there's your answer - it's /bin/sh which you have mi

Re: egrep disappeared?

2005-07-12 Thread Cliff Hones
zzapper wrote: > On Tue, 12 Jul 2005 04:53:43 -0700, wrote: > > >>zzapper wrote: >> >> >>>Since last downloads (basefiles?) egrep has disappeared. >>>egrep is just an alias or link to grep.exe of course. >>> >>>I have added my own alias as a work around. >> >>Looks fine to me:

Re: How to make DLLs in cygwin for MSVC and BCB

2005-06-23 Thread Cliff Hones
Max Kaehn wrote: > On Thu, 2005-06-23 at 18:18 +0100, Dave Korn wrote: >> Sorry, but why isn't that 4k at the *TOP* of the stack? It sure looks >>that way to me, unless cygwin stacks grow upward! > > You're mixing the metaphors. :-) The top of a stack is where you push > something down onto the

Re: Compiling memtest from sources on cygwin

2005-06-19 Thread Cliff Hones
[EMAIL PROTECTED] wrote: > I try to make memtest86 from sources on cygwin and have the following > error: > > $ make > as -32 -o head.o head.s > head.s: Assembler messages: > head.s:623: Error: unknown pseudo-op: `.previous' > head.s:694: Error: can't handle non absolute segment in `ljmp' > head.

Re: launch windows program from shell according to its extension

2005-06-08 Thread Cliff Hones
Peter Mutsaers wrote: > Hello, > > I have largely replaced usage of windows explorer with a cygwin shell. One > thing > is cumbersome however: when I encounter, say, a .doc file in a directory, it > would be nice that I could "launch" this file with the program associated > under > windows. > >

Re: base-files patch (atn: Eric Blake)

2005-05-08 Thread Cliff Hones
John Morrison wrote: > On Fri, March 25, 2005 8:26 pm, Eric Blake said: > >>True enough. And that points out another bug - echo "$0" may fail if $0 >>starts with -, it should be echo -- "$0". Isn't portable shell >>programming fun? > > Sorry that this has taken so long, but I'm just getting aro

Re: mount?

2005-05-03 Thread Cliff Hones
beau wrote: > On 5/3/05, Vince <[EMAIL PROTECTED]> wrote: > >>It will automagicly be mounted as >>/cygdrive/ > > XP doesn't seem to know this partition exists. I had XP on my full > 80GB, used the debian sarge isntaller to shrink it to 30GB, created > 10GB FAT, gave the rest to debian, thinking

Re: impossible to restore MBR using dd

2005-05-03 Thread Cliff Hones
Matthias Bertschy wrote: > Cliff Hones wrote: > >> Matthias Bertschy wrote: >> >>> Hello, >>> >>> Cygwin version: 1.5.12 >>> Windows XP Professional: Ver 5.1 Build 2600 Service Pack 2 >>> >>> I am trying to use Cygwin

Re: impossible to restore MBR using dd

2005-05-03 Thread Cliff Hones
Matthias Bertschy wrote: > Hello, > > Cygwin version: 1.5.12 > Windows XP Professional: Ver 5.1 Build 2600 Service Pack 2 > > I am trying to use Cygwin's dd command as a post Windows XP install > command to restore our custom GRUB to the MBR after an unattended > installation. > For safety reasons,

Re: Help !!! - Problem running Cygwin in Remote Desktop session with non-admin privileges

2005-05-03 Thread Cliff Hones
Christopher Faylor wrote: > On Tue, May 03, 2005 at 10:52:37AM +0530, Moghe, Jayant wrote: > >>Corinna: >> >>I have been facing problems in downloading Cygwin 1.5.16. Can you please >>suggest a mirror site where this is available? > > 1.5.16 is available at every mirror site displayed by setup.ex

Re: Bespoke installations: simple elegance of setup.exe when setup.ini is absent

2005-05-02 Thread Cliff Hones
Gary R. Van Sickle wrote: > ... > [Yet more boring vitriolic rubbish.] > ... I've been on this list for a good four years now, and never ever considered setting up a filter. I came close during the "fortune" flamewars and I'm getting even more close now. Please, Gary and CGF, can you take your d

Re: Rebase All command.....

2005-04-26 Thread Cliff Hones
DavidPostill wrote: > On Tue, 26 Apr 2005 12:46:45 +0530, Ashwin N <[EMAIL PROTECTED]> wrote: > > | On 4/21/05, Dave Korn <[EMAIL PROTECTED]> wrote: > | [...] > | > http://cygwin.com/acronyms#YHBT ! > | > | YHBT is not there on that page :) > > YHBT - You Have Been Trolled Or, here in the UK,

Re: JTAG 0.5.1 or 0.4 on "cygwin" on "windows xp sp2" - parport wonÂt open

2005-04-23 Thread Cliff Hones
Simon wrote: > Hi, > > I am new to cygwin and my main goal is to get the JTAG stuff working over > LPT1 > on a PC. > > I wonder if anyone has installed it and got it working. I tried jtag v0.4 and > it didnÂt work. > > Also I have tried the 0.5.1 version and the screen dump is shown below. I

Re: sshd on windows

2005-01-21 Thread Cliff Hones
>Does anyone know if there is a cygwin.dll free ssh server for windows? Funnily enough, I originally read this as "Is there a free ssh server for windows which uses cygwin.dll" and then realised my mistake when I saw the first couple of replies. But following the last reply I'm not sure what

Re: Obscene Content Tiebreaker

2005-01-07 Thread Cliff Hones
Kaz Kylheku wrote: >> A twit hit a free software mailing list. >> On censoring fortune he did insist. >> ``Can't have limericks about pussies and dicks!'' >> A few clicks Googled him out a masochist! I don't think this is a limerick, though, which rather spoils the joke. A limerick has 5 lines w

Re: Add requirement for SYSTEMROOT to FAQ?

2004-10-07 Thread Cliff Hones
David A. Rogers wrote: > ... > Corrina asked why it was necessary to hide SYSTEMROOT. I read that as "What > is the reason for hiding SYSTEMROOT?" Reading skills needed! Her name is Corinna. Also, if you'd read the whole thread you'd have seen that your information was already known. Perhaps yo

Re: Program exited with code 0303000

2004-09-27 Thread Cliff Hones
Dave Korn wrote: > Bobby, your advice is going from bad to worse. Nothing you have said is > right, and you keep on repeating things that you have already been told > don't work. You don't accurately read the things that are in front of your > face before you reply. THAT'S WHY I'M GOING TO BE

Re: Lot of undefined symbols at link time, even with -l option on good libraries

2004-09-23 Thread Cliff Hones
Frédéric ORMANCEY wrote: > Thanks for this sample code => we are not far of the solution ! > > Same sample compile on my platform gives the following : > V:>gnatmake imp > gnatbind -x imp.ali > gnatlink imp.ali > ./imp.o(.text+0x20):imp.adb: undefined reference to `_FormatMessage

Re: Lot of undefined symbols at link time, even with -l option on good libraries

2004-09-22 Thread Cliff Hones
Larry Hall wrote: > At 01:14 PM 9/22/2004, you wrote: > >>>-Original Message- >>>From: Frédéric ORMANCEY >>>Sent: 22 September 2004 18:07 >> >>>I did it, but it don't work ! >> >> Ah, ok, that was not clear from your last message! >> >> >>>The --enable-stdcall-fixup option suppress one war

Re: Lot of undefined symbols at link time, even with -l option on good libraries

2004-09-21 Thread Cliff Hones
Larry Hall wrote: > At 12:15 PM 9/21/2004, you wrote: > >>I think you're right, it seems to be a problem with trailing underscore in function >>naming. >>For example : >> >>in /usr/lib/w32api/libkernel32.a we found : >> >> T [EMAIL PROTECTED] >> U __head_libkernel32_a

Re: efax on cygwin

2004-05-03 Thread Cliff Hones
Alessio Sangalli wrote: > Igor Pechtchanski wrote: > > >> Try "ln -s /dev/ttyS0 /dev/modem". FWIW, RedHat 7.2 Linux doesn't have >> /dev/modem, and neither do some other Linuces/Unices, so the above >> program >> is non-portable to say the least. > > > Uh? I want this program to run under WIN

Re: Running other scripts from Bash shell

2003-11-27 Thread Cliff Hones
Ashman,Tim [PYR] wrote: > I am running Cygwin on a Windows 2000 machine. I also have GNU Octave 2.1.50 > (very similar to Matlab) installed. Cygwin is a component of the GNU Octave > 2.1.50 build, but I have installed Cygwin seperately as well. As a result of > this, my octave and cygwin programs d

  1   2   >