Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 453606 Details for
Bug 600074
app-backup/bareos-16.2.4 fails to compile: Makefile:164: recipe for target 'python-sd.lo' failed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
build.log (text/plain), 78.07 KB, created by
Berthold Humkamp
on 2016-11-17 08:54:15 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Berthold Humkamp
Created:
2016-11-17 08:54:15 UTC
Size:
78.07 KB
patch
obsolete
> * Package: app-backup/bareos-16.2.4 > * Repository: gentoo > * Maintainer: mschiff@gentoo.org > * USE: X abi_x86_64 acl amd64 director elibc_glibc gnutls ipv6 kernel_linux mysql postgres python python_targets_python2_7 qt4 readline sqlite ssl storage-daemon tcpd userland_GNU > * FEATURES: compressdebug preserve-libs sandbox splitdebug userpriv usersandbox >>>> Unpacking source... >>>> Unpacking bareos-16.2.4.tar.gz to /var/tmp/portage/app-backup/bareos-16.2.4/work >>>> Source unpacked in /var/tmp/portage/app-backup/bareos-16.2.4/work >>>> Preparing source in /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4 ... > * Applying bareos-12.4.5-Makefile.patch ... > [ ok ] > * Applying bareos-12.4.5-bat-ldflags.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4 ... > * econf: updating bareos-Release-16.2.4/autoconf/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating bareos-Release-16.2.4/autoconf/config.guess with /usr/share/gnuconfig/config.guess >./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --docdir=/usr/share/doc/bareos-16.2.4 --htmldir=/usr/share/doc/bareos-16.2.4/html --with-pid-dir=/run/bareos --sysconfdir=/etc --with-subsys-dir=/run/lock/subsys --with-working-dir=/var/lib/bareos --with-logdir=/var/log/bareos --with-scriptdir=/usr/libexec/bareos --with-plugindir=/usr/lib64/bareos/plugin --with-backenddir=/usr/lib64/bareos/backend --with-dir-user=bareos --with-dir-group=bareos --with-sd-user=root --with-sd-group=bareos --with-fd-user=root --with-fd-group=bareos --with-sbin-perm=0755 --with-systemd --enable-dynamic-cats-backends --enable-dynamic-storage-backends --enable-batch-insert --disable-afs --host=x86_64-pc-linux-gnu --enable-bat --enable-traymonitor --with-x --enable-acl --enable-ipv6 --disable-ndmp --enable-readline --disable-conio --disable-scsi-crypto --disable-sql-pooling --without-fastlz --with-mysql --with-postgresql --with-python --with-readline --with-sqlite3 --with-openssl --with-tcp-wrappers --disable-lmdb --without-glusterfs --without-rados --without-rados-striper --without-cephfs --without-jansson >checking for true... /bin/true >checking for false... /bin/false >configuring for Bareos 16.2.4 (01 July 2016) >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc >checking whether the C compiler works... yes >checking for C compiler default output file name... a.out >checking for suffix of executables... >checking whether we are cross compiling... no >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ >checking whether we are using the GNU C++ compiler... yes >checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes >checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together... yes >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking whether x86_64-pc-linux-gnu-gcc needs -traditional... no >checking for x86_64-pc-linux-gnu-g++... /usr/bin/x86_64-pc-linux-gnu-g++ >checking for a BSD-compatible install... /usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c >checking for mv... /bin/mv >checking for rm... /bin/rm >checking for echo... /bin/echo >checking for cp... /bin/cp >checking for sed... /bin/sed >checking for cmp... /usr/bin/cmp >checking for tbl... /usr/bin/tbl >checking for ar... /usr/bin/ar >checking for openssl... /usr/bin/openssl >checking for mtx... /usr/sbin/mtx >checking for dd... /bin/dd >checking for python... /usr/bin/python2.7 >checking for pkg-config... /usr/bin/pkg-config >checking for qmake... /usr/bin/qmake >checking for gmake... /usr/bin/gmake >checking for pidof... /usr/bin/pidof >checking for pgrep... /usr/bin/pgrep >checking for gcore... /usr/bin/gcore >checking for gdb... /usr/bin/gdb >checking for dbx... no >checking for mdb... no >checking for gawk... gawk >checking for gawk... /usr/bin/gawk >checking build system type... x86_64-pc-linux-gnu >checking host system type... x86_64-pc-linux-gnu >checking how to print strings... printf >checking for a sed that does not truncate output... (cached) /bin/sed >checking for fgrep... /bin/grep -F >checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld >checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes >checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-pc-linux-gnu-nm -B >checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface... BSD nm >checking whether ln -s works... yes >checking the maximum length of command line arguments... 1572864 >checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop >checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop >checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r >checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump >checking how to recognize dependent libraries... pass_all >checking for x86_64-pc-linux-gnu-dlltool... no >checking for dlltool... no >checking how to associate runtime and link libraries... printf %s\n >checking for x86_64-pc-linux-gnu-ar... /usr/bin/ar >checking for archiver @FILE support... @ >checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip >checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib >checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object... ok >checking for sysroot... no >checking for a working dd... /bin/dd >checking how to truncate binary pipes... /bin/dd bs=4096 count=1 >checking for x86_64-pc-linux-gnu-mt... no >checking for mt... mt >checking if mt is a manifest tool... no >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking for dlfcn.h... yes >checking for objdir... .libs >checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no >checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC >checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes >checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes >checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes >checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes >checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes >checking whether -lc should be explicitly linked in... no >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking whether stripping libraries is possible... yes >checking if libtool supports shared libraries... yes >checking whether to build shared libraries... yes >checking whether to build static libraries... no >checking how to run the C++ preprocessor... /usr/bin/x86_64-pc-linux-gnu-g++ -E >checking for ld used by /usr/bin/x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 >checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes >checking whether the /usr/bin/x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes >checking for /usr/bin/x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC -DPIC >checking if /usr/bin/x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes >checking if /usr/bin/x86_64-pc-linux-gnu-g++ static flag -static works... yes >checking if /usr/bin/x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes >checking if /usr/bin/x86_64-pc-linux-gnu-g++ supports -c -o file.o... (cached) yes >checking whether the /usr/bin/x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes >checking dynamic linker characteristics... (cached) GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking for library containing dlopen... -ldl >checking for dlerror... yes >checking for shl_load... no >checking for shl_load in -ldld... no >checking for dld_link in -ldld... no >checking for Operating System Distribution... done >checking for OBS OS Distribution... done >checking whether make sets $(MAKE)... yes >checking whether NLS is requested... yes >checking for msgfmt... /usr/bin/msgfmt >checking for gmsgfmt... /usr/bin/gmsgfmt >checking for xgettext... /usr/bin/xgettext >checking for msgmerge... /usr/bin/msgmerge >checking for ld used by GCC... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 >checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes >checking for shared library run path origin... done >checking for CFPreferencesCopyAppValue... no >checking for CFLocaleCopyCurrent... no >checking whether NLS is requested... yes >checking for GNU gettext in libc... yes >checking whether to use NLS... yes >checking where the gettext function comes from... libc >checking for msgfmt... (cached) /usr/bin/msgfmt >checking curses.h usability... yes >checking curses.h presence... yes >checking for curses.h... yes >checking for tgetent in -ltinfo... no >checking for tgetent in -lncurses... yes >checking /usr/include/readline/readline.h usability... yes >checking /usr/include/readline/readline.h presence... yes >checking for /usr/include/readline/readline.h... yes >checking whether stat file-mode macros are broken... no >checking for dirent.h that defines DIR... yes >checking for library containing opendir... none required >checking glob.h usability... yes >checking glob.h presence... yes >checking for glob.h... yes >checking poll.h usability... yes >checking poll.h presence... yes >checking for poll.h... yes >checking sys/poll.h usability... yes >checking sys/poll.h presence... yes >checking for sys/poll.h... yes >checking for glob... yes >checking for strcasecmp... yes >checking for select... yes >checking for poll... yes >checking for setenv... yes >checking for putenv... yes >checking for tcgetattr... yes >checking for lstat... yes >checking for lchown... yes >checking for lchmod... no >checking for utimes... yes >checking for lutimes... yes >checking for futimes... yes >checking for futimens... yes >checking for fchmod... yes >checking for fchown... yes >checking for nanosleep... yes >checking for nl_langinfo... yes >checking varargs.h usability... no >checking varargs.h presence... no >checking for varargs.h... no >checking for cmocka support... checking for setjmp.h... yes >checking for cmocka.h... no >no >checking for Python support... /usr/bin/python-config: line 6: /usr/bin/python-config-2.7: No such file or directory >/usr/bin/python-config: line 6: /usr/bin/python-config-2.7: No such file or directory >yes >configure: checking for more Python libs >checking for library containing shm_open... -lrt >checking for openpty in -lutil... yes >checking for socket... yes >using socket from libc >checking for library containing nanosleep... none required >checking for libwrap... yes >checking for OpenSSL... no >checking for library containing dlopen... (cached) -ldl >checking for logrotate... /usr/bin/logrotate >checking for PostgreSQL support... yes >checking for crypt... no >checking for crypt in -lcrypt... yes >checking for PQisthreadsafe in -lpq... yes >checking for PQputCopyData in -lpq... yes >checking for MySQL support... yes >checking for mysql_thread_safe in -lmysqlclient_r... yes >checking for MySQL embedded support... no >checking for SQLite3 support... yes >checking for sqlite3_threadsafe in -lsqlite3... yes >checking for x86_64-pc-linux-gnu-getconf... no >checking for getconf... getconf >checking for CFLAGS value to request large file support... >checking for LDFLAGS value to request large file support... >checking for LIBS value to request large file support... >checking for _FILE_OFFSET_BITS... 64 >checking for _LARGEFILE_SOURCE... 1 >checking for _LARGE_FILES... 1 >checking for X... libraries , headers >checking for gethostbyname... yes >checking for connect... yes >checking for remove... yes >checking for shmat... yes >checking for IceConnectionNumber in -lICE... yes >checking assert.h usability... yes >checking assert.h presence... yes >checking for assert.h... yes >checking dl.h usability... no >checking dl.h presence... no >checking for dl.h... no >checking for dlfcn.h... (cached) yes >checking fcntl.h usability... yes >checking fcntl.h presence... yes >checking for fcntl.h... yes >checking grp.h usability... yes >checking grp.h presence... yes >checking for grp.h... yes >checking pwd.h usability... yes >checking pwd.h presence... yes >checking for pwd.h... yes >checking libc.h usability... no >checking libc.h presence... no >checking for libc.h... no >checking limits.h usability... yes >checking limits.h presence... yes >checking for limits.h... yes >checking stdarg.h usability... yes >checking stdarg.h presence... yes >checking for stdarg.h... yes >checking for stdlib.h... (cached) yes >checking for stdint.h... (cached) yes >checking for inttypes.h... (cached) yes >checking for string.h... (cached) yes >checking for strings.h... (cached) yes >checking termios.h usability... yes >checking termios.h presence... yes >checking for termios.h... yes >checking termcap.h usability... yes >checking termcap.h presence... yes >checking for termcap.h... yes >checking term.h usability... yes >checking term.h presence... yes >checking for term.h... yes >checking for unistd.h... (cached) yes >checking sys/bitypes.h usability... yes >checking sys/bitypes.h presence... yes >checking for sys/bitypes.h... yes >checking sys/byteorder.h usability... no >checking sys/byteorder.h presence... no >checking for sys/byteorder.h... no >checking sys/ioctl.h usability... yes >checking sys/ioctl.h presence... yes >checking for sys/ioctl.h... yes >checking sys/select.h usability... yes >checking sys/select.h presence... yes >checking for sys/select.h... yes >checking sys/socket.h usability... yes >checking sys/socket.h presence... yes >checking for sys/socket.h... yes >checking sys/sockio.h usability... no >checking sys/sockio.h presence... no >checking for sys/sockio.h... no >checking for sys/stat.h... (cached) yes >checking sys/time.h usability... yes >checking sys/time.h presence... yes >checking for sys/time.h... yes >checking for sys/types.h... (cached) yes >checking arpa/nameser.h usability... yes >checking arpa/nameser.h presence... yes >checking for arpa/nameser.h... yes >checking mtio.h usability... no >checking mtio.h presence... no >checking for mtio.h... no >checking sys/dl.h usability... no >checking sys/dl.h presence... no >checking for sys/dl.h... no >checking sys/mtio.h usability... yes >checking sys/mtio.h presence... yes >checking for sys/mtio.h... yes >checking sys/tape.h usability... no >checking sys/tape.h presence... no >checking for sys/tape.h... no >checking regex.h usability... yes >checking regex.h presence... yes >checking for regex.h... yes >checking for ANSI C header files... (cached) yes >checking whether sys/types.h defines makedev... yes >checking for dirent.h that defines DIR... (cached) yes >checking for library containing opendir... (cached) none required >checking whether stat file-mode macros are broken... (cached) no >checking for sys/wait.h that is POSIX.1 compatible... yes >checking whether time.h and sys/time.h may both be included... yes >checking for struct stat.st_blksize... yes >checking for struct stat.st_blocks... yes >checking whether struct tm is in sys/time.h or time.h... time.h >checking for struct tm.tm_zone... yes >checking for utime.h... yes >checking for socklen_t... yes >checking for ioctl_req_t... yes >checking for typeof... yes >checking for an ANSI C-conforming const... yes >checking whether byte ordering is bigendian... no >checking how to get filesystem type... 4.3BSD >checking sys/statvfs.h usability... yes >checking sys/statvfs.h presence... yes >checking for sys/statvfs.h... yes >checking return type of signal handlers... void >checking for type of signal functions... posix >checking for mode_t... yes >checking for uid_t in sys/types.h... yes >checking for size_t... yes >checking for pid_t... yes >checking for off_t... yes >checking for intptr_t... yes >checking for uintptr_t... yes >checking for ino_t... yes >checking for dev_t... yes >checking for daddr_t... yes >checking for major_t... no >checking for minor_t... no >checking for ssize_t... yes >checking for struct stat.st_blocks... (cached) yes >checking for struct stat.st_rdev... yes >checking whether struct tm is in sys/time.h or time.h... (cached) time.h >checking for an ANSI C-conforming const... (cached) yes >checking size of char... 1 >checking size of short int... 2 >checking size of int... 4 >checking size of long int... 8 >checking size of long long int... 8 >checking size of int *... 8 >checking for u_int type... yes >checking for intmax_t type... yes >checking for u_intmax_t type... no >checking for intXX_t types... yes >checking for int64_t type... yes >checking for u_intXX_t types... yes >checking for u_int64_t types... yes >checking for uintXX_t types in sys/bitypes.h... no >checking for fork... yes >checking for getcwd... yes >checking for gethostname... yes >checking for getpid... yes >checking for gettimeofday... yes >checking for setpgid... yes >checking for setpgrp... yes >checking for setsid... yes >checking for signal... yes >checking for strerror... yes >checking for strncmp... yes >checking for strncpy... yes >checking for vfprintf... yes >checking whether F_CLOSEM is declared... no >checking for bcopy... yes >checking for closefrom... no >checking for getpagesize... yes >checking for malloc_trim... yes >checking for backtrace_symbols... yes >checking for backtrace... yes >checking execinfo.h usability... yes >checking execinfo.h presence... yes >checking for execinfo.h... yes >checking cxxabi.h usability... yes >checking cxxabi.h presence... yes >checking for cxxabi.h... yes >checking for fchdir... yes >checking for strtoll... yes >checking for posix_fadvise... yes >checking for fdatasync... yes >checking for chflags... no >checking for snprintf... yes >checking for vsnprintf... yes >checking for gethostid... yes >checking for fseeko... yes >checking for va_copy... yes >checking for localtime_r... yes >checking for readdir_r... yes >checking for strerror_r... yes >checking for gethostbyname_r... yes >using gethostbyname_r from resolver in libc >checking for inet_pton... yes >checking for inet_ntop... yes >checking for gethostbyname2... yes >checking for struct sockaddr has a sa_len field... no >checking for working getaddrinfo... yes >checking for gai_strerror... yes >checking for strftime... yes >checking for vprintf... yes >checking for _doprnt... no >checking for working alloca.h... yes >checking for alloca... yes >checking for library containing getmntent... none required >checking for getmntinfo... no >checking whether closedir returns void... no >checking whether setpgrp takes no argument... yes >checking for gettext in -lintl... no >checking for getpwnam in -lsun... no >checking zlib.h usability... yes >checking zlib.h presence... yes >checking for zlib.h... yes >checking for compressBound in zlib library... yes >checking for deflate in zlib library... yes >checking lzo/lzoconf.h usability... yes >checking lzo/lzoconf.h presence... yes >checking for lzo/lzoconf.h... yes >checking lzo/lzo1x.h usability... yes >checking lzo/lzo1x.h presence... yes >checking for lzo/lzo1x.h... yes >checking for lzo1x_1_compress in lzo library... yes >checking fastlzlib.h usability... no >checking fastlzlib.h presence... no >checking for fastlzlib.h... no >checking for fastlzlibCompress in fastlz library... no >checking sys/acl.h usability... yes >checking sys/acl.h presence... yes >checking for sys/acl.h... yes >checking for acl_get_file... no >checking for acl_get_file in -lacl... yes >checking sys/xattr.h usability... yes >checking sys/xattr.h presence... yes >checking for sys/xattr.h... yes >checking for llistxattr... yes >checking for lgetxattr... yes >checking for lsetxattr... yes >checking api/glfs.h usability... no >checking api/glfs.h presence... no >checking for api/glfs.h... no >checking for glfs_init in gfapi library... no >checking for glfs_readdirplus... no >checking droplet.h usability... no >checking droplet.h presence... no >checking for droplet.h... no >checking for dpl_ctx_new in libdroplet library... no >checking rados/librados.h usability... no >checking rados/librados.h presence... no >checking for rados/librados.h... no >checking for rados_create in rados library... no >checking radosstriper/libradosstriper.h usability... no >checking radosstriper/libradosstriper.h presence... no >checking for radosstriper/libradosstriper.h... no >checking for rados_striper_create in radosstriper library... no >checking cephfs/libcephfs.h usability... no >checking cephfs/libcephfs.h presence... no >checking for cephfs/libcephfs.h... no >checking for ceph_create in cephfs library... no >checking elasto/data.h usability... no >checking elasto/data.h presence... no >checking for elasto/data.h... no >checking elasto/file.h usability... no >checking elasto/file.h presence... no >checking for elasto/file.h... no >checking for elasto_fclose in -lelasto_file... no >checking for pthread_create in -lpthread... yes >checking sys/prctl.h usability... yes >checking sys/prctl.h presence... yes >checking for sys/prctl.h... yes >checking sys/capability.h usability... yes >checking sys/capability.h presence... yes >checking for sys/capability.h... yes >checking for prctl... yes >checking for setreuid... yes >checking for cap_set_proc in -lcap... yes >checking for systemd support... checking for systemctl... yes >yes >configure: creating ./config.status >config.status: creating autoconf/Make.common >config.status: creating Makefile >config.status: creating GNUmakefile >config.status: creating manpages/Makefile >config.status: creating scripts/bareos-config >config.status: creating scripts/bareos-config-lib.sh >config.status: creating scripts/bareos-explorer >config.status: creating scripts/bareos-glusterfind-wrapper >config.status: creating scripts/btraceback >config.status: creating scripts/bconsole >config.status: creating scripts/bareos >config.status: creating scripts/bareos-ctl-dir >config.status: creating scripts/bareos-ctl-fd >config.status: creating scripts/bareos-ctl-sd >config.status: creating scripts/devel_bareos >config.status: creating scripts/Makefile >config.status: creating scripts/logrotate >config.status: creating scripts/mtx-changer >config.status: creating scripts/disk-changer >config.status: creating scripts/logwatch/Makefile >config.status: creating scripts/logwatch/logfile.bareos.conf >config.status: creating scripts/bat.console_apps >config.status: creating src/Makefile >config.status: creating src/include/host.h >config.status: creating src/console/Makefile >config.status: creating src/console/bconsole.conf >config.status: creating src/qt-tray-monitor/bareos-tray-monitor.desktop >config.status: creating src/qt-tray-monitor/tray-monitor.conf >config.status: creating src/qt-tray-monitor/tray-monitor.pro >config.status: creating src/qt-console/bat.conf >config.status: creating src/qt-console/bat.desktop >config.status: creating src/qt-console/bat.pro >config.status: creating src/qt-console/install_conf_file >config.status: creating src/defaultconfigs/bareos-dir.d/catalog/MyCatalog.conf >config.status: creating src/defaultconfigs/bareos-dir.d/client/bareos-fd.conf >config.status: creating src/defaultconfigs/bareos-dir.d/console/bareos-mon.conf >config.status: creating src/defaultconfigs/bareos-dir.d/director/bareos-dir.conf >config.status: creating src/defaultconfigs/bareos-dir.d/fileset/Catalog.conf >config.status: creating src/defaultconfigs/bareos-dir.d/fileset/LinuxAll.conf >config.status: creating src/defaultconfigs/bareos-dir.d/fileset/SelfTest.conf >config.status: creating src/defaultconfigs/bareos-dir.d/job/BackupCatalog.conf >config.status: creating src/defaultconfigs/bareos-dir.d/jobdefs/DefaultJob.conf >config.status: creating src/defaultconfigs/bareos-dir.d/messages/Daemon.conf >config.status: creating src/defaultconfigs/bareos-dir.d/messages/Standard.conf >config.status: creating src/defaultconfigs/bareos-dir.d/storage/File.conf >config.status: creating src/defaultconfigs/bareos-sd.d/device/FileStorage.conf >config.status: creating src/defaultconfigs/bareos-sd.d/director/bareos-dir.conf >config.status: creating src/defaultconfigs/bareos-sd.d/director/bareos-mon.conf >config.status: creating src/defaultconfigs/bareos-sd.d/storage/bareos-sd.conf >config.status: creating src/defaultconfigs/bareos-fd.d/client/myself.conf >config.status: creating src/defaultconfigs/bareos-fd.d/director/bareos-dir.conf >config.status: creating src/defaultconfigs/bareos-fd.d/director/bareos-mon.conf >config.status: creating src/defaultconfigs/tray-monitor.d/client/FileDaemon-local.conf >config.status: creating src/defaultconfigs/tray-monitor.d/director/Director-local.conf >config.status: creating src/defaultconfigs/tray-monitor.d/monitor/bareos-mon.conf >config.status: creating src/defaultconfigs/tray-monitor.d/storage/StorageDaemon-local.conf >config.status: creating src/dird/Makefile >config.status: creating src/dird/bareos-dir.conf >config.status: creating src/lib/Makefile >config.status: creating src/lib/unittests/Makefile >config.status: creating src/stored/Makefile >config.status: creating src/stored/bareos-sd.conf >config.status: creating src/stored/backends/Makefile >config.status: creating src/filed/Makefile >config.status: creating src/filed/bareos-fd.conf >config.status: creating src/cats/Makefile >config.status: creating src/cats/make_catalog_backup.pl >config.status: creating src/cats/make_catalog_backup >config.status: creating src/cats/delete_catalog_backup >config.status: creating src/cats/create_bareos_database >config.status: creating src/cats/update_bareos_tables >config.status: creating src/cats/grant_bareos_privileges >config.status: creating src/cats/make_bareos_tables >config.status: creating src/cats/drop_bareos_tables >config.status: creating src/cats/drop_bareos_database >config.status: creating src/cats/install-default-backend >config.status: creating src/cats/ddl/versions.map >config.status: creating src/findlib/Makefile >config.status: creating src/findlib/unittests/Makefile >config.status: creating src/lmdb/Makefile >config.status: creating src/ndmp/Makefile >config.status: creating src/tests/Makefile >config.status: creating src/tools/Makefile >config.status: creating src/plugins/filed/Makefile >config.status: creating src/plugins/filed/python-ldap-conf.d/bareos-dir.d/fileset/plugin-ldap.conf.example >config.status: creating src/plugins/stored/Makefile >config.status: creating src/plugins/dird/Makefile >config.status: creating po/Makefile.in >config.status: creating src/defaultconfigs/diskonly/bareos-sd.conf >config.status: creating src/defaultconfigs/diskonly/bareos-dir.conf >config.status: creating platforms/Makefile >config.status: creating platforms/gentoo/Makefile >config.status: creating platforms/gentoo/bareos-init >config.status: creating platforms/gentoo/bareos-fd >config.status: creating platforms/gentoo/bareos-sd >config.status: creating platforms/gentoo/bareos-dir >config.status: creating platforms/systemd/Makefile >config.status: creating platforms/systemd/bareos.conf >config.status: creating platforms/systemd/bareos-dir.service >config.status: creating platforms/systemd/bareos-fd.service >config.status: creating platforms/systemd/bareos-sd.service >config.status: creating debian/bareos-filedaemon.service >config.status: creating debian/bareos-storage.service >config.status: creating debian/bareos-director.service >config.status: creating src/include/config.h >config.status: executing libtool commands >config.status: executing default-1 commands >config.status: creating po/POTFILES >config.status: creating po/Makefile >Creating bat Makefile >rm -f moc/moc_mainwin.cpp moc/moc_dircomm.cpp moc/moc_console.cpp moc/moc_restore.cpp moc/moc_label.cpp moc/moc_relabel.cpp moc/moc_mount.cpp moc/moc_run.cpp moc/moc_select.cpp moc/moc_textinput.cpp moc/moc_medialist.cpp moc/moc_mediaview.cpp moc/moc_mediaedit.cpp moc/moc_joblist.cpp moc/moc_clients.cpp moc/moc_storage.cpp moc/moc_content.cpp moc/moc_fileset.cpp moc/moc_joblog.cpp moc/moc_job.cpp moc/moc_jobs.cpp moc/moc_restoretree.cpp moc/moc_help.cpp moc/moc_mediainfo.cpp moc/moc_dirstat.cpp moc/moc_clientstat.cpp moc/moc_storstat.cpp >rm -f qrc_main.cpp >rm -f ui/ui_main.h ui/ui_prefs.h ui/ui_label.h ui/ui_relabel.h ui/ui_mount.h ui/ui_console.h ui/ui_restore.h ui/ui_prerestore.h ui/ui_brestore.h ui/ui_runrestore.h ui/ui_restoretree.h ui/ui_run.h ui/ui_runcmd.h ui/ui_estimate.h ui/ui_prune.h ui/ui_select.h ui/ui_textinput.h ui/ui_medialist.h ui/ui_mediaedit.h ui/ui_joblist.h ui/ui_mediaview.h ui/ui_clients.h ui/ui_storage.h ui/ui_fileset.h ui/ui_joblog.h ui/ui_jobs.h ui/ui_job.h ui/ui_help.h ui/ui_mediainfo.h ui/ui_dirstat.h ui/ui_content.h ui/ui_clientstat.h ui/ui_storstat.h >rm -f obj/main.o obj/bat_conf.o obj/mainwin.o obj/qstd.o obj/pages.o obj/dircomm.o obj/console.o obj/prerestore.o obj/restore.o obj/brestore.o obj/label.o obj/relabel.o obj/mount.o obj/run.o obj/runcmd.o obj/estimate.o obj/prune.o obj/select.o obj/textinput.o obj/medialist.o obj/mediaview.o obj/mediaedit.o obj/joblist.o obj/clients.o obj/storage.o obj/content.o obj/fileset.o obj/joblog.o obj/job.o obj/jobs.o obj/restoretree.o obj/help.o obj/mediainfo.o obj/dirstat.o obj/clientstat.o obj/storstat.o obj/fmtwidgetitem.o obj/comboutil.o obj/moc_mainwin.o obj/moc_dircomm.o obj/moc_console.o obj/moc_restore.o obj/moc_label.o obj/moc_relabel.o obj/moc_mount.o obj/moc_run.o obj/moc_select.o obj/moc_textinput.o obj/moc_medialist.o obj/moc_mediaview.o obj/moc_mediaedit.o obj/moc_joblist.o obj/moc_clients.o obj/moc_storage.o obj/moc_content.o obj/moc_fileset.o obj/moc_joblog.o obj/moc_job.o obj/moc_jobs.o obj/moc_restoretree.o obj/moc_help.o obj/moc_mediainfo.o obj/moc_dirstat.o obj/moc_clientstat.o obj/moc_storstat.o obj/qrc_main.o >rm -f .libs/* bat >rm -f *~ core *.core >Creating tray-monitor Makefile >rm -f moc/moc_traymenu.cpp moc/moc_systemtrayicon.cpp moc/moc_mainwindow.cpp moc/moc_monitoritem.cpp moc/moc_monitoritemthread.cpp >rm -f qrc_main.cpp >rm -f ui/ui_mainwindow.h >rm -f obj/authenticate.o obj/tray_conf.o obj/tray-monitor.o obj/traymenu.o obj/systemtrayicon.o obj/mainwindow.o obj/monitoritem.o obj/monitoritemthread.o obj/moc_traymenu.o obj/moc_systemtrayicon.o obj/moc_mainwindow.o obj/moc_monitoritem.o obj/moc_monitoritemthread.o obj/qrc_main.o >rm -f .libs/* bareos-tray-monitor release/bareos-tray-monitor >rm -f *~ core *.core >Doing make of dependencies >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src' >make[1]: Nothing to be done for 'depend'. >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src' >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/scripts >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/scripts' >make[1]: Nothing to be done for 'depend'. >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/scripts' >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/lib >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/lib' >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/lib' >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/findlib >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/findlib' >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/findlib' >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/filed >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/filed' >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/filed' >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/qt-console >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/qt-console' >make[1]: Nothing to be done for 'depend'. >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/qt-console' >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/qt-tray-monitor >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/qt-tray-monitor' >make[1]: Nothing to be done for 'depend'. >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/qt-tray-monitor' >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/console >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/console' >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/console' >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/plugins/filed >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/plugins/filed' >make[1]: Nothing to be done for 'depend'. >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/plugins/filed' >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/cats >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/cats' >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/cats' >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/dird >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/dird' >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/dird' >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/stored >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/stored' >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/stored' >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/stored/backends >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/stored/backends' >make[1]: Nothing to be done for 'depend'. >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/stored/backends' >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/plugins/stored >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/plugins/stored' >make[1]: Nothing to be done for 'depend'. >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/plugins/stored' >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/plugins/dird >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/plugins/dird' >make[1]: Nothing to be done for 'depend'. >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/plugins/dird' >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/tools >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/tools' >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/tools' >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/manpages >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/manpages' >make[1]: Nothing to be done for 'depend'. >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/manpages' >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/platforms >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/platforms' >make[1]: Nothing to be done for 'depend'. >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/platforms' > >Cleaning up > >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src' >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src' >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/scripts >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/scripts' >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/scripts' >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/lib >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/lib' >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/lib' >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/findlib >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/findlib' >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/findlib' >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/filed >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/filed' >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/filed' >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/qt-console >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/qt-console' >rm -f moc/moc_mainwin.cpp moc/moc_dircomm.cpp moc/moc_console.cpp moc/moc_restore.cpp moc/moc_label.cpp moc/moc_relabel.cpp moc/moc_mount.cpp moc/moc_run.cpp moc/moc_select.cpp moc/moc_textinput.cpp moc/moc_medialist.cpp moc/moc_mediaview.cpp moc/moc_mediaedit.cpp moc/moc_joblist.cpp moc/moc_clients.cpp moc/moc_storage.cpp moc/moc_content.cpp moc/moc_fileset.cpp moc/moc_joblog.cpp moc/moc_job.cpp moc/moc_jobs.cpp moc/moc_restoretree.cpp moc/moc_help.cpp moc/moc_mediainfo.cpp moc/moc_dirstat.cpp moc/moc_clientstat.cpp moc/moc_storstat.cpp >rm -f qrc_main.cpp >rm -f ui/ui_main.h ui/ui_prefs.h ui/ui_label.h ui/ui_relabel.h ui/ui_mount.h ui/ui_console.h ui/ui_restore.h ui/ui_prerestore.h ui/ui_brestore.h ui/ui_runrestore.h ui/ui_restoretree.h ui/ui_run.h ui/ui_runcmd.h ui/ui_estimate.h ui/ui_prune.h ui/ui_select.h ui/ui_textinput.h ui/ui_medialist.h ui/ui_mediaedit.h ui/ui_joblist.h ui/ui_mediaview.h ui/ui_clients.h ui/ui_storage.h ui/ui_fileset.h ui/ui_joblog.h ui/ui_jobs.h ui/ui_job.h ui/ui_help.h ui/ui_mediainfo.h ui/ui_dirstat.h ui/ui_content.h ui/ui_clientstat.h ui/ui_storstat.h >rm -f obj/main.o obj/bat_conf.o obj/mainwin.o obj/qstd.o obj/pages.o obj/dircomm.o obj/console.o obj/prerestore.o obj/restore.o obj/brestore.o obj/label.o obj/relabel.o obj/mount.o obj/run.o obj/runcmd.o obj/estimate.o obj/prune.o obj/select.o obj/textinput.o obj/medialist.o obj/mediaview.o obj/mediaedit.o obj/joblist.o obj/clients.o obj/storage.o obj/content.o obj/fileset.o obj/joblog.o obj/job.o obj/jobs.o obj/restoretree.o obj/help.o obj/mediainfo.o obj/dirstat.o obj/clientstat.o obj/storstat.o obj/fmtwidgetitem.o obj/comboutil.o obj/moc_mainwin.o obj/moc_dircomm.o obj/moc_console.o obj/moc_restore.o obj/moc_label.o obj/moc_relabel.o obj/moc_mount.o obj/moc_run.o obj/moc_select.o obj/moc_textinput.o obj/moc_medialist.o obj/moc_mediaview.o obj/moc_mediaedit.o obj/moc_joblist.o obj/moc_clients.o obj/moc_storage.o obj/moc_content.o obj/moc_fileset.o obj/moc_joblog.o obj/moc_job.o obj/moc_jobs.o obj/moc_restoretree.o obj/moc_help.o obj/moc_mediainfo.o obj/moc_dirstat.o obj/moc_clientstat.o obj/moc_storstat.o obj/qrc_main.o >rm -f .libs/* bat >rm -f *~ core *.core >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/qt-console' >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/qt-tray-monitor >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/qt-tray-monitor' >rm -f moc/moc_traymenu.cpp moc/moc_systemtrayicon.cpp moc/moc_mainwindow.cpp moc/moc_monitoritem.cpp moc/moc_monitoritemthread.cpp >rm -f qrc_main.cpp >rm -f ui/ui_mainwindow.h >rm -f obj/authenticate.o obj/tray_conf.o obj/tray-monitor.o obj/traymenu.o obj/systemtrayicon.o obj/mainwindow.o obj/monitoritem.o obj/monitoritemthread.o obj/moc_traymenu.o obj/moc_systemtrayicon.o obj/moc_mainwindow.o obj/moc_monitoritem.o obj/moc_monitoritemthread.o obj/qrc_main.o >rm -f .libs/* bareos-tray-monitor release/bareos-tray-monitor >rm -f *~ core *.core >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/qt-tray-monitor' >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/console >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/console' >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/console' >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/plugins/filed >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/plugins/filed' >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/plugins/filed' >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/cats >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/cats' >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/cats' >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/dird >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/dird' >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/dird' >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/stored >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/stored' >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/stored' >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/stored/backends >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/stored/backends' >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/stored/backends' >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/plugins/stored >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/plugins/stored' >find . -name '*.lo' -print | xargs /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=clean /bin/rm -f >/bin/rm -f *.la >/bin/rm -f -r .libs _libs >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/plugins/stored' >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/plugins/dird >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/plugins/dird' >find . -name '*.lo' -print | xargs /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=clean /bin/rm -f >/bin/rm -f *.la >/bin/rm -f -r .libs _libs >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/plugins/dird' >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/tools >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/tools' >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/tools' >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/manpages >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/manpages' >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/manpages' >==>Entering directory /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/platforms >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/platforms' >make[2]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/platforms/gentoo' >make[2]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/platforms/gentoo' >make[2]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/platforms/systemd' >make[2]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/platforms/systemd' >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/platforms' > >Configuration on Thu Nov 17 11:34:40 CET 2016: > > Host: x86_64-pc-linux-gnu -- gentoo > Bareos version: Bareos 16.2.4 (01 July 2016) > Distribution: gentoo > Source code location: . > Modify package list: > Install binaries: /usr/bin > Install system binaries: /usr/sbin > Install libraries: /usr/lib64 > Install system config files: /etc > Install Bareos config files: /etc/bareos > Scripts directory: /usr/libexec/bareos > Archive directory: /tmp > Working directory: /var/lib/bareos > PID directory: /run/bareos > Subsys directory: /run/lock/subsys > Man directory: /usr/share/man > Data directory: /usr/share > Backend directory: /usr/lib64/bareos/backend > Plugin directory: /usr/lib64/bareos/plugin > C Compiler: x86_64-pc-linux-gnu-gcc 4.9.3 > C++ Compiler: /usr/bin/x86_64-pc-linux-gnu-g++ 4.9.3 > Compiler flags: -march=corei7-avx -O2 -pipe > Linker flags: -Wl,-O1 -Wl,--as-needed > Libraries: -lpthread -ldl > Statically Linked Tools: no > Statically Linked FD: no > Statically Linked SD: no > Statically Linked DIR: no > Statically Linked CONS: no > Database backends: PostgreSQL MySQL SQLite3 > Database port: > Database name: bareos > Database user: bareos > Database version: 2004 > > Job Output Email: root@localhost > Traceback Email: root@localhost > SMTP Host Address: localhost > > Director Port: 9101 > File daemon Port: 9102 > Storage daemon Port: 9103 > > Director User: bareos > Director Group: bareos > Storage Daemon User: root > Storage DaemonGroup: bareos > File Daemon User: root > File Daemon Group: bareos > > Large file support: yes > Bareos conio support: no -lreadline -lhistory -lncurses > readline support: yes > TCP Wrappers support: yes -lwrap > TLS support: yes > Encryption support: yes > OpenSSL support: yes > GNUTLS support: no > ZLIB support: yes > LZO support: yes > FASTLZ support: no > JANSSON support: no > LMDB support: no > NDMP support: no > enable-smartalloc: yes > enable-lockmgr: no > bat support: yes > tray-monitor support: yes > client-only: no > build-dird: yes > build-stored: yes > Plugin support: yes > AFS support: no > ACL support: yes > XATTR support: yes > SCSI Crypto support: no > GLUSTERFS support: no > DROPLET support: no > CEPH RADOS support: no > RADOS striping support: no > CEPHFS support: no > ELASTO support: no > Python support: yes -lutil -lrt > systemd support: yes /usr/lib/systemd/system > Batch insert enabled: PostgreSQL MySQL SQLite3 > cmocka support: no > >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/qt-console /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4 > * Running qmake ... > * - fixed CONFIG in bat.pro > * - fixed CONFIG in testprogs/putz/putz.pro > * - fixed CONFIG in testprogs/examp/dock.pro > [ ok ] >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4 >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/qt-tray-monitor /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4 > * Running qmake ... > * - fixed CONFIG in tray-monitor.pro > [ ok ] >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4 >>>> Source configured. >>>> Compiling source in /var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4 ... >make --jobs=9 --load-average=8 NO_ECHO= >make -C src >make -C scripts >make -C src/lib >make -C manpages >make -C platforms >scripts/git-info.sh build/ >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/manpages' >make[1]: Nothing to be done for 'all'. >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/manpages' >skipped: this directory isn't a git directory >/bin/cp -p config.out build/ >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/scripts' >make[1]: Nothing to be done for 'first_rule'. >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/scripts' >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src' >make[1]: Nothing to be done for 'first_rule'. >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src' >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/platforms' >make[2]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/platforms/gentoo' >make[2]: Nothing to be done for 'nothing'. >make[2]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/platforms/gentoo' >make[2]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/platforms/systemd' >make[2]: Nothing to be done for 'nothing'. >make[2]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/platforms/systemd' >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/platforms' >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/lib' >Compiling alist.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe alist.c >Compiling attr.c >Compiling base64.c >Compiling address_conf.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe address_conf.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe attr.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe base64.c >Compiling attribs.c >Compiling berrno.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe attribs.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe berrno.c >Compiling bnet.c >Compiling bget_msg.c >Compiling binflate.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe binflate.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe bget_msg.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe bnet.c >Compiling bnet_server_tcp.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe bnet_server_tcp.c >Compiling bpipe.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe bpipe.c >Compiling breg.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe breg.c >Compiling bregex.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe bregex.c >Compiling bsnprintf.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe bsnprintf.c >Compiling bsock.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe bsock.c >Compiling bsock_sctp.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe bsock_sctp.c >Compiling bsock_tcp.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe bsock_tcp.c >Compiling bsock_udt.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe bsock_udt.c >Compiling bsys.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe bsys.c >Compiling btime.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe btime.c >Compiling btimers.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe btimers.c >Compiling cbuf.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe cbuf.c >Compiling compression.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe compression.c >Compiling connection_pool.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe connection_pool.c >Compiling cram-md5.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe cram-md5.c >Compiling crypto.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe crypto.c >Compiling crypto_cache.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe crypto_cache.c >Compiling crypto_gnutls.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe crypto_gnutls.c >Compiling crypto_none.c >Compiling crypto_nss.c >Compiling crypto_openssl.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe crypto_none.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe crypto_nss.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe crypto_openssl.c >Compiling crypto_wrap.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe crypto_wrap.c >Compiling daemon.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe daemon.c >Compiling devlock.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe devlock.c >Compiling dlist.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe dlist.c >Compiling edit.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe edit.c >Compiling fnmatch.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe fnmatch.c >Compiling guid_to_name.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe guid_to_name.c >Compiling hmac.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe hmac.c >Compiling htable.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe htable.c >Compiling jcr.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe jcr.c >Compiling json.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe json.c >Compiling lockmgr.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe lockmgr.c >Compiling md5.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe md5.c >Compiling message.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe message.c >Compiling mem_pool.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe mem_pool.c >Compiling mntent_cache.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe mntent_cache.c >Compiling output_formatter.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe output_formatter.c >Compiling passphrase.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe passphrase.c >Compiling path_list.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe path_list.c >Compiling plugins.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe plugins.c >Compiling poll.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe poll.c >Compiling priv.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe priv.c >Compiling queue.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe queue.c >Compiling rblist.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe rblist.c >Compiling runscript.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe runscript.c >Compiling rwlock.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe rwlock.c >Compiling scan.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe scan.c >Compiling scsi_crypto.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe scsi_crypto.c >Compiling scsi_lli.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe scsi_lli.c >Compiling scsi_tapealert.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe scsi_tapealert.c >Compiling sellist.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe sellist.c >Compiling serial.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe serial.c >Compiling sha1.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe sha1.c >Compiling util.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe util.c >Compiling var.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe var.c >Compiling watchdog.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe watchdog.c >Compiling workq.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe workq.c >Compiling ini.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe ini.c >Compiling lex.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe lex.c >Compiling parse_bsr.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe parse_bsr.c >Compiling parse_conf.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe parse_conf.c >Compiling res.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe res.c >Compiling tree.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe tree.c >Compiling tls_openssl.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe tls_openssl.c >Compiling tls_nss.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe tls_nss.c >Compiling tls_none.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe tls_none.c >Compiling tls_gnutls.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe tls_gnutls.c >Compiling smartall.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe smartall.c >Compiling signal.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe signal.c >Making libbareos.la ... >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=link /usr/bin/x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -o libbareos.la address_conf.lo alist.lo attr.lo attribs.lo base64.lo berrno.lo bget_msg.lo binflate.lo bnet_server_tcp.lo bnet.lo bpipe.lo breg.lo bregex.lo bsnprintf.lo bsock.lo bsock_sctp.lo bsock_tcp.lo bsock_udt.lo bsys.lo btime.lo btimers.lo cbuf.lo compression.lo connection_pool.lo cram-md5.lo crypto.lo crypto_cache.lo crypto_gnutls.lo crypto_none.lo crypto_nss.lo crypto_openssl.lo crypto_wrap.lo daemon.lo devlock.lo dlist.lo edit.lo fnmatch.lo guid_to_name.lo hmac.lo htable.lo jcr.lo json.lo lockmgr.lo md5.lo mem_pool.lo message.lo mntent_cache.lo output_formatter.lo passphrase.lo path_list.lo plugins.lo poll.lo priv.lo queue.lo rblist.lo runscript.lo rwlock.lo scan.lo scsi_crypto.lo scsi_lli.lo scsi_tapealert.lo sellist.lo serial.lo sha1.lo signal.lo smartall.lo tls_gnutls.lo tls_none.lo tls_nss.lo tls_openssl.lo tree.lo util.lo var.lo watchdog.lo workq.lo -export-dynamic -rpath /usr/lib64 -release 16.2.4 \ > -lwrap -lcap -lz -llzo2 -lssl -lcrypto -lpthread -ldl -ldl >Making libbareoscfg.la ... >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=link /usr/bin/x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -o libbareoscfg.la ini.lo lex.lo parse_bsr.lo parse_conf.lo res.lo -export-dynamic -rpath /usr/lib64 -release 16.2.4 \ > -lpthread -ldl -lbareos >==== Make of lib is good ==== > >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/lib' >make -C src/findlib >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/findlib' >Compiling acl.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe acl.c >Compiling bfile.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe bfile.c >Compiling create_file.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe create_file.c >Compiling drivetype.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe drivetype.c >Compiling enable_priv.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe enable_priv.c >Compiling find_one.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe find_one.c >Compiling find.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe find.c >Compiling fstype.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe fstype.c >Compiling hardlink.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe hardlink.c >Compiling match.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe match.c >Compiling mkpath.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe mkpath.c >Compiling savecwd.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe savecwd.c >Compiling shadowing.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe shadowing.c >Compiling xattr.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe xattr.c >Compiling attribs.c >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -c -I. -I.. -I../include -march=corei7-avx -O2 -pipe attribs.c >Making libbareosfind.la ... >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=link /usr/bin/x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -L../lib -o libbareosfind.la acl.lo attribs.lo bfile.lo create_file.lo drivetype.lo enable_priv.lo find_one.lo find.lo fstype.lo hardlink.lo match.lo mkpath.lo savecwd.lo shadowing.lo xattr.lo -export-dynamic -rpath /usr/lib64 -release 16.2.4 -lacl -lbareos >==== Make of findlib is good ==== > >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/findlib' >make -C src/plugins/dird >make -C src/plugins/stored >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/plugins/stored' >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -march=corei7-avx -O2 -pipe -I. -I../.. -I../../include -I../../stored -c python-sd.c >make[1]: Entering directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/plugins/dird' >/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/libtool --silent --tag=CXX --mode=compile /usr/bin/x86_64-pc-linux-gnu-g++ -march=corei7-avx -O2 -pipe -I. -I../.. -I../../include -I../../dird -c python-dir.c >[01m[Kpython-sd.c:31:20:[m[K [01;31m[Kfatal error: [m[KPython.h: No such file or directory > #include <Python.h> >[01;32m[K ^[m[K >compilation terminated. >Makefile:164: recipe for target 'python-sd.lo' failed >make[1]: *** [python-sd.lo] Error 1 >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/plugins/stored' >GNUmakefile:165: recipe for target 'src/plugins/stored' failed >make: *** [src/plugins/stored] Error 2 >make: *** Waiting for unfinished jobs.... >[01m[Kpython-dir.c:31:20:[m[K [01;31m[Kfatal error: [m[KPython.h: No such file or directory > #include <Python.h> >[01;32m[K ^[m[K >compilation terminated. >Makefile:154: recipe for target 'python-dir.lo' failed >make[1]: *** [python-dir.lo] Error 1 >make[1]: Leaving directory '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4/src/plugins/dird' >GNUmakefile:165: recipe for target 'src/plugins/dird' failed >make: *** [src/plugins/dird] Error 2 > * ERROR: app-backup/bareos-16.2.4::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=app-backup/bareos-16.2.4::gentoo'`, > * the complete build log and the output of `emerge -pqv '=app-backup/bareos-16.2.4::gentoo'`. > * The complete build log is located at '/var/tmp/portage/app-backup/bareos-16.2.4/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/app-backup/bareos-16.2.4/temp/environment'. > * Working directory: '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4' > * S: '/var/tmp/portage/app-backup/bareos-16.2.4/work/bareos-Release-16.2.4'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 600074
:
453598
| 453606 |
453608