Re: Problem - Possibly Cygwin

2019-01-25 Thread cyg Simple
it is get a Windows path for the basedir variable. It chokes on the ')' in the structure of the comparison. That error doesn't indicate Cygwin is installed or found. You'll have to ask the expo vendor. -- cyg Simple -- Problem reports: http://cygwin.com/problems.ht

Re: CYGWIN slow when accessing network share

2019-01-23 Thread cyg Simple
d? Search the Cygwin FAQ for the word BLODA. You've something different on the two systems that interferes with the network traffic. -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/d

Re: Can anybody point me to wish84

2019-01-23 Thread cyg Simple
build it from source downloaded from http://tcl.tk/software/tcltk/8.4.html. What specifically requires that you have that version? Could it be modified to use the most current version? -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http

Re: OpenSSH server on latest Windows 10

2019-01-10 Thread cyg Simple
year with suggestions to rename the Cygwin service as a work around the issue. -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml

Re: Virtual device in Windows 10

2019-01-01 Thread cyg Simple
ing ? Both ends of the processes a Cygwin process? PTY is only available to Cygwin. -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com

Re: Problem with effective permissions -rw----rw-+

2018-12-22 Thread cyg Simple
user::rw- group::rw- #effective:--- group:Administrators:rwx#effective:--- mask::--- other::rw- chrisd@edmund: > umask 000 Any ideas on how to resolve so that it reverts to group:rw- What does cacls give? -- cyg Simple -- Problem reports: http://cygwin.com/proble

Re: Problem with effective permissions -rw----rw-+

2018-12-22 Thread cyg Simple
user::rw- group::rw- #effective:--- group:Administrators:rwx#effective:--- mask::--- other::rw- chrisd@edmund: > umask 000 Any ideas on how to resolve so that it reverts to group:rw- What does cacls give? -- cyg Simple -- Problem reports: http://cygwin.com/proble

Re: Windows - special device question message 6168

2018-12-22 Thread cyg Simple
ice page at: https://cygwin.com/cygwin-ug-net/using-specialnames.html Just a warning https://cygwin.com/faq.html#faq.using.fixing-find_fast_cwd-warnings -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: how is cygstart different from cmd /c or how to have cygstart start 'inline'?

2018-12-21 Thread cyg Simple
So what else does cygstart do that I might setup before a "cmd /c" to get the target to run? Don't know. Or anyway to have cygstart run the command with its output in the current window? A windows program will have a different console by default. A console program c

Re: Exclude System entries with "ls" or "find"

2018-12-18 Thread cyg Simple
, etc. That depends on the Windows program and whether or not it the data gets to Cygwin. -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.c

Re: grep 3.0-2 not stripping CRs on Windows

2018-12-17 Thread cyg Simple
d MS-Windows isn't in affect for Cygwin grep. In other words the following is in affect but can be misinterpreted because Cygwin runs on MS-Windows but isn't considered such. "This option has no effect on platforms other than MS-DOS and MS-Windows."    alpha    bet

Re: [ANNOUNCEMENT] Updated: mintty 2.9.5

2018-12-06 Thread cyg Simple
behave unexpectedly. I could also check whether it's in PATH already, and then prepend. Please make it optional. And rather than prepend doing an append might avoid the conflicts described by Andrey. -- cyg Simple -- Problem reports: http://cygwin.com/problems.htm

Re: Redirecting stderr to stdout through pipe doesn't work the way it does in Linux

2018-12-06 Thread cyg Simple
On 12/5/2018 5:25 PM, David Karr wrote: On Wed, Dec 5, 2018 at 11:44 AM cyg Simple wrote: On 12/5/2018 1:33 PM, David Karr wrote: On Wed, Dec 5, 2018 at 9:43 AM cyg Simple wrote: Your query got me interested in looking and I believe that winpty needs to be at the front of all the

Re: Redirecting stderr to stdout through pipe doesn't work the way it does in Linux

2018-12-05 Thread cyg Simple
On 12/5/2018 1:33 PM, David Karr wrote: On Wed, Dec 5, 2018 at 9:43 AM cyg Simple wrote: Your query got me interested in looking and I believe that winpty needs to be at the front of all the commands so that it can communicate with mintty properly. To overcome the need to remember you could

