Re: Is there someone who have a same problem ?

2014-01-23 Thread Yaakov (Cygwin/X)
On 2014-01-23 04:32, Corinna Vinschen wrote: On Jan 22 23:20, Yaakov (Cygwin/X) wrote: Now the strange thing about this module is that it has a constructor which calls pthread_once() on a function which creates a recursive mutex, so just dlopen()ing is enough. Unfortunately, my attempts to repr

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

2014-01-23 Thread Buchbinder, Barry (NIH/NIAID) [E]
Cliff Hones sent the following at Thursday, January 23, 2014 10:19 AM >- a non-Cygwin envelope (which could even be installed as an msi) and Please not an MSI. In my experience, one may need admin privileges to install with an MSI in a locked-down environment. One of the things that I like about

Re: Maintainer for git?

2014-01-23 Thread Balaji Venkataraman
On Thu, Jan 23, 2014 at 9:46 AM, Andrey Repin wrote: > Greetings, Balaji Venkataraman! > Sorry it took me a while to try out all the cases. >>> Wanting to eliminate any cygcrypto dll issues, I moved the existing dlls out of the way and re-installed libopenssl. The dll that got >

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

2014-01-23 Thread Warren Young
On 1/23/2014 10:57, Achim Gratz wrote: Warren Young writes: I've run into this after installing everything yesterday for my "size of Cygwin" research project. Now I'm trying to remove most of that piece by piece, but I keep getting tangled in dependency webs. In that case (and unrelated to th

Re: AdminCygwin Release

2014-01-23 Thread Christopher Faylor
On Thu, Jan 23, 2014 at 04:35:47PM +0100, BGINFO4X wrote: You're actually treading on thin ice here since you are trying to get help for a release that is not the subject of this mailing list. That makes this whole discussion pretty much off-topic. >>> >>>Yes, I'm sorry. I will move

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

2014-01-23 Thread Achim Gratz
Warren Young writes: > I've run into this after installing everything yesterday for my "size > of Cygwin" research project. Now I'm trying to remove most of that > piece by piece, but I keep getting tangled in dependency webs. In that case (and unrelated to the problem you noted with setup.exe) y

Re: Maintainer for git?

2014-01-23 Thread Andrey Repin
Greetings, Balaji Venkataraman! >>> Sorry it took me a while to try out all the cases. >>> >> >>> Wanting to eliminate any cygcrypto dll issues, I moved the existing >>> dlls out of the way and re-installed libopenssl. The dll that got >>> installed was identical in size and timestamp to .new but

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

2014-01-23 Thread Corinna Vinschen
On Jan 23 11:01, Thrall, Bryan wrote: > Corinna Vinschen wrote on 2014-01-22: > > Actually I'm working on a method to get rid of /etc/passwd and > > /etc/group. I have a partially working implementation now, which > > generates passwd and group entries by fetching the infos from Windows on > > the

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

2014-01-23 Thread Thrall, Bryan
Andrey Repin wrote on 2014-01-23: >>> Actually I'm working on a method to get rid of /etc/passwd and >>> /etc/group. I have a partially working implementation now, which >>> generates passwd and group entries by fetching the infos from Windows >>> on the fly, compatible to the uids/gids and user/g

Re: Maintainer for git?

2014-01-23 Thread Balaji Venkataraman
On Thu, Jan 23, 2014 at 8:31 AM, Marco Atzeri wrote: > On 23/01/2014 17:27, Balaji Venkataraman wrote: >> >> Sorry it took me a while to try out all the cases. >> > >> Wanting to eliminate any cygcrypto dll issues, I moved the existing >> dlls out of the way and re-installed libopenssl. The dll tha

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

2014-01-23 Thread Andrey Repin
Greetings, Cliff Hones! > I'm sure I'll be corrected if I'm wrong, but I suspect the problem with > maintenance/extension of setup.exe is twofold: firstly, it's a non-Cygwin > program and secondly it is large and not well structured. Also, the original > implementer/maintainer has long since left

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

2014-01-23 Thread Andrey Repin
Greetings, Thrall, Bryan! >> Actually I'm working on a method to get rid of /etc/passwd and >> /etc/group. I have a partially working implementation now, which >> generates passwd and group entries by fetching the infos from Windows on >> the fly, compatible to the uids/gids and user/group names

Re: AdminCygwin Release

2014-01-23 Thread Achim Gratz
Tom Schutter writes: > 1) Modify cygwin_setup_config.bat to match your site requirements. > 2) Copy cygwin_setup.bat and cygwin_setup_config.bat to a target host. > 3) Run cygwin_setup.bat on the target host. > 4) Repeat 2 and 3 on your other hosts. I've been doing something very similar for a whi

