Re: Maintainer for git?

2014-01-10 Thread Steven Penny
On Fri, Jan 10, 2014 at 9:43 PM, David Conrad wrote > Is there currently a maintainer for the git package? I would say no http://cygwin.com/ml/cygwin/2013-06/msg00489.html -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Maintainer for git?

2014-01-10 Thread David Conrad
Hi, Is there currently a maintainer for the git package? The cygwin version is at 1.7.9, which is from January 2012, and the latest version is 1.8.5.2. If the reason it hasn't been updated is that there is no maintainer, I *may* be able to help create a newer package. All the best, David Conrad

Re: Windows 8 group won't respect /etc/passwd or /etc/group

2014-01-10 Thread Linda Walsh
John Smith wrote: Well, actually, I take that back. Today I'm still having the same issue. :frustrated: Can't say I immediately know the answer to your prob, BUT, if you have a spare computer you could run samba as a domain server for windows. Then you can set your group and see a bunc

Re: /bin before /usr/bin makes i686-w64-mingw-gcc fail

2014-01-10 Thread JonY
On 1/11/2014 04:43, Thomas Nilsson wrote: > During some unfortunate events I happened to get /bin as the first > directory in my PATH. This caused the gcc cross compilers to fail with: > > i686-w64-mingw32-gcc: error: spawn: No such file or directory This is a known problem, don't do that. Wi

/bin before /usr/bin makes i686-w64-mingw-gcc fail

2014-01-10 Thread Thomas Nilsson
During some unfortunate events I happened to get /bin as the first directory in my PATH. This caused the gcc cross compilers to fail with: i686-w64-mingw32-gcc: error: spawn: No such file or directory With -v is said Using built-in specs. COLLECT_GCC=i686-w64-mingw32-gcc Target

[ANNOUNCEMENT] Updated: doxygen-1.8.6-1

2014-01-10 Thread David Stacey
Version 1.8.6-1 of doxygen has been uploaded. CHANGES: Numerous new features and bug fixes. For the full change log, please see: http://www.doxygen.org/manual/changelog.html#log_1_8_6 DESCRIPTION === Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL

Fwd: git clone fails on large repos when using cygcrypto-1.0.0.dll, works with 0.9.8

2014-01-10 Thread Chris O'Bryan
I've been having issues cloning large repos with git under Cygwin, but only when I compiled git myself. The version of Git that Cygwin's setup.exe downloads works fine, while mine would intermittently fail with messages like this: Cloning into 'testrepo'... remote: Counting objects: 41107, done re

Re: Bringing up NFS server on 64 bits

2014-01-10 Thread Corinna Vinschen
On Jan 10 18:29, Pavel Fedin wrote: > Hello! > > > Thanks for working on that. It's highly appreciated. Did you already > > make yourself familiar with Cygwin package maintainance(*)? > > Yes, i did. However, perhaps you'll call me a bad guy, but the answer to the > first question: > > * D

Re: Windows 8 group won't respect /etc/passwd or /etc/group

2014-01-10 Thread Max Polk
On 1/10/2014 7:57 AM, John Smith wrote: the None user group won't allow me to change group permissions. When rsyncing with a remote server, I mirror permissions from that server Wanting to change file permissions with rsync (or any other command) to something you don't have the right to do is

Re: Windows 8 group won't respect /etc/passwd or /etc/group

2014-01-10 Thread John Smith
Well, actually, I take that back. Today I'm still having the same issue. :frustrated: If I ever figure it out I'll let you know. Maybe it's just Sublime Text that is the issue and I'll just have to use something else. On 1/8/2014 12:49 PM, Corinna Vinschen wrote: On Jan 8 12:07, John Smi

RE: Bringing up NFS server on 64 bits

2014-01-10 Thread Pavel Fedin
Hello! > Thanks for working on that. It's highly appreciated. Did you already > make yourself familiar with Cygwin package maintainance(*)? Yes, i did. However, perhaps you'll call me a bad guy, but the answer to the first question: * Do you have the time to maintain the package? is "sor

Re: Bringing up NFS server on 64 bits

2014-01-10 Thread Corinna Vinschen
On Jan 10 17:35, Pavel Fedin wrote: > Hello! I'm back with some more news. > > Currently i am building and testing NFS Server for 64 bits. The following > was done so far: > - libtirpc package - fixed to always export svc_auth_none (see my previous > message); > - rpcgen package - successfully r

Bringing up NFS server on 64 bits

2014-01-10 Thread Pavel Fedin
Hello! I'm back with some more news. Currently i am building and testing NFS Server for 64 bits. The following was done so far: - libtirpc package - fixed to always export svc_auth_none (see my previous message); - rpcgen package - successfully rebuilt and tested, works fine, no changes required

Re: Windows 8 group won't respect /etc/passwd or /etc/group

2014-01-10 Thread John Smith
Hi there, I wanted to say thanks again for the help. With your advice I was able to track it down -- well, the most annoying parts, anyway. I had an editor I was using that did not have all the same permissions assigned to it as say, Notepad or Wordpad. The net effect is that it was somehow

[ANNOUNCEMENT] Updated: sqlite3-3.8.2-3 for Cygwin/Cygwin64

2014-01-10 Thread Jan Nijtmans
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine Changes since 3.8.2-2 = * Added full Unicode support to the sqlite3 utility, by linking it with the icu extension statically. Therefore requires li

[BUG] GNU Make - bad default .LIBPATTERNS on Windows/Cygwin

2014-01-10 Thread Pavel Fedin
Hello! I've just discovered one more bug in GNU Make under Cygwin. Make is able to understand -lfoo as depencencies and tries its best to look up libraries correctly. However in some situations it fails to do so because it lacks proper templates for Cygwin. The problem is fixed by adding the fo

[ANNOUNCEMENT] Updated: curl-7.34.0-1

2014-01-10 Thread Yaakov (Cygwin/X)
The following packages have been updated for both arches: *** curl-7.34.0-1 *** libcurl4-7.34.0-1 *** libcurl-devel-7.34.0-1 *** libcurl-doc-7.34.0-1 cURL is a library and command line tool for transferring data with URL syntax, supporting numerous protocols, SSL certificates, HTTP POST, HTTP PU

[BUG] libtirpc does not provide svc_auth_none()

2014-01-10 Thread Pavel Fedin
Hello! I'm back and decided to help with NFS server. Currently i'm working on rpcbind and i have a little problem. It relies on svc_auth_none symbol being available, while in our libtirpc it isn't. I have solved this problem using slightly modified version of this patch: http://www.spinics.net/l