Re: Redirecting stderr to stdout through pipe doesn't work the way it does in Linux

2018-12-05 Thread cyg Simple
come the need to remember you could add an alias to execute the command; `alias FOO="winpty FOO"'. -- cyg Simple -- 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

Re: Redirecting stderr to stdout through pipe doesn't work the way it does in Linux

2018-12-04 Thread cyg Simple
ed. as kubectl is not a Cygwin program, it is not aware of cygwin pty. You can try to use winpty to overcome the problem. https://github.com/rprichard/winpty Or grab the source and try to build a Cygwin version. Looks like there are a number of dependencies though but primarily golang. -- c

Re: Bash heredoc on FD 3

2018-12-04 Thread cyg Simple
ailable". (note: dash uses a different implementation) Dash is faster in processing the data but can be made to fail if you add -d to the ls commands you're using. -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Do

Re: Bash heredoc on FD 3

2018-12-03 Thread cyg Simple
On 12/3/2018 10:43 AM, cyg Simple wrote: On 12/2/2018 1:43 PM, Steven Penny wrote: Using this file:     $ cat hello.sh     awk -f /dev/fd/3 3<    awk: fatal: can't open source file `/dev/fd/3' for reading (No such file or     directory) I tried also with Debian and both Dash

Re: Bash heredoc on FD 3

2018-12-03 Thread cyg Simple
oyd53 eboyd53 0 Dec 3 10:39 /dev/fd/1 -> /dev/pty2 lrwxrwxrwx 1 eboyd53 eboyd53 0 Dec 3 10:39 /dev/fd/2 -> /dev/pty2 -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html U

Re: Cygwin Git with Windows paths

2018-11-27 Thread cyg Simple
nd the issues I often use /etc/fstab to create a mount point for a troublesome Windows style path. I can then use the POSIX format to alleviate the issue. -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: tar cygwin64/ from old to new computer?

2018-11-27 Thread cyg Simple
;ve attempted the described process. -- cyg Simple -- 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

Re: No thread safety in clock_gettime (hires_ns::prime)

2018-11-26 Thread cyg Simple
g to discontinue maintenance for 32bit anytime soon? Anyone needing it could continue to use the existing distribution. I ask only because I agree with your statement that it is a lost cause. -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: Cygwin Git with Windows paths

2018-11-18 Thread cyg Simple
exist in it; including a go script to convert the strings on the command line. I probably would use a similar method with a bash script but calling cygpath. Good luck, -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Do

Re: Cygwin Aisleriot - missing cyggdkcardimage-0.dll

2018-11-17 Thread cyg Simple
ead[1]. [1] https://cygwin.com/ml/cygwin/2018-05/msg00146.html -- cyg Simple -- 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

Re: perhaps not so minor typo in cygwin.com

2018-11-10 Thread cyg Simple
;type=&ul=/ml/cygwin-announce/%25&wf=2221&wm=sub&s=DRP -- cyg Simple -- 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

Re: long rebasing delay when updating is nuts

2018-11-07 Thread cyg Simple
are always welcome for review that help improve what you find as a deficiency. Though I'm guessing you have no round tuits to apply toward such a patch since your message complaining about the time it takes to do an update was so terse. Good luck on working a patch. -- cyg Simple -- Pr

Re: cygport fails with package starting with number

2018-11-07 Thread cyg Simple
What is this input to tar supposed to be? The "bad substitution" is because the variable isn't an integer. -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Uns

Re: Problem with opengrads

2018-11-07 Thread cyg Simple
.html#faq.using.fixing-find_fast_cwd-warnings for suggestions. Follow-up with the distributor of your software. -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

Re: bzip.org

2018-11-05 Thread cyg Simple
On 9/21/2018 11:33 AM, cyg Simple wrote: > Sadly our beloved http://www.bzip.org has hit the bit bucket. Does > anyone know where upstream support for bzip2 went? I've created a SF project, uploaded the 1.0.6 pristine source file and created a SF git repository for that source. I