Re: AdminCygwin Release

2014-01-23 Thread Andrey Repin
Greetings, BGINFO4X! >> I still think this is a bad idea. I know what you're trying to do. You >> are basically trying to provide a solution using tools that you more or >> less understand rather than trying to work within the existing >> (admittedly crude) release structure to provide benefit t

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

2014-01-23 Thread Thrall, Bryan
Corinna Vinschen wrote on 2014-01-22: > Actually I'm working on a method to get rid of /etc/passwd and > /etc/group. I have a partially working implementation now, which > generates passwd and group entries by fetching the infos from Windows on > the fly, compatible to the uids/gids and user/group

Re: AW: [bulk] - Re: Reduce noise in dependency declaration during uninstall in setup.exe

2014-01-23 Thread Larry Hall (Cygwin)
On 1/23/2014 10:40 AM, DEWI - N. Zacharias wrote: [...] One solution to this would be to reimplement it as two separate parts - a non-Cygwin envelope (which could even be installed as an msi) and a Cygwin-based package maintainer. The Cygwin-based part would be a completely separate Cygwin

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

2014-01-23 Thread Andrey Repin
Greetings, Corinna Vinschen! > Actually I'm working on a method to get rid of /etc/passwd and > /etc/group. I have a partially working implementation now, which > generates passwd and group entries by fetching the infos from Windows on > the fly, compatible to the uids/gids and user/group names t

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

2014-01-23 Thread Warren Young
On 1/23/2014 08:18, Cliff Hones wrote: One solution to this would be to reimplement it as two separate parts Please don't hijack this thread. It is about adding a feature to setup.exe. Replacing setup.exe isn't even on the table. For what it's worth, though, there've been a bunch of attem

Re: Maintainer for git?

2014-01-23 Thread Marco Atzeri
On 23/01/2014 17:27, Balaji Venkataraman wrote: Sorry it took me a while to try out all the cases. Wanting to eliminate any cygcrypto dll issues, I moved the existing dlls out of the way and re-installed libopenssl. The dll that got installed was identical in size and timestamp to .new but ha

Re: Maintainer for git?

2014-01-23 Thread Balaji Venkataraman
Sorry it took me a while to try out all the cases. On Wed, Jan 22, 2014 at 2:42 PM, Chris O'Bryan wrote: > Could you try rerunning that same clone again with 1.8.5.2, but first > temporarily replace cygcrypto-1.0.0.dll with a copy of > cygcrypto-0.9.8.dll? I tried that. It doesn't work at all -

Re: AdminCygwin Release

2014-01-23 Thread Andrey Repin
Greetings, BGINFO4X! >> not the least of which is that it will be a burden for you to keep >> up-to-date. > I will not try to keep up-to-date. Only "major releases" will produce > a new .msi. Upgrades should be done via "apt-cyg". apt-cyg is NOT a supported way of updating Cygwin installation.

AW: [bulk] - Re: Reduce noise in dependency declaration during uninstall in setup.exe

2014-01-23 Thread DEWI - N. Zacharias
> -- Dipl. Phys. Norbert Zacharias Wind Measurements & Power Curve Measurements DEWI GmbH Ebertstrasse 96 26382 Wilhelmshaven Germany Tel.: +49 4421 4808 876 Fax: +49 4421 4808 843 Email: n.zachar...@dewi.de Home: http://w

Re: AdminCygwin Release

2014-01-23 Thread BGINFO4X
>>> You're actually treading on thin ice here since you are trying to get >>> help for a release that is not the subject of this mailing list. That >>> makes this whole discussion pretty much off-topic. >> >>Yes, I'm sorry. I will move the discussion to cygwin-talk list if you >>don't mind. > > Ac

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: Reduce noise in dependency declaration during uninstall in setup.exe

2014-01-23 Thread Warren Young
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 the scope of work, and some idea of how you'd want

Re: Win8 issue with pthread_once in ctor? (Re: Is there someone who have a same problem ?)

