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

Server 10.1.17 fails to build using clang with c++11

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 10.1.17
    • 10.1.18, 5.5.53, 10.0.28
    • Compiling
    • FreeBSD 9.1-p24, amd46
      clang 3.4.2 from ports
      libc++ 208080 from ports
      CXXFLAGS+= -std=c++11 -stdlib=libc++
    • 10.1.18

    Description

      Clang fails to compile with "clang++ -std=c++11" or "clang++ -std=c++11 -stdlib=libc++". Issue was mostly fixed in MySQL in response to this 2012 bug

      /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/sql/sql_view.cc:765:3: error: non-constant-expression cannot be narrowed from type 'size_t' (aka 'unsigned long') to 'int' in initializer list [-Wc++11-narrowing]
        my_offsetof(TABLE_LIST, mariadb_version),
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/include/my_global.h:884:9: note: expanded from macro 'my_offsetof'
              ((size_t)((char *)&(((TYPE *)0x10)->MEMBER) - (char*)0x10))
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/sql/sql_view.cc:765:3: note: override this message by inserting an explicit cast
        my_offsetof(TABLE_LIST, mariadb_version),
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        static_cast<int>(                       )
      /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/include/my_global.h:884:9: note: expanded from macro 'my_offsetof'
              ((size_t)((char *)&(((TYPE *)0x10)->MEMBER) - (char*)0x10))
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      

      Attachments

        Activity

          fsbruva Matthew Kempe created issue -
          fsbruva Matthew Kempe made changes -
          Field Original Value New Value
          Description Clang fails to compile with "clang++ -std=c++11" or "clang++ -std=c++11 -stdlib=libc++". Issue was fixed in response to this [2012 mySQL bug|http://bugs.mysql.com/bug.php?id=66803]


          {code:shell}
          /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/sql/sql_view.cc:765:3: error: non-constant-expression cannot be narrowed from type 'size_t' (aka 'unsigned long') to 'int' in initializer list [-Wc++11-narrowing]
            my_offsetof(TABLE_LIST, mariadb_version),
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/include/my_global.h:884:9: note: expanded from macro 'my_offsetof'
                  ((size_t)((char *)&(((TYPE *)0x10)->MEMBER) - (char*)0x10))
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/sql/sql_view.cc:765:3: note: override this message by inserting an explicit cast
            my_offsetof(TABLE_LIST, mariadb_version),
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            static_cast<int>( )
          /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/include/my_global.h:884:9: note: expanded from macro 'my_offsetof'
                  ((size_t)((char *)&(((TYPE *)0x10)->MEMBER) - (char*)0x10))
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          {code}
          Clang fails to compile with "clang+\+ -std=c+\+11" or "clang+\+ -std=c+\+11 -stdlib=libc+\+". Issue was fixed in response to this [2012 mySQL bug|http://bugs.mysql.com/bug.php?id=66803]


          {code:shell}
          /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/sql/sql_view.cc:765:3: error: non-constant-expression cannot be narrowed from type 'size_t' (aka 'unsigned long') to 'int' in initializer list [-Wc++11-narrowing]
            my_offsetof(TABLE_LIST, mariadb_version),
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/include/my_global.h:884:9: note: expanded from macro 'my_offsetof'
                  ((size_t)((char *)&(((TYPE *)0x10)->MEMBER) - (char*)0x10))
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/sql/sql_view.cc:765:3: note: override this message by inserting an explicit cast
            my_offsetof(TABLE_LIST, mariadb_version),
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            static_cast<int>( )
          /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/include/my_global.h:884:9: note: expanded from macro 'my_offsetof'
                  ((size_t)((char *)&(((TYPE *)0x10)->MEMBER) - (char*)0x10))
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          {code}
          fsbruva Matthew Kempe made changes -
          Description Clang fails to compile with "clang+\+ -std=c+\+11" or "clang+\+ -std=c+\+11 -stdlib=libc+\+". Issue was fixed in response to this [2012 mySQL bug|http://bugs.mysql.com/bug.php?id=66803]


          {code:shell}
          /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/sql/sql_view.cc:765:3: error: non-constant-expression cannot be narrowed from type 'size_t' (aka 'unsigned long') to 'int' in initializer list [-Wc++11-narrowing]
            my_offsetof(TABLE_LIST, mariadb_version),
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/include/my_global.h:884:9: note: expanded from macro 'my_offsetof'
                  ((size_t)((char *)&(((TYPE *)0x10)->MEMBER) - (char*)0x10))
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/sql/sql_view.cc:765:3: note: override this message by inserting an explicit cast
            my_offsetof(TABLE_LIST, mariadb_version),
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            static_cast<int>( )
          /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/include/my_global.h:884:9: note: expanded from macro 'my_offsetof'
                  ((size_t)((char *)&(((TYPE *)0x10)->MEMBER) - (char*)0x10))
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          {code}
          Clang fails to compile with "clang+\+ -std=c+\+11" or "clang+\+ -std=c+\+11 -stdlib=libc+\+". Issue was fixed in MySQL in response to this [2012 bug|http://bugs.mysql.com/bug.php?id=66803]


          {code:shell}
          /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/sql/sql_view.cc:765:3: error: non-constant-expression cannot be narrowed from type 'size_t' (aka 'unsigned long') to 'int' in initializer list [-Wc++11-narrowing]
            my_offsetof(TABLE_LIST, mariadb_version),
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/include/my_global.h:884:9: note: expanded from macro 'my_offsetof'
                  ((size_t)((char *)&(((TYPE *)0x10)->MEMBER) - (char*)0x10))
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/sql/sql_view.cc:765:3: note: override this message by inserting an explicit cast
            my_offsetof(TABLE_LIST, mariadb_version),
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            static_cast<int>( )
          /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/include/my_global.h:884:9: note: expanded from macro 'my_offsetof'
                  ((size_t)((char *)&(((TYPE *)0x10)->MEMBER) - (char*)0x10))
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          {code}
          fsbruva Matthew Kempe made changes -
          Description Clang fails to compile with "clang+\+ -std=c+\+11" or "clang+\+ -std=c+\+11 -stdlib=libc+\+". Issue was fixed in MySQL in response to this [2012 bug|http://bugs.mysql.com/bug.php?id=66803]


          {code:shell}
          /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/sql/sql_view.cc:765:3: error: non-constant-expression cannot be narrowed from type 'size_t' (aka 'unsigned long') to 'int' in initializer list [-Wc++11-narrowing]
            my_offsetof(TABLE_LIST, mariadb_version),
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/include/my_global.h:884:9: note: expanded from macro 'my_offsetof'
                  ((size_t)((char *)&(((TYPE *)0x10)->MEMBER) - (char*)0x10))
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/sql/sql_view.cc:765:3: note: override this message by inserting an explicit cast
            my_offsetof(TABLE_LIST, mariadb_version),
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            static_cast<int>( )
          /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/include/my_global.h:884:9: note: expanded from macro 'my_offsetof'
                  ((size_t)((char *)&(((TYPE *)0x10)->MEMBER) - (char*)0x10))
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          {code}
          Clang fails to compile with "clang+\+ -std=c+\+11" or "clang+\+ -std=c+\+11 -stdlib=libc+\+". Issue was mostly fixed in MySQL in response to this [2012 bug|http://bugs.mysql.com/bug.php?id=66803]


          {code:shell}
          /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/sql/sql_view.cc:765:3: error: non-constant-expression cannot be narrowed from type 'size_t' (aka 'unsigned long') to 'int' in initializer list [-Wc++11-narrowing]
            my_offsetof(TABLE_LIST, mariadb_version),
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/include/my_global.h:884:9: note: expanded from macro 'my_offsetof'
                  ((size_t)((char *)&(((TYPE *)0x10)->MEMBER) - (char*)0x10))
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/sql/sql_view.cc:765:3: note: override this message by inserting an explicit cast
            my_offsetof(TABLE_LIST, mariadb_version),
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            static_cast<int>( )
          /usr/ports/databases/mariadb101-server/work/mariadb-10.1.17/include/my_global.h:884:9: note: expanded from macro 'my_offsetof'
                  ((size_t)((char *)&(((TYPE *)0x10)->MEMBER) - (char*)0x10))
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          {code}
          elenst Elena Stepanova made changes -
          Fix Version/s 10.1 [ 16100 ]
          Assignee Sergei Golubchik [ serg ]
          Labels clang
          serg Sergei Golubchik made changes -
          Sprint 10.1.18 [ 98 ]
          serg Sergei Golubchik made changes -
          Priority Critical [ 2 ] Major [ 3 ]
          serg Sergei Golubchik made changes -
          Status Open [ 1 ] In Progress [ 3 ]
          serg Sergei Golubchik made changes -
          Status In Progress [ 3 ] Stalled [ 10000 ]
          serg Sergei Golubchik made changes -
          Fix Version/s 5.5 [ 15800 ]
          Fix Version/s 10.0 [ 16000 ]
          serg Sergei Golubchik made changes -
          Fix Version/s 10.1.18 [ 22110 ]
          Fix Version/s 5.5.53 [ 22106 ]
          Fix Version/s 10.0.28 [ 22107 ]
          Fix Version/s 5.5 [ 15800 ]
          Fix Version/s 10.0 [ 16000 ]
          Fix Version/s 10.1 [ 16100 ]
          Resolution Fixed [ 1 ]
          Status Stalled [ 10000 ] Closed [ 6 ]
          serg Sergei Golubchik made changes -
          Workflow MariaDB v3 [ 76887 ] MariaDB v4 [ 150856 ]

          People

            serg Sergei Golubchik
            fsbruva Matthew Kempe
            Votes:
            0 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.