Re: bash shell script: recently running, now failing

2023-04-06 Thread Scott Smith via Cygwin
Coming from an enterprise and supercomputing background, we were able to control what shell was available, so bashisms weren't a problem any more than dashisms, fishisms, kornisms, perl or python versionisms, etc, might be. But, when I was in a commercial environment, everything - shell, perl, C,

Re: bash shell script: recently running, now failing

2023-04-06 Thread Scott Smith via Cygwin
Place the nul on the third line. For example: #!/bin/bash # # ^@ identify as a binary file ... On Thu, Apr 6, 2023 at 4:03 AM Corinna Vinschen via Cygwin < cygwin@cygwin.com> wrote: > On Apr 6 04:43, Fergus Daly via Cygwin wrote: > > I have a "hash bang" bash shell script i.e. first line > >

'bat' for cygwin

2023-03-10 Thread Scott Smith via Cygwin
Thank you > Hi Scott, sorry but , there is no rust compiler for Cygwin Regards -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

'bat' for cygwin

2023-03-10 Thread Scott Smith via Cygwin
Has anyone compiled bat for cygwin64? If not, could it be added for consideration to be added to the repository, please? Meanwhile, although I know 0% about Rust, if someone can tell me how to install Rust, then I could take a shot at compiling it myself. Thanks -- Problem reports: https:

Kindle Fire Utility Request

2022-04-20 Thread Scott Widmann
the driver installer that came packaged with KFU. Installing FFF... < waiting for device > _ Scott Widmann (619) 933-2864 -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: Trouble trying to compile apache2

2022-02-17 Thread Scott Wood
in apache2) SW On Thu, Feb 17, 2022 at 10:35 AM Jon Turney wrote: > On 14/02/2022 22:25, Scott Wood wrote: > > I'm trying to compile a current version of apache2 httpd under the > cygwin64 > > environment. There is an older version of apache2 compiled in cygwin but > &

Apache error when enabling ssl

2022-02-16 Thread Scott Wood
Whenever I try to enable the ssl module in apache2 (original dist version or custom compiled version) I get the following error: $ apachectl -k start [Wed Feb 16 17:29:11.188154 2022] [core:emerg] [pid 47724] (88)Function not implemented: AH00023: Couldn't create the mpm-accept mutex (88)Function

Trouble trying to compile apache2

2022-02-14 Thread Scott Wood
I'm trying to compile a current version of apache2 httpd under the cygwin64 environment. There is an older version of apache2 compiled in cygwin but it's orphaned and didn't include some of the ssl libs I needed. When I try to compile it's failing when trying to compile the mod_cache_disk module:

Re: calls to socket() fail when calling getaddrinfo() with IPPROTO_TCP

2021-07-30 Thread John Scott via Cygwin
On Fri, 2021-07-30 at 12:47 +0200, Corinna Vinschen wrote: > I've uploaded a new developer snapshot to https://cygwin.com/snapshots > Please give it a try and report back. Thank you so much! The snapshot works perfectly and now my daytime server works without code changes. signature.asc Descript

calls to socket() fail when calling getaddrinfo() with IPPROTO_TCP

2021-07-29 Thread John Scott via Cygwin
Hi, I was wondering why my daytime server doesn't work when built for Cygwin, and I have been able to narrow it down to this reproducible test case: #define _POSIX_C_SOURCE 200809L #include #include #include #include #include #include #include int main(void) { struct addrinfo *res

Re: evince 3.26.0-1 can't open/display .eps files

2021-01-05 Thread Scott T. Marshall via Cygwin
On 1/3/2021 12:26 PM, Scott T. Marshall wrote: Hello, I use evince to view .eps and .ps files (usually plots of scientific data). After my recent cygwin update, evince no longer is able to open .eps or .ps files. I get the following error.   Unable to open the initial device, quitting

evince 3.26.0-1 can't open/display .eps files

2021-01-03 Thread Scott T. Marshall via Cygwin
Linux forums, this may be an issue with libspectre that has been fixed in a recent version, but is not yet available in cygwin. evince can open pdf files, so it is just eps and ps files that give the error. gs can open the eps files. Any help/suggestions would be appreciated. Cheers, -Scott

Developing for Cygwin from POSIX host

2020-08-06 Thread John Scott via Cygwin
Hi, I'm writing an application in C that's increasingly dependent on the POSIX APIs and would like to use the Cygwin DLL to help port it to Windows. I currently use MinGW-w64 but foresee that will stop being sufficient eventually. I want to do this using only free software without a Windows ins

