Re: [Dmtcp-forum] Compile error

2016-10-25 Thread Kapil Arya
Hi Orion, Thanks for maintaining the fedora package! :-) I have a fix for it but forgot to push it upstream. I will try to push it in a day or so. Kapil On Tue, Oct 25, 2016 at 1:32 PM, Orion Poplawski wrote: > dmtcp fails to build on Fedora rawhide with glibc 2.24.90-13.fc26: > > In file inc

[Dmtcp-forum] Compile error

2016-10-25 Thread Orion Poplawski
dmtcp fails to build on Fedora rawhide with glibc 2.24.90-13.fc26: In file included from pid/pid.cpp:27:0: pid/pidwrappers.h:231:20: error: '__WAIT_STATUS' was not declared in this scope pid_t _real_wait(__WAIT_STATUS stat_loc); ^ pid/pidwrappers.h:235:21: error:

Re: [Dmtcp-forum] Compile error caused by configure flag

2012-02-24 Thread Harezga, Nick
nt to ensure that it wouldn't be an issue. -Original Message- From: Kapil Arya [mailto:ka...@ccs.neu.edu] Sent: Thursday, February 23, 2012 12:28 PM To: Harezga, Nick Cc: Gene Cooperman; dmtcp-forum@lists.sourceforge.net Subject: Re: [Dmtcp-forum] Compile error caused by configure flag O

Re: [Dmtcp-forum] Compile error caused by configure flag

2012-02-23 Thread Kapil Arya
On Thu, Feb 23, 2012 at 12:12 PM, Gene Cooperman wrote: > Kapil, >    When we were discussing this, we talked about using an older > version of DMTCP (before this broke).  We were guessing maybe > DMTCP 1.2.1.  Did you have a chance to look at that? > > Nick, >    You're also welcome to try out 1.

Re: [Dmtcp-forum] Compile error caused by configure flag

2012-02-23 Thread Kapil Arya
rya [mailto:ka...@ccs.neu.edu] > Sent: Thursday, February 23, 2012 12:03 AM > To: Gene Cooperman > Cc: Harezga, Nick; dmtcp-forum@lists.sourceforge.net > Subject: Re: [Dmtcp-forum] Compile error caused by configure flag > > Hi Nick, > > Thanks for reporting the bug. The configure f

Re: [Dmtcp-forum] Compile error caused by configure flag

2012-02-23 Thread Gene Cooperman
Kapil, When we were discussing this, we talked about using an older version of DMTCP (before this broke). We were guessing maybe DMTCP 1.2.1. Did you have a chance to look at that? Nick, You're also welcome to try out 1.2.1 directly on your app. Best, - Gene On Thu, Feb 23, 2012 at 12:

Re: [Dmtcp-forum] Compile error caused by configure flag

2012-02-23 Thread Harezga, Nick
ck; dmtcp-forum@lists.sourceforge.net Subject: Re: [Dmtcp-forum] Compile error caused by configure flag Hi Nick, Thanks for reporting the bug. The configure flag "--enable-external-socket-handling" pertains to an older piece of code. This option hasn't been exercised lately and is b

Re: [Dmtcp-forum] Compile error caused by configure flag

2012-02-22 Thread Kapil Arya
Hi Nick, Thanks for reporting the bug. The configure flag "--enable-external-socket-handling" pertains to an older piece of code. This option hasn't been exercised lately and is broken due to benign negligence. It has been on our todo list to replace this code with a newer design that uses DMTCP m

Re: [Dmtcp-forum] Compile error caused by configure flag

2012-02-22 Thread Gene Cooperman
Thanks for sending this report, Nick. We'll get back to you soon. Best wishes, - Gene On Wed, Feb 22, 2012 at 12:25:54PM +, Harezga, Nick wrote: > Hi all, > > After talking to Professor Cooperman yesterday, he recommended that I e-mail > the list with the issue that I am having. For some b

[Dmtcp-forum] Compile error caused by configure flag

2012-02-22 Thread Harezga, Nick
Hi all, After talking to Professor Cooperman yesterday, he recommended that I e-mail the list with the issue that I am having. For some background, I am attempting to checkpoint an IRC server (Unreal), which introduces external sockets. This works fine when I also checkpoint clients connected t