Bacula-users

Re: [Bacula-users] Fedora 12 build error with bacula 3.0.3

2009-11-21 18:08:06
Subject: Re: [Bacula-users] Fedora 12 build error with bacula 3.0.3
From: francisco javier funes nieto <esencia AT gmail DOT com>
To: Bill Damage <bill.damage AT yahoo DOT com>
Date: Sun, 22 Nov 2009 00:03:52 +0100
Maybe OpenSSL-Dev libs ?


J.

2009/11/21 Bill Damage <bill.damage AT yahoo DOT com>:
>
>
> ________________________________
> [root@tiger bacula-3.0.3]# uname -r
> 2.6.31.5-127.fc12.i686.PAE
> I've a new Fed 12 installation and find make fails. It was fine with Fed 11
> but that was a while ago and I seem to remember no problems when I did it
> then.
> Heres the ./config:
> ./configure \
>  --prefix=/usr \
>  --sbindir=/usr/sbin \
>  --sysconfdir=/etc/bacula \
>  --with-scriptdir=/etc/bacula \
>  --enable-smartalloc \
>  --enable-bat \
>  --with-qwt=$HOME/bacula/depkgs/qwt \
>  --with-mysql \
>  --with-working-dir=/var/bacula \
>  --with-pid-dir=/var/run \
>  --enable-conio
> As its a new install I'm tempted to think some *-devel dependency is
> missing, but those conversion errors look more like a source problem.
> I get the same with 3.01 by the way, and that was the version which built
> and ran fine under Fed 11.
> Heres the full log, thanks in advance:
> checking for true... /bin/true
> checking for false... /bin/false
> configuring for Bacula 3.0.3 (18 October 2009)
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> 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 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... /bin/grep
> checking for egrep... /bin/grep -E
> checking whether gcc needs -traditional... no
> checking for g++... /usr/lib/ccache/g++
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for mv... /bin/mv
> checking for rm... /bin/rm
> checking for cp... /bin/cp
> checking for sed... /bin/sed
> checking for echo... /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... /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/lib/qt-3.3/bin/qmake
> checking for qmake-qt4... /usr/bin/qmake-qt4
> checking for gmake... /usr/bin/gmake
> checking for wx-config... wx-config
> checking for cdrecord... /usr/bin/cdrecord
> checking for pidof... /sbin/pidof
> checking for gawk... gawk
> checking for gawk... /bin/gawk
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> checking for a sed that does not truncate output... (cached) /bin/sed
> checking for fgrep... /bin/grep -F
> checking for ld used by gcc... /usr/bin/ld
> checking if the linker (/usr/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... 1966080
> checking whether the shell understands some XSI constructs... yes
> checking whether the shell understands "+="... yes
> checking for /usr/bin/ld option to reload object files... -r
> checking for objdump... objdump
> checking how to recognize dependent libraries... pass_all
> checking for ar... /usr/bin/ar
> checking for strip... strip
> checking for ranlib... ranlib
> checking command to parse /usr/bin/nm -B output from gcc object... ok
> 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 whether we are using the GNU C++ compiler... (cached) yes
> checking whether /usr/lib/ccache/g++ accepts -g... (cached) yes
> checking how to run the C++ preprocessor... /usr/lib/ccache/g++ -E
> 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/bin/ld) 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 for ld used by /usr/lib/ccache/g++... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking whether the /usr/lib/ccache/g++ linker (/usr/bin/ld) supports
> shared libraries... yes
> checking for /usr/lib/ccache/g++ option to produce PIC... -fPIC -DPIC
> checking if /usr/lib/ccache/g++ PIC flag -fPIC -DPIC works... yes
> checking if /usr/lib/ccache/g++ static flag -static works... no
> checking if /usr/lib/ccache/g++ supports -c -o file.o... yes
> checking if /usr/lib/ccache/g++ supports -c -o file.o... (cached) yes
> checking whether the /usr/lib/ccache/g++ linker (/usr/bin/ld) supports
> shared libraries... yes
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking host system type... (cached) i686-pc-linux-gnu
> 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/bin/ld
> checking if the linker (/usr/bin/ld) 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 for qwt support... no
> checking termcap.h usability... yes
> checking termcap.h presence... yes
> checking for termcap.h... yes
> checking for tgetent in -ltermcap... 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 nanosleep... yes
> checking for nl_langinfo... yes
> checking varargs.h usability... no
> checking varargs.h presence... no
> checking for varargs.h... no
> checking for Python support... no
> checking for socket... yes
> using libc's socket
> checking for OpenSSL... yes
> checking for library containing dlopen... -ldl
> checking for PostgreSQL support... no
> checking for MySQL support... yes
> checking for SQLite3 support... no
> checking for SQLite support... no
> checking for DBI support... no
> checking for DBI drivers support... no
> checking for getconf... getconf
> checking for CFLAGS value to request large file support...
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> 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 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 for termcap.h... (cached) 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 bigendian... no
> checking for typeof... yes
> checking for an ANSI C-conforming const... yes
> 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 for char... yes
> checking size of char... 1
> checking for short int... yes
> checking size of short int... 2
> checking for int... yes
> checking size of int... 4
> checking for long int... yes
> checking size of long int... 4
> checking for long long int... yes
> checking size of long long int... 8
> checking for int *... yes
> checking size of int *... 4
> 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 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
> 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 struct sockaddr has a sa_len field... no
> 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 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 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 for pthread_create in -lpthread... yes
> configure: creating ./config.status
> config.status: creating autoconf/Make.common
> config.status: creating Makefile
> config.status: creating manpages/Makefile
> config.status: creating scripts/startmysql
> config.status: creating scripts/stopmysql
> config.status: creating scripts/btraceback
> config.status: creating scripts/startit
> config.status: creating scripts/stopit
> config.status: creating scripts/bconsole
> config.status: creating scripts/gconsole
> 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/bacula.desktop.gnome1
> config.status: creating scripts/bacula.desktop.gnome2
> config.status: creating scripts/bacula.desktop.gnome1.consolehelper
> config.status: creating scripts/bacula.desktop.gnome2.consolehelper
> config.status: creating scripts/bacula.desktop.gnome1.xsu
> config.status: creating scripts/bacula.desktop.gnome2.xsu
> config.status: creating scripts/bgnome-console.console_apps
> 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/bacula-tray-monitor.desktop
> config.status: creating scripts/logwatch/Makefile
> config.status: creating scripts/logwatch/logfile.bacula.conf
> config.status: creating scripts/wxconsole.console_apps
> config.status: creating scripts/wxconsole.desktop.consolehelper
> config.status: creating scripts/wxconsole.desktop.xsu
> 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 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/gnome2-console/Makefile
> config.status: creating src/gnome2-console/bgnome-console.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/install_conf_file
> config.status: creating src/wx-console/Makefile
> config.status: creating src/wx-console/bwx-console.conf
> config.status: creating src/tray-monitor/Makefile
> config.status: creating src/tray-monitor/tray-monitor.conf
> 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
> 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_sqlite_database
> config.status: creating src/cats/update_sqlite_tables
> config.status: creating src/cats/make_sqlite_tables
> config.status: creating src/cats/grant_sqlite_privileges
> config.status: creating src/cats/drop_sqlite_tables
> config.status: creating src/cats/drop_sqlite_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_bdb_database
> config.status: creating src/cats/update_bdb_tables
> config.status: creating src/cats/make_bdb_tables
> config.status: creating src/cats/grant_bdb_privileges
> config.status: creating src/cats/drop_bdb_tables
> config.status: creating src/cats/drop_bdb_database
> 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/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_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_sqlite_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_sqlite_tables_10_to_11
> config.status: creating platforms/Makefile
> config.status: creating platforms/redhat/Makefile
> config.status: creating platforms/redhat/bacula-fd
> config.status: creating platforms/redhat/bacula-sd
> config.status: creating platforms/redhat/bacula-dir
> config.status: creating platforms/redhat/bacula.spec
> 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_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_medialist.cpp
> moc/moc_mediaedit.cpp moc/moc_joblist.cpp moc/moc_clients.cpp
> moc/moc_storage.cpp moc/moc_fileset.cpp moc/moc_joblog.cpp moc/moc_jobs.cpp
> moc/moc_restoretree.cpp moc/moc_help.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_restoretree.h ui/ui_run.h ui/ui_runcmd.h ui/ui_estimate.h
> ui/ui_prune.h ui/ui_select.h ui/ui_medialist.h ui/ui_mediaedit.h
> ui/ui_joblist.h ui/ui_clients.h ui/ui_storage.h ui/ui_fileset.h
> ui/ui_joblog.h ui/ui_jobs.h ui/ui_help.h ui/ui_dirstat.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/medialist.o
> obj/mediaedit.o obj/joblist.o obj/clients.o obj/storage.o obj/fileset.o
> obj/joblog.o obj/jobs.o obj/restoretree.o obj/help.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_medialist.o obj/moc_mediaedit.o obj/moc_joblist.o
> obj/moc_clients.o obj/moc_storage.o obj/moc_fileset.o obj/moc_joblog.o
> obj/moc_jobs.o obj/moc_restoretree.o obj/moc_help.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 /usr/share/bacula-3.0.3/src
> make[1]: Entering directory `/usr/share/bacula-3.0.3/src'
> make[1]: Nothing to be done for `depend'.
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/src'
> ==>Entering directory /usr/share/bacula-3.0.3/scripts
> make[1]: Entering directory `/usr/share/bacula-3.0.3/scripts'
> make[1]: `depend' is up to date.
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/scripts'
> ==>Entering directory /usr/share/bacula-3.0.3/src/lib
> make[1]: Entering directory `/usr/share/bacula-3.0.3/src/lib'
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/src/lib'
> ==>Entering directory /usr/share/bacula-3.0.3/src/findlib
> make[1]: Entering directory `/usr/share/bacula-3.0.3/src/findlib'
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/src/findlib'
> ==>Entering directory /usr/share/bacula-3.0.3/src/filed
> make[1]: Entering directory `/usr/share/bacula-3.0.3/src/filed'
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/src/filed'
> ==>Entering directory /usr/share/bacula-3.0.3/src/qt-console
> make[1]: Entering directory `/usr/share/bacula-3.0.3/src/qt-console'
> make[1]: Nothing to be done for `depend'.
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/src/qt-console'
> ==>Entering directory /usr/share/bacula-3.0.3/src/console
> make[1]: Entering directory `/usr/share/bacula-3.0.3/src/console'
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/src/console'
> ==>Entering directory /usr/share/bacula-3.0.3/src/plugins/fd
> make[1]: Entering directory `/usr/share/bacula-3.0.3/src/plugins/fd'
> make[1]: Nothing to be done for `depend'.
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/src/plugins/fd'
> ==>Entering directory /usr/share/bacula-3.0.3/src/cats
> make[1]: Entering directory `/usr/share/bacula-3.0.3/src/cats'
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/src/cats'
> ==>Entering directory /usr/share/bacula-3.0.3/src/dird
> make[1]: Entering directory `/usr/share/bacula-3.0.3/src/dird'
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/src/dird'
> ==>Entering directory /usr/share/bacula-3.0.3/src/stored
> make[1]: Entering directory `/usr/share/bacula-3.0.3/src/stored'
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/src/stored'
> ==>Entering directory /usr/share/bacula-3.0.3/src/tools
> make[1]: Entering directory `/usr/share/bacula-3.0.3/src/tools'
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/src/tools'
> ==>Entering directory /usr/share/bacula-3.0.3/manpages
> make[1]: Entering directory `/usr/share/bacula-3.0.3/manpages'
> make[1]: Nothing to be done for `depend'.
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/manpages'
>
> Cleaning up
>
> ==>Entering directory /usr/share/bacula-3.0.3/src
> make[1]: Entering directory `/usr/share/bacula-3.0.3/src'
> (cd gnome2-console && make clean)
> make[2]: Entering directory `/usr/share/bacula-3.0.3/src/gnome2-console'
> make[2]: Leaving directory `/usr/share/bacula-3.0.3/src/gnome2-console'
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/src'
> ==>Entering directory /usr/share/bacula-3.0.3/scripts
> make[1]: Entering directory `/usr/share/bacula-3.0.3/scripts'
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/scripts'
> ==>Entering directory /usr/share/bacula-3.0.3/src/lib
> make[1]: Entering directory `/usr/share/bacula-3.0.3/src/lib'
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/src/lib'
> ==>Entering directory /usr/share/bacula-3.0.3/src/findlib
> make[1]: Entering directory `/usr/share/bacula-3.0.3/src/findlib'
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/src/findlib'
> ==>Entering directory /usr/share/bacula-3.0.3/src/filed
> make[1]: Entering directory `/usr/share/bacula-3.0.3/src/filed'
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/src/filed'
> ==>Entering directory /usr/share/bacula-3.0.3/src/qt-console
> make[1]: Entering directory `/usr/share/bacula-3.0.3/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_medialist.cpp
> moc/moc_mediaedit.cpp moc/moc_joblist.cpp moc/moc_clients.cpp
> moc/moc_storage.cpp moc/moc_fileset.cpp moc/moc_joblog.cpp moc/moc_jobs.cpp
> moc/moc_restoretree.cpp moc/moc_help.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_restoretree.h ui/ui_run.h ui/ui_runcmd.h ui/ui_estimate.h
> ui/ui_prune.h ui/ui_select.h ui/ui_medialist.h ui/ui_mediaedit.h
> ui/ui_joblist.h ui/ui_clients.h ui/ui_storage.h ui/ui_fileset.h
> ui/ui_joblog.h ui/ui_jobs.h ui/ui_help.h ui/ui_dirstat.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/medialist.o
> obj/mediaedit.o obj/joblist.o obj/clients.o obj/storage.o obj/fileset.o
> obj/joblog.o obj/jobs.o obj/restoretree.o obj/help.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_medialist.o obj/moc_mediaedit.o obj/moc_joblist.o
> obj/moc_clients.o obj/moc_storage.o obj/moc_fileset.o obj/moc_joblog.o
> obj/moc_jobs.o obj/moc_restoretree.o obj/moc_help.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 `/usr/share/bacula-3.0.3/src/qt-console'
> ==>Entering directory /usr/share/bacula-3.0.3/src/console
> make[1]: Entering directory `/usr/share/bacula-3.0.3/src/console'
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/src/console'
> ==>Entering directory /usr/share/bacula-3.0.3/src/plugins/fd
> make[1]: Entering directory `/usr/share/bacula-3.0.3/src/plugins/fd'
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/src/plugins/fd'
> ==>Entering directory /usr/share/bacula-3.0.3/src/cats
> make[1]: Entering directory `/usr/share/bacula-3.0.3/src/cats'
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/src/cats'
> ==>Entering directory /usr/share/bacula-3.0.3/src/dird
> make[1]: Entering directory `/usr/share/bacula-3.0.3/src/dird'
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/src/dird'
> ==>Entering directory /usr/share/bacula-3.0.3/src/stored
> make[1]: Entering directory `/usr/share/bacula-3.0.3/src/stored'
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/src/stored'
> ==>Entering directory /usr/share/bacula-3.0.3/src/tools
> make[1]: Entering directory `/usr/share/bacula-3.0.3/src/tools'
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/src/tools'
> ==>Entering directory /usr/share/bacula-3.0.3/manpages
> make[1]: Entering directory `/usr/share/bacula-3.0.3/manpages'
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/manpages'
> ==>Entering directory /usr/share/bacula-3.0.3/platforms
> make[1]: Entering directory `/usr/share/bacula-3.0.3/platforms'
> make[2]: Entering directory `/usr/share/bacula-3.0.3/platforms/redhat'
> make[2]: Leaving directory `/usr/share/bacula-3.0.3/platforms/redhat'
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/platforms'
> Configuration on Sat Nov 21 21:20:36 GMT 2009:
>    Host:    i686-pc-linux-gnu -- redhat
>    Bacula version:    Bacula 3.0.3 (18 October 2009)
>    Source code location:    .
>    Install binaries:    /usr/sbin
>    Install libraries:    /usr/lib
>    Install config files:    /etc/bacula
>    Scripts directory:    /etc/bacula
>    Archive directory:    /tmp
>    Working directory:    /var/bacula
>    PID directory:    /var/run
>    Subsys directory:    /var/lock/subsys
>    Man directory:    ${datarootdir}/man
>    Data directory:    /usr/share
>    Plugin directory:    /usr/lib
>    C Compiler:    gcc 4.4.2
>    C++ Compiler:    /usr/lib/ccache/g++ 4.4.2
>    Compiler flags:     -g -O2 -Wall -fno-strict-aliasing -fno-exceptions
> -fno-rtti
>    Linker flags:
>    Libraries:    -lpthread -ldl
>    Statically Linked Tools: no
>    Statically Linked FD:    no
>    Statically Linked SD:    no
>    Statically Linked DIR:   no
>    Statically Linked CONS:  no
>    Database type:    MySQL
>    Database port:
>    Database lib:    -L/usr/lib/mysql -lmysqlclient_r -lz
>    Database name:    bacula
>    Database user:    bacula
>    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:
>    Director Group:
>    Storage Daemon User:
>    Storage DaemonGroup:
>    File Daemon User:
>    File Daemon Group:
>    SQL binaries Directory   /usr/bin
>    Large file support:    yes
>    Bacula conio support:    yes -ltermcap
>    readline support:    no
>    TCP Wrappers support:    no
>    TLS support:    yes
>    Encryption support:    yes
>    ZLIB support:    yes
>    enable-smartalloc:    yes
>    enable-lockmgr:    no
>    bat support:    yes
>    enable-gnome:    no
>    enable-bwx-console:    no
>    enable-tray-monitor:     no
>    client-only:    no
>    build-dird:    yes
>    build-stored:    yes
>    ACL support:    yes
>    XATTR support:    yes
>    Python support:    no
>    Batch insert enabled:    yes
>
> ==>Entering directory /usr/share/bacula-3.0.3/src
> make[1]: Entering directory `/usr/share/bacula-3.0.3/src'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/src'
> ==>Entering directory /usr/share/bacula-3.0.3/scripts
> make[1]: Entering directory `/usr/share/bacula-3.0.3/scripts'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/scripts'
> ==>Entering directory /usr/share/bacula-3.0.3/src/lib
> make[1]: Entering directory `/usr/share/bacula-3.0.3/src/lib'
> Compiling crypto.c
> crypto.c: In function 'ASN1_OCTET_STRING* openssl_cert_keyid(X509*)':
> crypto.c:333: error: invalid conversion from 'const X509V3_EXT_METHOD*' to
> 'X509V3_EXT_METHOD*'
> crypto.c: In function 'CRYPTO_SESSION* crypto_session_new(crypto_cipher_t,
> alist*)':
> crypto.c:1102: error: cannot convert 'unsigned char*' to 'EVP_PKEY_CTX*' for
> argument '1' to 'int EVP_PKEY_encrypt(EVP_PKEY_CTX*, unsigned char*,
> size_t*, const unsigned char*, size_t)'
> crypto.c: In function 'crypto_error_t crypto_session_decode(const u_int8_t*,
> u_int32_t, alist*, CRYPTO_SESSION**)':
> crypto.c:1226: error: cannot convert 'unsigned char*' to 'EVP_PKEY_CTX*' for
> argument '1' to 'int EVP_PKEY_decrypt(EVP_PKEY_CTX*, unsigned char*,
> size_t*, const unsigned char*, size_t)'
> make[1]: *** [crypto.lo] Error 1
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/src/lib'
>
>   ====== Error in /usr/share/bacula-3.0.3/src/lib ======
>
> ==>Entering directory /usr/share/bacula-3.0.3/src/findlib
> make[1]: Entering directory `/usr/share/bacula-3.0.3/src/findlib'
> make[1]: *** No rule to make target `../lib/libbac.la', needed by `all'.
>  Stop.
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/src/findlib'
>
>   ====== Error in /usr/share/bacula-3.0.3/src/findlib ======
>
> ==>Entering directory /usr/share/bacula-3.0.3/src/filed
> make[1]: Entering directory `/usr/share/bacula-3.0.3/src/filed'
> make[1]: *** No rule to make target `../lib/libbacpy.la', needed by
> `bacula-fd'.  Stop.
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/src/filed'
>
>   ====== Error in /usr/share/bacula-3.0.3/src/filed ======
>
> ==>Entering directory /usr/share/bacula-3.0.3/src/qt-console
> make[1]: Entering directory `/usr/share/bacula-3.0.3/src/qt-console'
> /usr/share/bacula-3.0.3/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/d
> ircomm_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/pru
> ne.o obj/select.o obj/medialist.o obj/mediaedit.o obj/joblist.o
> obj/clients.o obj/storage.o obj/fileset.o obj/joblog.o obj/jobs.o
> obj/restoretree.o obj/help.
> 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 o
> bj/moc_label.o obj/moc_relabel.o obj/moc_mount.o obj/moc_run.o
> obj/moc_select.o obj/moc_medialist.o obj/moc_mediaedit.o obj/moc_joblist.o
> obj/moc_clients.o o
> bj/moc_storage.o obj/moc_fileset.o obj/moc_joblog.o obj/moc_jobs.o
> obj/moc_restoretree.o obj/moc_help.o obj/moc_dirstat.o obj/moc_clientstat.o
> obj/moc_storst
> at.o obj/qrc_main.o     -L../lib -lbaccfg -lbac -lssl -lcrypto -lQtGui
> -lQtCore -lpthread
> /usr/bin/ld: cannot find -lbaccfg
> collect2: ld returned 1 exit status
> make[1]: *** [bat] Error 1
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/src/qt-console'
>
>   ====== Error in /usr/share/bacula-3.0.3/src/qt-console ======
>
> ==>Entering directory /usr/share/bacula-3.0.3/src/console
> make[1]: Entering directory `/usr/share/bacula-3.0.3/src/console'
> make[1]: *** No rule to make target `../lib/libbac.la', needed by
> `bconsole'.  Stop.
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/src/console'
>
>   ====== Error in /usr/share/bacula-3.0.3/src/console ======
>
> ==>Entering directory /usr/share/bacula-3.0.3/src/plugins/fd
> make[1]: Entering directory `/usr/share/bacula-3.0.3/src/plugins/fd'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/src/plugins/fd'
> ==>Entering directory /usr/share/bacula-3.0.3/src/cats
> make[1]: *** No rule to make target `../lib/libbac.la', needed by
> `bacula-dir'.  Stop.
> make[1]: *** No rule to make target `../lib/libbacpy.la', needed by
> `bacula-sd'.  Stop.
> make[1]: *** No rule to make target `../lib/libbac.la', needed by `bsmtp'.
>  Stop.
> make[1]: Entering directory `/usr/share/bacula-3.0.3/src/cats'
> ==== Make of sqllib is good ====
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/src/cats'
> ==>Entering directory /usr/share/bacula-3.0.3/src/dird
> make[1]: Entering directory `/usr/share/bacula-3.0.3/src/dird'
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/src/dird'
>
>   ====== Error in /usr/share/bacula-3.0.3/src/dird ======
>
> ==>Entering directory /usr/share/bacula-3.0.3/src/stored
> make[1]: Entering directory `/usr/share/bacula-3.0.3/src/stored'
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/src/stored'
>
>   ====== Error in /usr/share/bacula-3.0.3/src/stored ======
>
> ==>Entering directory /usr/share/bacula-3.0.3/src/tools
> make[1]: Entering directory `/usr/share/bacula-3.0.3/src/tools'
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/src/tools'
>
>   ====== Error in /usr/share/bacula-3.0.3/src/tools ======
>
> ==>Entering directory /usr/share/bacula-3.0.3/manpages
> make[1]: Entering directory `/usr/share/bacula-3.0.3/manpages'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/usr/share/bacula-3.0.3/manpages'
>
>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Bacula-users mailing list
> Bacula-users AT lists.sourceforge DOT net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
>



-- 
_____________________________________________

Francisco Javier Funes Nieto [esencia AT gmail DOT com]
CANONIGOS
Servicios Informáticos para PYMES.
Cl. Cruz 2, 1º Oficina 7
Tlf: 958.536759 / 661134556
Fax: 958.521354
GRANADA - 18002

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users