Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 01 Dec 2015 08:47:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 204251] databases/xtrabackup: Update to 2.3.2
Message-ID:  <bug-204251-13-RbcT5H8wRW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-204251-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-204251-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204251

--- Comment #2 from Thomas Babut <tbabut@mobileobjects.de> ---
Your build on FreeBSD 9.3 fails with:

[ 99%] Building CXX object sql/CMakeFiles/sql.dir/sql_udf.cc.o
cd /wrkdirs/usr/ports/databases/xtrabackup/work/percona-xtrabackup-2.3.2/sql &&
/usr/local/libexec/ccache/c++   -DHAVE_CONFIG_H -DHAVE_EVENT_SCHEDULER
-DMYSQL_SERVER
-I/wrkdirs/usr/ports/databases/xtrabackup/work/percona-xtrabackup-2.3.2/include
-I/wrkdirs/usr/ports/databases/xtrabackup/work/percona-xtrabackup-2.3.2/sql
-I/wrkdirs/usr/ports/databases/xtrabackup/work/percona-xtrabackup-2.3.2/regex
-I/wrkdirs/usr/ports/databases/xtrabackup/work/percona-xtrabackup-2.3.2/extra/yassl/include
-I/wrkdirs/usr/ports/databases/xtrabackup/work/percona-xtrabackup-2.3.2/extra/yassl/taocrypt/include
-O2 -pipe -fstack-protector -fno-strict-aliasing -Wall -Wextra
-Wformat-security -Wvla -Woverloaded-virtual -Wno-unused-parameter -O2 -pipe
-fstack-protector -fno-strict-aliasing -DDBUG_OFF   -DHAVE_YASSL -DYASSL_PREFIX
-DHAVE_OPENSSL -DMULTI_THREADED -o CMakeFiles/sql.dir/sql_udf.cc.o -c
/wrkdirs/usr/ports/databases/xtrabackup/work/percona-xtrabackup-2.3.2/sql/sql_udf.cc
/wrkdirs/usr/ports/databases/xtrabackup/work/percona-xtrabackup-2.3.2/storage/innobase/xtrabackup/src/backup_copy.cc:51:30:
error: version_check_pl.h: No such file or directory
/wrkdirs/usr/ports/databases/xtrabackup/work/percona-xtrabackup-2.3.2/storage/innobase/xtrabackup/src/backup_copy.cc:
In function 'void version_check()':
/wrkdirs/usr/ports/databases/xtrabackup/work/percona-xtrabackup-2.3.2/storage/innobase/xtrabackup/src/backup_copy.cc:1895:
error: 'version_check_pl' was not declared in this scope
[ 99%] Building CXX object sql/CMakeFiles/sql.dir/sql_union.cc.o

Currently I have only machines with FreeBSD 10.x and here it builds without any
problems.

And I don't know why this file is missing on your system during the compile
process: 

# find . -name version_check_pl.h
./work/percona-xtrabackup-2.3.2/storage/innobase/xtrabackup/src/version_check_pl.h

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204251-13-RbcT5H8wRW>