On 5 Sep 2007 at 0:36, Kern Sibbald wrote:

> On Tuesday 04 September 2007 22:21, Dan Langille wrote:
> > Can anyone else get the latest SVN extract to compile.... actually
> > configure with PostgreSQL?
> >
> > I'm getting:
> 
> I think you just caught the SVN at a bad time when it was temporarily broken 
> (sorry), at least judging by the configuring for ... line shown below.  I 
> recommend doing an "svn update" and trying again. 

Done.  Getting similar errors.  I'll keep looking.

> 
> >
> > [EMAIL PROTECTED]:~/src/BaculaRegressionTesting] $ make bacula
> > mkdir tmp working
> > echo "Doing: scripts/setup "/home/dan/src/bacula/bacula"
> > [EMAIL PROTECTED] "--with-postgresql" "--without-tcp-wrappers" "--with-
> > openssl""
> > Doing: scripts/setup /home/dan/src/bacula/bacula [EMAIL PROTECTED] --
> > with-postgresql --without-tcp-wrappers --with-openssl
> > scripts/setup "/home/dan/src/bacula/bacula" [EMAIL PROTECTED] "--with-
> > postgresql" "--without-tcp-wrappers" "localhost" "--with-openssl"
> > Copying source from /home/dan/src/bacula/bacula
> > checking for true... /usr/bin/true
> > checking for false... /usr/bin/false
> > configuring for bacula 2.3.1x
> > 2.3.2 (30 August 2007
> > 02 September 2007)
> > 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 ANSI C... 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 egrep... 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 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... 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... 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-unknown-freebsd7.0
> > checking host system type... i386-unknown-freebsd7.0
> > 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 -
> > L/usr/local/lib /usr/local/lib/libiconv.so -Wl,-rpath -
> > Wl,/usr/local/lib
> > checking for msgfmt... (cached) /usr/local/bin/msgfmt
> > 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... none required
> > checking for PostgreSQL support... checking for crypt... no
> > checking for crypt in -lcrypt... yes
> > yes
> > checking for MySQL support... checking for SQLite3 support... no
> > checking for SQLite support... 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... no
> > 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 for termcap.h... (cached) 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... ^A4.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... 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... yes
> > checking for pthread_create in -lpthread... yes
> > configure: creating ./config.status
> > config.status: creating autoconf/Make.common
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating Makefile
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating manpages/Makefile
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating scripts/startmysql
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating scripts/stopmysql
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating scripts/btraceback
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating scripts/startit
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating scripts/stopit
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating scripts/bconsole
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating scripts/gconsole
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating scripts/bacula
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating scripts/bacula-ctl-dir
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating scripts/bacula-ctl-fd
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating scripts/bacula-ctl-sd
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating scripts/devel_bacula
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating scripts/Makefile
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating scripts/logrotate
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating scripts/bacula.desktop.gnome1
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating scripts/bacula.desktop.gnome2
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating scripts/bacula.desktop.gnome1.consolehelper
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating scripts/bacula.desktop.gnome2.consolehelper
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating scripts/bacula.desktop.gnome1.xsu
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating scripts/bacula.desktop.gnome2.xsu
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating scripts/bgnome-console.console_apps
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating scripts/mtx-changer
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating scripts/disk-changer
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating scripts/dvd-handler
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating scripts/dvd-simulator
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating scripts/bacula-tray-monitor.desktop
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating scripts/logwatch/Makefile
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating scripts/logwatch/logfile.bacula.conf
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating scripts/wxconsole.console_apps
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating scripts/wxconsole.desktop.consolehelper
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating scripts/wxconsole.desktop.xsu
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating scripts/bat.desktop
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating scripts/bat.desktop.xsu
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating scripts/bat.desktop.consolehelper
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating scripts/bat.console_apps
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/Makefile
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/host.h
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/console/Makefile
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/console/bconsole.conf
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/gnome2-console/Makefile
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/gnome2-console/bgnome-console.conf
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/qt-console/bat.conf
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/qt-console/bat.pro
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/qt-console/install_conf_file
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/wx-console/Makefile
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/wx-console/bwx-console.conf
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/tray-monitor/Makefile
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/tray-monitor/tray-monitor.conf
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/dird/Makefile
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/dird/bacula-dir.conf
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/lib/Makefile
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/stored/Makefile
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/stored/bacula-sd.conf
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/filed/Makefile
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/filed/bacula-fd.conf
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/Makefile
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/make_catalog_backup
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/delete_catalog_backup
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/create_postgresql_database
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/update_postgresql_tables
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/make_postgresql_tables
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/grant_postgresql_privileges
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/drop_postgresql_tables
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/drop_postgresql_database
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/create_mysql_database
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/update_mysql_tables
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/make_mysql_tables
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/grant_mysql_privileges
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/drop_mysql_tables
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/drop_mysql_database
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/create_sqlite_database
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/update_sqlite_tables
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/make_sqlite_tables
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/grant_sqlite_privileges
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/drop_sqlite_tables
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/drop_sqlite_database
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/create_sqlite3_database
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/update_sqlite3_tables
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/make_sqlite3_tables
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/grant_sqlite3_privileges
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/drop_sqlite3_tables
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/drop_sqlite3_database
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/sqlite
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/mysql
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/create_bdb_database
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/update_bdb_tables
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/make_bdb_tables
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/grant_bdb_privileges
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/drop_bdb_tables
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/drop_bdb_database
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/create_bacula_database
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/update_bacula_tables
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/grant_bacula_privileges
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/make_bacula_tables
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/drop_bacula_tables
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/cats/drop_bacula_database
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/findlib/Makefile
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating src/tools/Makefile
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating po/Makefile.in
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating platforms/Makefile
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating platforms/freebsd/Makefile
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating platforms/freebsd/bacula-fd
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating platforms/freebsd/bacula-sd
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > config.status: creating platforms/freebsd/bacula-dir
> > sed: 37: ./confstat71XyK2/subs-1.sed: unescaped newline inside
> > substitute pattern
> > 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
> > Doing make of dependencies
> > make: don't know how to make depend. Stop
> >
> > Configuration on Tue Sep  4 15:23:40 EDT 2007:
> >
> >   Host:                       i386-unknown-freebsd7.0 -- freebsd 7.0-
> > CURRENT
> >   Bacula version:             2.3.1x
> > 2.3.2 (30 August 2007
> > 02 September 2007)
> >   Source code location:       .
> >   Install binaries:
> > /usr/home/dan/src/BaculaRegressionTesting/bin
> >   Install config files:
> > /usr/home/dan/src/BaculaRegressionTesting/bin
> >   Scripts directory:
> > /usr/home/dan/src/BaculaRegressionTesting/bin
> >   Working directory:
> > /usr/home/dan/src/BaculaRegressionTesting/working
> >   PID directory:
> > /usr/home/dan/src/BaculaRegressionTesting/working
> >   Subsys directory:
> > /usr/home/dan/src/BaculaRegressionTesting/working
> >   Man directory:
> > /usr/home/dan/src/BaculaRegressionTesting/bin
> >   Data directory:             /usr/share
> >   C Compiler:                 gcc 4.2.0
> >   C++ Compiler:               /usr/bin/g++ 4.2.0
> >   Compiler flags:              -g -O2 -Wall -fno-strict-aliasing -fno-
> > exceptions -fno-rtti
> >   Linker flags:                -O
> >   Libraries:                  -lpthread
> >   Statically Linked Tools:    no
> >   Statically Linked FD:       no
> >   Statically Linked SD:       no
> >   Statically Linked DIR:      no
> >   Statically Linked CONS:     no
> >   Database type:              PostgreSQL
> >   Database lib:               -L/usr/local/lib -lpq -lcrypt
> >   Database name:              regress
> >   Database user:              regress
> >
> >   Job Output Email:           [EMAIL PROTECTED]
> >   Traceback Email:            [EMAIL PROTECTED]
> >   SMTP Host Address:          localhost
> >
> >   Director Port:              8101
> >   File daemon Port:           8102
> >   Storage daemon Port:        8103
> >
> >   Director User:
> >   Director Group:
> >   Storage Daemon User:
> >   Storage DaemonGroup:
> >   File Daemon User:
> >   File Daemon Group:
> >
> >   SQL binaries Directory      /usr/local/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
> >   bat support:                no
> >   enable-gnome:               no
> >   enable-bwx-console:         no
> >   enable-tray-monitor:
> >   client-only:                no
> >   build-dird:                 yes
> >   build-stored:               yes
> >   ACL support:                yes
> >   Python support:             no
> >   Batch insert enabled:       no
> >
> >
> > make: no target to make.
> > make: don't know how to make install. Stop
> > cp: src/tools/testls: No such file or directory
> > scripts/setup: bin/bacula: not found
> > cd: can't cd to bin
> > Running database creation scripts
> > scripts/setup: ./create_bacula_database: not found
> > scripts/setup: ./drop_bacula_tables: not found
> > scripts/setup: ./make_bacula_tables: not found
> > scripts/setup: ./grant_bacula_privileges: not found
> > scripts/setup: bin/bacula: not found
> > scripts/setup: bin/bacula: not found
> > cp: bin/*.conf: No such file or directory
> > *** Error code 1
> >
> > Stop in /usr/home/dan/src/BaculaRegressionTesting.
> > [EMAIL PROTECTED]:~/src/BaculaRegressionTesting] $
> 
> 


-- 
Dan Langille - http://www.langille.org/
Available for hire: http://www.freebsddiary.org/dan_langille.php



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Bacula-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to