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

auth_socket.so does not build in kFreeBSD

    XMLWordPrintable

Details

    Description

      Building MariaDB 5.5.39 fails now due missing auth_socket.so file. See log at https://buildd.debian.org/status/fetch.php?pkg=mariadb-5.5&arch=kfreebsd-i386&ver=5.5.39-1&stamp=1407785424

      Visible warnings in the build log are at least

      /«PKGBUILDDIR»/cmd-line-utils/readline/complete.c: In function 'fnwidth':
      /«PKGBUILDDIR»/cmd-line-utils/readline/complete.c:605:8: warning: implicit declaration of function 'wcwidth' [-Wimplicit-function-declaration]
              w = wcwidth (wc);
              ^
      [  1%] Building C object strings/CMakeFiles/strings.dir/ctype-czech.c.o
      [  1%] Building C object cmd-line-utils/readline/CMakeFiles/readline.dir/bind.c.o
      [  1%] Building C object strings/CMakeFiles/strings.dir/ctype-euc_kr.c.o
      [  1%] Building C object strings/CMakeFiles/strings.dir/ctype-eucjpms.c.o
      [  1%] Building C object cmd-line-utils/readline/CMakeFiles/readline.dir/isearch.c.o
      [  1%] Building C object cmd-line-utils/readline/CMakeFiles/readline.dir/display.c.o
      /«PKGBUILDDIR»/cmd-line-utils/readline/display.c: In function 'rl_redisplay':
      /«PKGBUILDDIR»/cmd-line-utils/readline/display.c:714:8: warning: implicit declaration of function 'wcwidth' [-Wimplicit-function-declaration]
              temp = wcwidth (wc);
              ^
      /«PKGBUILDDIR»/cmd-line-utils/readline/mbutil.c: In function '_rl_find_next_mbchar_internal':
      /«PKGBUILDDIR»/cmd-line-utils/readline/mbutil.c:118:8: warning: implicit declaration of function 'wcwidth' [-Wimplicit-function-declaration]
              if (wcwidth (wc) == 0)
              ^
      /«PKGBUILDDIR»/strings/decimal.c: In function 'do_div_mod':
      /«PKGBUILDDIR»/strings/decimal.c:2139:55: warning: array subscript is below array bounds [-Warray-bounds]
         for (i= (prec2 - 1) % DIG_PER_DEC1; *buf2 < powers10[i--]; prec2--) ;
                                                             ^
      /«PKGBUILDDIR»/strings/decimal.c:2154:52: warning: array subscript is below array bounds [-Warray-bounds]
         for (i=(prec1-1) % DIG_PER_DEC1; *buf1 < powers10[i--]; prec1--) ;
                                                          ^
      /«PKGBUILDDIR»/strings/decimal.c:2139:55: warning: array subscript is below array bounds [-Warray-bounds]
         for (i= (prec2 - 1) % DIG_PER_DEC1; *buf2 < powers10[i--]; prec2--) ;
                                                             ^
      /«PKGBUILDDIR»/strings/decimal.c:2154:52: warning: array subscript is below array bounds [-Warray-bounds]
         for (i=(prec1-1) % DIG_PER_DEC1; *buf1 < powers10[i--]; prec1--) ;
                                                          ^
      [  4%] Building C object strings/CMakeFiles/strings.dir/dtoa.c.o
      /«PKGBUILDDIR»/strings/decimal.c: In function 'decimal_actual_fraction':
      /«PKGBUILDDIR»/strings/decimal.c:300:26: warning: array subscript is above array bounds [-Warray-bounds]
                *buf0 % powers10[i++] == 0;
                                ^
      /«PKGBUILDDIR»/strings/decimal.c:300:26: warning: array subscript is above array bounds [-Warray-bounds]
      /«PKGBUILDDIR»/strings/decimal.c: In function 'decimal2string':
      /«PKGBUILDDIR»/strings/decimal.c:264:56: warning: array subscript is below array bounds [-Warray-bounds]
           for (i= (intg - 1) % DIG_PER_DEC1; *buf0 < powers10[i--]; intg--) ;
                                                              ^
      /«PKGBUILDDIR»/strings/decimal.c:264:56: warning: array subscript is below array bounds [-Warray-bounds]
      /«PKGBUILDDIR»/strings/decimal.c: In function 'decimal2bin':
      /«PKGBUILDDIR»/strings/decimal.c:264:56: warning: array subscript is below array bounds [-Warray-bounds]
           for (i= (intg - 1) % DIG_PER_DEC1; *buf0 < powers10[i--]; intg--) ;
                                                              ^
      /«PKGBUILDDIR»/strings/decimal.c:264:56: warning: array subscript is below array bounds [-Warray-bounds]
      /«PKGBUILDDIR»/strings/decimal.c: In function 'decimal_shift':
      /«PKGBUILDDIR»/strings/decimal.c:478:31: warning: array subscript is below array bounds [-Warray-bounds]
           for (; *buf_beg < powers10[i--]; start++) ;
                                     ^
      /«PKGBUILDDIR»/strings/decimal.c:496:29: warning: array subscript is above array bounds [-Warray-bounds]
         for (; *buf_end % powers10[i++] == 0; stop--) {}
                                   ^
      /«PKGBUILDDIR»/strings/decimal.c:496:29: warning: array subscript is above array bounds [-Warray-bounds]
      /«PKGBUILDDIR»/strings/decimal.c:478:31: warning: array subscript is below array bounds [-Warray-bounds]
           for (; *buf_beg < powers10[i--]; start++) ;
                                     ^
      /«PKGBUILDDIR»/strings/decimal.c: In function 'decimal_intg':
      /«PKGBUILDDIR»/strings/decimal.c:264:56: warning: array subscript is below array bounds [-Warray-bounds]
           for (i= (intg - 1) % DIG_PER_DEC1; *buf0 < powers10[i--]; intg--) ;
                                                              ^
      /«PKGBUILDDIR»/strings/decimal.c:264:56: warning: array subscript is below array bounds [-Warray-bounds]
      /«PKGBUILDDIR»/sql/sql_yacc.yy:788.1-12: warning: deprecated directive, use '%pure-parser' [-Wdeprecated]
       %pure_parser                                    /* We have threads */
       ^^^^^^^^^^^^

      ..though these are only warnings, not errors, so the root cause may lie somewhere else.

      Attachments

        Issue Links

          Activity

            People

              serg Sergei Golubchik
              otto Otto Kekäläinen
              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.