Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 11.0.0, 10.10(EOL), 10.11
    • 10.10.4
    • Platform Debian
    • 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

          Mingli-Yu Mingli-Yu added a comment - - edited

          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)
          | For details see /build/tmp-glibc/work/core2-64-wrs-linux/mariadb/10.11.7/build/TryRunResults.cmake
          | -- Performing Test HAVE_SYSTEM_LIBFMT - Failed
          [snip]
          

          Mingli-Yu Mingli-Yu added a comment - - edited 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) | For details see /build/tmp-glibc/work/core2- 64 -wrs-linux/mariadb/ 10.11 . 7 /build/TryRunResults.cmake | -- Performing Test HAVE_SYSTEM_LIBFMT - Failed [snip]

          I suspect, this means, you can run

          $ cmake -DHAVE_SYSTEM_LIBFMT_EXITCODE=0
          

          as a workaround. Or =1, depending on whether system libfmt is good or not.

          serg Sergei Golubchik added a comment - I suspect, this means, you can run $ cmake -DHAVE_SYSTEM_LIBFMT_EXITCODE=0 as a workaround. Or =1, depending on whether system libfmt is good or not.
          Mingli-Yu Mingli-Yu added a comment - - edited

          Thanks Sergei for your respond!
          The system libfmt is 10.2.1, so choose to define -DHAVE_SYSTEM_LIBFMT_EXITCODE=0.

          Mingli-Yu Mingli-Yu added a comment - - edited Thanks Sergei for your respond! The system libfmt is 10.2.1, so choose to define -DHAVE_SYSTEM_LIBFMT_EXITCODE=0.

          People

            TheLinuxJedi Andrew Hutchings (Inactive)
            illuusio Tuukka Pasanen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.