Re: pinentry-curses not available?

2018-11-02 Thread cyg Simple
;grep=pinentry [2] https://cygwin.com/cgi-bin2/package-cat.cgi?file=x86_64%2Fpinentry%2Fpinentry-1.0.0-1&grep=pinentry [3] https://cygwin.com/cygwin-pkg-maint -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: problem with my Grads Aplication

2018-11-02 Thread cyg Simple
f somebody don't want to receive > duplicates, they can set reply-to back to the list for list mails. > When I "Reply All" using my T'bird I only get the list mail address regardless. The reply-to is already munged. -- cyg Simple -- 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

Re: problem with my Grads Aplication

2018-11-02 Thread cyg Simple
nyway to know with out guessing if the OP is subscribed > to the list? John, there is not a way to know other than to say that these one off FAQ are most likely a candidate for not being on the list. Also unfortunately you must copy and paste the sender's address due to reply-t

Re: Stumbled upon relative name resolution across symlinks

2018-11-02 Thread cyg Simple
discussion on the matter, but search > returns too many results, can't read them all. > My question, basically: is this expected way of things? The answer is yes it is expected and works the same on Linux. > If so, I'd just workaround it. Sad but doable. Don&#x

Re: cblas library missing in liblapack-devel

2018-11-01 Thread cyg Simple
usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcblas.dll.a . > Am I missing something during Cygwin installation? Looks like a lapack-devel packaging issue. -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: setup.exe: How do I download sources for just ONE package when using setup-x86 from the command-line?

2018-11-01 Thread cyg Simple
g around through Install -> Reinstall > -> Uninstall -> Default resulting in all items being marked as skipped. > Expand the Devel category and select boost-build 1.66.0-1. Then also tick > off the boost-build src box. Select Next, Next ... until download starts. > Only th

Re: Cross build of newlib-cygwin release tag cygwin-2_11_1-release.

2018-10-30 Thread cyg Simple
On 10/30/2018 5:24 PM, cyg Simple wrote: > > > On 10/30/2018 4:32 PM, Corinna Vinschen wrote: >> On Oct 30 16:01, Earnest Boyd wrote: >>> On 10/30/2018 3:31 PM, cyg Simple wrote: >>>> On 10/30/2018 11:03 AM, cyg Simple wrote: >>>>> PING...

Re: Cross build of newlib-cygwin release tag cygwin-2_11_1-release.

2018-10-30 Thread cyg Simple
On 10/30/2018 4:32 PM, Corinna Vinschen wrote: > On Oct 30 16:01, Earnest Boyd wrote: >> On 10/30/2018 3:31 PM, cyg Simple wrote: >>> On 10/30/2018 11:03 AM, cyg Simple wrote: >>>> PING... Does no one have an idea? >>>> >>>> On 10/29/2018

Re: Grads Problem

2018-10-30 Thread cyg Simple
he public mailing list cygwin@cygwin.com * > *Starting X server under C:\OPENGR~1\Contents\Resources\Xming* > *Starting grads under C:\OPENGR~1\Contents\Cygwin\Versions\202OGA~1.2\i686 > ...* > See https://cygwin.com/faq.html#faq.using.fixing-find_fast_cwd-warnings Be sure to follow u

Re: Cross build of newlib-cygwin release tag cygwin-2_11_1-release.

2018-10-30 Thread cyg Simple
On 10/30/2018 11:03 AM, cyg Simple wrote: > PING... Does no one have an idea? > > On 10/29/2018 12:09 PM, cyg Simple wrote: >> I'm trying to cross build the Cygwin source on a VirtualBox Arch Linux >> with GCC-7.3.0 and Binutils 2.31. The process I am using clones th

Re: trans can not work

2018-10-30 Thread cyg Simple
lease report this problem to > the public mailing list cygwin@cygwin.com<mailto:cygwin@cygwin.com> > See https://cygwin.com/faq.html#faq.using.fixing-find_fast_cwd-warnings Be sure to follow up with the distributor of trans. -- cyg Simple -- Problem reports: http://cygwin.com/

