[Bug 196053] New: PostgreSQL 9.3.5 fails to build when DTrace enabled

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Dec 17 07:39:50 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196053

            Bug ID: 196053
           Summary: PostgreSQL 9.3.5 fails to build when DTrace enabled
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: fluca1978 at gmail.com

Tested on FreeBSD-10.2-release.
When compiling PostgreSQL 9.3.5 from ports enabling dtrace the compilation
fails:


gmake -C utils probes.h
gmake[3]: Entering directory
'/mnt/ada1a/ports/databases/postgresql93-server/work/postgresql-9.3.5/src/backend/utils'
dtrace -C -h -s probes.d -o probes.h.tmp
dtrace: failed to compile script probes.d: "/usr/lib/dtrace/ip.d", line 2: type
redeclared: struct devinfo
Makefile:38: recipe for target 'probes.h' failed
gmake[3]: *** [probes.h] Error 1
gmake[3]: Leaving directory
'/mnt/ada1a/ports/databases/postgresql93-server/work/postgresql-9.3.5/src/backend/utils'
Makefile:157: recipe for target 'utils/probes.h' failed
gmake[2]: *** [utils/probes.h] Error 2
gmake[2]: Leaving directory
'/mnt/ada1a/ports/databases/postgresql93-server/work/postgresql-9.3.5/src/backend'
*** Error code 2


Tested on i386.
Cross link to pgsql-general mailing list:
http://www.spinics.net/lists/pgsql/msg156241.html

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list