Date: Mon, 04 Dec 2017 17:50:37 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 224089] databases/mariadb101-server: fails to build with boost 1.66 (OQGRAPH=on) Message-ID: <bug-224089-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224089 Bug ID: 224089 Summary: databases/mariadb101-server: fails to build with boost 1.66 (OQGRAPH=3Don) Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: brnrd@freebsd.org Reporter: jbeich@FreeBSD.org Blocks: 223922 Assignee: brnrd@freebsd.org Flags: maintainer-feedback?(brnrd@freebsd.org) As part of exp-run in bug 223922 this port was found to break on Boost upda= te. If the issue won't disappear on its own by Boost release I plan to mark OQG= RAPH option as BROKEN. Can you check with upstream maintainer or help with a fix? $ fetch -qo- 'https://reviews.freebsd.org/D13279?download=3Dtrue' | patch -= Efsp0 -d /usr/ports $ make all deinstall install clean -C/usr/ports/devel/boost-libs $ make -C/usr/ports/comms/usrp [...] In file included from storage/oqgraph/graphcore.cc:29: In file included from storage/oqgraph/graphcore-graph.h:28: In file included from storage/oqgraph/oqgraph_shim.h:28: storage/oqgraph/oqgraph_judy.h:66:24: error: too few arguments provided to function-like macro invocation return setbit(n); ^ /usr/include/sys/param.h:285:9: note: macro 'setbit' defined here #define setbit(a,i) (((unsigned char *)(a))[(i)/NBBY] |=3D 1<<((i)%NBBY= )) ^ In file included from storage/oqgraph/graphcore.cc:29: In file included from storage/oqgraph/graphcore-graph.h:28: In file included from storage/oqgraph/oqgraph_shim.h:28: storage/oqgraph/oqgraph_judy.h:118:36: error: too few arguments provided to function-like macro invocation judy_bitset& setbit(size_type n); ^ /usr/include/sys/param.h:285:9: note: macro 'setbit' defined here #define setbit(a,i) (((unsigned char *)(a))[(i)/NBBY] |=3D 1<<((i)%NBBY= )) ^ In file included from storage/oqgraph/graphcore.cc:29: In file included from storage/oqgraph/graphcore-graph.h:28: In file included from storage/oqgraph/oqgraph_shim.h:28: storage/oqgraph/oqgraph_judy.h:38:5: error: constructor for 'open_query::judy_bitset' must explicitly initialize the reference member 'setbit' judy_bitset() ^ storage/oqgraph/oqgraph_judy.h:118:18: note: declared here judy_bitset& setbit(size_type n); ^ storage/oqgraph/oqgraph_judy.h:42:5: error: constructor for 'open_query::judy_bitset' must explicitly initialize the reference member 'setbit' judy_bitset(const judy_bitset& src) ^ storage/oqgraph/oqgraph_judy.h:118:18: note: declared here judy_bitset& setbit(size_type n); ^ http://package23.nyi.freebsd.org/data/103i386-default-PR223922/2017-12-02_1= 1h06m37s/logs/errors/mariadb101-server-10.1.29.log http://package22.nyi.freebsd.org/data/103amd64-default-PR223922/2017-12-02_= 11h06m39s/logs/errors/mariadb101-server-10.1.29.log http://package22.nyi.freebsd.org/data/111amd64-default-PR223922/2017-12-03_= 09h31m05s/logs/errors/mariadb101-server-10.1.29.log http://package23.nyi.freebsd.org/data/111i386-default-PR223922/2017-12-03_0= 9h31m14s/logs/errors/mariadb101-server-10.1.29.log Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223922 [Bug 223922] devel/boost-all: Update to 1.66.0 (currently beta) --=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-224089-13>