On Saturday 15 September 2007 19:00, Dan Langille wrote: > I've had a hard time getting bat to compile on FreeBSD. Magic is > involved. To my knowledge, nobody has this working on FreeBSD yet.
Why don't you create a new temp directory, in that directory symbolically link qmake to /usrs/local/bin/qmake-qt4, then put that temp directory on your path at the beginning. Then all the standard build scripts should work. Then at the very of the build process, just blow away the temp directory. > > Here is the port Makefile I have to date. This won't make sense > unless you are familiar with the FreeBSD ports tree. I had to patch > three files to refer to qmake-qt4 instead of qmake: > > configure > autoconf/configure.in > src/qt-console/build-depkgs-qt-console > > These patches are attached. You need to add those patches to > sysutils/bacula-server/files. > > The bacula-bat Makefile is also attached. > > The error I am now blocked on is: > > ==== Make of findlib is good ==== > > ==>Entering directory /usr/home/dan/src/bacula-bat/work/bacula- > 2.2.4/src/qt-console > /usr/local/bin/qmake-qt4 -unix -o Makefile bat.pro > Cannot find file: bat.pro. > *** Error code 2 > > Stop in /usr/home/dan/src/bacula-bat/work/bacula-2.2.4/src/qt- > console. > > > ====== Error in /usr/home/dan/src/bacula-bat/work/bacula- > 2.2.4/src/qt-console ====== > > The file exists: > > [EMAIL PROTECTED]:~/src/bacula-bat/work/bacula-2.2.4/src/qt-console] $ ls - > lt | head > total 258 > -rw-r--r-- 1 dan dan 30026 Sep 15 12:57 Makefile > drwxr-xr-x 2 dan dan 512 Sep 15 12:57 ui > -rw-r--r-- 1 dan dan 186 Sep 15 12:57 bat.conf > -rw-r--r-- 1 dan dan 3124 Sep 15 12:57 bat.pro > -rwxr-xr-x 1 dan dan 450 Sep 15 12:57 install_conf_file > -rwxr-xr-x 1 dan wheel 4482 Sep 15 12:57 build-depkgs-qt-console > drwxr-xr-x 2 dan dan 512 Sep 14 14:24 console > drwxr-xr-x 2 dan dan 512 Sep 14 14:24 help > drwxr-xr-x 2 dan dan 512 Sep 14 14:24 joblist > [EMAIL PROTECTED]:~/src/bacula-bat/work/bacula-2.2.4/src/qt-console] $ > > > Ideas? > > > > The full build appears below. > > Script started on Sat Sep 15 12:57:40 2007 > [EMAIL PROTECTED]:~/src/bacula-bat] $ make > You may use the following build options (or make config): > > WITH_CLIENT_ONLY=yes if you only want the file daemon. > WITH_WXCONSOLE=yes if you only want a wxGTK based GUI console. > WITH_GNOMECONSOLE=yes if you only want a GNOME based GUI console. > WITH_MTX=yes if you want to use mtx instead of chio for > autochanger control. > WITH_SQLITE3=yes if you want SqLite-3 instead of SqLite-2 as the > database. > WITH_MYSQL=yes if you want MySQL instead of SqLite as the > database. > WITH_POSTGRESQL=yes if you want PostgreSQL instead of SqLite as the > database. > > The default DB is SQLite-2! > WITH_OPENSSL=yes Enable OpenSSL for encrypted communication. > > ===> Using sqlite3 as the bacula database. > > ===> Found saved configuration for bacula-bat-2.2.0_1 > ===> Extracting for bacula-bat-2.2.4 > => MD5 Checksum OK for bacula-2.2.4.tar.gz. > => SHA256 Checksum OK for bacula-2.2.4.tar.gz. > ===> Patching for bacula-bat-2.2.4 > ===> Applying FreeBSD patches for bacula-bat-2.2.4 > ===> bacula-bat-2.2.4 depends on package: qt4>=4.3.1 - found > ===> bacula-bat-2.2.4 depends on shared library: sqlite3 - found > ===> bacula-bat-2.2.4 depends on shared library: intl - found > ===> Configuring for bacula-bat-2.2.4 > configure: WARNING: you should use --build, --host, --target > checking for true... /usr/bin/true > checking for false... /usr/bin/false > configuring for bacula 2.2.4 (14 September 2007) > checking for i386-portbld-freebsd6.2-gcc... cc > 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 cc accepts -g... yes > checking for cc option to accept ANSI C... none needed > checking for i386-portbld-freebsd6.2-g++... c++ > checking whether we are using the GNU C++ compiler... yes > checking whether c++ accepts -g... yes > checking whether cc understands -c and -o together... yes > checking how to run the C preprocessor... cc -E > checking for egrep... grep -E > checking whether cc needs -traditional... no > checking for c++... /usr/bin/c++ > checking for a BSD-compatible install... /usr/bin/install -c > checking for i386-portbld-freebsd6.2-ranlib... no > checking for ranlib... ranlib > checking for mv... /bin/mv > checking for rm... /bin/rm > checking for cp... /bin/cp > checking for sed... /usr/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... mkisofs > checking for python... /usr/local/bin/python > checking for growisofs... growisofs > checking for dvd+rw-mediainfo... dvd+rw-mediainfo > checking for dvd+rw-format... dvd+rw-format > checking for pkg-config... /usr/local/bin/pkg-config > checking for wx-config... wx-config > checking for cdrecord... cdrecord > checking for pidof... pidof > checking for gawk... no > checking for mawk... no > checking for nawk... nawk > checking for nawk... /usr/bin/nawk > checking build system type... i386-portbld-freebsd6.2 > checking host system type... i386-portbld-freebsd6.2 > checking for Operating System Distribution... done > checking whether make sets $(MAKE)... yes > checking whether NLS is requested... yes > checking for msgfmt... /usr/local/bin/msgfmt > checking for gmsgfmt... /usr/local/bin/msgfmt > checking for xgettext... /usr/local/bin/xgettext > checking for msgmerge... /usr/local/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... no > checking for iconv... yes > checking how to link with libiconv... /usr/local/lib/libiconv.so -Wl,- > rpath -Wl,/usr/local/lib > checking for GNU gettext in libintl... yes > checking whether to use NLS... yes > checking where the gettext function comes from... external libintl > checking how to link with libintl... /usr/local/lib/libintl.so > /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib > checking for msgfmt... (cached) /usr/local/bin/msgfmt > checking for qwt support... 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 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 libwrap... checking for library containing nanosleep... > none required > yes > checking for OpenSSL... yes > checking for library containing dlopen... none required > unable to write 'random state' > unable to write 'random state' > unable to write 'random state' > unable to write 'random state' > unable to write 'random state' > unable to write 'random state' > checking for PostgreSQL support... no > checking for MySQL support... checking for SQLite3 support... yes > checking for SQLite support... no > checking for i386-portbld-freebsd6.2-getconf... no > checking for getconf... getconf > checking for CFLAGS value to request large file support... no > checking for LDFLAGS value to request large file support... no > checking for LIBS value to request large file support... no > checking for _FILE_OFFSET_BITS... 64 > checking for _LARGEFILE_SOURCE... 1 > checking for _LARGE_FILES... 1 > checking for X... libraries /usr/local/lib, headers > /usr/local/include > 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 stdlib.h usability... yes > checking stdlib.h presence... yes > checking for stdlib.h... yes > checking stdint.h usability... yes > checking stdint.h presence... yes > checking for stdint.h... yes > checking string.h usability... yes > checking string.h presence... yes > checking for string.h... 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 unistd.h usability... yes > checking unistd.h presence... yes > checking for unistd.h... yes > checking sys/bitypes.h usability... no > checking sys/bitypes.h presence... no > checking for sys/bitypes.h... no > 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/sockio.h usability... yes > checking sys/sockio.h presence... yes > checking for sys/sockio.h... yes > checking sys/time.h usability... yes > checking sys/time.h presence... yes > checking for sys/time.h... yes > checking sys/socket.h usability... yes > checking sys/socket.h presence... yes > checking for sys/socket.h... yes > checking arpa/nameser.h usability... yes > checking arpa/nameser.h presence... yes > checking for arpa/nameser.h... yes > checking resolv.h usability... no > checking resolv.h presence... yes > configure: WARNING: resolv.h: present but cannot be compiled > configure: WARNING: resolv.h: check for missing prerequisite > headers? > configure: WARNING: resolv.h: see the Autoconf documentation > configure: WARNING: resolv.h: section "Present But Cannot Be > Compiled" > configure: WARNING: resolv.h: proceeding with the preprocessor's > result > configure: WARNING: resolv.h: in the future, the compiler will take > precedence > configure: WARNING: ## ------------------------------------------ > ## > configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. > ## > configure: WARNING: ## ------------------------------------------ > ## > checking for resolv.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... 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... no > checking for struct stat.st_blocks... no > 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.4BSD/OSF1 > 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 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) no > checking for struct stat.st_rdev... no > 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 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... no > checking for fdatasync... no > checking for chflags... yes > 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... yes > checking for strftime... yes > checking for vprintf... yes > checking for _doprnt... no > checking for working alloca.h... no > checking for alloca... yes > checking for getmntent in -lsun... no > checking for getmntent in -lseq... no > checking for getmntent in -lgen... no > checking for getmntent... no > checking whether closedir returns void... no > checking whether setpgrp takes no argument... no > checking for gettext in -lintl... yes > 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... 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/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 po/Makefile.in > config.status: creating platforms/Makefile > config.status: creating platforms/freebsd/Makefile > config.status: creating platforms/freebsd/bacula-fd > config.status: creating platforms/freebsd/bacula-sd > config.status: creating platforms/freebsd/bacula-dir > config.status: creating src/config.h > config.status: executing default-1 commands > config.status: creating po/POTFILES > config.status: creating po/Makefile > config.status: executing default commands > Creating bat Makefile > Doing make of dependencies > ==>Entering directory /usr/home/dan/src/bacula-bat/work/bacula- > 2.2.4/src > ==>Entering directory /usr/home/dan/src/bacula-bat/work/bacula- > 2.2.4/scripts > ==>Entering directory /usr/home/dan/src/bacula-bat/work/bacula- > 2.2.4/src/lib > ==>Entering directory /usr/home/dan/src/bacula-bat/work/bacula- > 2.2.4/src/findlib > ==>Entering directory /usr/home/dan/src/bacula-bat/work/bacula- > 2.2.4/src/qt-console > ==>Entering directory /usr/home/dan/src/bacula-bat/work/bacula- > 2.2.4/src/cats > ==>Entering directory /usr/home/dan/src/bacula-bat/work/bacula- > 2.2.4/src/tools > ==>Entering directory /usr/home/dan/src/bacula-bat/work/bacula- > 2.2.4/manpages > > Configuration on Sat Sep 15 12:58:05 EDT 2007: > > Host: i386-portbld-freebsd6.2 -- freebsd 6.2-STABLE > Bacula version: 2.2.4 (14 September 2007) > Source code location: . > Install binaries: /usr/local/sbin > Install config files: /usr/local/etc > Scripts directory: /usr/local/share/bacula > Working directory: /var/db/bacula > PID directory: /var/run > Subsys directory: /var/run/subsys > Man directory: /usr/local/man > Data directory: /usr/local/share > C Compiler: cc 3.4.6 > C++ Compiler: /usr/bin/c++ 3.4.6 > Compiler flags: -O2 -fno-strict-aliasing -pipe > Linker flags: -L/usr/local/lib > Libraries: -lpthread -lintl > Statically Linked Tools: no > Statically Linked FD: no > Statically Linked SD: no > Statically Linked DIR: no > Statically Linked CONS: no > Database type: SQLite3 > Database lib: -L/usr/local/lib -lsqlite3 > Database name: bacula > Database user: bacula > > Job Output Email: [EMAIL PROTECTED] > Traceback Email: [EMAIL PROTECTED] > 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: operator > File Daemon User: > File Daemon Group: > > SQL binaries Directory /usr/local/bin > > Large file support: yes > Bacula conio support: no -lreadline -lhistory -ltermcap > readline support: yes > TCP Wrappers support: yes -lwrap > TLS support: yes > Encryption support: yes > ZLIB support: yes > enable-smartalloc: yes > bat support: yes -L/usr/local/lib > enable-gnome: no > enable-bwx-console: no > enable-tray-monitor: > client-only: no > build-dird: no > build-stored: no > ACL support: yes > Python support: no > Batch insert enabled: yes > > > ===> Building for bacula-bat-2.2.4 > ==>Entering directory /usr/home/dan/src/bacula-bat/work/bacula- > 2.2.4/src > ==>Entering directory /usr/home/dan/src/bacula-bat/work/bacula- > 2.2.4/scripts > ==>Entering directory /usr/home/dan/src/bacula-bat/work/bacula- > 2.2.4/src/lib > Compiling attr.c > Compiling base64.c > Compiling berrno.c > Compiling bsys.c > Compiling bget_msg.c > Compiling bnet.c > Compiling bnet_server.c > Compiling runscript.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 enh_fnmatch.c > Compiling fnmatch.c > Compiling hmac.c > Compiling idcache.c > Compiling jcr.c > Compiling lex.c > Compiling alist.c > Compiling dlist.c > Compiling md5.c > Compiling message.c > Compiling mem_pool.c > Compiling openssl.c > Compiling parse_conf.c > Compiling queue.c > Compiling bregex.c > Compiling res.c > Compiling rwlock.c > Compiling scan.c > Compiling serial.c > Compiling sha1.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 address_conf.c > Compiling pythonlib.c > Compiling breg.c > Making libbac.a ... > /usr/bin/ar rc libbac.a attr.o base64.o berrno.o bsys.o bget_msg.o > bnet.o bnet_server.o runscript.o bsock.o bpipe.o bsnprintf.o btime.o > cram-md5.o crc32.o crypto.o daemon.o edit.o enh_fnmatch.o fnmatch.o > hmac.o idcache.o jcr.o lex.o alist.o dlist.o md5.o message.o > mem_pool.o openssl.o parse_c > onf.o queue.o bregex.o res.o rwlock.o scan.o serial.o sha1.o > signal.o smartall.o rblist.o tls.o tree.o util.o var.o watchdog.o > workq.o btimers.o address_conf.o pythonlib.o breg.o > ranlib libbac.a > ==== Make of lib is good ==== > > ==>Entering directory /usr/home/dan/src/bacula-bat/work/bacula- > 2.2.4/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 > Compiling fstype.c > Compiling makepath.c > Compiling save-cwd.c > Making libfind.a ... > /usr/bin/ar cr libfind.a find.o match.o find_one.o attribs.o > create_file.o bfile.o drivetype.o enable_priv.o fstype.o makepath.o > save-cwd.o > ranlib libfind.a > ==== Make of findlib is good ==== > > ==>Entering directory /usr/home/dan/src/bacula-bat/work/bacula- > 2.2.4/src/qt-console > /usr/local/bin/qmake-qt4 -unix -o Makefile bat.pro > Cannot find file: bat.pro. > *** Error code 2 > > Stop in /usr/home/dan/src/bacula-bat/work/bacula-2.2.4/src/qt- > console. > > > ====== Error in /usr/home/dan/src/bacula-bat/work/bacula- > 2.2.4/src/qt-console ====== > > > ==>Entering directory /usr/home/dan/src/bacula-bat/work/bacula- > 2.2.4/src/cats > Compiling mysql.c > Compiling bdb.c > Compiling bdb_create.c > Compiling bdb_get.c > Compiling bdb_update.c > Compiling bdb_delete.c > Compiling bdb_find.c > Compiling bdb_list.c > Compiling sql.c > Compiling sql_cmds.c > Compiling sql_create.c > Compiling sql_delete.c > Compiling sql_find.c > Compiling sql_get.c > Compiling sql_list.c > Compiling sql_update.c > Compiling sqlite.c > Compiling postgresql.c > Making libsql.a ... > /usr/bin/ar rc libsql.a mysql.o bdb.o bdb_create.o bdb_get.o > bdb_update.o bdb_delete.o bdb_find.o bdb_list.o sql.o sql_cmds.o > sql_create.o sql_delete.o sql_find.o sql_get.o sql_list.o > sql_update.o sqlite.o postgresql.o > ranlib libsql.a > ==== Make of cats is good ==== > > ==>Entering directory /usr/home/dan/src/bacula-bat/work/bacula- > 2.2.4/src/tools > Compiling bsmtp.c > /usr/bin/c++ -L/usr/local/lib -L../lib -o bsmtp bsmtp.o -lbac -lm - > lpthread -lintl /usr/local/lib/libintl.so /usr/local/lib/libiconv.so > -Wl,-rpath -Wl,/usr/local/lib -lssl -lcrypto > cc -c gigaslam.c > cc -o gigaslam gigaslam.o > Compiling grow.c > /usr/bin/c++ -L/usr/local/lib -L../lib -o grow grow.o -lbac -lm - > lpthread -lintl /usr/local/lib/libintl.so /usr/local/lib/libiconv.so > -Wl,-rpath -Wl,/usr/local/lib -lssl -lcrypto > ==== Make of tools is good ==== > > ==>Entering directory /usr/home/dan/src/bacula-bat/work/bacula- > 2.2.4/manpages > [EMAIL PROTECTED]:~/src/bacula-bat] $ exit > > Script done on Sat Sep 15 12:58:39 2007 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Bacula-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-devel
