Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5.39, 10.0.13
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.