Re: Cross build of newlib-cygwin release tag cygwin-2_11_1-release.

2018-10-30 Thread cyg Simple
PING... Does no one have an idea? On 10/29/2018 12:09 PM, cyg Simple wrote: > I'm trying to cross build the Cygwin source on a VirtualBox Arch Linux > with GCC-7.3.0 and Binutils 2.31. The process I am using clones the > master repository and then does a checkout of the release

Cross build of newlib-cygwin release tag cygwin-2_11_1-release.

2018-10-29 Thread cyg Simple
ke[2]: *** [Makefile:81: cygwin] Error 1 make[2]: Leaving directory '/home/cygsimple/src/sf/build/newlib-cygwin/src/build/x86_64-pc-cygwin/winsup' make[1]: *** [Makefile:9464: all-target-winsup] Error 2 make[1]: Leaving directory '/home/cygsimple/src/sf/build/newlib-cygwin/src/build' make: *** [Makefile:883: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ``` It appears that c++wrap isn't choosing the correct compiler but how can I tell and change that? -- cyg Simple -- 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

Re: cygwin: how to mount linux FS from cygwin

2018-10-26 Thread cyg Simple
On 10/26/2018 7:28 AM, hauck.adrian451 wrote: > > mssg@ltmssg ~/sshfs-sshfs-3.5.0/build > $ sshfs > -bash: sshfs: no se encontró la orden > > > Can you help me? > https://superuser.com/questions/1264732/how-to-use-sshfs-on-cygwin -- cyg Simple -- Problem reports:

Re: WARNING: Couldn't compute FAST_CWD pointer

2018-10-24 Thread cyg Simple
t; See also the below URL or the archive of this mailing list:: > > https://cygwin.com/faq/faq.html#faq.using.fixing-find_fast_cwd-warnings > Including the OP in the distribution. -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http:/

Re: erro

2018-10-24 Thread cyg Simple
mpatible API. Replacing only cygwin1.dll shouldn't be a problem. The problem comes from if the software dependent on cygwin1.dll also has changes required for newer versions of Windows. -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: ht

Re: Multiple problems (probably) starting up new installation

2018-10-22 Thread cyg Simple
\system32\runas /user:%1 "c:\opt\cygwin64\bin\mintty.exe -e /usr/bin/bash -il" exit sudosu menright sudosu '"Mike Enright"' HTH -- cyg Simple -- 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

Re: Is who -b command available? Need to know when computer was started.

2018-10-16 Thread cyg Simple
bin2/package-grep.cgi?grep=who.exe&arch=x86_64 -- cyg Simple -- 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

Re: Distributing program compiled with gcc on Cygwin to Windows users

2018-10-16 Thread cyg Simple
d c:\ROOTED\bin FOO.EXE You should be able to use XMing for the clients X Windows manager but has already been noted you still need to connect to an X client. You will need to insure the DISPLAY variable is set appropriately for FOO.EXE to communicate to the X server in CMD.EXE. -- cyg Simple

Re: Cygwin windows won't close

2018-10-09 Thread cyg Simple
w minutes is the result different? If you have a different experience based on time expended then the likelihood of an interfering AV program is greater. -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: setup-x86.exe v2.893 has stopped working

2018-10-02 Thread cyg Simple
ware may be getting in the way. -- cyg Simple -- 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

Re: bzip.org

2018-10-01 Thread cyg Simple
. While it's a good historical biography about Julian, it doesn't give a status of where bzip2 is being managed and the maintainers choice of download for the software. -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/fa

Re: libglut is missing library for MinGW static linking

2018-09-27 Thread cyg Simple
providing static libraries for > MinGW but this is a very good candidate as it already has all of the > necessary declarations defined. You would need to follow the protocol for getting a package accepted. See the FAQ for that information. -- cyg Simple -- Problem reports: http:

Re: bzip.org

2018-09-24 Thread cyg Simple
there is no link pointing to the project at the bzip.org page. -- cyg Simple -- 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

Re: bzip.org

2018-09-22 Thread cyg Simple
bit. Not really, it isn't an official distribution and the version and file name doesn't match just 1.0.6, I don't know if something changed. The wayback machine has a copy of the file from the original bzip.org site. -- cyg Simple -- Problem reports: http://cygwin.com/probl

Re: bzip.org

2018-09-21 Thread cyg Simple
On 9/21/2018 1:00 PM, Jeffrey Walton wrote: > On Fri, Sep 21, 2018 at 11:33 AM, cyg Simple wrote: >> Sadly our beloved http://www.bzip.org has hit the bit bucket. Does >> anyone know where upstream support for bzip2 went? > > From https://sourceforge.net/p/valgrind/mai

bzip.org

2018-09-21 Thread cyg Simple
Sadly our beloved http://www.bzip.org has hit the bit bucket. Does anyone know where upstream support for bzip2 went? -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html

Re: Mutt and gpg 1.4

2018-09-20 Thread cyg Simple
his too; there is no T'bird for Cygwin as yet, I don't feel like building it myself and this is the only option you have. >> >> Any thoughts? >> The choice is yours. >> Thanks to "Marco Atzeri" and "Doug Henderson" for their answers and >>

Re: Mutt and gpg 1.4

2018-09-19 Thread cyg Simple
emains with the Windows version and the DB actually became unusable with both versions. I'm guessing the Enigmail plugin to T'bird leaves the connects to GPG open which leaves the lock files in place and therefore causes the issues I experience. There is also an environment variable `GNUP

Re: Mutt and gpg 1.4

2018-09-19 Thread cyg Simple
a the library interface so you can't get rid of it. You just need to keep the two DB happily in sync which may not be an easy process if both are adding to their DB, you'll need to export both, add the differences to one export and import to both. -- cyg Simple -- Problem reports

Re: Fish shell fails with PermissionDenied on rename file, if Cygwin home directory is a Junction.

2018-09-11 Thread cyg Simple
/using.html#pathnames-symlinks to determine if you can find a solution. In general though junctions are treated as symlinks while traveling into the directory. However the file system attributes are specific and required as described in the document I pointed to above. -- cyg Simple -- Problem

Re: Fish shell fails with PermissionDenied on rename file, if Cygwin home directory is a Junction.

2018-09-11 Thread cyg Simple
rt > the problem here. > A windows `junction` and not a `symlink`? They're not the same thing. If you truly mean `junction` then the issue is yours to fix. -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentat

Re: Advice on setting Cygwin build parameters for OpenSC.

2018-09-08 Thread cyg Simple
y the --host option. The change to configure.ac and supporting .m4 files is up to you. But -mno-cygwin isn't available if you plan to use current GCC regardless. -- cyg Simple -- 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

Re: Bug Report: Regression in Cygwin 2.11.0-1

2018-09-01 Thread cyg Simple
mine and yours as we've not followed the design of the program. While Windows at the moment doesn't care there is always the possibility that some fix could break that since the documentation states to use \ in paths and not /. So while we "CAN just send back forward slashes" we ne

Re: error in "cygpath" behavior

2018-08-31 Thread cyg Simple
> MAX_PATH (260) chars. > > I'm certainly open to patches to the underlying cygwin_conv_path > function to change the Windows path to relative if possible. Don't forget the possibility that '..' points to a symlink which Windows will not understand. $ mkdir -p /f

Re: "build-essential" metapackage [WAS: FW: gecko Segmentation fault when compiling]

2018-08-29 Thread cyg Simple
On 8/29/2018 6:01 AM, Andrey Repin wrote: > > I think we need a "build-essential" metapackage. > I would suggest base-devel as the name of the metapackage. But what exactly should that include? Should there be more than one metapackage that adds more complex tools? -- cyg

Re: FW: gecko Segmentation fault when compiling

2018-08-27 Thread cyg Simple
eeded. > Especially when you can add it if you need it. Every path in the list is searched at times so you're slowing down the responses when the PATH is extreme. -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Docume

Re: incompat in cygwin choice of using '+' as domain and user separator.

2018-08-22 Thread cyg Simple
> Admins:rwx,m:rwx,o:r-x] test > > With the above and only standard separator chars, no problem > > I'm guessing, but '+' is a reserved char that's not permitted in > acl_to_text... You're misinterpreting the '+'. It was used in place of &#x