High Score file in developer's home directory in greed 3.10-1

2018-02-14 Thread Scott Neugroschl
Using greed 3.10-1 At the end of a game, it reports the following     greed: /home/jaalto/cygwin/my/greed/greed-3.10/.inst/var/games/greed/greed.hs: Cannot open. System info: $ uname -srvmpio CYGWIN_NT-6.1 2.10.0(0.325/5/3) 2018-02-02 15:16 x86_64 unknown unknown Cygwin $ cygcheck -cd

Re: PS and AWK Linux Commands on Cygwin

2016-08-04 Thread Scott Geiger
Thanks, this was helpful. When I use -W I get one process that contains the uppercase value that I entered through the grep command but not the lowercase processes. Is there a parameter to ignore case? On Thursday, August 4, 2016 9:27 AM, Mark Hansen wrote: On 8/4/2016 6:12 AM, Eliot Moss wr

PS and AWK Linux Commands on Cygwin

2016-08-04 Thread Scott Geiger
Hello, We just started using Cygwin to assist us with running various scripts and commands in an Oracle E-Business Suite environment on a Windows 2008 R2 server. We have a script that we run that does the following: ps -ef | grep mwa | grep -v grep | awk '{print $2}' | xargs kill -9 On Cygwin

BUILD_ISO.bat

2015-05-23 Thread Justin Scott
Couldn't compute FAST_CWD pointer.

Re: cygwin 2.0.2, make 4.1: stderr redirect append does not work with native Windows programs

2015-05-15 Thread Scott McPeak
hich is good because my actual environment involves a twisty maze of recursive Makefiles. Of course, I still hope the underlying bug gets fixed. -Scott -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.c

RE: cygwin 2.0.2, make 4.1: stderr redirect append does not work with native Windows programs

2015-05-13 Thread Scott McPeak
x >> output$ /cygdrive/c/Windows/System32/sort.exe nonexist 2>> output; true$ - BEGIN output -$ nonexistThe system cannot find the file specified.^M^M$ xx$ - END output -$ The output is still wrong. -S

cygwin 2.0.2, make 4.1: stderr redirect append does not work with native Windows programs

