Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
11.0.0, 10.10(EOL), 10.11
-
None
Description
Currently cross building in i686 gives error
> ctype-uca1400data.h
|
/bin/sh: 1: uca-dump: not found
|
Attached patch is made by Helmut Grohne.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Tuukka Pasanen [ JIRAUSER49166 ] |
Fix Version/s | N/A [ 14700 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Attachment | cross.patch [ 68514 ] |
Description |
Currently cross building in i686 gives error
{code} > ctype-uca1400data.h /bin/sh: 1: uca-dump: not found {code} |
Currently cross building in i686 gives error
{code} > ctype-uca1400data.h /bin/sh: 1: uca-dump: not found {code} Attached patch is made by Helmut Grohne. |
Status | In Progress [ 3 ] | Needs Feedback [ 10501 ] |
Assignee | Tuukka Pasanen [ JIRAUSER49166 ] | Andrew Hutchings [ JIRAUSER52179 ] |
Status | Needs Feedback [ 10501 ] | Open [ 1 ] |
Fix Version/s | 10.10.4 [ 28522 ] | |
Fix Version/s | N/A [ 14700 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
But the change https://github.com/MariaDB/server/commit/b5c367cd88e37091ab5f8dab0396c01c97d037e2 introduces below configure error.
| -- Performing Test HAVE_SYSTEM_LIBFMT
| CMake Error: try_run() invoked in cross-compiling mode, please set the following cache variables appropriately:
| HAVE_SYSTEM_LIBFMT_EXITCODE (advanced)
| -- Performing Test HAVE_SYSTEM_LIBFMT - Failed
[snip]