Re: cp: skipping file 'file', as it was replaced while being copied

2016-05-16 Thread Kenneth Wolcott
On Mon, May 16, 2016 at 2:49 PM, Linda Walsh wrote: > Kenneth Wolcott wrote: >> >> Hi; >> >> cp: skipping file 'file', as it was replaced while being copied >> >> I have several mounted partitions on my Windows machine (64bit Windows >> 7). >> >> Copying a file using

Re: [ATN: git maintainer] Git package depends on python

2016-05-16 Thread Yaakov Selkowitz
On 2016-05-16 18:24, Warren Young wrote: On May 16, 2016, at 5:15 PM, Jon Ross wrote: Nor can I find any python files in the git package. /usr/libexec/git-core/git-p4 I expect it is that file (or another like it) that cygport is finding and automatically adding the

Re: [ATN: git maintainer] Git package depends on python

2016-05-16 Thread Warren Young
On May 16, 2016, at 5:15 PM, Jon Ross wrote: > > Nor can I find any python files in the git package. /usr/libexec/git-core/git-p4 I expect it is that file (or another like it) that cygport is finding and automatically adding the python dependency. In the past, packages

[ATN: git maintainer] Git package depends on python

2016-05-16 Thread Jon Ross
It looks like the git package installs python as a dependency. It causes problems if you need a different win python runtime for your projects. Also, git doesn't seem to use python. I un-install python via setup and git continues to work fine (at least for my typical usage). Nor can I find any

Re: cp: skipping file 'file', as it was replaced while being copied

2016-05-16 Thread Linda Walsh
Kenneth Wolcott wrote: Hi; cp: skipping file 'file', as it was replaced while being copied I have several mounted partitions on my Windows machine (64bit Windows 7). Copying a file using cygwin cp , via mintty, from a mounted drive to a local path, I frequently get the aforementioned

Re: [ITP] python3-configobj 5.0.6

2016-05-16 Thread Yaakov Selkowitz
On 2016-05-16 07:20, Mike DePaulo wrote: This is the Python 3 complement to the Python 2 package of python-configobj, which I uploaded last night. Go ahead. Thanks, -- Yaakov

Re: Show Symbol Table for OMF (.obj)?

2016-05-16 Thread Yaakov Selkowitz
On 2016-05-16 14:10, Benjamin Cao wrote: I am curious to know if there is a command that will display a symbol table for *.obj files. It seems as if commands such as "nm" or "objdump" do not do this. I get "File format not recognized". You may want to try i586-pc-msdosdjgpp-{nm,objdump} from

Re: Show Symbol Table for OMF (.obj)?

2016-05-16 Thread Warren Young
On May 16, 2016, at 1:10 PM, Benjamin Cao wrote: > > I am curious to know if there is a command that will display a symbol table > for *.obj files. It seems as if commands such as "nm" or "objdump" do not do > this. I get "File format not recognized”. nm *is* the right

Re: Show Symbol Table for OMF (.obj)?

2016-05-16 Thread Mark Geisert
Benjamin Cao writes: > I am curious to know if there is a command that will display a symbol table for *.obj files. It seems as if > commands such as "nm" or "objdump" do not do this. I get "File format not recognized". > > If there is a way to get it to work with nm or objdump, I am all ears.

Show Symbol Table for OMF (.obj)?

2016-05-16 Thread Benjamin Cao
Hi, I am curious to know if there is a command that will display a symbol table for *.obj files. It seems as if commands such as "nm" or "objdump" do not do this. I get "File format not recognized". If there is a way to get it to work with nm or objdump, I am all ears. Or if there is a

Re: Why does ldd not show cyg*.dll in its output?

2016-05-16 Thread Marco Atzeri
On 16/05/2016 17:42, Warren Young wrote: STC: $ ldd `which ls` Actual output: $ ldd `which ls` ntdll.dll => /c/WINDOWS/SYSTEM32/ntdll.dll (0x7ffd16fb) KERNEL32.DLL => /c/WINDOWS/system32/KERNEL32.DLL (0x7ffd16b8) KERNELBASE.dll =>

