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

LP:673634 - OQGraph SE does not compile in 5.2.2

    Details

    • Type: Bug
    • Status: Closed
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: None
    • Labels:

      Description

      1. ./configure --with-plugins=oqgraph --prefix=/home/mysql/product/mariadb-5.2.2
        succeeded but OQGraph was not enabled
      1. ./configure --with-plugin-oqgraph --prefix=/home/mysql/product/mariadb-5.2.2
        Failed because:

      checking for Boost usable by OQGraph engine... no
      configure: error: Plugin oqgraph cannot be built

      The first one should have failed as well...

        Gliffy Diagrams

          Attachments

            Activity

            Hide
            arjenlentz Arjen Lentz added a comment -

            Re: OQGraph SE does not compile in 5.2.2
            shinguz, please clarify... are you able to build mariadb 5.1 on the same machine?
            By the looks of the above, it appears you just don't the Boost Graph library installed - so unless you can build 5.1 with oqgraph and 5.2 breaks, I'm guessing that both would fail and that you simply need to install that library using the packaging system of your distro.

            Show
            arjenlentz Arjen Lentz added a comment - Re: OQGraph SE does not compile in 5.2.2 shinguz, please clarify... are you able to build mariadb 5.1 on the same machine? By the looks of the above, it appears you just don't the Boost Graph library installed - so unless you can build 5.1 with oqgraph and 5.2 breaks, I'm guessing that both would fail and that you simply need to install that library using the packaging system of your distro.
            Hide
            serg Sergei Golubchik added a comment -

            Re: [Bug 673634] [NEW] OQGraph SE does not compile in 5.2.2
            Hi, shinguz!

            On Nov 10, shinguz wrote:
            > Public bug reported:
            >
            > # ./configure --with-plugins=oqgraph --prefix=/home/mysql/product/mariadb-5.2.2
            > succeeded but OQGraph was not enabled
            >
            > # ./configure --with-plugin-oqgraph --prefix=/home/mysql/product/mariadb-5.2.2
            > Failed because:
            >
            > checking for Boost usable by OQGraph engine... no
            > configure: error: Plugin oqgraph cannot be built
            >
            > The first one should have failed as well...

            Fixed.

            Regards,
            Sergei

            Show
            serg Sergei Golubchik added a comment - Re: [Bug 673634] [NEW] OQGraph SE does not compile in 5.2.2 Hi, shinguz! On Nov 10, shinguz wrote: > Public bug reported: > > # ./configure --with-plugins=oqgraph --prefix=/home/mysql/product/mariadb-5.2.2 > succeeded but OQGraph was not enabled > > # ./configure --with-plugin-oqgraph --prefix=/home/mysql/product/mariadb-5.2.2 > Failed because: > > checking for Boost usable by OQGraph engine... no > configure: error: Plugin oqgraph cannot be built > > The first one should have failed as well... Fixed. Regards, Sergei
            Hide
            shinguz shinguz added a comment -

            AW: [Bug 673634] Re: OQGraph SE does not compile in 5.2.2
            Hi Arijen,

            shinguz, please clarify... are you able to build mariadb 5.1 on the same machine?
            By the looks of the
            above, it appears you just don't the Boost Graph library installed - so unless you can build 5.1 with oqgraph and 5.2
            breaks, I'm guessing that both would fail and that you simply need to install that library using the packaging system
            of your distro.

            Correct, the thing is, that it does NOT complain the missing library in the first case, but it
            should...

            Regards,
            Oli

            Show
            shinguz shinguz added a comment - AW: [Bug 673634] Re: OQGraph SE does not compile in 5.2.2 Hi Arijen, shinguz, please clarify... are you able to build mariadb 5.1 on the same machine? By the looks of the above, it appears you just don't the Boost Graph library installed - so unless you can build 5.1 with oqgraph and 5.2 breaks, I'm guessing that both would fail and that you simply need to install that library using the packaging system of your distro. Correct, the thing is, that it does NOT complain the missing library in the first case, but it should... Regards, Oli
            Hide
            arjenlentz Arjen Lentz added a comment -

            Re: [Bug 673634] [NEW] OQGraph SE does not compile in 5.2.2
            Hi Sergei

            On 11/11/2010, at 9:05 PM, Sergei wrote:

            > Hi, shinguz!
            >
            > On Nov 10, shinguz wrote:
            >> Public bug reported:
            >>
            >> # ./configure --with-plugins=oqgraph --prefix=/home/mysql/product/
            >> mariadb-5.2.2
            >> succeeded but OQGraph was not enabled
            >>
            >> # ./configure --with-plugin-oqgraph --prefix=/home/mysql/product/
            >> mariadb-5.2.2
            >> Failed because:
            >>
            >> checking for Boost usable by OQGraph engine... no
            >> configure: error: Plugin oqgraph cannot be built
            >>
            >> The first one should have failed as well...
            >
            > Fixed.

            Ok cool, are you updating this bug to patch committed then?

            Cheers,
            Arjen.

            Arjen Lentz, Exec.Director @ Open Query (http://openquery.com)
            Remote expertise & maintenance for MySQL/MariaDB server environments.

            Follow us at http://openquery.com/blog/ & http://twitter.com/openquery

            Show
            arjenlentz Arjen Lentz added a comment - Re: [Bug 673634] [NEW] OQGraph SE does not compile in 5.2.2 Hi Sergei On 11/11/2010, at 9:05 PM, Sergei wrote: > Hi, shinguz! > > On Nov 10, shinguz wrote: >> Public bug reported: >> >> # ./configure --with-plugins=oqgraph --prefix=/home/mysql/product/ >> mariadb-5.2.2 >> succeeded but OQGraph was not enabled >> >> # ./configure --with-plugin-oqgraph --prefix=/home/mysql/product/ >> mariadb-5.2.2 >> Failed because: >> >> checking for Boost usable by OQGraph engine... no >> configure: error: Plugin oqgraph cannot be built >> >> The first one should have failed as well... > > Fixed. Ok cool, are you updating this bug to patch committed then? Cheers, Arjen. – Arjen Lentz, Exec.Director @ Open Query ( http://openquery.com ) Remote expertise & maintenance for MySQL/MariaDB server environments. Follow us at http://openquery.com/blog/ & http://twitter.com/openquery
            Hide
            ratzpo Rasmus Johansson added a comment -

            Launchpad bug id: 673634

            Show
            ratzpo Rasmus Johansson added a comment - Launchpad bug id: 673634

              People

              • Assignee:
                serg Sergei Golubchik
                Reporter:
                shinguz shinguz
              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: