Re: GSOC 2015

2015-03-06 Thread Philippe Ombredanne
On Fri, Mar 6, 2015 at 7:17 AM, Amish Mittal wrote: > hi > i am Amish Mittal sutdent of IIT Guwahati (INDIA) , i have gone > through source code of strace 4.9 , i am interested in Structured output > project . it is mentioned in the project detail that there has been a > project on this to

Re: Advice on "Comprehensive test suite"

2015-03-06 Thread Philippe Ombredanne
On Thu, Mar 5, 2015 at 1:30 AM, Kai Zhao wrote: > Hello, > > I am Kai Zhao, and I am a third-year graduate student in Beijing > University of Posts and Telecommunications, China. Hi kai: Welcome to strace! > I am eager to take the "Comprehensive test suite" project for I have related > experie

Re: [GSOC2015] JSON Formatting

2015-03-06 Thread Louis Feuvrier
> A better way (which requires much more work of course) would be to > come with smaller incremental patches and clearly separate the parts > that are JSON-specific for later, focusing first on an incremental > refactoring and abstraction of the printf scattered code. I think adding abstraction wo

strace 4.10 released

2015-03-06 Thread Dmitry V. Levin
On Fri, Mar 06, 2015 at 12:05:18AM -0500, Mike Frysinger wrote: > looks like shipping time Thanks! strace 4.10 is tagged and uploaded. I'd like to use this opportunity to thank all who contributed to this release. $ git log v4.9..v4.10 | git shortlog -s 1 Aurelien Jacobs 5 Bart Van

Re: ./bootstrap failing

2015-03-06 Thread Christopher Covington
On 03/04/2015 10:16 AM, Dmitry V. Levin wrote: > On Wed, Mar 04, 2015 at 08:48:11AM -0500, Christopher Covington wrote: >> I'm getting the following error: >> >> ./bootstrap >> ln: failed to create symbolic link `tests-m32/Makefile': File exists > > Thanks, fixed. > >> Should the operation perhap

Re: strace 4.10 released

2015-03-06 Thread Philippe Ombredanne
On Fri, Mar 6, 2015 at 5:49 PM, Dmitry V. Levin wrote: > On Fri, Mar 06, 2015 at 12:05:18AM -0500, Mike Frysinger wrote: >> looks like shipping time > > Thanks! strace 4.10 is tagged and uploaded. > > I'd like to use this opportunity to thank all who contributed to this release. > > $ git log v4.

Re: ./bootstrap failing

2015-03-06 Thread Mike Frysinger
On 06 Mar 2015 13:29, Christopher Covington wrote: > On 03/04/2015 10:16 AM, Dmitry V. Levin wrote: > > On Wed, Mar 04, 2015 at 08:48:11AM -0500, Christopher Covington wrote: > >> I'm getting the following error: > >> > >> ./bootstrap > >> ln: failed to create symbolic link `tests-m32/Makefile': Fi

Re: ./bootstrap failing

2015-03-06 Thread Christopher Covington
Hi Mike, On 03/06/2015 02:43 PM, Mike Frysinger wrote: > On 06 Mar 2015 13:29, Christopher Covington wrote: >> I want this behavior so that from a simple shell script I can build the >> latest >> git checkout of strace, starting from the very beginning, in a directory that >> may have a previous

Re: GSOC 2015

2015-03-06 Thread Amish Mittal
hi Philippe Ombredanne i read last year's conversation , and i have created a small prototype of json output using -j option in argument list. https://github.com/amishasdf12/gsocStrace currently this works only with -T flag only. plz have a look on it and acknowledge me whether i am going

Re: GSOC 2015

2015-03-06 Thread Amish Mittal
hi Philippe Ombredanne plz find attached example with this maIl On Sat, Mar 7, 2015 at 7:26 AM, Amish Mittal wrote: > hi Philippe Ombredanne > i read last year's conversation , and i have created a small prototype > of json output using -j option in argument list. > https://github.com/am

Re: [GSOC2015] JSON Formatting

2015-03-06 Thread Dmitry V. Levin
On Fri, Mar 06, 2015 at 04:21:07PM +0100, Louis Feuvrier wrote: > > A better way (which requires much more work of course) would be to > > come with smaller incremental patches and clearly separate the parts > > that are JSON-specific for later, focusing first on an incremental > > refactoring and