Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.5, 10.6
-
None
Description
Attempt to build MariaDB server on mac OS leads to compilation error:
[ 57%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/btr/btr0btr.cc.o
|
In file included from /Users/shulga/projects/mariadb/server-10.5/storage/innobase/btr/btr0btr.cc:41:
|
In file included from /Users/shulga/projects/mariadb/server-10.5/storage/innobase/include/trx0trx.h:34:
|
In file included from /Users/shulga/projects/mariadb/server-10.5/storage/innobase/include/trx0xa.h:27:
|
In file included from /Users/shulga/projects/mariadb/server-10.5/sql/handler.h:34:
|
/Users/shulga/projects/mariadb/server-10.5/sql/structs.h:877:14: error: implicit conversion loses integer
|
precision: 'ulong' (aka 'unsigned long') to '__darwin_suseconds_t' (aka 'int')
|
[-Werror,-Wshorten-64-to-32]
|
tv_usec= usec;
|
~ ^~~~
|
1 error generated.
|
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Affects Version/s | 10.5 [ 23123 ] | |
Affects Version/s | 10.5.8 [ 25023 ] |
Affects Version/s | 10.6 [ 24028 ] | |
Affects Version/s | 10.6.0 [ 24431 ] |
Fix Version/s | 10.5 [ 23123 ] | |
Fix Version/s | 10.6 [ 24028 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Dmitry Shulga [ JIRAUSER47315 ] | Sergei Golubchik [ serg ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Description |
Attempt to build MariaDB server on mac OS leads to compilation error:
[ 57%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/btr/btr0btr.cc.o In file included from /Users/shulga/projects/mariadb/server-10.5/storage/innobase/btr/btr0btr.cc:41: In file included from /Users/shulga/projects/mariadb/server-10.5/storage/innobase/include/trx0trx.h:34: In file included from /Users/shulga/projects/mariadb/server-10.5/storage/innobase/include/trx0xa.h:27: In file included from /Users/shulga/projects/mariadb/server-10.5/sql/handler.h:34: /Users/shulga/projects/mariadb/server-10.5/sql/structs.h:877:14: error: implicit conversion loses integer precision: 'ulong' (aka 'unsigned long') to '__darwin_suseconds_t' (aka 'int') [-Werror,-Wshorten-64-to-32] tv_usec= usec; ~ ^~~~ 1 error generated. |
Attempt to build MariaDB server on mac OS leads to compilation error:
{noformat} [ 57%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/btr/btr0btr.cc.o In file included from /Users/shulga/projects/mariadb/server-10.5/storage/innobase/btr/btr0btr.cc:41: In file included from /Users/shulga/projects/mariadb/server-10.5/storage/innobase/include/trx0trx.h:34: In file included from /Users/shulga/projects/mariadb/server-10.5/storage/innobase/include/trx0xa.h:27: In file included from /Users/shulga/projects/mariadb/server-10.5/sql/handler.h:34: /Users/shulga/projects/mariadb/server-10.5/sql/structs.h:877:14: error: implicit conversion loses integer precision: 'ulong' (aka 'unsigned long') to '__darwin_suseconds_t' (aka 'int') [-Werror,-Wshorten-64-to-32] tv_usec= usec; ~ ^~~~ 1 error generated. {noformat} |
Assignee | Sergei Golubchik [ serg ] | Dmitry Shulga [ JIRAUSER47315 ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Assignee | Dmitry Shulga [ JIRAUSER47315 ] | Sergei Golubchik [ serg ] |
Status | Stalled [ 10000 ] | In Review [ 10002 ] |
Assignee | Sergei Golubchik [ serg ] | Dmitry Shulga [ JIRAUSER47315 ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Assignee | Dmitry Shulga [ JIRAUSER47315 ] | Marko Mäkelä [ marko ] |
Status | Stalled [ 10000 ] | In Review [ 10002 ] |
Fix Version/s | 10.6 [ 24028 ] |
issue.field.resolutiondate | 2020-11-17 16:18:08.0 | 2020-11-17 16:18:08.002 |
Fix Version/s | 10.4.18 [ 25110 ] | |
Fix Version/s | 10.5.9 [ 25109 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Assignee | Marko Mäkelä [ marko ] | Dmitry Shulga [ JIRAUSER47315 ] |
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10002 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 115396 ] | MariaDB v4 [ 158540 ] |
The patch is ready for review in the branch bb-10.5-
MDEV-24115