Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-3037

LP:756966 - OQGRAPH engine build problem on Win64

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • 10.0.7, 10.0.8, 10.0.9, 10.0.10
    • 10.0.11
    • None
    • Win64

    Description

      Vlad reports:

      The current state of OQGRAPH (on Windows) is that:

      • it can be built on 32 bit. Use the instruction on how to build MariaDB on
        Windows ( sent the link in one of me previous replies), additionally

      a) Download boost distribution and unpack it on some directory on the build
      machine (I'm unpacking it into C:\boost_1_46_1)

      b) set environment variable BOOST_ROOT to the root directory of the boost
      "installation" (on my machine it is C:\boost_1_46_1)

      c) apply this patch

      === modified file 'storage/oqgraph/CMakeLists.txt'
      — storage/oqgraph/CMakeLists.txt 2010-09-15 15:29:57 +0000
      +++ storage/oqgraph/CMakeLists.txt 2011-04-10 15:51:02 +0000
      @@ -13,6 +13,13 @@

      1. along with this program; if not, write to the Free Software
      2. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
        USA

      +FIND_PACKAGE(Boost)
      +
      +IF(Boost_FOUND)
      + INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS})
      + SET(CMAKE_REQUIRED_INCLUDES ${Boost_INCLUDE_DIRS})
      +ENDIF()
      +
      INCLUDE (CheckCXXSourceCompiles)
      CHECK_CXX_SOURCE_COMPILES(
      "#include <boost/version.hpp>

      • it cannot be built on 64 bit, due to "'boost::add_edge' : ambiguous call
        to overloaded function" errors (on both places where add_edge is used)
        The full error message is in the attachment. I cannot find trivial way to
        fix it (if you look at the message, even understanding what it says seems
        to require pretty good knowledge of boost graph templates and OQGRAPH
        structures)

      The above means I cannot just enable OQGRAPH with the a) b) c) steps above,
      as this will break entire build on 64 bit Windows. You need to fix this
      error, or alternatively be good with not having OQGRAPH on x64 (I can do
      that by adding some code to the above patch to disable 64 bit OQGRAPH
      builds).

      Attachments

        Activity

          arjenlentz Arjen Lentz (Inactive) created issue -
          ratzpo Rasmus Johansson (Inactive) made changes -
          Field Original Value New Value
          Resolution Won't Fix [ 2 ]
          Status Closed [ 6 ] Reopened [ 4 ]
          ratzpo Rasmus Johansson (Inactive) made changes -
          Labels Launchpad
          ratzpo Rasmus Johansson (Inactive) made changes -
          Resolution Won't Fix [ 2 ]
          Status Reopened [ 4 ] Closed [ 6 ]
          ratzpo Rasmus Johansson (Inactive) made changes -
          Key IMT-7151 MDEV-1216
          Project ImportTest [ 10200 ] MariaDB Development [ 10000 ]
          Workflow jira [ 20800 ] defaullt [ 22060 ]
          Assignee Antony T Curtis [ antonytcurtis ]
          ratzpo Rasmus Johansson (Inactive) made changes -
          Key IMT-7151 MDEV-2194
          Project ImportTest [ 10200 ] MariaDB Development [ 10000 ]
          Workflow jira [ 20800 ] defaullt [ 23038 ]
          ratzpo Rasmus Johansson (Inactive) made changes -
          Key IMT-7151 MDEV-3037
          Project ImportTest [ 10200 ] MariaDB Development [ 10000 ]
          Workflow jira [ 20800 ] defaullt [ 23881 ]
          andymc73 Andrew McDonnell made changes -
          Assignee Andrew McDonnell [ andymc73 ]
          Resolution Won't Fix [ 2 ]
          Status Closed [ 6 ] Reopened [ 4 ]
          andymc73 Andrew McDonnell made changes -
          Status Reopened [ 4 ] In Progress [ 3 ]
          andymc73 Andrew McDonnell made changes -
          Affects Version/s 10.0.10 [ 14500 ]
          Affects Version/s 10.0.9 [ 14400 ]
          Affects Version/s 10.0.8 [ 14200 ]
          Affects Version/s 10.0.7 [ 14100 ]
          Environment Win64
          Labels Launchpad Launchpad oqgraph
          andymc73 Andrew McDonnell made changes -
          Fix Version/s 10.0.11 [ 15200 ]
          Resolution Fixed [ 1 ]
          Status In Progress [ 3 ] Closed [ 6 ]
          serg Sergei Golubchik made changes -
          Workflow defaullt [ 23881 ] MariaDB v2 [ 44453 ]
          ratzpo Rasmus Johansson (Inactive) made changes -
          Workflow MariaDB v2 [ 44453 ] MariaDB v3 [ 61549 ]
          serg Sergei Golubchik made changes -
          Workflow MariaDB v3 [ 61549 ] MariaDB v4 [ 145572 ]

          People

            andymc73 Andrew McDonnell
            arjenlentz Arjen Lentz (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            2 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.