Re: gettext - acl tests - cygwin specific code path

2018-08-22 Thread cyg Simple
On 8/22/2018 4:13 AM, Corinna Vinschen wrote: > On Aug 21 11:52, cyg Simple wrote: >> I've been reviewing the testing of gettext and I have a failure for all >> of the acl tests. I've found that a file without acl will obtain acl if >> the mode is changed to 605. ST

Re: gettext - acl tests - cygwin specific code path

2018-08-22 Thread cyg Simple
On 8/22/2018 4:15 AM, Corinna Vinschen wrote: > On Aug 21 19:57, cyg Simple wrote: >> On 8/21/2018 4:13 PM, Andrey Repin wrote: >>> Greetings, cyg Simple! >>> >>>> During the testing at least one of the tests does `setfacl -m group:0:1 >>>> t

Re: gettext - acl tests - cygwin specific code path

2018-08-21 Thread cyg Simple
On 8/21/2018 4:13 PM, Andrey Repin wrote: > Greetings, cyg Simple! > >> During the testing at least one of the tests does `setfacl -m group:0:1 >> tmpfile0`. Obviously this gets a 'permission denied' error as group 0 >> doesn't exist. What do you s

Re: gettext - acl tests - cygwin specific code path

2018-08-21 Thread cyg Simple
On 8/21/2018 11:52 AM, cyg Simple wrote: > I've been reviewing the testing of gettext and I have a failure for all > of the acl tests. I've found that a file without acl will obtain acl if > the mode is changed to 605. STC below. > > > $ touch /tmp/tmpfile0 > $

gettext - acl tests - cygwin specific code path

2018-08-21 Thread cyg Simple
ose had an owner and other without the group. Anytime the other is set without the owner or group having permission we get an ACL for the user which is wrong. A `setfacl -b /tmp/tmpfile0` doesn't correct the information from getfacl. -- cyg Simple -- Problem reports: http://cygwin.com/pr

Re: scrolling through history in cygwin terminal window line gets garbled

2018-08-19 Thread cyg Simple
On 8/18/2018 9:27 PM, Steven Penny wrote: > On Sat, 18 Aug 2018 20:47:31, cyg Simple wrote: >> You should give that a try.  You can start with conhost and get a cmd >> session. > > it appears we have reached the bounds of your knowledge. trying to launch > conhost.exe on i

Re: scrolling through history in cygwin terminal window line gets garbled

2018-08-18 Thread cyg Simple
On 8/18/2018 6:20 PM, Steven Penny wrote: > On Sat, 18 Aug 2018 16:17:49, cyg Simple wrote: >> I'm using Win10 and typically the icon created by setup which starts >> mintty directly as: >> >> C:\cygwin64\bin\mintty.exe -i /Cygwin-Terminal.ico - >> >>

Re: scrolling through history in cygwin terminal window line gets garbled

2018-08-18 Thread cyg Simple
On 8/18/2018 11:23 AM, Steven Penny wrote: > On Fri, 17 Aug 2018 23:47:33, cyg Simple wrote: >> Sorry, I can't duplicate this.  I even tried with conhost and bash -il >> in the window and just don't see an issue. My TERM value is xterm and >> the data comes from

Re: equivalent to su or sudo?

2018-08-17 Thread cyg Simple
minal window is in administrative rights. You can modify the shell program to dash, ash zsh or whatever you favorite shell is. Make sure to issue the interactive and login support for the shell. -- cyg Simple -- 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

Re: scrolling through history in cygwin terminal window line gets garbled

2018-08-17 Thread cyg Simple
it seems that mintty is not the culprit but > perhaps > Cygwin DLL or Readline. > Sorry, I can't duplicate this. I even tried with conhost and bash -il in the window and just don't see an issue. My TERM value is xterm and the data comes from the file /usr/share/terminfo/78/xterm. -- cyg Simple -- 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

Re: cygserver - /usr/sbin vs /usr/bin

2018-08-15 Thread cyg Simple
On 8/14/2018 4:12 PM, Vince Rice wrote: >> On Aug 14, 2018, at 3:05 PM, cyg Simple wrote: >> >> On 8/13/2018 10:41 AM, Corinna Vinschen wrote: >>> … >>> >>> cyglsa.dll requires an install script that would have to be change as >>> well. In con

Re: Documentation for cygwin-console-helper.exe

2018-08-14 Thread cyg Simple
On 8/13/2018 10:45 AM, Corinna Vinschen wrote: > On Aug 13 08:57, cyg Simple wrote: >> On 8/13/2018 3:53 AM, Corinna Vinschen wrote: >>> On Aug 12 19:53, cyg Simple wrote: >>>> The documentation for cygwin-console-helper.exe is missing, not even a >>>&g

Re: cygserver - /usr/sbin vs /usr/bin

2018-08-14 Thread cyg Simple
On 8/13/2018 10:41 AM, Corinna Vinschen wrote: > On Aug 13 08:50, cyg Simple wrote: >> On 8/13/2018 3:49 AM, Corinna Vinschen wrote: >>> On Aug 10 11:28, cyg Simple wrote: >>>> Looking at the files delivered by the cygwin upgrade I see >>>> /usr/sbin/c

Re: Documentation for cygwin-console-helper.exe

2018-08-13 Thread cyg Simple
On 8/13/2018 3:53 AM, Corinna Vinschen wrote: > On Aug 12 19:53, cyg Simple wrote: >> The documentation for cygwin-console-helper.exe is missing, not even a >> --help function. > > cygwin-console-helper.exe is not for the user to use, so why add > user docs? The docume

Re: cygserver - /usr/sbin vs /usr/bin

2018-08-13 Thread cyg Simple
On 8/13/2018 3:49 AM, Corinna Vinschen wrote: > On Aug 10 11:28, cyg Simple wrote: >> Looking at the files delivered by the cygwin upgrade I see >> /usr/sbin/cygserver.exe and /usr/bin/cygserver-config. Shouldn't >> cygserver-config reside in /usr/sbin with cygserver.

Documentation for cygwin-console-helper.exe

2018-08-12 Thread cyg Simple
issue with a source code patch to add comments. [1]https://code.google.com/archive/p/mintty/issues/39 -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info

Re: cygserver - /usr/sbin vs /usr/bin

2018-08-12 Thread cyg Simple
Ping. On 8/10/2018 11:28 AM, cyg Simple wrote: > Looking at the files delivered by the cygwin upgrade I see > /usr/sbin/cygserver.exe and /usr/bin/cygserver-config. Shouldn't > cygserver-config reside in /usr/sbin with cygserver.exe? > > Also in that vain shouldn't c

cygserver - /usr/sbin vs /usr/bin

2018-08-10 Thread cyg Simple
Looking at the files delivered by the cygwin upgrade I see /usr/sbin/cygserver.exe and /usr/bin/cygserver-config. Shouldn't cygserver-config reside in /usr/sbin with cygserver.exe? Also in that vain shouldn't cyglsa belong in /usr/sbin? -- cyg Simple -- Problem reports:

Re: solution of this problem

2018-08-09 Thread cyg Simple
h?q=find_fast_cwd%3A+WARNING+site%3Acygwin.com -- cyg Simple -- 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

Re: Problem referencing libraries in tcl 8.6, e.g. fileutil

2018-08-07 Thread cyg Simple
with Cygwin's tcl. $ tclsh % package require fileutil can't find package fileutil % Since tcllib is pure tcl with no compilation required you can download it directly from https://www.tcl.tk/software/tcllib/ and install it into the /usr/lib/tcl8.6/ directory. -- cyg Simple -- Proble

Re: segfault with iconv

2018-08-06 Thread cyg Simple
On 8/5/2018 11:55 PM, Steven Penny wrote: > On Sun, 5 Aug 2018 23:04:54, cyg Simple wrote: >> I'm getting a segfault with iconv with the attached script.  Do others >> have this problem?  TIA for the information. > > Not sure what is breaking for you - but works fine

segfault with iconv

2018-08-05 Thread cyg Simple
I'm getting a segfault with iconv with the attached script. Do others have this problem? TIA for the information. -- cyg Simple #!/bin/sh options_ascii='--unicode-subst= --byte-subst=<0x%02x> --widechar-subst=<%08x>' # Test of --byte-subst with an ASCII substit

Re: ssh cause mintty terminal not to close (tested on 4 cygwin installations)

2018-08-03 Thread cyg Simple
On 8/3/2018 6:01 AM, n...@internetgruppen.dk wrote: > For cyg Simple: > I am stuck with Cygwin 32 bit because of some tools, we use. A team is > trying to get it to work with 64 bits, but that is not there yet. > Are the tools dependent on the cygwin1.dll? What problems, bring t

Re: ssh cause mintty terminal not to close (tested on 4 cygwin installations)

2018-08-02 Thread cyg Simple
at this test on your system - > perhaps this behavior is due to some local problem on my systems. > If you have x86_64 (i.e. 64bit) servers then install 64bit Cygwin to see it this continues. Otherwise follow the instructions at ... > Problem reports: http://cygwin.com/problems.htm

Re: Updated: setup (2.893)

2018-07-30 Thread cyg Simple
Attn Jon Turney, The update announcement for setup[1] did not make it to the cygwin@cygwin.com list. [1] https://cygwin.com/ml/cygwin-announce/2018-07/msg00021.html -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq

Re: Cntlm does not run in windows 10

2018-07-27 Thread cyg Simple
and tell your CNTLM vendor. See: https://cygwin.com/faq/faq.html#faq.using.fixing-find_fast_cwd-warnings -- cyg Simple -- 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

Re: libsqlite3-devel install uninstalls openssl-devel just to install again??

2018-07-23 Thread cyg Simple
On 7/21/2018 3:51 PM, Marco Atzeri wrote: > Am 21.07.2018 um 21:22 schrieb Takashi Yano: >> On Sat, 21 Jul 2018 14:44:57 -0400 >> cyg Simple wrote: >>> Uninstall openssl-devel 1.0.2o-1 (automatically added) >>> Install libsqlite3-devel 3.21.0-1 >>> In

libsqlite3-devel install uninstalls openssl-devel just to install again??

2018-07-21 Thread cyg Simple
1.0.2o-1 -- cyg Simple -- 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

Re: FPE in localtime.cc

2018-07-10 Thread cyg Simple
t;> need it for certain parts of your code. Don't expect library functions >>> to be SIGFPE clean under all circumstances. >> >> Maybe selectively enable specific FPEs to check for where needed. >> Or be careful what you wish for, as you just might get a lot more than you >> bargained for ;^> > > That's what I meant. Yes, see: https://en.cppreference.com/w/c/numeric/fenv/FE_exceptions -- cyg Simple -- 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

Re: Ruby returning invalid entry sizes

2018-07-09 Thread cyg Simple
for the current directory. However not with >> Cygwin Ruby: >> >>$ ruby -e 'p File.size(".")' >>0 > > https://sourceware.org/git/?p=newlib-cygwin.git;a=commitdiff;h=07c43238cfec > Corinna, you typoed the word "always" in the

Re: compiler-rt has an extra spurious file?

2018-07-07 Thread cyg Simple
On 7/6/2018 9:31 AM, Andy Moreton wrote: > On Fri 06 Jul 2018, cyg Simple wrote: > >> On 7/5/2018 5:33 PM, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote: >>> Hi, >>> >>> This file is placed at the root of the Cygwin tree when the compiler-r

Re: compiler-rt has an extra spurious file?

2018-07-06 Thread cyg Simple
ed. You should do as instructed at > Problem reports: http://cygwin.com/problems.html -- cyg Simple -- 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

Re: Unexpected behavior of ~ when calling bash from a different cygwin installation

2018-06-16 Thread cyg Simple
other session of a Cygwin using cygwin1.dll on a different path is. It just doesn't work properly. Your use of windows cmd to clear the environment and start another session on a different path works because the children then don't have a reference to the original parent. -- cyg Simple --

  1   2   3   4   5   6   >