Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.0.25, 10.1.10, 10.1.11
-
Fedora rawhide
-
10.2.1-4, 10.2.1-5, 10.0.26
Description
https://kojipkgs.fedoraproject.org//work/tasks/526/12700526/build.log
In file included from /builddir/build/BUILD/mariadb-10.1.10/storage/oqgraph/graphcore-graph.h:28:0,
|
from /builddir/build/BUILD/mariadb-10.1.10/storage/oqgraph/graphcore-graph.cc:26:
|
/builddir/build/BUILD/mariadb-10.1.10/storage/oqgraph/oqgraph_shim.h:261:13: error: 'no_graph_bundle' does not name a type
|
typedef no_graph_bundle type;
|
^
|
/builddir/build/BUILD/mariadb-10.1.10/storage/oqgraph/oqgraph_shim.h:267:13: error: 'no_vertex_bundle' does not name a type
|
typedef no_vertex_bundle type;
|
^
|
[ 33%] Building C object storage/myisam/CMakeFiles/myisam.dir/mi_static.c.o
|
/builddir/build/BUILD/mariadb-10.1.10/storage/oqgraph/oqgraph_shim.h:273:13: error: 'no_edge_bundle' does not name a type
|
typedef no_edge_bundle type;
|
^
|
Attachments
Issue Links
- links to
Activity
Field | Original Value | New Value |
---|---|---|
Description |
https://kojipkgs.fedoraproject.org//work/tasks/526/12700526/build.log In file included from /builddir/build/BUILD/mariadb-10.1.10/storage/oqgraph/graphcore-graph.h:28:0, from /builddir/build/BUILD/mariadb-10.1.10/storage/oqgraph/graphcore-graph.cc:26: /builddir/build/BUILD/mariadb-10.1.10/storage/oqgraph/oqgraph_shim.h:261:13: error: 'no_graph_bundle' does not name a type typedef no_graph_bundle type; ^ /builddir/build/BUILD/mariadb-10.1.10/storage/oqgraph/oqgraph_shim.h:267:13: error: 'no_vertex_bundle' does not name a type typedef no_vertex_bundle type; ^ [ 33%] Building C object storage/myisam/CMakeFiles/myisam.dir/mi_static.c.o /builddir/build/BUILD/mariadb-10.1.10/storage/oqgraph/oqgraph_shim.h:273:13: error: 'no_edge_bundle' does not name a type typedef no_edge_bundle type; ^ |
https://kojipkgs.fedoraproject.org//work/tasks/526/12700526/build.log {noformat} In file included from /builddir/build/BUILD/mariadb-10.1.10/storage/oqgraph/graphcore-graph.h:28:0, from /builddir/build/BUILD/mariadb-10.1.10/storage/oqgraph/graphcore-graph.cc:26: /builddir/build/BUILD/mariadb-10.1.10/storage/oqgraph/oqgraph_shim.h:261:13: error: 'no_graph_bundle' does not name a type typedef no_graph_bundle type; ^ /builddir/build/BUILD/mariadb-10.1.10/storage/oqgraph/oqgraph_shim.h:267:13: error: 'no_vertex_bundle' does not name a type typedef no_vertex_bundle type; ^ [ 33%] Building C object storage/myisam/CMakeFiles/myisam.dir/mi_static.c.o /builddir/build/BUILD/mariadb-10.1.10/storage/oqgraph/oqgraph_shim.h:273:13: error: 'no_edge_bundle' does not name a type typedef no_edge_bundle type; ^ {noformat} |
Component/s | Storage Engine - OQGRAPH [ 10130 ] | |
Assignee | Andrew McDonnell [ andymc73 ] |
Affects Version/s | 10.1.11 [ 21202 ] |
Fix Version/s | 10.1 [ 16100 ] |
Attachment | fix-ftbfs-boost1.60.patch [ 42048 ] |
Component/s | Packaging [ 10700 ] | |
Component/s | Platform Debian [ 10136 ] | |
Component/s | Platform RedHat [ 11302 ] | |
Fix Version/s | 10.0 [ 16000 ] | |
Affects Version/s | 10.0.25 [ 21701 ] | |
Labels | foundation |
Assignee | Andrew McDonnell [ andymc73 ] | Vicentiu Ciorbaru [ cvicentiu ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Sprint | 10.2.1-4 [ 66 ] |
Assignee | Vicentiu Ciorbaru [ cvicentiu ] | Sergei Golubchik [ serg ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Assignee | Sergei Golubchik [ serg ] | Vicentiu Ciorbaru [ cvicentiu ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Sprint | 10.2.1-4 [ 66 ] | 10.2.1-4, 10.2.1-5 [ 66, 68 ] |
Sprint | 10.2.1-4, 10.2.1-5 [ 66, 68 ] | 10.2.1-4, 10.2.1-5, 10.0.26 [ 66, 68, 73 ] |
Remote Link | This issue links to "github pr 186 (Web Link)" [ 27401 ] |
Labels | foundation | contribution foundation |
Priority | Major [ 3 ] | Critical [ 2 ] |
Fix Version/s | 10.0.26 [ 22016 ] | |
Fix Version/s | 10.0 [ 16000 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Fix Version/s | 10.1.15 [ 22018 ] |
Workflow | MariaDB v3 [ 73824 ] | MariaDB v4 [ 150047 ] |
It is actually documented here: https://mariadb.com/kb/en/mariadb/compiling-oqgraph/
but lets ask andymc73 if it's still supposed to be the case.