Re: emacs-w32 24.5.1: Crashes with --daemon and in About Emacs

2015-05-18 Thread Ken Brown
On 5/18/2015 1:57 AM, Martin Anantharaman wrote: Ken, so that we do not get side-tracke by differences in our emacs-customizations I now re-produced the error in a clean environment, i.e. I unset ALTERNATE_EDITOR and did the following: Did you also make sure that EMACS_SERVER_FILE was not

Re: File operations on a Windows Driver (character device)

2015-05-18 Thread Larry Hall (Cygwin)
On 05/18/2015 05:42 AM, Alessio Faina wrote: Hello everyone, I'm developing a port of a FreeBSD/Linux application that consists of two parts: a kernel and a user land part. The kernel part is build as a WDM driver and is compiled with VS2013 and WDK 8.1: the userspace is going to be compiled

Re: Issue while running Visual Studio's devenv through ssh

2015-05-18 Thread The General
I am aware that I am getting a Visual Studio error. The reason this problem is tied to Cygwin is when I log into W, open a Cygwin console, and run build.bat it works, but when I execute the procedure described below (executing build.bat from U through ssh using Cygwin's sshd running on W) it

Re: File operations on a Windows Driver (character device)

2015-05-18 Thread Alessio Faina
Ok thanks, I've been able to find the character device under /proc/sys/DosDevices/Global/deviceName; now I'm stuck with the mmap implementation; when I do mmap in the userland program it returns me errno 19 (#define ENODEV 19 /* No such device */) obviously because I haven't set anything in

Re: emacs-w32 24.5.1: Crashes with --daemon and in About Emacs

2015-05-18 Thread Ken Brown
On 5/18/2015 8:34 AM, Ken Brown wrote: On 5/18/2015 1:57 AM, Martin Anantharaman wrote: Ken, so that we do not get side-tracke by differences in our emacs-customizations I now re-produced the error in a clean environment, i.e. I unset ALTERNATE_EDITOR and did the following: Did you also make

RE: [EXTERNAL] Re: startxwin - xinit unable to connect to X server

2015-05-18 Thread Kunz, Christopher L
Looks like Jon was 100% correct. For me it appears to have been Symantec Endpoint Protection causing the problem. Updated / added exception and the problem has resolved. Thanks! -Original Message- From: Jon TURNEY [mailto:jon.tur...@dronecode.org.uk] Sent: Friday, May 15, 2015 11:02

Re: run.exe fails to start XWin in Windows 8.1

2015-05-18 Thread Jon TURNEY
On 02/05/2015 20:32, jaakov jaakov wrote: While executing the command Xwin Server from Windows 8.1, the server won't start. Apparently, the executed command is C:\cygwin64\bin\run.exe --quote /usr/bin/bash.exe -l -c cd; /usr/bin/startxwin The file C:\cygwin64\run.exe.stackdump is produced.

cygwin-2 process handling

2015-05-18 Thread Michael Mauger
Since the upgrade to cygwin-2 I've been having consistent problems using emacs. My emacs config has not changed and the most recent update to cygwin-2 has helped. I'm using the emacs-w32 executable and have numerous remote cygwin ssh sessions running underneath emacs so that I can edit remote

Re: run.exe fails to start XWin in Windows 8.1

2015-05-18 Thread Jaakov
While executing the command Xwin Server from Windows 8.1, the server won't start. Apparently, the executed command is C:\cygwin64\bin\run.exe --quote /usr/bin/bash.exe -l -c cd; /usr/bin/startxwin The file C:\cygwin64\run.exe.stackdump is produced. Instead I expect, however, an X server process

Cygwin - configure: error: Required header rpc/types.h not found

2015-05-18 Thread Gery .
Hello, I received a SUNRPC error after running ./configure on version 5.4.2220 in Cygwin (CYGWIN_NT-6.3-WOW64 gery 1.7.32(0.274/5/3) 2014-08-13 23:03 i686 Cygwin), here it is:     configure: error: Required header rpc/types.h not found, check include path and intsalled devel packages SUNRPC

Re: [ITA] inetutils

2015-05-18 Thread Andrew Schulman
On Apr 3 13:12, D. Boland wrote: I noticed that the package is orphaned. I 'd like to adopt it. Sure, adopting orphaned packages is super. Gold star awarded: http://cygwin.com/goldstars/#DB

Re: [ITA] xclip-0.12: Command line clipboard grabber

2015-05-18 Thread Andrew Schulman
On Apr 23 14:21, Dr. Volker Zell wrote: Marco Atzeri writes: On 4/23/2015 1:53 PM, Dr. Volker Zell wrote: Hi I would like to adopt and maintain the orphaned 'xclip' package. already your https://cygwin.com/cygwin-pkg-maint I

RE: Cygwin - configure: error: Required header rpc/types.h not found

2015-05-18 Thread Gery .
Add CPPFLAGS=-I/usr/include/tirpc to your configure flags. now found it, thanks for the tip again. Gery -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: [ITA] mosh

2015-05-18 Thread Andrew Schulman
On Fri, 2015-05-15 at 23:06 +0200, Achim Gratz wrote: Mosh has been orphaned by Reini Urban and the setup.hint in 32bit is currently having a wrong dependency. I'm using mosh and would like to take over maintenance. Since there was no intervening upstream release, I've simply rebuilt

Re: Obsolete dependency report, 2015-May-15 [GOLDSTAR]

2015-05-18 Thread Andrew Schulman
On Sat, 2015-05-16 at 10:56 +0200, Marco Atzeri wrote: I am uploading the dependencies of singular now and testing Yue's last monolithic proposal. If it passes the test as expected I will also upload both archs during weekend. Wonderful! Thank you very much for helping with this.

Re: [PLUSH HIPPO] Re: [ITA] maxima-5.35.1

2015-05-18 Thread Andrew Schulman
On Mon, 2015-05-18 at 17:41 -0400, Andrew Schulman wrote: On Mar 5 20:54, Achim Gratz wrote: In order to reap the fruits of Ken Brown's work on clisp and its dependencies (which seem to have escaped the attention of the plush hippo hordes so far) What? That's

Re: Cygwin - configure: error: Required header rpc/types.h not found

2015-05-18 Thread Yaakov Selkowitz
https://cygwin.com/acronyms/#PCYMTWLL ! On Mon, 2015-05-18 at 19:17 +, Gery . wrote: I received a SUNRPC error after running ./configure on version 5.4.2220 in Cygwin (CYGWIN_NT-6.3-WOW64 gery 1.7.32(0.274/5/3) 2014-08-13 23:03 i686 Cygwin), here it is: configure: error: Required

RE: Cygwin - configure: error: Required header rpc/types.h not found

2015-05-18 Thread Gery .
Thanks Yaakov for the quick reply, https://cygwin.com/acronyms/PCYMTWLL ! sorry for the long lines =) Add CPPFLAGS=-I/usr/include/tirpc to your configure flags. Thanks, but the problem remains. MB-System (the software I try to install) complains about rpc/: ... ... checking rpc/rpc.h

Re: [PLUSH HIPPO] Re: [ITA] cygwin-doc

2015-05-18 Thread Andrew Schulman
On Mar 13 14:29, Jon TURNEY wrote: As invited [1], I shall adopt the cygwin-doc package. That's definitely a pink plush hippo for you. I made you maintainer in cygwin-pkg-maint. Awarded! http://cygwin.com/goldstars/#JTy

Re: [PLUSH HIPPO] Re: [ITA] maxima-5.35.1

2015-05-18 Thread Yaakov Selkowitz
On Mon, 2015-05-18 at 17:41 -0400, Andrew Schulman wrote: On Mar 5 20:54, Achim Gratz wrote: In order to reap the fruits of Ken Brown's work on clisp and its dependencies (which seem to have escaped the attention of the plush hippo hordes so far) What? That's inexcusable.

rpc/types.h: No such file or directory

2015-05-18 Thread Gery .
I'm still installing MBsystem software in cygwin and it fails here: surf.h:58:23: fatal error: rpc/types.h: No such file or directory  #include rpc/types.h it doesn't find rpc/types.h, even though both are in /usr/include/tirpc/rpc. I run export CPPFLAGS=-I/usr/include/tirpc/rpc with no effect.

[ANNOUNCEMENT] Updated: vim-7.4.729-1

2015-05-18 Thread Yaakov Selkowitz
The following packages have been updated in the Cygwin distribution: * vim-7.4.729-1 * vim-common-7.4.729-1 * vim-minimal-7.4.729-1 * xxd-7.4.729-1 * gvim-7.4.729-1 Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set

[ANNOUNCEMENT] Updated: webkitgtk-2.0.4-4

2015-05-18 Thread Yaakov Selkowitz
The following packages have been updated in the Cygwin distribution: * libjavascriptcoregtk1.0_0-2.0.4-4 * libjavascriptcoregtk1.0-devel-2.0.4-4 * jsc1-2.0.4-4 * libjavascriptcoregtk3.0_0-2.0.4-4 * libjavascriptcoregtk3.0-devel-2.0.4-4 * jsc3-2.0.4-4 * libwebkitgtk1.0_0-2.0.4-4 *

[ANNOUNCEMENT] GNOME 3.14 updates, May 2015

2015-05-18 Thread Yaakov Selkowitz
The following packages (and their respective subpackages) have been updated in the Cygwin distribution: * clutter1.0-1.20.2-1 * evolution-data-server-3.12.11-2 * gedit-code-assistance-3.14.3-1 * gnome-control-center-3.14.5-1 * gnome-mines-3.14.2-1 * gnome-online-accounts-3.14.4-1 *

[ANNOUNCEMENT] Updated: ncurses-5.9-20150516-1

2015-05-18 Thread Yaakov Selkowitz
The following packages have been updated in the Cygwin distribution: * ncurses-5.9-20150516-1 * ncurses-demo-5.9-20150516-1 * libncurses10-5.9-20150516-1 (x86 only) * libncursesw10-5.9-20150516-1 * libncurses-devel-5.9-20150516-1 * terminfo-5.9-20150516-1 * terminfo-extra-5.9-20150516-1 Ncurses

Updated: vim-7.4.729-1

2015-05-18 Thread Yaakov Selkowitz
The following packages have been updated in the Cygwin distribution: * vim-7.4.729-1 * vim-common-7.4.729-1 * vim-minimal-7.4.729-1 * xxd-7.4.729-1 * gvim-7.4.729-1 Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set

[ANNOUNCEMENT] New: libepoxy-1.2-1

2015-05-18 Thread Yaakov Selkowitz
The following packages have been added to the Cygwin distribution: * libepoxy0-1.2-1 * libepoxy-devel-1.2-1 Epoxy is a library for handling OpenGL function pointer management for you. It hides the complexity of dlopen(), dlsym(), glXGetProcAddress(), eglGetProcAddress(), etc. from the app

Re: [PLUSH HIPPO] Re: [ITA] maxima-5.35.1

2015-05-18 Thread Andrew Schulman
On Mar 5 20:54, Achim Gratz wrote: In order to reap the fruits of Ken Brown's work on clisp and its dependencies (which seem to have escaped the attention of the plush hippo hordes so far) What? That's inexcusable. Andrew, one plush hippo for Ken, please. OK, sure. But I'm having

Updated: ncurses-5.9-20150516-1

2015-05-18 Thread Yaakov Selkowitz
The following packages have been updated in the Cygwin distribution: * ncurses-5.9-20150516-1 * ncurses-demo-5.9-20150516-1 * libncurses10-5.9-20150516-1 (x86 only) * libncursesw10-5.9-20150516-1 * libncurses-devel-5.9-20150516-1 * terminfo-5.9-20150516-1 * terminfo-extra-5.9-20150516-1 Ncurses

[ANNOUNCEMENT] Updated: harfbuzz-0.9.40-1

2015-05-18 Thread Yaakov Selkowitz
The following packages have been updated in the Cygwin distribution: * harfbuzz-0.9.40-1 * libharfbuzz0-0.9.40-1 * libharfbuzz-icu0-0.9.40-1 * libharfbuzz-devel-0.9.40-1 HarfBuzz is an OpenType text shaping engine. This is an update to the latest upstream release, built for icu-55. -- Yaakov

File operations on a Windows Driver (character device)

2015-05-18 Thread Alessio Faina
Hello everyone, I'm developing a port of a FreeBSD/Linux application that consists of two parts: a kernel and a user land part. The kernel part is build as a WDM driver and is compiled with VS2013 and WDK 8.1: the userspace is going to be compiled under Cygwin for compatibility with user land