Hi,
I have been using Bacula for years. Since 2016 I have
been running 7.4.2 (which I compiled at that time).
That compilation survived all the updates of my
openSUSE system since 13.2 up to Leap 42.3.
After updating from Leap 42.3 to Leap 15.0 I am no
longer able to start bacula-dir:
----------------------
# systemctl status bacula-dir.service
● bacula-dir.service - LSB: bacula director
Loaded: loaded (/etc/init.d/bacula-dir; generated; vendor preset: disabled)
Active: failed (Result: exit-code) since Mon 2018-07-23 13:19:17 EEST; 58min
ago
Docs: man:systemd-sysv-generator(8)
Process: 2548 ExecStart=/etc/init.d/bacula-dir start (code=exited, status=7)
Jul 23 13:19:17 pc systemd[1]: Starting LSB: bacula director...
Jul 23 13:19:17 pc bacula-dir[2548]: Starting the Bacula Director:
/usr/sbin/bacula-dir: error while loading shared libraries:
libmysqlclient.so.18: cannot open shared object file: No such file or directory
Jul 23 13:19:17 pc startproc[2556]: startproc: exit status of parent of
/usr/sbin/bacula-dir: 127
Jul 23 13:19:17 pc bacula-dir[2548]: ..done
Jul 23 13:19:17 pc systemd[1]: bacula-dir.service: Control process exited,
code=exited status=7
Jul 23 13:19:17 pc systemd[1]: Failed to start LSB: bacula director.
Jul 23 13:19:17 pc systemd[1]: bacula-dir.service: Unit entered failed state.
Jul 23 13:19:17 pc systemd[1]: bacula-dir.service: Failed with result
'exit-code'.
# zypper search libmysqlclient
Loading repository data...
Reading installed packages...
No matching items found.
----------------------
Applying a little trick helped me start the service:
----------------------
# cd /usr/lib64
# ln -s libmysqlclient.so libmysqlclient.so.18
# systemctl start bacula-dir.service
# systemctl status bacula-dir.service
● bacula-dir.service - LSB: bacula director
Loaded: loaded (/etc/init.d/bacula-dir; generated; vendor preset: disabled)
Active: active (running) since Mon 2018-07-23 18:28:37 EEST; 4s ago
Docs: man:systemd-sysv-generator(8)
Process: 6239 ExecStart=/etc/init.d/bacula-dir start (code=exited,
status=0/SUCCESS)
Tasks: 3 (limit: 4915)
CGroup: /system.slice/bacula-dir.service
└─6247 /usr/sbin/bacula-dir -c /etc/bacula/bacula-dir.conf
Jul 23 18:28:37 pc systemd[1]: Starting LSB: bacula director...
Jul 23 18:28:37 pc bacula-dir[6239]: Starting the Bacula Director: ..done
Jul 23 18:28:37 pc systemd[1]: Started LSB: bacula director.
----------------------
However I have been told by reputed SUSE members that
libmysqlclient.so.18 is not part of Leap 15.0 and that
the service may "explode", so the advice was I better
recompile for current Leap 15.0.
However following the exact procedure which I used in
2016 to recompile 7.4.2 gives me errors during make.
So I thought perhaps I should use the situation to
upgrade to newest Bacula. Unfortunately that would
need database update too (which I was trying to avoid
by retrying 7.4.2 but I guess the hard way is
inevitable).
So... I cloned from git, ran configure using the exact
same options I used for 7.4.2 in 2016. But during make
I am getting errors (attaching the full console
output).
Can someone please help to resolve this situation?
I don't want to loose my backups made so far (as some
are deep long term archive) and I am hoping to keep
adding incremental copies.
--
George
[/tmp/download]: rm -rf *
[/tmp/download]: git clone http://git.bacula.org/bacula.git
Cloning into 'bacula'...
[/tmp/download]: cd bacula/bacula/
[/tmp/download/bacula/bacula]: git describe --tags
Release-9.0.8-9-gf4f0a43e0
[/tmp/download/bacula/bacula]: ./configure \
> '--host=x86_64-suse-linux-gnu' \
> '--build=x86_64-suse-linux-gnu' \
> '--program-prefix=' \
> '--prefix=/usr' \
> '--exec-prefix=/usr' \
> '--bindir=/usr/bin' \
> '--sbindir=/usr/sbin' \
> '--sysconfdir=/etc' \
> '--datadir=/usr/share' \
> '--includedir=/usr/include' \
> '--libdir=/usr/lib64' \
> '--libexecdir=/usr/lib' \
> '--localstatedir=/var' \
> '--sharedstatedir=/usr/com' \
> '--mandir=/usr/share/man' \
> '--infodir=/usr/share/info' \
> '--sysconfdir=/etc/bacula' \
> '--disable-static' \
> '--enable-readline' \
> '--disable-conio' \
> '--with-working-dir=/var/spool/bacula' \
> '--with-archivedir=/var/spool/bacula' \
> '--with-scriptdir=/usr/lib/bacula' \
> '--with-bsrdir=/etc/bacula/bsr' \
> '--with-logdir=/var/log/bacula' \
> '--with-plugindir=/usr/lib64/bacula' \
> '--with-mysql' \
> '--with-dir-user=bacula' \
> '--with-dir-group=bacula' \
> '--with-sd-user=bacula' \
> '--with-sd-group=bacula' \
> '--with-fd-user=root' \
> '--with-fd-group=bacula' \
> '--with-systemd=/usr/lib/systemd/system' \
> '--enable-bat' \
> 'CFLAGS=-pipe -O2 -march=core2 -mmmx -mssse3 -O2 -Wall
> -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables
> -fasynchronous-unwind-tables -flto' \
> 'CXXFLAGS=-pipe -O2 -march=core2 -mmmx -mssse3 -O2 -Wall
> -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables
> -fasynchronous-unwind-tables -flto' \
> 'build_alias=x86_64-suse-linux-gnu' \
> 'host_alias=x86_64-suse-linux-gnu' \
> '--with-pid-dir=/var/lib/bacula' \
>
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking for true... /usr/bin/true
checking for false... /usr/bin/false
configuring for Bacula 9.0.8 (29 June 2018)
checking for x86_64-suse-linux-gnu-gcc... no
checking for gcc... 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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for x86_64-suse-linux-gnu-g++... no
checking for x86_64-suse-linux-gnu-c++... no
checking for x86_64-suse-linux-gnu-gpp... no
checking for x86_64-suse-linux-gnu-aCC... no
checking for x86_64-suse-linux-gnu-CC... no
checking for x86_64-suse-linux-gnu-cxx... no
checking for x86_64-suse-linux-gnu-cc++... no
checking for x86_64-suse-linux-gnu-cl.exe... no
checking for x86_64-suse-linux-gnu-FCC... no
checking for x86_64-suse-linux-gnu-KCC... no
checking for x86_64-suse-linux-gnu-RCC... no
checking for x86_64-suse-linux-gnu-xlC_r... no
checking for x86_64-suse-linux-gnu-xlC... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether gcc needs -traditional... no
checking for g++... /usr/bin/g++
checking for a BSD-compatible install... /usr/bin/install -c
checking for mv... /usr/bin/mv
checking for rm... /usr/bin/rm
checking for cp... /usr/bin/cp
checking for sed... /usr/bin/sed
checking for echo... /usr/bin/echo
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... mtx
checking for dd... /usr/bin/dd
checking for mkisofs... /usr/bin/mkisofs
checking for python... /usr/bin/python
checking for growisofs... /usr/bin/growisofs
checking for dvd+rw-mediainfo... /usr/bin/dvd+rw-mediainfo
checking for dvd+rw-format... /usr/bin/dvd+rw-format
checking for pkg-config... /usr/bin/pkg-config
checking for qmake... /usr/bin/qmake
checking for gmake... /usr/bin/gmake
checking for pidof... /bin/pidof
checking for gawk... gawk
checking for gawk... /usr/bin/gawk
checking build system type... x86_64-suse-linux-gnu
checking host system type... x86_64-suse-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld
checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-suse-linux-gnu file names to
x86_64-suse-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-suse-linux-gnu file names to toolchain format...
func_convert_file_noop
checking for /usr/x86_64-suse-linux/bin/ld option to reload object files... -r
checking for x86_64-suse-linux-gnu-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-suse-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-suse-linux-gnu-ar... /usr/bin/ar
checking for archiver @FILE support... @
checking for x86_64-suse-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-suse-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for x86_64-suse-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 gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/x86_64-suse-linux/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/g++ -E
checking for ld used by /usr/bin/g++... /usr/x86_64-suse-linux/bin/ld -m
elf_x86_64
checking if the linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) is GNU
ld... yes
checking whether the /usr/bin/g++ linker (/usr/x86_64-suse-linux/bin/ld -m
elf_x86_64) supports shared libraries... yes
checking for /usr/bin/g++ option to produce PIC... -fPIC -DPIC
checking if /usr/bin/g++ PIC flag -fPIC -DPIC works... yes
checking if /usr/bin/g++ static flag -static works... no
checking if /usr/bin/g++ supports -c -o file.o... yes
checking if /usr/bin/g++ supports -c -o file.o... (cached) yes
checking whether the /usr/bin/g++ linker (/usr/x86_64-suse-linux/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 whether make sets $(MAKE)... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by GCC... /usr/x86_64-suse-linux/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-suse-linux/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... 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 for strcasecmp... yes
checking for select... 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 futimes... yes
checking for fchmod... yes
checking for fchown... yes
checking for lutimes... yes
checking for nanosleep... yes
checking for nl_langinfo... yes
checking for be64toh... no
checking for htobe64... no
checking varargs.h usability... no
checking varargs.h presence... no
checking for varargs.h... no
checking for socket... yes
using libc's socket
checking for OpenSSL... yes
checking for EVP_PKEY_encrypt_old in -lcrypto... yes
checking for library containing dlopen... (cached) -ldl
checking for PostgreSQL support... no
checking for MySQL support... yes
checking for MySQL embedded support... no
checking for SQLite3 support... no
checking for x86_64-suse-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 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/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 whether O_CLOEXEC is declared... yes
checking whether FD_CLOEXEC is declared... yes
checking whether SOCK_CLOEXEC is declared... yes
checking for close on exec modifier for fopen()... e
checking for accept4... yes
checking for backtrace... 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 for C/C++ restrict keyword... __restrict
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 whether F_SETLK is declared... yes
checking for closefrom... no
checking for getpagesize... yes
checking for malloc_trim... yes
checking for fchdir... yes
checking for strtoll... yes
checking for posix_fadvise... yes
checking for posix_fallocate... yes
checking for fdatasync... yes
checking for realpath... yes
checking for getrlimit... 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
checking for gethostbyname_r... (cached) yes
using libc's resolver
checking for inet_pton... yes
checking for inet_ntop... yes
checking for gethostbyname2... yes
checking for getnameinfo... 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 deflate in -lz... yes
checking afs/afsint.h usability... no
checking afs/afsint.h presence... no
checking for afs/afsint.h... no
checking for pioctl in AFS libsys... no
checking lzo/lzoconf.h usability... no
checking lzo/lzoconf.h presence... no
checking for lzo/lzoconf.h... no
checking sys/acl.h usability... no
checking sys/acl.h presence... no
checking for sys/acl.h... no
checking for acl_get_file... no
checking for acl_get_file in -lacl... no
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 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... no
checking sys/capability.h presence... no
checking for sys/capability.h... no
checking for prctl... yes
checking for setreuid... yes
checking for cap_set_proc in -lcap... no
checking for systemd support... yes
configure: creating ./config.status
config.status: creating autoconf/Make.common
config.status: creating Makefile
config.status: creating manpages/Makefile
config.status: creating scripts/btraceback
config.status: creating scripts/bconsole
config.status: creating scripts/baculabackupreport
config.status: creating scripts/bacula
config.status: creating scripts/bacula-ctl-dir
config.status: creating scripts/bacula-ctl-fd
config.status: creating scripts/bacula-ctl-sd
config.status: creating scripts/devel_bacula
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/dvd-handler
config.status: creating scripts/dvd-simulator
config.status: creating scripts/logwatch/Makefile
config.status: creating scripts/logwatch/logfile.bacula.conf
config.status: creating scripts/bat.desktop
config.status: creating scripts/bat.desktop.xsu
config.status: creating scripts/bat.desktop.consolehelper
config.status: creating scripts/bat.console_apps
config.status: creating scripts/bacula-tray-monitor.desktop
config.status: creating src/Makefile
config.status: creating src/host.h
config.status: creating src/console/Makefile
config.status: creating src/console/bconsole.conf
config.status: creating src/qt-console/bat.conf
config.status: creating src/qt-console/bat.pro
config.status: creating src/qt-console/bat.pro.mingw32
config.status: creating src/qt-console/bat.pro.mingw64
config.status: creating src/qt-console/install_conf_file
config.status: creating src/qt-console/tray-monitor/tray-monitor.conf
config.status: creating src/qt-console/tray-monitor/tray-monitor.pro
config.status: creating src/qt-console/tray-monitor/tray-monitor.pro.mingw32
config.status: creating src/qt-console/tray-monitor/tray-monitor.pro.mingw64
config.status: creating src/dird/Makefile
config.status: creating src/dird/bacula-dir.conf
config.status: creating src/lib/Makefile
config.status: creating src/stored/Makefile
config.status: creating src/stored/bacula-sd.conf
config.status: creating src/filed/Makefile
config.status: creating src/filed/bacula-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_postgresql_database
config.status: creating src/cats/update_postgresql_tables
config.status: creating src/cats/make_postgresql_tables
config.status: creating src/cats/grant_postgresql_privileges
config.status: creating src/cats/drop_postgresql_tables
config.status: creating src/cats/drop_postgresql_database
config.status: creating src/cats/create_mysql_database
config.status: creating src/cats/update_mysql_tables
config.status: creating src/cats/make_mysql_tables
config.status: creating src/cats/grant_mysql_privileges
config.status: creating src/cats/drop_mysql_tables
config.status: creating src/cats/drop_mysql_database
config.status: creating src/cats/create_sqlite3_database
config.status: creating src/cats/update_sqlite3_tables
config.status: creating src/cats/make_sqlite3_tables
config.status: creating src/cats/grant_sqlite3_privileges
config.status: creating src/cats/drop_sqlite3_tables
config.status: creating src/cats/drop_sqlite3_database
config.status: creating src/cats/sqlite
config.status: creating src/cats/mysql
config.status: creating src/cats/create_bacula_database
config.status: creating src/cats/update_bacula_tables
config.status: creating src/cats/grant_bacula_privileges
config.status: creating src/cats/make_bacula_tables
config.status: creating src/cats/drop_bacula_tables
config.status: creating src/cats/drop_bacula_database
config.status: creating src/cats/install-default-backend
config.status: creating src/findlib/Makefile
config.status: creating src/tools/Makefile
config.status: creating src/plugins/fd/Makefile
config.status: creating src/plugins/sd/Makefile
config.status: creating src/plugins/dir/Makefile
config.status: creating src/win32/Makefile.inc
config.status: creating po/Makefile.in
config.status: creating updatedb/update_mysql_tables
config.status: creating updatedb/update_sqlite3_tables
config.status: creating updatedb/update_postgresql_tables
config.status: creating updatedb/update_mysql_tables_9_to_10
config.status: creating updatedb/update_sqlite3_tables_9_to_10
config.status: creating updatedb/update_postgresql_tables_9_to_10
config.status: creating updatedb/update_mysql_tables_10_to_11
config.status: creating updatedb/update_sqlite3_tables_10_to_11
config.status: creating updatedb/update_postgresql_tables_10_to_11
config.status: creating updatedb/update_mysql_tables_11_to_12
config.status: creating updatedb/update_sqlite3_tables_11_to_12
config.status: creating updatedb/update_postgresql_tables_11_to_12
config.status: creating examples/nagios/check_bacula/Makefile
config.status: creating platforms/rpms/redhat/bacula.spec
config.status: creating platforms/rpms/redhat/bacula-bat.spec
config.status: creating platforms/rpms/redhat/bacula-docs.spec
config.status: creating platforms/rpms/redhat/bacula-mtx.spec
config.status: creating platforms/rpms/suse/bacula.spec
config.status: creating platforms/rpms/suse/bacula-bat.spec
config.status: creating platforms/rpms/suse/bacula-docs.spec
config.status: creating platforms/rpms/suse/bacula-mtx.spec
config.status: creating platforms/Makefile
config.status: creating platforms/systemd/Makefile
config.status: creating platforms/systemd/bacula.conf
config.status: creating platforms/systemd/bacula-dir.service
config.status: creating platforms/systemd/bacula-fd.service
config.status: creating platforms/systemd/bacula-sd.service
config.status: creating src/config.h
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing default commands
Creating bat Makefile
rm -f moc/moc_mainwin.cpp moc/moc_pages.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/dircomm_auth.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_pages.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
Doing make of dependencies
==>Entering directory /tmp/download/bacula/bacula/src
make[1]: Entering directory '/tmp/download/bacula/bacula/src'
make[1]: Nothing to be done for 'depend'.
make[1]: Leaving directory '/tmp/download/bacula/bacula/src'
==>Entering directory /tmp/download/bacula/bacula/scripts
make[1]: Entering directory '/tmp/download/bacula/bacula/scripts'
make[1]: 'depend' is up to date.
make[1]: Leaving directory '/tmp/download/bacula/bacula/scripts'
==>Entering directory /tmp/download/bacula/bacula/src/lib
make[1]: Entering directory '/tmp/download/bacula/bacula/src/lib'
make[1]: Leaving directory '/tmp/download/bacula/bacula/src/lib'
==>Entering directory /tmp/download/bacula/bacula/src/findlib
make[1]: Entering directory '/tmp/download/bacula/bacula/src/findlib'
make[1]: Leaving directory '/tmp/download/bacula/bacula/src/findlib'
==>Entering directory /tmp/download/bacula/bacula/src/filed
make[1]: Entering directory '/tmp/download/bacula/bacula/src/filed'
make[1]: Leaving directory '/tmp/download/bacula/bacula/src/filed'
==>Entering directory /tmp/download/bacula/bacula/src/qt-console
make[1]: Entering directory '/tmp/download/bacula/bacula/src/qt-console'
make[1]: Nothing to be done for 'depend'.
make[1]: Leaving directory '/tmp/download/bacula/bacula/src/qt-console'
==>Entering directory /tmp/download/bacula/bacula/src/console
make[1]: Entering directory '/tmp/download/bacula/bacula/src/console'
make[1]: Leaving directory '/tmp/download/bacula/bacula/src/console'
==>Entering directory /tmp/download/bacula/bacula/src/plugins/fd
make[1]: Entering directory '/tmp/download/bacula/bacula/src/plugins/fd'
make[1]: Nothing to be done for 'depend'.
make[1]: Leaving directory '/tmp/download/bacula/bacula/src/plugins/fd'
==>Entering directory /tmp/download/bacula/bacula/src/cats
make[1]: Entering directory '/tmp/download/bacula/bacula/src/cats'
make[1]: Leaving directory '/tmp/download/bacula/bacula/src/cats'
==>Entering directory /tmp/download/bacula/bacula/src/dird
make[1]: Entering directory '/tmp/download/bacula/bacula/src/dird'
make[1]: Leaving directory '/tmp/download/bacula/bacula/src/dird'
==>Entering directory /tmp/download/bacula/bacula/src/stored
make[1]: Entering directory '/tmp/download/bacula/bacula/src/stored'
make[1]: Leaving directory '/tmp/download/bacula/bacula/src/stored'
==>Entering directory /tmp/download/bacula/bacula/src/tools
make[1]: Entering directory '/tmp/download/bacula/bacula/src/tools'
make[1]: Leaving directory '/tmp/download/bacula/bacula/src/tools'
==>Entering directory /tmp/download/bacula/bacula/manpages
make[1]: Entering directory '/tmp/download/bacula/bacula/manpages'
make[1]: Nothing to be done for 'depend'.
make[1]: Leaving directory '/tmp/download/bacula/bacula/manpages'
Cleaning up
==>Entering directory /tmp/download/bacula/bacula/src
make[1]: Entering directory '/tmp/download/bacula/bacula/src'
make[1]: Leaving directory '/tmp/download/bacula/bacula/src'
==>Entering directory /tmp/download/bacula/bacula/scripts
make[1]: Entering directory '/tmp/download/bacula/bacula/scripts'
make[1]: Leaving directory '/tmp/download/bacula/bacula/scripts'
==>Entering directory /tmp/download/bacula/bacula/src/lib
make[1]: Entering directory '/tmp/download/bacula/bacula/src/lib'
make[1]: Leaving directory '/tmp/download/bacula/bacula/src/lib'
==>Entering directory /tmp/download/bacula/bacula/src/findlib
make[1]: Entering directory '/tmp/download/bacula/bacula/src/findlib'
make[1]: Leaving directory '/tmp/download/bacula/bacula/src/findlib'
==>Entering directory /tmp/download/bacula/bacula/src/filed
make[1]: Entering directory '/tmp/download/bacula/bacula/src/filed'
make[1]: Leaving directory '/tmp/download/bacula/bacula/src/filed'
==>Entering directory /tmp/download/bacula/bacula/src/qt-console
make[1]: Entering directory '/tmp/download/bacula/bacula/src/qt-console'
rm -f moc/moc_mainwin.cpp moc/moc_pages.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/dircomm_auth.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_pages.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 '/tmp/download/bacula/bacula/src/qt-console'
==>Entering directory /tmp/download/bacula/bacula/src/console
make[1]: Entering directory '/tmp/download/bacula/bacula/src/console'
make[1]: Leaving directory '/tmp/download/bacula/bacula/src/console'
==>Entering directory /tmp/download/bacula/bacula/src/plugins/fd
make[1]: Entering directory '/tmp/download/bacula/bacula/src/plugins/fd'
make[1]: Leaving directory '/tmp/download/bacula/bacula/src/plugins/fd'
==>Entering directory /tmp/download/bacula/bacula/src/cats
make[1]: Entering directory '/tmp/download/bacula/bacula/src/cats'
make[1]: Leaving directory '/tmp/download/bacula/bacula/src/cats'
==>Entering directory /tmp/download/bacula/bacula/src/dird
make[1]: Entering directory '/tmp/download/bacula/bacula/src/dird'
make[1]: Leaving directory '/tmp/download/bacula/bacula/src/dird'
==>Entering directory /tmp/download/bacula/bacula/src/stored
make[1]: Entering directory '/tmp/download/bacula/bacula/src/stored'
make[1]: Leaving directory '/tmp/download/bacula/bacula/src/stored'
==>Entering directory /tmp/download/bacula/bacula/src/tools
make[1]: Entering directory '/tmp/download/bacula/bacula/src/tools'
make[1]: Leaving directory '/tmp/download/bacula/bacula/src/tools'
==>Entering directory /tmp/download/bacula/bacula/manpages
make[1]: Entering directory '/tmp/download/bacula/bacula/manpages'
make[1]: Leaving directory '/tmp/download/bacula/bacula/manpages'
==>Entering directory /tmp/download/bacula/bacula/platforms
make[1]: Entering directory '/tmp/download/bacula/bacula/platforms'
make[2]: Entering directory '/tmp/download/bacula/bacula/platforms/systemd'
make[2]: Leaving directory '/tmp/download/bacula/bacula/platforms/systemd'
make[1]: Leaving directory '/tmp/download/bacula/bacula/platforms'
Configuration on Tue Jul 24 00:51:38 EEST 2018:
Host: x86_64-suse-linux-gnu -- unknown unknown
Bacula version: Bacula 9.0.8 (29 June 2018)
Source code location: .
Install binaries: /usr/sbin
Install libraries: /usr/lib64
Install config files: /etc/bacula
Scripts directory: /usr/lib/bacula
Archive directory: /var/spool/bacula
Working directory: /var/spool/bacula
PID directory: /var/lib/bacula
Subsys directory: /var/lock/subsys
Man directory: /usr/share/man
Data directory: /usr/share
Plugin directory: /usr/lib64/bacula
C Compiler: gcc Linux)
C++ Compiler: /usr/bin/g++ Linux)
Compiler flags: -pipe -O2 -march=core2 -mmmx -mssse3 -O2 -Wall
-D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables
-fasynchronous-unwind-tables -flto -x c++ -fno-strict-aliasing -fno-exceptions
-fno-rtti
Linker flags:
Libraries: -lpthread -ldl -ldl
Statically Linked Tools: no
Statically Linked FD: no
Statically Linked SD: no
Statically Linked DIR: no
Statically Linked CONS: no
Database backends: MySQL
Database port:
Database name: bacula
Database user: bacula
Database SSL options:
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: bacula
Director Group: bacula
Storage Daemon User: bacula
Storage DaemonGroup: bacula
File Daemon User: root
File Daemon Group: bacula
Large file support: yes
Bacula conio support: no -lreadline -ltinfo
readline support: yes
TCP Wrappers support: no
TLS support: yes
Encryption support: yes
ZLIB support: yes
LZO support: no
enable-smartalloc: yes
enable-lockmgr: no
bat support: yes
client-only: no
build-dird: yes
build-stored: yes
Plugin support: yes
AFS support: no
ACL support: no
XATTR support: yes
systemd support: yes /usr/lib/systemd/system
Batch insert enabled: MySQL
[/tmp/download/bacula/bacula]: make --jobs=8
==>Entering directory /tmp/download/bacula/bacula/src
make[1]: Entering directory '/tmp/download/bacula/bacula/src'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/download/bacula/bacula/src'
==>Entering directory /tmp/download/bacula/bacula/scripts
make[1]: Entering directory '/tmp/download/bacula/bacula/scripts'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/download/bacula/bacula/scripts'
==>Entering directory /tmp/download/bacula/bacula/src/lib
make[1]: Entering directory '/tmp/download/bacula/bacula/src/lib'
Compiling attr.c
Compiling berrno.c
Compiling base64.c
Compiling bsys.c
Compiling binflate.c
Compiling bget_msg.c
Compiling bnet.c
Compiling bnet_server.c
Compiling bsock.c
Compiling bpipe.c
Compiling bsnprintf.c
Compiling btime.c
Compiling cram-md5.c
Compiling crc32.c
Compiling crypto.c
Compiling daemon.c
Compiling edit.c
Compiling fnmatch.c
Compiling guid_to_name.c
Compiling hmac.c
Compiling jcr.c
Compiling lex.c
Compiling lz4.c
Compiling alist.c
Compiling dlist.c
Compiling md5.c
Compiling message.c
Compiling mem_pool.c
Compiling openssl.c
Compiling plugins.c
Compiling priv.c
Compiling queue.c
Compiling bregex.c
Compiling runscript.c
Compiling rwlock.c
Compiling scan.c
plugins.c: In function 'bool load_plugins(void*, void*, const char*, const
char*, bool (*)(Plugin*))':
plugins.c:123:40: warning: 'int readdir_r(DIR*, dirent*, dirent**)' is
deprecated [-Wdeprecated-declarations]
if ((readdir_r(dp, entry, &result) != 0) || (result == NULL)) {
^
In file included from /usr/include/features.h:423:0,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from /usr/lib64/gcc/x86_64-suse-linux/7/include/stdint.h:9,
from ../bacula.h:60,
from plugins.c:25:
/usr/include/dirent.h:189:12: note: declared here
extern int __REDIRECT (readdir_r,
^
Compiling sellist.c
Compiling serial.c
Compiling sha1.c
Compiling sha2.c
Compiling signal.c
Compiling smartall.c
Compiling rblist.c
Compiling tls.c
Compiling tree.c
Compiling util.c
Compiling var.c
Compiling watchdog.c
Compiling workq.c
Compiling btimers.c
Compiling worker.c
Compiling flist.c
Compiling address_conf.c
Compiling breg.c
Compiling htable.c
Compiling lockmgr.c
Compiling devlock.c
Compiling output.c
Compiling bwlimit.c
Compiling ini.c
Compiling parse_conf.c
Compiling res.c
Compiling bjson.c
Making libbac.la ...
/tmp/download/bacula/bacula/libtool --silent --tag=CXX --mode=link /usr/bin/g++
-o libbac.la attr.lo base64.lo berrno.lo bsys.lo binflate.lo bget_msg.lo
bnet.lo bnet_server.lo bsock.lo bpipe.lo bsnprintf.lo btime.lo cram-md5.lo
crc32.lo crypto.lo daemon.lo edit.lo fnmatch.lo guid_to_name.lo hmac.lo jcr.lo
lex.lo lz4.lo alist.lo dlist.lo md5.lo message.lo mem_pool.lo openssl.lo
plugins.lo priv.lo queue.lo bregex.lo runscript.lo rwlock.lo scan.lo sellist.lo
serial.lo sha1.lo sha2.lo signal.lo smartall.lo rblist.lo tls.lo tree.lo
util.lo var.lo watchdog.lo workq.lo btimers.lo worker.lo flist.lo
address_conf.lo breg.lo htable.lo lockmgr.lo devlock.lo output.lo bwlimit.lo
-export-dynamic -rpath /usr/lib64 -release 9.0.8 -lz -lssl -lcrypto -lpthread
-ldl -ldl -ldl
Making libbaccfg.la ...
/tmp/download/bacula/bacula/libtool --silent --tag=CXX --mode=link /usr/bin/g++
-o libbaccfg.la ini.lo parse_conf.lo res.lo bjson.lo -export-dynamic -rpath
/usr/lib64 -release 9.0.8 -lssl -lcrypto -lpthread -ldl -ldl
mem_pool.c:86:8: warning: type 'struct abufhead' violates the C++ One
Definition Rule [-Wodr]
struct abufhead {
^
smartall.c:79:8: note: a different type is defined in another translation unit
struct abufhead {
^
mem_pool.c:87:12: note: the first difference of corresponding definitions is
field 'ablen'
int32_t ablen; /* Buffer length in bytes */
^
smartall.c:80:19: note: a field with different name is defined in another
translation unit
struct b_queue abq; /* Links on allocated queue */
^
==== Make of lib is good ====
make[1]: Leaving directory '/tmp/download/bacula/bacula/src/lib'
==>Entering directory /tmp/download/bacula/bacula/src/findlib
make[1]: Entering directory '/tmp/download/bacula/bacula/src/findlib'
Compiling find.c
Compiling match.c
Compiling find_one.c
Compiling attribs.c
Compiling create_file.c
Compiling bfile.c
Compiling drivetype.c
Compiling enable_priv.c
find_one.c: In function 'int find_one_file(JCR*, FF_PKT*, int (*)(JCR*,
FF_PKT*, bool), char*, dev_t, bool)':
find_one.c:735:55: warning: 'int readdir_r(DIR*, dirent*, dirent**)' is
deprecated [-Wdeprecated-declarations]
status = readdir_r(directory, entry, &result);
^
In file included from /usr/include/features.h:423:0,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from /usr/lib64/gcc/x86_64-suse-linux/7/include/stdint.h:9,
from ../bacula.h:60,
from find_one.c:30:
/usr/include/dirent.h:189:12: note: declared here
extern int __REDIRECT (readdir_r,
^
Compiling fstype.c
Compiling mkpath.c
Compiling savecwd.c
Compiling namedpipe.c
Compiling win32filter.c
Making libbacfind.la ...
/tmp/download/bacula/bacula/libtool --silent --tag=CXX --mode=link /usr/bin/g++
-o libbacfind.la find.lo match.lo find_one.lo attribs.lo create_file.lo
bfile.lo drivetype.lo enable_priv.lo fstype.lo mkpath.lo savecwd.lo
namedpipe.lo win32filter.lo -export-dynamic -rpath /usr/lib64 -release 9.0.8
==== Make of findlib is good ====
make[1]: Leaving directory '/tmp/download/bacula/bacula/src/findlib'
==>Entering directory /tmp/download/bacula/bacula/src/filed
make[1]: Entering directory '/tmp/download/bacula/bacula/src/filed'
Compiling filed.c
Compiling authenticate.c
Compiling backup.c
Compiling crypto.c
Compiling win_efs.c
Compiling estimate.c
Compiling fd_plugins.c
Compiling accurate.c
Compiling filed_conf.c
Compiling heartbeat.c
Compiling hello.c
Compiling job.c
Compiling fd_snapshot.c
Compiling restore.c
Compiling status.c
Compiling verify.c
Compiling verify_vol.c
Compiling bacl.c
Compiling bacl_linux.c
Compiling bacl_osx.c
Compiling bacl_solaris.c
Compiling bacl_freebsd.c
Compiling bxattr.c
Compiling bxattr_linux.c
Compiling bxattr_osx.c
Compiling bxattr_solaris.c
Compiling bxattr_freebsd.c
Compiling bfdjson.c
Linking bacula-fd ...
/tmp/download/bacula/bacula/libtool --silent --tag=CXX --mode=link /usr/bin/g++
-L../lib -L../findlib -o bacula-fd filed.o authenticate.o backup.o crypto.o
win_efs.o estimate.o fd_plugins.o accurate.o filed_conf.o heartbeat.o hello.o
job.o fd_snapshot.o restore.o status.o verify.o verify_vol.o bacl.o
bacl_linux.o bacl_osx.o bacl_solaris.o bacl_freebsd.o bxattr.o bxattr_linux.o
bxattr_osx.o bxattr_solaris.o bxattr_freebsd.o \
-lz -lbacfind -lbaccfg -lbac -lm -lpthread -ldl -ldl \
-lssl -lcrypto
Linking bfdjson ...
/tmp/download/bacula/bacula/libtool --silent --tag=CXX --mode=link /usr/bin/g++
-L../lib -L../findlib -o bfdjson bfdjson.o filed_conf.o \
-lz -lbacfind -lbaccfg -lbac -lm -lpthread -ldl -ldl \
-lssl -lcrypto
==== Make of filed is good ====
make[1]: Leaving directory '/tmp/download/bacula/bacula/src/filed'
==>Entering directory /tmp/download/bacula/bacula/src/qt-console
make[1]: Entering directory '/tmp/download/bacula/bacula/src/qt-console'
/usr/bin/uic main.ui -o ui/ui_main.h
/usr/bin/uic prefs.ui -o ui/ui_prefs.h
/usr/bin/uic label/label.ui -o ui/ui_label.h
/usr/bin/uic relabel/relabel.ui -o ui/ui_relabel.h
/usr/bin/uic mount/mount.ui -o ui/ui_mount.h
/usr/bin/uic console/console.ui -o ui/ui_console.h
/usr/bin/uic restore/restore.ui -o ui/ui_restore.h
/usr/bin/uic restore/prerestore.ui -o ui/ui_prerestore.h
/usr/bin/uic restore/brestore.ui -o ui/ui_brestore.h
/usr/bin/uic restore/runrestore.ui -o ui/ui_runrestore.h
/usr/bin/uic restore/restoretree.ui -o ui/ui_restoretree.h
/usr/bin/uic run/run.ui -o ui/ui_run.h
/usr/bin/uic run/runcmd.ui -o ui/ui_runcmd.h
/usr/bin/uic run/estimate.ui -o ui/ui_estimate.h
/usr/bin/uic run/prune.ui -o ui/ui_prune.h
/usr/bin/uic select/select.ui -o ui/ui_select.h
/usr/bin/uic select/textinput.ui -o ui/ui_textinput.h
/usr/bin/uic medialist/medialist.ui -o ui/ui_medialist.h
/usr/bin/uic mediaedit/mediaedit.ui -o ui/ui_mediaedit.h
/usr/bin/uic joblist/joblist.ui -o ui/ui_joblist.h
/usr/bin/uic medialist/mediaview.ui -o ui/ui_mediaview.h
/usr/bin/uic clients/clients.ui -o ui/ui_clients.h
/usr/bin/uic storage/storage.ui -o ui/ui_storage.h
/usr/bin/uic fileset/fileset.ui -o ui/ui_fileset.h
/usr/bin/uic joblog/joblog.ui -o ui/ui_joblog.h
/usr/bin/uic jobs/jobs.ui -o ui/ui_jobs.h
/usr/bin/uic job/job.ui -o ui/ui_job.h
/usr/bin/uic help/help.ui -o ui/ui_help.h
/usr/bin/uic mediainfo/mediainfo.ui -o ui/ui_mediainfo.h
/usr/bin/uic status/dirstat.ui -o ui/ui_dirstat.h
/usr/bin/uic storage/content.ui -o ui/ui_content.h
/usr/bin/uic status/clientstat.ui -o ui/ui_clientstat.h
/usr/bin/uic status/storstat.ui -o ui/ui_storstat.h
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o obj/main.o
main.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/bat_conf.o bat_conf.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o obj/qstd.o
qstd.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o obj/pages.o
pages.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/dircomm.o bcomm/dircomm.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/dircomm_auth.o bcomm/dircomm_auth.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/console.o console/console.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/prerestore.o restore/prerestore.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/restore.o restore/restore.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/brestore.o restore/brestore.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o obj/label.o
label/label.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/relabel.o relabel/relabel.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o obj/mount.o
mount/mount.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o obj/run.o
run/run.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o obj/runcmd.o
run/runcmd.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/estimate.o run/estimate.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o obj/prune.o
run/prune.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o obj/select.o
select/select.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/textinput.o select/textinput.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/medialist.o medialist/medialist.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/mediaview.o medialist/mediaview.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/mediaedit.o mediaedit/mediaedit.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/joblist.o joblist/joblist.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/clients.o clients/clients.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/storage.o storage/storage.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/content.o storage/content.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/fileset.o fileset/fileset.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o obj/joblog.o
joblog/joblog.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o obj/job.o
job/job.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o obj/jobs.o
jobs/jobs.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/restoretree.o restore/restoretree.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o obj/help.o
help/help.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/mediainfo.o mediainfo/mediainfo.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/dirstat.o status/dirstat.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/clientstat.o status/clientstat.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/storstat.o status/storstat.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/fmtwidgetitem.o util/fmtwidgetitem.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/comboutil.o util/comboutil.cpp
/usr/bin/moc -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui mainwin.h -o
moc/moc_mainwin.cpp
/usr/bin/moc -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui pages.h -o
moc/moc_pages.cpp
/usr/bin/moc -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui bcomm/dircomm.h
-o moc/moc_dircomm.cpp
/usr/bin/moc -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui
console/console.h -o moc/moc_console.cpp
/usr/bin/moc -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui
restore/restore.h -o moc/moc_restore.cpp
/usr/bin/moc -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui label/label.h
-o moc/moc_label.cpp
/usr/bin/moc -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui
relabel/relabel.h -o moc/moc_relabel.cpp
/usr/bin/moc -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui mount/mount.h
-o moc/moc_mount.cpp
/usr/bin/moc -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui run/run.h -o
moc/moc_run.cpp
/usr/bin/moc -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui select/select.h
-o moc/moc_select.cpp
/usr/bin/moc -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui
select/textinput.h -o moc/moc_textinput.cpp
/usr/bin/moc -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui
medialist/medialist.h -o moc/moc_medialist.cpp
/usr/bin/moc -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui
medialist/mediaview.h -o moc/moc_mediaview.cpp
/usr/bin/moc -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui
mediaedit/mediaedit.h -o moc/moc_mediaedit.cpp
/usr/bin/moc -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui
joblist/joblist.h -o moc/moc_joblist.cpp
/usr/bin/moc -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui
clients/clients.h -o moc/moc_clients.cpp
/usr/bin/moc -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui
storage/storage.h -o moc/moc_storage.cpp
/usr/bin/moc -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui
storage/content.h -o moc/moc_content.cpp
/usr/bin/moc -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui
fileset/fileset.h -o moc/moc_fileset.cpp
/usr/bin/moc -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui joblog/joblog.h
-o moc/moc_joblog.cpp
/usr/bin/moc -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui job/job.h -o
moc/moc_job.cpp
/usr/bin/moc -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui jobs/jobs.h -o
moc/moc_jobs.cpp
/usr/bin/moc -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui
restore/restoretree.h -o moc/moc_restoretree.cpp
/usr/bin/moc -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui help/help.h -o
moc/moc_help.cpp
/usr/bin/moc -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui
mediainfo/mediainfo.h -o moc/moc_mediainfo.cpp
/usr/bin/moc -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui
status/dirstat.h -o moc/moc_dirstat.cpp
/usr/bin/moc -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui
status/clientstat.h -o moc/moc_clientstat.cpp
/usr/bin/moc -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui
status/storstat.h -o moc/moc_storstat.cpp
/usr/bin/rcc -name main main.qrc -o qrc_main.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/mainwin.o mainwin.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/moc_mainwin.o moc/moc_mainwin.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/moc_pages.o moc/moc_pages.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/moc_dircomm.o moc/moc_dircomm.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/moc_console.o moc/moc_console.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/moc_restore.o moc/moc_restore.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/moc_label.o moc/moc_label.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/moc_relabel.o moc/moc_relabel.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/moc_mount.o moc/moc_mount.cpp
mainwin.cpp: In member function âvoid MainWin::setPreferences()â:
mainwin.cpp:835:52: warning: enum constant in boolean context
[-Wint-in-bool-context]
prefs.radioConvertOff->setChecked(Qt::Checked);
^
mainwin.cpp:838:52: warning: enum constant in boolean context
[-Wint-in-bool-context]
prefs.radioConvertIEC->setChecked(Qt::Checked);
^
mainwin.cpp:841:57: warning: enum constant in boolean context
[-Wint-in-bool-context]
prefs.radioConvertStandard->setChecked(Qt::Checked);
^
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/moc_run.o moc/moc_run.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/moc_select.o moc/moc_select.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/moc_textinput.o moc/moc_textinput.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/moc_medialist.o moc/moc_medialist.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/moc_mediaview.o moc/moc_mediaview.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/moc_mediaedit.o moc/moc_mediaedit.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/moc_joblist.o moc/moc_joblist.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/moc_clients.o moc/moc_clients.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/moc_storage.o moc/moc_storage.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/moc_content.o moc/moc_content.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/moc_fileset.o moc/moc_fileset.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/moc_joblog.o moc/moc_joblog.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/moc_job.o moc/moc_job.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/moc_jobs.o moc/moc_jobs.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/moc_restoretree.o moc/moc_restoretree.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/moc_help.o moc/moc_help.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/moc_mediainfo.o moc/moc_mediainfo.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/moc_dirstat.o moc/moc_dirstat.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/moc_clientstat.o moc/moc_clientstat.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/moc_storstat.o moc/moc_storstat.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui
-I/usr/include -I.. -I. -Iconsole -Irestore -Iselect -Imoc -Iui -o
obj/qrc_main.o qrc_main.cpp
/tmp/download/bacula/bacula/libtool --silent --tag=CXX --mode=link g++ -o bat
obj/main.o obj/bat_conf.o obj/mainwin.o obj/qstd.o obj/pages.o obj/dircomm.o
obj/dircomm_auth.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_pages.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 -L/usr/lib64 -L../lib
-lbaccfg -lbac -L../findlib -lbacfind -lssl -lcrypto -lQtGui -L/usr/lib64
-L/usr/X11R6/lib -lQtCore -lpthread
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld:
warning: libssl.so.1.0.0, needed by /usr/lib64/libbaccfg.so, may conflict with
libssl.so.1.1
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld:
warning: libcrypto.so.1.0.0, needed by /usr/lib64/libbaccfg.so, may conflict
with libcrypto.so.1.1
obj/main.o: In function `main':
/tmp/download/bacula/bacula/src/qt-console/main.cpp:95: undefined reference to
`init_msg(JCR*, MSGS*, char* (*)(JCR*, char const*, char*, int))'
/tmp/download/bacula/bacula/src/qt-console/main.cpp:156: undefined reference to
`CONFIG::CONFIG()'
obj/main.o: In function `SMARTALLOC::operator new(unsigned long, char const*,
int)':
/tmp/download/bacula/bacula/src/qt-console/../lib/smartall.h:115: undefined
reference to `bmemset(void*, int, unsigned long)'
obj/bat_conf.o: In function `save_resource(CONFIG*, int, RES_ITEM*, int)':
/tmp/download/bacula/bacula/src/qt-console/bat_conf.cpp:318: undefined
reference to `CONFIG::insert_res(int, int)'
obj/bat_conf.o: In function `parse_bat_config(CONFIG*, char const*, int)':
/tmp/download/bacula/bacula/src/qt-console/bat_conf.cpp:327: undefined
reference to `CONFIG::init(char const*, void (*)(char const*, int,
s_lex_context*, char const*, ...), int, void*, int, int, int, RES_TABLE*,
RES_HEAD***)'
obj/dircomm.o: In function `baselist::~baselist()':
/tmp/download/bacula/bacula/src/qt-console/../lib/alist.h:158: undefined
reference to `baselist::destroy()'
/usr/lib64/libbaccfg.so: undefined reference to `save_resource(int, RES_ITEM*,
int)'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:234: bat] Error 1
make[1]: Leaving directory '/tmp/download/bacula/bacula/src/qt-console'
====== Error in /tmp/download/bacula/bacula/src/qt-console ======
make: *** [Makefile:148: all] Error 1
[/tmp/download/bacula/bacula]:
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users