2014-01-23 Thread Christopher Faylor
On Thu, Jan 23, 2014 at 11:32:09AM +0100, Corinna Vinschen wrote: >On Jan 22 23:20, Yaakov (Cygwin/X) wrote: >> On 2014-01-22 15:56, Yaakov (Cygwin/X) wrote: >> >>I believe that there is a problem when p11-kit command runs on the >> >>cygwin64 under Windows 8. >> > >> >Confirmed with a fresh Window

Re: AdminCygwin Release

2014-01-23 Thread Christopher Faylor
On Thu, Jan 23, 2014 at 11:21:47AM +0100, BGINFO4X wrote: >> On Wed, Jan 22, 2014 at 06:48:02PM +0100, BGINFO4X wrote: >Hello everyone, > >I'm trying to create a "Small Admin Cywgin relase", called AdminCgwin. >If it works, I will upload to sourceforge. > >These are the main

Re: AdminCygwin Release

2014-01-23 Thread Chris J. Breisch
Christopher Faylor wrote: On Wed, Jan 22, 2014 at 07:17:29PM -0700, Tom Schutter wrote: Kitizo, I have an alternative solution that you may find helpful. I have created a batch file that automates the process of installing and updating cygwin. You can find the batch files at: https://github.

Re: AdminCygwin Release

2014-01-23 Thread BGINFO4X
cfg wrote: > Have I asked before if this is something that you'd like to put in the > release? I'm sure you could get the requisite number of votes to > include it. > > +1 Ok, I'm thinking about it. Regards. > cgf > > -- > Problem reports: http://cygwin.com/problems.html > FAQ:

Re: AdminCygwin Release

2014-01-23 Thread BGINFO4X
> Kitizo, I have an alternative solution that you may find helpful. I > have created a batch file that automates the process of installing and > updating cygwin. You can find the batch files at: > https://github.com/tschutter/AppData/tree/master/bin Kizito better. :) > The specific files you

[ANNOUNCEMENT] Updated: cppcheck-1.63-2

2014-01-23 Thread Chris Sutcliffe
Version 1.63-2 of cppcheck has been uploaded to correct the issue reported here: https://sourceware.org/ml/cygwin/2014-01/msg00312.html cppcheck is a tool for static C/C++ code analysis. It tries to detect bugs that your C/C++ compiler doesn't see. The goal is no false positives. cppcheck is v

Re: Maintainer for git?

2014-01-23 Thread Corinna Vinschen
On Jan 22 16:42, Chris O'Bryan wrote: > > On Mon, Jan 20, 2014 at 5:31 PM, Steven Penny wrote: > > > >> Are you certain the bug is present in Adam’s version? He has tested it here > >> > >> http://cygwin.com/ml/cygwin/2014-01/msg00085.html > > > > I just tried cloning something big again (the l

Re: AdminCygwin Release

2014-01-23 Thread BGINFO4X
>> -> Larry wrote: >> >>> Certainly this would have the potential to interfere with any existing >>> Cygwin installation. >> >> >> I have read that you can have more than one installation of cywgin in >> a single machine... > > > Yes, if it is managed properly. If not, bad things can still happen

Re: Win8 issue with pthread_once in ctor? (Re: Is there someone who have a same problem ?)

2014-01-23 Thread Corinna Vinschen
On Jan 22 23:20, Yaakov (Cygwin/X) wrote: > On 2014-01-22 15:56, Yaakov (Cygwin/X) wrote: > >>I believe that there is a problem when p11-kit command runs on the > >>cygwin64 under Windows 8. > > > >Confirmed with a fresh Windows 8 x64 installation, but not with 8.1. > >I'll have to look into this f

Re: AdminCygwin Release

2014-01-23 Thread BGINFO4X
> On Wed, Jan 22, 2014 at 06:48:02PM +0100, BGINFO4X wrote: Hello everyone, I'm trying to create a "Small Admin Cywgin relase", called AdminCgwin. If it works, I will upload to sourceforge. These are the main lines: 1- Create an installation windows package (.msi)

Re: Is there someone who have a same problem ?

2014-01-23 Thread Yaakov (Cygwin/X)
On 2014-01-22 15:56, Yaakov (Cygwin/X) wrote: I believe that there is a problem when p11-kit command runs on the cygwin64 under Windows 8. Confirmed with a fresh Windows 8 x64 installation, but not with 8.1. I'll have to look into this further. As a temporary workaround, Win8 x64 users may do