Re: Why does ldd not show cyg*.dll in its output?

2016-05-16 Thread Yaakov Selkowitz
On 2016-05-16 10:42, Warren Young wrote: $ ldd `which ls` ntdll.dll => /c/WINDOWS/SYSTEM32/ntdll.dll (0x7ffd16fb) KERNEL32.DLL => /c/WINDOWS/system32/KERNEL32.DLL (0x7ffd16b8) KERNELBASE.dll => /c/WINDOWS/system32/KERNELBASE.dll (0x7ffd13f5) WFM: $ /bin/ldd

Re: Why does ldd not show cyg*.dll in its output?

2016-05-16 Thread Warren Young
On May 16, 2016, at 10:48 AM, Andrey Repin wrote: > > Greetings, Warren Young! > >> STC: > >>$ ldd `which ls` > > $ cygcheck $(which ls) Good to know. But ldd should do it, too. :) -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: Why does ldd not show cyg*.dll in its output?

2016-05-16 Thread Andrey Repin
Greetings, Warren Young! > STC: > $ ldd `which ls` > Actual output: > $ ldd `which ls` > ntdll.dll => /c/WINDOWS/SYSTEM32/ntdll.dll (0x7ffd16fb) > KERNEL32.DLL => /c/WINDOWS/system32/KERNEL32.DLL (0x7ffd16b8) > KERNELBASE.dll =>

Why does ldd not show cyg*.dll in its output?

2016-05-16 Thread Warren Young
STC: $ ldd `which ls` Actual output: $ ldd `which ls` ntdll.dll => /c/WINDOWS/SYSTEM32/ntdll.dll (0x7ffd16fb) KERNEL32.DLL => /c/WINDOWS/system32/KERNEL32.DLL (0x7ffd16b8) KERNELBASE.dll => /c/WINDOWS/system32/KERNELBASE.dll (0x7ffd13f5) Expected output:

Permissions Problems

2016-05-16 Thread Norton Allen
I have seen problems similar to those reported in "RE: Possible issue with newest version of git (v 2.8) under Cygwin", but I did not want to hijack that thread. For me, the problems have been elusive. Scripts that used to work would fail as created directories had bad permissions, but I

RE: Possible issue with newest version of git (v 2.8) under Cygwin

2016-05-16 Thread andrew stern
>>> If I leave off the noacl and do a clone followed by a push and pull >>> we >>> >end up with the following error in the Windows security tab: >>> > The permissions on file.cpp are incorrectly ordered, which may >>> >cause some entries to be ineffective. >> Yes, I've seen that before; it's a

RE: Possible issue with newest version of git (v 2.8) under Cygwin

2016-05-16 Thread andrew stern
>To be absolutely clear: if you mount an NFS share with noacl set, you get a >noticable speed increase versus not setting noacl? Let me clear this up a bit. The group is working on local repositories that happen to exist on local NTFS drives under Windows. These drives are the same local drives

[ITP] python3-configobj 5.0.6

2016-05-16 Thread Mike DePaulo
This is the Python 3 complement to the Python 2 package of python-configobj, which I uploaded last night. https://github.com/mikedep333/python3-configobj-cygport category: Python requires: python3 sdesc: "Python module for handling config files" ldesc: "ConfigObj is a simple but powerful

Re: Possible issue with chown v8.25

2016-05-16 Thread Andrey Repin
Greetings, lostbits! Please don't top-post. Thank you. > On 5/15/2016 6:16 PM, Andrey Repin wrote: >> Greetings, lostbits! >> >>> Click Reorder >> Don't do that. >> >>> This corrects the error. >> No, it breaks permissions. >> >>> For the directory and

How to install PHP apcu extension?

2016-05-16 Thread Sky Diver
Hi, I can't seem to find an answer on google nor the cygwin mailing lists. I'd like to understand how could I add extensions, specifically - apcu, to the php module. Can someone help? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/