2015-05-12 Thread Scott McPeak
t; true - BEGIN output - nonexistThe system cannot find the file specified. xx - END output - The bug happens with both make 4.1 and make 4.0 on cygwin 2.0.2. It does not happen with make 3.82.90 and cygwin 1.7.23. (And that is my only known workaround: down

Re: Using signals to unblock calls to msgrcv() in a multi-threaded process (Cygwin v1.7.33)

2015-01-23 Thread SCOTT Damien
> On 1/19/2015 8:10 PM, Corinna Vinschen wrote: > > > > >Well, it was not as complicated as I anticipated. I applied a patch > >to cygserver to pull it into the wonderful modern times of per-thread > >signalling. I created and uploaded a new developer snapshot to > >https://cygwin.com/snapsho

Using signals to unblock calls to msgrcv() in a multi-threaded process (Cygwin v1.7.33)

2015-01-19 Thread SCOTT Damien
I have a multi-threaded process running under Cygwin that receives messages from several IPC message queues (built using Cygwin's gcc, version 4.8.3).  The listener for each queue runs in its own thread, each of which is created from the main thread.  Each listener is using a blocking call to ms

Unable to uninstall python 2.7 via the Cygwin setup program

2014-07-27 Thread Andrew Scott
of python. Does this make sense? I'm hoping someone can suggest a simple fix. Thanks. Andrew Scott http://www.aes.id.au/ -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe

setup-x86_64 does not process -P or --packages option

2014-06-14 Thread Scott Nixon
Trying to duplicate an install on another machine, but the command line "Specify packages to install" option just returns with no output or error message. Info printed when I do -h is "Starting cygwin install, version 2.850" Machine is running Windows 7 Professional. Thanks, Scot -- Problem r

Re: launching sh/bash from windows console (cmd) results in application Segmentation Faults

2014-03-26 Thread Scott Mitchell
The settings on my machine prevent windows automated updates from running. The machine was pretty out of date and I manually ran updates to bring it up snuff. That being said I am no longer seeing the segmentation fault issues with the cygwin64 bit executables. However if I close the terminal, o

Re: launching sh/bash from windows console (cmd) results in application Segmentation Faults

2014-03-26 Thread Scott Mitchell
Do you have the same problem with Cygwin 32 bits? How about with the current Cygwin package (1.7.28) with either 32 bits or 64? I had no problem running this on 32-bits from W7 x64 with 1.7.28. ___ I still have the same problem when updating to cygwin64 to 1.7.28: CYGWIN_NT-6.1 1

launching sh/bash from windows console (cmd) results in application Segmentation Faults

2014-03-26 Thread Scott Mitchell
==Problem== When launching cygwin bash shell from windows command prompt (cmd) then applications run by bash very frequently crash with Segmentation Faults. When this occurs applications that are launched by the shell are not cleaned up after the shell session terminates (for example ssh-agents an

Re: g77 on cygwin64

2014-02-12 Thread Scott T. Marshall
n the code. I have tried to compile gcc 3.4.6 from source with no luck, but I am not so good with compiler flags and makefiles. I will give it a go again, but I am not optimistic. So, to avoid further mean comments about my course of action being "stupid", I will sign off. -Scott On 2/

Re: g77 on cygwin64

2014-02-11 Thread Scott T. Marshall
On 2/12/2014 12:28 AM, Marco Atzeri wrote: On 12/02/2014 04:54, Scott T. Marshall wrote: Hi All, First a compliment: I recently went from the old x86 version of cygwin to cygwin64. I was pleased to see that many of my perl scripts run about twice as fast. Thanks! My question: Would it be

g77 on cygwin64

2014-02-11 Thread Scott T. Marshall
sure of what compiler flags to use, so the build always fails. Any tips/suggestions would be appreciated. Cheers, -Scott -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe

Re: Install Problem: No Shortcuts

2013-05-01 Thread Scott Roland
o error or warning message was seen. Thanks. -- Scott Roland -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Install Problem: No Shortcuts

2013-05-01 Thread Scott Roland
osed to be clean. I had previous failed Cygwin install on this reimage, but I followed the uninstall instructions, rebooted and tried again. Any help would be appreciated. -- Scott Roland cygcheck.out Description: Binary data -- Problem reports: http://cygwin.com/problem

Re: Both versions of Perl (5.10 and 5.14) DLL collision on XP Pro, rebase does not work - serious problem with latest Cygwin base Release - 1.7.11-1

2012-03-07 Thread scott
but it may be persistent for you because > the self-built(?) DLL is never taken into account when rebasing. When I run (rebaseall -v) it confirms that the rebaseall successfully finds all the perl module DLL's. Those will be for modules that include C code whi

Re: cygwin 1.7.11-1 broke perl using dynamic loading

2012-03-04 Thread Scott
On Sun, 4 Mar 2012 15:08:33 +0100, Corinna Vinschen wrote: > On Mar 3 10:04, Scott wrote: > > With the introduction of cygwin 1.7.11-1, perl scripts that use > > dynamic loading fail with dll errors when another program is exec'ed. > > > > The host OS i

cygwin 1.7.11-1 broke perl using dynamic loading

2012-03-03 Thread Scott
With the introduction of cygwin 1.7.11-1, perl scripts that use dynamic loading fail with dll errors when another program is exec'ed. The host OS is windows 7 professional, 32-bit. The error message looks like the familiar perl problem fixed by rebaseall, but this time, that remedy did

Re: ctrl-c not working during bash command line editing

2012-03-02 Thread Scott McCaskill
Confirmed, the snapshot build appears to be working for me too. Thanks! On Fri, Mar 2, 2012 at 1:57 PM, Kitchens wrote: > I just ran the snapshot build, and CTRL+C appears to be working > properly in /dev/consX > > -- > Kitchens > . > > -- > Problem reports:       http://cygwin.com/problems.html

ctrl-c not working during bash command line editing

2012-03-01 Thread Scott McCaskill
ember 2011. Any help is appreciated; let me know if you need more information (output of cygcheck -s -v -r attached). Scott McCaskill cygcheck.out Description: Binary data -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: cygwin-1.7.10-1 fork - address space needed by ... already in use

2012-02-13 Thread Scott M. Ballew
ould build some software from sources (make and gcc were failing variously with the same type of error messages). So as of now, I am a very happy camper! Thanks much! Scott M. Ballew Purdue University -- View this message in context: http://old.nabble.com/cygwin-1.7.10-1-fork---address-space-n

cygwin-1.7.10-1 fork - address space needed by ... already in use

2012-02-07 Thread Scott M. Ballew
using ProcessExplorer from SysInternals to see what DLLs are loaded where, but I haven't been able to spot the one that might be colliding. Suggestions for how to continue digging into this? I've tried to read the forum posts that seem related and any Google hits that seemed related, but

setting up a xdmcp to ubuntu 11.10 w/lightdm

2012-01-24 Thread Scott Webster Wood
Does anyone know how to configure cygwin to do xdmcp to the new ubuntu 11.10? It appears to have swapped out the old gdm for lightdm. I found the conf option that supposedly turns it on to listen for xdmcp and see an entry in the lightdm log that says xdmcp reception is enabled but when I try t

Re: A workaround for CTRL-C not working on Windows console apps in ptys

2010-05-20 Thread Scott Wells
Scott Wells hotmail.com> writes: > I'll keep playing with this but, assuming it works as it seems to, this > is great! Okay, scratch that...while the simple build seemed to be working properly when run through the shell script, I tried running a Swing-based sample program and CTR

Re: A workaround for CTRL-C not working on Windows console apps in ptys

2010-05-20 Thread Scott Wells
Scott Wells hotmail.com> writes: > Hi. I'm a longtime cygwin user (since it was gnu-win32) who has struggled to > solve one particular long-standing disconnect between cygwin and native Win32 > command-line utilities, notably that unless you're using a cygwin shell from

A workaround for CTRL-C not working on Windows console apps in ptys

2010-05-20 Thread Scott Wells
commands that should be executed this way. Also as a note to the cygwin developers, perhaps something like this should become a standard cygwin utility similar to cygpath? That would accomplish the goal of not contaminating cygwin itself but facilitating this type of pairing. Regards, Scott --

Re: 1.7.5 ssh no longer functions after upgrade from 1.5

2010-05-17 Thread Scott D Friedemann
On 5/14/10 1:44 PM, Matthias Meyer wrote: Yes! Optionally install openssh again. Than call ssh-host-config as well as ssh-user-config. Recognize any library error. The dependency management during cygwin installation isn't very well. My installation was missing one or two necessary cyg-libraries.

Re: 1.7.5 ssh no longer functions after upgrade from 1.5

2010-05-14 Thread Scott D Friedemann
On 5/14/10 8:23 AM, Matthias Meyer wrote: I am looking for a solution to a aimiliar problem the last week. In my case I found and solve two mistakes: 1) usernames in v1.5 are case insensitive but not in v1.7.5. e.g. ssh me...@cygwinhost is not the same as ssh me...@cygwinhost 2) sshd_config: "A

1.7.5 ssh no longer functions after upgrade from 1.5

2010-05-13 Thread Scott D Friedemann
After upgrading, attempts to use SSH give "Server refused our key". Trying to enter the user password is rejected, too. Everything wor I haven't found any documentation about upgrading SSH so don't know what might be wrong. I ran /bin/copy-user-registry-fstab What might I have missed? --

Re: Cygwin vs Via C3: nothing happens, no output

2010-03-21 Thread Scott Little
> Where do you get that idea from that CMOV is optional? Yes, there's a > CPUID feature bit representing CMOV, but that's always set on the > i686, its descendants, and compatible processors. Pre-Nehemiah C3s are > not fully 686-compatible, simple as that. Old flamewars, eg. http://www.mail-archiv

Re: Cygwin vs Via C3: nothing happens, no output

2010-03-20 Thread scott
>> According to the internets... the C3 purports to be a i686-class >> processor > Without CMOV or out-of-order execution, that seems a bit of a scam. [snip] > For gcc, "i686" implies the presence of the CMOV instruction, because, > well, CMOV was introduced with the Intel 686 (aka Pentium Pro).

Re: Cygwin vs Via C3: nothing happens, no output

2010-03-20 Thread scott
>> I'm attempting to install on a Via EPIA-5000 (533Mhz C3/Samuel 2) >> without success... is this platform not supported? > Hmmm, quite likely not. Everything in the Cygwin distro is compiled for > i686 or above CPUs. C3 is crippled, isn't it? No SSE/MMX, all that stuff? According to the int

Cygwin vs Via C3: nothing happens, no output

2010-03-19 Thread scott
Peoples, I'm attempting to install on a Via EPIA-5000 (533Mhz C3/Samuel 2) without success... is this platform not supported? post-install, no Cygwin commands produce any output (not bad command or filename, just nothing at all), except cygcheck which will only print the help, any other option/fi

Bad system call when calling msgsnd

2009-08-10 Thread Scott
When I compile and run the following example code within cygwin (gcc msgsnd.c -o msgsnd), I get an error "Bad system call" This seems to be a bug; it runs fine under linux. #include int main() { int msqid = 0; int rc; size_t msgsz; struct { long int mtype; char

email package needs openssl dependency

2009-05-26 Thread Scott Wegner
his happens in a standard Windows XP x86 environment, with Cygwin up-to-date as of this week. Thanks, Scott Wegner swegn...@hdfgroup.org -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http:/

Re: perl -r says readable dir is unreadable

2009-04-25 Thread Yitzchak Scott-Thoennes
On Sat, April 25, 2009 9:37 pm, Mikel Ward wrote: > The key is that the -r (file is readable) operator returns false for > directories that I CAN read. "test" and "ls" prove that I can read them. -r does not test to see if you can read a file, it tests whether the mode gives you read access to th

Re: SFTP - Maintaining Windows file permissions

2009-04-24 Thread Scott D Friedemann
od to use so that all users have write access to the files? How about chmod/chgrp/chown? This is the way to do it from sftp. Yes, that is possible, but not in this situation. Thanks very much, though. The first solution is excellent. Scott -- Unsubscribe info: http://cygwin.com/ml/#un

SFTP - Maintaining Windows file permissions

2009-04-24 Thread Scott D Friedemann
another method to use so that all users have write access to the files? Scott -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: GREP: Memory Exhausted

2009-04-17 Thread Yitzchak Scott-Thoennes
On Wed, April 15, 2009 12:46 pm, Dave Korn wrote: > Letters in an error message don't just randomly change between upper and > lower case for no reason. Either you two are using different versions of > grep, or Shailesh did not accurately report the *actual* error message > that he was *actually*

[attention base-files maintainer] copying /bin files to home dir on first run of cygwin.bat

2009-02-15 Thread Yitzchak Scott-Thoennes
I did a base install of cygwin 1.7 (using setup-1.7.exe), and the first time I ran cygwin.bat, it gave the following: Copying skeleton files. These files are for the user to personalise their cygwin experience. They will never be overwritten nor automatically updated. bash: cd: /etc/skel: N

Re: CygWine 1.0 Beta -- an new cygwin package manager

2009-02-12 Thread Yitzchak Scott-Thoennes
I'd rather see the common code put into a library (and available in both cygwin and mingw flavors). Then it would be pretty easy to have a Cygwin::Setup perl extension and command line tools using it. (Substitute your other glue language of choice as desired.) On Thu, February 12, 2009 10:17 am,

Re: is it an FAQ: cygwin startup sequence

2008-12-21 Thread Yitzchak Scott-Thoennes
On Sun, December 21, 2008 4:56 pm, Kermit Tensmeyer wrote: > On Sun, Dec 21, 2008 at 6:21 PM, Eric Blake wrote: >> My guess is that you might have PATH problems. But if you had followed >> these directions: > > and that's why I'm asking for the documentation. I don't need/want you to > solve a p

issues compiling and migrating exe / dll files

2008-11-05 Thread Scott Thompson
? 3 -- any other thoughts? Thanks in advance; if there is an FAQ or other thread that covers this please just post a link. ------- Scott Thompson / www.fileandstream.com --- -- Unsubscribe info: http://cygwin.com/ml/#unsubscri

Re: Cygwin Design

2008-09-13 Thread Yitzchak Scott-Thoennes
On Fri, September 12, 2008 9:38 am, R&D wrote: > I am deeply interested in implementing a simple > command interpreter in Windows XP platform as a part of my summer project, > so will you please give me some hint on implementing it. I suspect cygwin will be of little use to you in pursuing such a

RE: Cygwin Design

2008-09-13 Thread Yitzchak Scott-Thoennes
On Fri, September 12, 2008 3:08 pm, Jason Pyeron wrote: >> I am deeply interested in >> implementing a simple command interpreter in Windows XP platform as a >> part of my summer project, so will you please give me some hint on >> implementing it. > > Isn't summer over? Do I detect the taint of he

Re: why the strange stack stuf in cygwin?

2008-09-02 Thread Yitzchak Scott-Thoennes
(reformatted) On Tue, September 2, 2008 12:42 am, [EMAIL PROTECTED] wrote: > Jay <[EMAIL PROTECTED]> wrote: > snipped the drivel > ... > >> The code seems very wierd in places. >> I don't "like" it. >> I know, boo hoo, whine whine whine. It seems to work but it makes me >> nervous. - Jay > J

Re: How do I fetch files from the web?

2008-08-11 Thread Yitzchak Scott-Thoennes
On Mon, August 11, 2008 2:50 am, circ ular wrote: > 1. how do I install packages once I already have installed cygwin? Use http://cygwin.com/setup.exe to select additional packages. > 2. what do I write do download from a specific internetadress. This list is for cygwin-specific questions, not g

Re: programming API to determine whether in 'Cygwin environment'

2008-07-10 Thread Yitzchak Scott-Thoennes
On Thu, July 10, 2008 10:06 pm, Christopher Faylor wrote: > On Thu, Jul 10, 2008 at 08:49:06PM -0700, Tony Last wrote: >> My console program is built for native Windows (thus does not reply on >> cygwin1.dll). >> >> So I'm looking for a boolean method which will allow a program to tell >> whether i

Re: Ugrent !! Reg. Executing the EXE generated by Cygwin

2008-06-13 Thread Yitzchak Scott-Thoennes
On Fri, June 13, 2008 2:23 am, Mani kandan wrote: > This problem is probably due to using incompatible versions of the cygwin > DLL. > >> Search for cygwin1.dll using the Windows Start->Find/Search facility >> and delete all but the most recent version. The most recent version >> *should* >> resid

Re: building perl-5.8.8-4 from source 'perl-5.8.8-ext-Win32CORE.tar.bz2 not found'

2008-05-25 Thread Yitzchak Scott-Thoennes
On Sat, May 24, 2008 8:45 am, David Christensen wrote: > I am attempting to build Perl from source (I'm curious about Perl's > regression test), but it appears that the current Cygwin source > distribution is incomplete: If you don't want to duplicate the exact cygwin binary distribution, but don'

Re: Add OpenSC packages to cygwin?

2008-04-25 Thread Yitzchak Scott-Thoennes
On Fri, April 25, 2008 2:16 pm, Alon Bar-Lev wrote: > Is anyone interested in maintaining a cygwin packages for OpenSC > projects? To whit: http://www.opensc-project.org/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html D

Symbolic links and file tests in perl

2008-04-14 Thread Scott Webster Wood
I tried doing a if(-l $file) where $file was the name of a symbolically linked directory in the current working directory and it returned a false. Doing a (-d $file) returned true. Is there any way to work around this and then retrieve the real path of a symbolically linked directory under cygw

Re: Remove Cygwin Path for Called Batch Script

2008-03-31 Thread Scott Wegner
Kurt Franke wrote: Scott Wegner hdfgroup.org> writes: Greg Chicares wrote: On 2008-03-25 13:30Z, Scott Wegner wrote: I am trying to create a "wrapper" Cygwin bash script to add functionality to an existing Windows batch script. In my Cygwin script, I would like to call the ba

Re: Remove Cygwin Path for Called Batch Script

2008-03-25 Thread Scott Wegner
Greg Chicares wrote: On 2008-03-25 13:30Z, Scott Wegner wrote: I am trying to create a "wrapper" Cygwin bash script to add functionality to an existing Windows batch script. In my Cygwin script, I would like to call the batch file with something like: ... cmd.exe /k batch-script.

Remove Cygwin Path for Called Batch Script

2008-03-25 Thread Scott Wegner
Cygwin entries from the path for the batch call. Hopefully the solution would be portable, and not affect the environment outside of the bash script. Thanks, Scott Wegner -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/pr

RE: Environment variables in bash don't get set from scripts

2008-01-14 Thread Dixon, Scott
_SOCKET and SSH_AGENT_PID. -Original Message- From: Eric Blake [mailto:[EMAIL PROTECTED] Sent: January 14, 2008 18:09 To: cygwin@cygwin.com; Dixon, Scott Subject: Re: Environment variables in bash don't get set from scripts -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Dixon, Sco

Environment variables in bash don't get set from scripts

2008-01-14 Thread Dixon, Scott
I'm using cygwin on XP Pro and was having no issues untill I updated some dev pacakages the other day. Now none of my shell scripts are able to SET environment variables for a session. I can "export foo=something" but my scripts can't "SET foo something&q

Re: Win32Core module question

2007-09-10 Thread Yitzchak Scott-Thoennes
On Mon, September 10, 2007 12:34 pm, Reini Urban wrote: > John Neil schrieb: > >> Thanks. For now I installed the previous version of the Cygwin >> perl-libwin32 package, but I agree there should be some way to access the >> non-core Win32 routines that were previously available without having to

SSH dropouts with heavy session traffic

2007-09-08 Thread Scott McNab
am running WinXP SP2) BTW I don't know if it is related, but I also recently started getting problems with ssh-add (before these dropouts started occuring): $ eval `ssh-agent` Agent pid 3208 $ ssh-add Enter passphrase for /home/Scott McNab/.ssh/identity: Error reading response l

Suggestion for Setup.exe: Implement resume feature

2007-08-25 Thread Scott Shell
that recommends using an empty folder for the install location? Also a check at startup, if possible, to detect any older setup.ini and then show the message box at that time, rather than a few screens into the process. Setup.exe version 2.573.2.2 XP Pro (all patches) Thank you, Scott -

Re: Cygwin Perl and -Duselongdouble

2007-07-26 Thread Yitzchak Scott-Thoennes
On Thu, July 26, 2007 5:19 am, Corinna Vinschen wrote: > On Jul 26 22:09, Sisyphus wrote: >> I'd like to have a perl on Cygwin built with -Duselongdouble, so I tried >> *** You requested the use of long doubles but you do not seem to have >> *** the following mathematical functions needed for lon

Re: Missing cygwin1.dll per local install attempt

2007-06-27 Thread Scott Ehrlich
orked fine. Scott -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Missing cygwin1.dll per local install attempt

2007-06-27 Thread Scott Ehrlich
d my start menu. Why could it not install the cygwin1.dll? I've used cygwin for years, and I think this is the first time I've come across this. I did perform google searching on this, but found a couple messages from 2001 and 2003 that didn't really seem to help. Thanks. S

Re: Build problems - unistd.h

2007-06-02 Thread Scott Peterson
2 /usr/lib/libintl.dll.a /usr/lib/libiconv.dll.a -lintl -liconv /usr/lib/libexpat.dll.a -L/usr/local/libdbus-binding-tool-glib.o: In function `dbus_binding_tool_output_glib_server': /home/Scott/downloads/dbus-glib-0.73/dbus/dbus-binding-tool-glib.c:800: undefined reference to `_g_file_open_tmp_utf8&

Re: Build problems - unistd.h

2007-06-01 Thread Scott Peterson
On that advice, I now get a new error: /home/Scott/downloads/dbus-glib-0.73/dbus/dbus-binding-tool-glib.c:800: undefine d reference to `_g_file_open_tmp_utf8' This is nearly identical to the error I got when commenting out line 108 of unistd.h: /home/Scott/downloads/dbus-glib-0.73/dbus

Re: Build problems - unistd.h

2007-05-30 Thread Scott Peterson
processor is getting that method? C really isn't my thing so when I have problems like this with prerequisite packages, I'm really at a loss. Thanks everyone for lending me a hand with this! Greg Chicares wrote: On 2007-05-30 00:12Z, Scott Peterson wrote: Here's the content of

Re: Build problems - unistd.h

2007-05-29 Thread Scott Peterson
ing-tool-glib.c:39: /usr/include/sys/unistd.h:108: error: parse error before numeric constant Ideas? Use gcc -E to look at the preprocessed source, and see what namespace collision was caused somewhere in lines 1-38 of dbus-binding-tool-glib.c that caused the syntax error? -- Scott. -- U

Build problems - unistd.h

2007-05-28 Thread Scott Peterson
I'm building dbus-glib from source and I get this error when I make: In file included from /usr/include/unistd.h:4, from dbus-binding-tool-glib.c:39: /usr/include/sys/unistd.h:108: error: parse error before numeric constant Ideas? -- Scott. -- Unsubscribe info:

rsync hang

2007-05-03 Thread Scott T. Marshall
directory has what seems to be >100 files. Is there any fix for this yet? The posts I saw were from April of 2006, so I don't know if the problem is now solved or not. Thanks in advance. Scott -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cy

Re: openssh 4.6p1-1 ssh-add fails for Windows 2000

2007-03-21 Thread Scott Reed
char*, int):234 val 119 657 5250426 [main] ssh-add 5876 __set_winsock_errno: connect:775 - winsock error 10036 -> errno 119 Thanks, Scott 21992199 [sig] ssh-add 5876 wait_sig: entering ReadFile loop, my_readsig 0x0, my_sendsig 0x0 4142613 [main] ssh-add 5876

Re: ssh-agent doesn't work with eval

2007-03-20 Thread Scott Reed
Does "eval `ssh-agent | d2u`" work any better? cheers, DaveK Thank you for the quick reply, Dave. d2u doesn't seem to make any difference. I get the same behavior with or without it. Scott -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Getting 'Bad file descriptor' error with 1.5.24-2

2007-03-07 Thread Scott Schuff
Eric Blake byu.net> writes: > > > http://cygwin.com/acronyms/#PCYMTWLL - wrapping would be nice > > > To: 'cygwin AT cygwin DOT com' > ^ > > http://cygwin.com/acronyms/#PCYMTNQREAIYR - raw emails munged > > http://cygwin.com/acronyms/#TOFU - top-posting reformatted

RE: Getting 'Bad file descriptor' error with 1.5.24-2

2007-03-06 Thread Schuff, Scott
ind any info about when I googled. Maybe it's time I actually started grepping through cygwin source? Any advice appreciated. -Original Message- From: Schuff, Scott Sent: Tuesday, March 06, 2007 1:05 PM To: 'cygwin@cygwin.com' Subject: RE: Getting 'Bad file descripto

RE: Getting 'Bad file descriptor' error with 1.5.24-2

2007-03-06 Thread Schuff, Scott
to a file and reading the whole thing after make exits. Does anyone have any suggestions for futher debugging these hangs? Thanks for any help! -Scott -Original Message- From: Schuff, Scott Sent: Thursday, March 01, 2007 3:54 PM To: 'cygwin@cygwin.com' Subject: Getting 'Bad f

Getting 'Bad file descriptor' error with 1.5.24-2

2007-03-01 Thread Schuff, Scott
lem. Thanks in advance for any help. -Scott cygcheck.out Description: cygcheck.out -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: [ANNOUNCEMENT] EOL for Windows 95/86/Me

2007-02-14 Thread Yitzchak Scott-Thoennes
Corinna Vinschen wrote: > On Feb 13 21:02, Yaakov (Cygwin Ports) wrote: >> And approximately what is the timeframe to 1.7.0; weeks, months, next >> year? Is HEAD stable enough for those not working on cygwin1.dll to be >> testing? > > Months. It's stable enough now but it's constantly changing.

Re: Perl bug?

2007-01-31 Thread Yitzchak Scott-Thoennes
> On Jan 28 11:57, Yitzchak Scott-Thoennes wrote: >> Corinna Vinschen wrote: >> > Thanks for the info. It's interesting to know. What I still don't >> get, >> > however, is the fact that the same statement does not waste memory on >> > the x

Re: Perl bug?

2007-01-28 Thread Yitzchak Scott-Thoennes
Corinna Vinschen wrote: > On Jan 27 23:17, Reini Urban wrote: >> Václav Haisman schrieb: >> >If I were you I would report it as a bug to their bug tracker. >> >> It's no bug, it's a perl feature, > > Uh, right, a *feature* ;) > >> and often defended. >> Even dll's are not unloaded. >> >> If you wa

Re: Perl inefficiency...

2007-01-24 Thread Yitzchak Scott-Thoennes
Linda Walsh tlinx.org> writes: > I understand perl may not be as efficient in data storage as > C, but seems like expanding a 100MB string to take 200MB is > wasting 100MB. > > Is this what you were referring to, Corinna? No, the inefficiency is that it stores the 100MB string in two separate p

Re: Perl bug?

2007-01-23 Thread Yitzchak Scott-Thoennes
Corinna Vinschen wrote: > On Jan 22 11:26, Yitzchak Scott-Thoennes wrote: >> Corinna wrote: > $a = "a" x (100 * 1024 * 1024); > sleep 5; >> > "a" --> malloc (2 bytes) >> > x 100 Megs --> realloc (100 Megs) + malloc (100 Me

Re: Perl bug?

2007-01-22 Thread Yitzchak Scott-Thoennes
> Hi, > > consider the following statement: > > $a = "a" x (100 * 1024 * 1024) > > When you create a script which does this over and over again, you'll > observe a strange memory problem. Can you show your script? > By stracing I found that for each of these statements the following > happens: >

Re: cygwin source question

2007-01-22 Thread Yitzchak Scott-Thoennes
Dave Korn writes: > On 21 January 2007 14:38, Christopher Layne wrote: > > I notice in some places, there are double-negates, like: > > > > me->read_ready |= ret || !!(events & (FD_READ | FD_ACCEPT | FD_CLOSE)); > > > > What's the rationale for these? To enforce either a 0 or 1, to be directly >

Re: activestate perl on cygwin

2007-01-09 Thread Yitzchak Scott-Thoennes
Kevin T Cella nycap.rr.com> writes: > Using the version of perl installed with cygwin is not really an option > since I already have scripts written that utilize windows specific modules. Out of curiousity, which modules are those? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-sim

  1   2   3   4   5   6   7   8   >