Re: refine of the GSOC project

2016-05-14 Thread Kamil Rytarowski
/usr/include/sys/signal.h says: #if (defined(_XOPEN_SOURCE) && defined(_XOPEN_SOURCE_EXTENDED)) || \ (_XOPEN_SOURCE - 0) >= 500 || defined(_NETBSD_SOURCE) If the posix standard says that it shall be defined, then we have got a bug. On 15.05.2016 03:18, Charles Cui wrote: > let's call this sm

Re: refine of the GSOC project

2016-05-14 Thread Charles Cui
let's call this small program as test.c. There is no problem when executing the command gcc test.c, However, when executing as gcc test.c -D_POSIX_C_SOURCE=200112L, it reports SA_ONSTACK is not declared. _POSIX_C_SOURCE is enabled by default in the benchmark suite. If you guys think this flag i

pkgin database error

2016-05-14 Thread James K. Lowden
I think the pkgin database for fetchmail is wrong atm, at least for amd64/7.0. I don't know what I can do locally, or where to report it. > $ ftp ftp://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/7.0/All/ < ls > EOF -rw-r--r-- 1 1364 netbsd 445324 May 3 14:24 fetchmail-6.3.22nb3.tg

Re: refine of the GSOC project

2016-05-14 Thread Charles Cui
For the errors in the second list, I applied part of your change, which is -lpthread -lrt -lm linked flags. I did not apply other changes in the patch, but if applied, most of errors in the second list will disappear. Besides, I used -D_NETBSD_SOURCE to make some variables accessible. Why do you th

Re: Teaching Apropos to Rank

2016-05-14 Thread Abhinav Upadhyay
Hi David, On Fri, May 13, 2016 at 2:56 AM, David Brownlee wrote: > Very cool - definitely looking forward to seeing the final result back > into apropos(1) :) Thanks :) > > As a possible future option are you planning on special handling of > multiple word searches - eg heavier weighting for th