Re: [GENERAL] 9.3.5 failing to compile with dtrace on FreeBSD 10.1

2015-02-23 Thread Luca Ferrari
Thanks, I'm going to try this solution and report back also to the bug tracker I opened time ago: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196053 Luca On Sat, Jan 24, 2015 at 8:53 AM, Keith Fiske wrote: > Just wanted to thank Lacey for the assistance. I set up my first BSD server > rece

Re: [GENERAL] 9.3.5 failing to compile with dtrace on FreeBSD 10.1

2015-01-23 Thread Keith Fiske
Just wanted to thank Lacey for the assistance. I set up my first BSD server recently and installing things via ports had been going great until this. The docs don't mention how to enable the kernel modules permanently either, so thanks also for that additional note. https://www.freebsd.org/doc/en_U

Re: [GENERAL] 9.3.5 failing to compile with dtrace on FreeBSD 10.1

2014-12-22 Thread Lacey Powers
Hello Luca, I had some success getting PostgreSQL 9.4 to build on FreeBSD 10.1-p2 RELEASE with DTrace. The probes look fully functional, and fun to work with, though I haven't had time to get incredibly deep into using them.This is what worked for me, after much digging around. I was buildin

Re: [GENERAL] 9.3.5 failing to compile with dtrace on FreeBSD 10.1

2014-12-16 Thread Luca Ferrari
On Tue, Dec 16, 2014 at 4:06 PM, Tom Lane wrote: > If you want to push on this I think you'll need to find a BSD dtrace > expert. You shouldn't need to show him/her much except the above > dtrace invocation and the probes.d file. > I've filled a bug report and I'll report back here if I get any

Re: [GENERAL] 9.3.5 failing to compile with dtrace on FreeBSD 10.1

2014-12-16 Thread Tom Lane
Luca Ferrari writes: > I'm trying to compile 9.3.5 from ports on FreeBSD 10.1-release with > dtrace enabled. > It was a long time ago I looked at dtrace + PostgreSQL + FreeBSD (see > [1], [2]), so I'm not updated on how far it got. > The problem I have in compilation is as follows: > dtrace -C -h

Re: [GENERAL] 9.3.5 failing to compile with dtrace on FreeBSD 10.1

2014-12-16 Thread Vick Khera
On Tue, Dec 16, 2014 at 7:49 AM, Luca Ferrari wrote: > > Am I missing something? > FWIW I tried his a few times, in FreeBSD 9.3 and 10.0 with Pg 9.2 I believe. I've not ever had it build successfully. I don't know why it is an option on the port if it doesn't work. I never filed a bug report beca