Date: Fri, 13 May 2016 07:51:22 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 209478] databases/postgis21: build failure: error: no member named 'aggcontext' in 'struct Message-ID: <bug-209478-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209478 Bug ID: 209478 Summary: databases/postgis21: build failure: error: no member named 'aggcontext' in 'struct Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: ohartman@zedat.fu-berlin.de CC: harrison.grundy@astrodoggroup.com Flags: maintainer-feedback?(harrison.grundy@astrodoggroup.com ) CC: harrison.grundy@astrodoggroup.com On CURRENT ( FreeBSD 11.0-CURRENT #1 r299604: Fri May 13 09:23:54 CEST 2016 amd64) I face this failure when trying to install postgis21: [...] cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -O2 -pipe -O3 -march=3Dnative -O3 -funroll-loops -fstack-protector -fno-strict-aliasing = -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include=20 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I./ -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include -I/usr/local/include -I/usr/local/include -c -o postgis_module.o postgis_module.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -O2 -pipe -O3 -march=3Dnative -O3 -funroll-loops -fstack-protector -fno-strict-aliasing = -fPIC -DPIC -I../liblwgeom -I../libpgcommon -I/usr/local/include=20 -I/usr/local/include/libxml2 -I/usr/include -I/usr/local/include -fPIC -I. -I./ -I/usr/local/include/postgresql/server -I/usr/local/include/postgresql/internal -I/usr/local/include -I/usr/local/include -I/usr/local/include -c -o lwgeom_accum.o lwgeom_accu= m.c lwgeom_accum.c:109:48: error: no member named 'aggcontext' in 'struct AggState'; did you mean 'aggcontexts'? aggcontext =3D ((AggState *) fcinfo->context)->aggcontext; ^~~~~~~~~~ aggcontexts /usr/local/include/postgresql/server/nodes/execnodes.h:1842:16: note: 'aggcontexts' declared here --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209478-13>