Re: 64 bit Cywgin 2.5.2 on Wine: python fails with sem_init: Invalid argument

2016-07-04 Thread Corinna Vinschen
Hi Qian, On Jul 4 10:45, Qian Hong wrote: > Hi folks, > > When compiling 64 bit Cygwin on Wine, I found a python{2,3} failure > when building documentation [1]: > > xmlto --skip-validation --with-dblatex pdf -o cygwin-ug-net/ -m > /drone/src/github.com/cygwin/cygwin/winsup/doc/fo.xsl > /drone/s

Re: Repairing permissions after windows reinstall

2016-07-04 Thread Corinna Vinschen
On Jul 4 06:27, Andrey Repin wrote: > Greetings, Henry S. Thompson! > > > Andrey Repin writes: > > >> Greetings, Henry S. Thompson! > >> > >>> Good news: My cygwin file tree survived a Windows (10) reinstall > >>> Not-so-good news: I have a new SID, so not only do I not own those files > >>> any

how to compile cygwin from sources in cygwin(win 7)?

2016-07-04 Thread harryren0524
when i compiled cygwin2.5.2-1 from source code in cygwin 2.2.1-1(win 7),i got a error: c++wrap -O2 -g -fno-rtti -fno-exceptions -fno-use-cxa-atexit -Wall -Wstrict-aliasing -Wwrite-strings -fno-common -pipe -fbuiltin -fmessage-length=0 -MMD -Werror -fmerge-constants -ftracer -c -o autoload.o .

Re: how to compile cygwin from sources in cygwin(win 7)?

2016-07-04 Thread Marco Atzeri
On 04/07/2016 14:34, harryren0...@sina.com wrote: when i compiled cygwin2.5.2-1 from source code in cygwin 2.2.1-1(win 7),i got a error: c++wrap -O2 -g -fno-rtti -fno-exceptions -fno-use-cxa-atexit -Wall -Wstrict-aliasing -Wwrite-strings -fno-common -pipe -fbuiltin -fmessage-length=0 -MMD -W

Setup with HTTPS mirror

2016-07-04 Thread David Stacey
Hi. I'm setting up a local Cygwin package mirror, serving the files over HTTPS. I'm having difficulty getting the Setup executable to fetch the setup.ini file. Does Cygwin's setup support HTTPS, or is it HTTP only? Dave. -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: Setup with HTTPS mirror

2016-07-04 Thread Achim Gratz
David Stacey writes: > I'm setting up a local Cygwin package mirror, serving the files over > HTTPS. I'm having difficulty getting the Setup executable to fetch the > setup.ini file. Does Cygwin's setup support HTTPS, or is it HTTP only? I think it's HTTP only at the moment. I have no idea how di

Re: Setup with HTTPS mirror

2016-07-04 Thread David Stacey
On 04/07/16 19:20, Achim Gratz wrote: David Stacey writes: I'm setting up a local Cygwin package mirror, serving the files over HTTPS. I'm having difficulty getting the Setup executable to fetch the setup.ini file. Does Cygwin's setup support HTTPS, or is it HTTP only? I think it's HTTP only at

Autorebase hangs on install

2016-07-04 Thread Jack Bartley
Dear all, Thanks in advance for your help. First I ought to say that there are other instances of similar problems occurring on this mailing list-I've tried to follow the advice but after a decent amount of time and effort have not managed to resolve the issue. For the first time, I tried install

Re: Autorebase hangs on install

2016-07-04 Thread Marco Atzeri
On 04/07/2016 23:05, Jack Bartley wrote: Dear all, Thanks in advance for your help. First I ought to say that there are other instances of similar problems occurring on this mailing list-I've tried to follow the advice but after a decent amount of time and effort have not managed to resolve the

Re: Re: how to compile cygwin from sources in cygwin(win 7)?

2016-07-04 Thread harryren0524
- Original Message - From: Marco Atzeri To: cygwin@cygwin.com Subject: Re: how to compile cygwin from sources in cygwin(win 7)? Date: 2016-07-04 22:39 I configured like this: mkdir /oss/src mkdir /oss/build mkdir /oss/install cd build /oss/src/configure --prefix=/oss/install make >& mak

Re: Autorebase hangs on install

2016-07-04 Thread Achim Gratz
Jack Bartley writes: > For the first time, I tried installing the 64-bit Cygwin on my Windows > 7 machine using the setup-x86_64.exe. Once I reach > '/etc/postinstall/0p_000_autorebase.dash' the installation gets stuck. > I haven't waited at this stage for more than a few hours but I have > not got

How to build Emacs in Cygwin environment?

2016-07-04 Thread Xi Shen
Hi, I want to make some code change to Emacs for Windows, but first I need to setup the build environment. I got the Emacs git repo, and tried "config msdos", but I got "permission denied" error. If I execute "cmd" from Cygwin bash, I can execute "config msdos", but I got error about DJGPP. I mad