[debian-mysql] Bug#933063: Bug#933063: character_set_client: latin1?

Otto Kekäläinen otto at debian.org
Thu Oct 1 07:44:36 BST 2020


That build log was from upstream 10.5 "master" branch, just as an
example to illustrate that we "globally" have these contents in
libmariadb-dev and libmariadbd-dev if you want to review that we are
shipping the right files.

The patch about DEFAULT_CHARSET I tested only locally, and local build
log shows:

...
make[1]: Entering directory '/tmp/build/source'
RULES.override_dh_auto_configure
dh_testdir
# Remove -DWITH_SSL=bundle if you want to use system OpenSSL, otherwise
# the server will use YaSSL and Connector/C will use GnuTLS.
# Don't build ColumnStore, not mature enough for Debian yet.
PATH=${MYSQL_BUILD_PATH:-"/usr/lib/ccache:/usr/local/bin:/usr/bin:/bin"} \
    NO_UPDATE_BUILD_VERSION=1 \
    dh_auto_configure --builddirectory=builddir -- \
     \
     \
    -DCOMPILATION_COMMENT="Debian unstable " \
    -DMYSQL_SERVER_SUFFIX="-2" \
    -DSYSTEM_TYPE="debian-linux-gnu" \
    -DBUILD_CONFIG=mysql_release \
    -DWITH_SSL=bundled \
    -DCONC_DEFAULT_CHARSET=utf8mb4 \
    -DPLUGIN_TOKUDB=NO \
    -DPLUGIN_CASSANDRA=NO \
    -DPLUGIN_AWS_KEY_MANAGEMENT=NO \
    -DPLUGIN_COLUMNSTORE=NO \
    -DWITH_INNODB_SNAPPY=ON \
    -DDEB=Debian
        install -d builddir
        cd builddir && cmake -DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFD
Re-run cmake no build system arguments
-- Running cmake version 3.18.2
-- The C compiler identification is GNU 10.2.0
-- The CXX compiler identification is GNU 10.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/lib/ccache/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/lib/ccache/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
...



More information about the pkg-mysql-maint mailing list