Mock Version: 1.0.2 Mock Version: 1.0.2 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target ppc --nodeps builddir/build/SPECS/bacula2.spec'], False, '/var/lib/mock/dist-f12-build-758485-107870/root/', None, 86400, True, 0, 101, 102, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target ppc --nodeps builddir/build/SPECS/bacula2.spec'] warning: Could not canonicalize hostname: ppc03.phx2.fedoraproject.org Building target platforms: ppc Building for target ppc Wrote: /builddir/build/SRPMS/bacula2-2.4.4-4.fc12.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target ppc --nodeps builddir/build/SPECS/bacula2.spec'], False, '/var/lib/mock/dist-f12-build-758485-107870/root/', None, 86400, True, 0, 101, 102, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target ppc --nodeps builddir/build/SPECS/bacula2.spec'] Building target platforms: ppc Building for target ppc Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.q8Iwnf + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf bacula-2.4.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/bacula-2.4.4.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd bacula-2.4.4 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (bacula2-2.4.4-utf8.patch):' Patch #0 (bacula2-2.4.4-utf8.patch): + /bin/cat /builddir/build/SOURCES/bacula2-2.4.4-utf8.patch + /usr/bin/patch -s -p1 --fuzz=0 + echo 'Patch #1 (bacula2-config.patch):' Patch #1 (bacula2-config.patch): + /bin/cat /builddir/build/SOURCES/bacula2-config.patch + /usr/bin/patch -s -p1 --fuzz=0 + echo 'Patch #2 (bacula2-3.0.2-openssl.patch):' Patch #2 (bacula2-3.0.2-openssl.patch): + /bin/cat /builddir/build/SOURCES/bacula2-3.0.2-openssl.patch + /usr/bin/patch -s -p2 --fuzz=0 + find examples -type f + xargs chmod -x + find updatedb -type f + xargs chmod -x + chmod -x src/console/conio.c + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Ydp3lN + umask 022 + cd /builddir/build/BUILD + cd bacula-2.4.4 + LANG=C + export LANG + unset DISPLAY ++ echo -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 ++ sed s/-D_FORTIFY_SOURCE=./-U_FORTIFY_SOURCE/ + CFLAGS='-O2 -g -pipe -Wall -Wp,-U_FORTIFY_SOURCE -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32' + CFLAGS='-O2 -g -pipe -Wall -Wp,-U_FORTIFY_SOURCE -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -I/usr/lib/gfortran/modules' + export FFLAGS + ./configure --build=ppc-redhat-linux-gnu --host=ppc-redhat-linux-gnu --target=ppc-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --sysconfdir=/etc/bacula2 --with-fd-user=root --with-fd-group=root --with-fd-password=@@FD_PASSWORD@@ --with-mon-dir-password=@@MON_DIR_PASSWORD@@ --with-mon-fd-password=@@MON_FD_PASSWORD@@ --with-mon-sd-password=@@MON_SD_PASSWORD@@ --with-working-dir=/var/spool/bacula2 --with-scriptdir=/usr/libexec/bacula2 --with-smtp-host=localhost --with-subsys-dir=/var/lock/subsys --with-pid-dir=/var/run --enable-client-only --enable-largefile --with-openssl --with-tcp-wrappers --with-python --enable-smartalloc checking for true... /bin/true checking for false... /bin/false configuring for bacula 2.4.4 (28 December 2008) checking for ppc-redhat-linux-gnu-gcc... no 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 ppc-redhat-linux-gnu-g++... no checking for ppc-redhat-linux-gnu-c++... no checking for ppc-redhat-linux-gnu-gpp... no checking for ppc-redhat-linux-gnu-aCC... no checking for ppc-redhat-linux-gnu-CC... no checking for ppc-redhat-linux-gnu-cxx... no checking for ppc-redhat-linux-gnu-cc++... no checking for ppc-redhat-linux-gnu-cl.exe... no checking for ppc-redhat-linux-gnu-FCC... no checking for ppc-redhat-linux-gnu-KCC... no checking for ppc-redhat-linux-gnu-RCC... no checking for ppc-redhat-linux-gnu-xlC_r... no checking for ppc-redhat-linux-gnu-xlC... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking whether gcc and cc understand -c and -o together... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking whether gcc needs -traditional... no checking for g++... /usr/bin/g++ checking for a BSD-compatible install... /usr/bin/install -c checking for ppc-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib 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... 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/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/bin/pkg-config checking for qmake... none checking for qmake-qt4... none checking for wx-config... wx-config checking for cdrecord... cdrecord checking for pidof... pidof checking for gawk... gawk checking for gawk... /usr/bin/gawk checking build system type... powerpc-redhat-linux-gnu checking host system type... powerpc-redhat-linux-gnu checking for Operating System Distribution... done checking whether make sets $(MAKE)... yes checking whether NLS is requested... yes checking for msgfmt... no checking for gmsgfmt... : checking for xgettext... no checking for msgmerge... no 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) : checking termcap.h usability... no checking termcap.h presence... no checking for termcap.h... no checking curses.h usability... no checking curses.h presence... no checking for curses.h... no checking for term.h... no Required libraries not found. CONIO turned off ... checking /usr/include/readline/readline.h usability... no checking /usr/include/readline/readline.h presence... no checking for /usr/include/readline/readline.h... no checking /builddir/build/BUILD/depkgs/readline/readline.h usability... no checking /builddir/build/BUILD/depkgs/readline/readline.h presence... no checking for /builddir/build/BUILD/depkgs/readline/readline.h... no readline.h not found. readline turned off ... 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... yes configure: checking for more Python libs checking for library containing shm_open... -lrt checking for openpty in -lutil... yes checking for socket... yes using libc's socket checking for libwrap... checking for library containing nanosleep... none required yes checking for OpenSSL... yes checking for library containing dlopen... -ldl checking for PostgreSQL support... no checking for MySQL support... checking for SQLite3 support... no checking for SQLite support... no nm: 'a.out': No such file checking for ppc-redhat-linux-gnu-getconf... 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... 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 strings.h usability... yes checking strings.h presence... yes checking for strings.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for termcap.h... (cached) no checking for term.h... (cached) no checking unistd.h usability... yes checking unistd.h presence... yes checking for unistd.h... 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 sys/stat.h usability... yes checking sys/stat.h presence... yes checking for sys/stat.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/types.h usability... yes checking sys/types.h presence... yes checking for sys/types.h... yes checking arpa/nameser.h usability... yes checking arpa/nameser.h presence... yes checking for arpa/nameser.h... yes checking resolv.h usability... yes checking resolv.h presence... yes 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... 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... yes 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 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 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/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 default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing default commands Doing make of dependencies ==>Entering directory /builddir/build/BUILD/bacula-2.4.4/src make[1]: Entering directory `/builddir/build/BUILD/bacula-2.4.4/src' make[1]: Nothing to be done for `depend'. make[1]: Leaving directory `/builddir/build/BUILD/bacula-2.4.4/src' ==>Entering directory /builddir/build/BUILD/bacula-2.4.4/scripts make[1]: Entering directory `/builddir/build/BUILD/bacula-2.4.4/scripts' make[1]: `depend' is up to date. make[1]: Leaving directory `/builddir/build/BUILD/bacula-2.4.4/scripts' ==>Entering directory /builddir/build/BUILD/bacula-2.4.4/src/lib make[1]: Entering directory `/builddir/build/BUILD/bacula-2.4.4/src/lib' make[1]: Leaving directory `/builddir/build/BUILD/bacula-2.4.4/src/lib' ==>Entering directory /builddir/build/BUILD/bacula-2.4.4/src/findlib make[1]: Entering directory `/builddir/build/BUILD/bacula-2.4.4/src/findlib' make[1]: Leaving directory `/builddir/build/BUILD/bacula-2.4.4/src/findlib' ==>Entering directory /builddir/build/BUILD/bacula-2.4.4/src/filed make[1]: Entering directory `/builddir/build/BUILD/bacula-2.4.4/src/filed' make[1]: Leaving directory `/builddir/build/BUILD/bacula-2.4.4/src/filed' ==>Entering directory /builddir/build/BUILD/bacula-2.4.4/src/console make[1]: Entering directory `/builddir/build/BUILD/bacula-2.4.4/src/console' conio.c:82:21: error: termcap.h: No such file or directory make[1]: *** [depend] Error 1 make[1]: Leaving directory `/builddir/build/BUILD/bacula-2.4.4/src/console' ==>Entering directory /builddir/build/BUILD/bacula-2.4.4/manpages make[1]: Entering directory `/builddir/build/BUILD/bacula-2.4.4/manpages' make[1]: Nothing to be done for `depend'. make[1]: Leaving directory `/builddir/build/BUILD/bacula-2.4.4/manpages' Configuration on Thu Apr 8 13:39:59 UTC 2010: Host: powerpc-redhat-linux-gnu -- redhat Bacula version: 2.4.4 (28 December 2008) Source code location: . Install binaries: /usr/sbin Install config files: /etc/bacula2 Scripts directory: /usr/libexec/bacula2 Archive directory: Working directory: /var/spool/bacula2 PID directory: /var/run Subsys directory: /var/lock/subsys Man directory: /usr/share/man Data directory: /usr/share C Compiler: gcc 4.4.3 C++ Compiler: /usr/bin/g++ 4.4.3 Compiler flags: -O2 -g -pipe -Wall -Wp,-U_FORTIFY_SOURCE -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -fno-strict-aliasing -fno-exceptions -fno-rtti Linker flags: -O 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: None Database lib: 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: root File Daemon Group: root SQL binaries Directory Large file support: yes Bacula conio support: no readline support: no TCP Wrappers support: yes -lwrap 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: yes build-dird: yes build-stored: yes ACL support: yes Python support: yes -L/usr/lib/python2.6/config -lpython2.6 -lutil -lrt Batch insert enabled: no + /usr/bin/make -j4 ==>Entering directory /builddir/build/BUILD/bacula-2.4.4/src make[1]: Entering directory `/builddir/build/BUILD/bacula-2.4.4/src' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builddir/build/BUILD/bacula-2.4.4/src' ==>Entering directory /builddir/build/BUILD/bacula-2.4.4/scripts make[1]: Entering directory `/builddir/build/BUILD/bacula-2.4.4/scripts' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builddir/build/BUILD/bacula-2.4.4/scripts' ==>Entering directory /builddir/build/BUILD/bacula-2.4.4/src/lib make[1]: Entering directory `/builddir/build/BUILD/bacula-2.4.4/src/lib' Compiling attr.c Compiling base64.c Compiling bsys.c Compiling berrno.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 guid_to_name.c Compiling hmac.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 bregex.c Compiling queue.c Compiling res.c Compiling rwlock.c Compiling scan.c Compiling serial.c In file included from /usr/include/python2.6/pyconfig.h:4, from /usr/include/python2.6/Python.h:8, from ../findlib/bfile.h:41, from ../findlib/find.h:38, from scan.c:39: /usr/include/python2.6/pyconfig-32.h:1028:1: warning: "_XOPEN_SOURCE" redefined In file included from /usr/include/stdint.h:26, from ../bacula.h:60, from scan.c:37: /usr/include/features.h:160:1: warning: this is the location of the previous definition Compiling sha1.c Compiling signal.c Compiling smartall.c Compiling rblist.c Compiling tls.c Compiling tree.c In file included from /usr/include/python2.6/pyconfig.h:4, from /usr/include/python2.6/Python.h:8, from ../findlib/bfile.h:41, from ../findlib/find.h:38, from tree.c:37: /usr/include/python2.6/pyconfig-32.h:1028:1: warning: "_XOPEN_SOURCE" redefined In file included from /usr/include/stdint.h:26, from ../bacula.h:60, from tree.c:36: /usr/include/features.h:160:1: warning: this is the location of the previous definition Compiling util.c Compiling var.c In file included from /usr/include/python2.6/pyconfig.h:4, from /usr/include/python2.6/Python.h:8, from ../findlib/bfile.h:41, from ../findlib/find.h:38, from util.c:38: /usr/include/python2.6/pyconfig-32.h:1028:1: warning: "_XOPEN_SOURCE" redefined In file included from /usr/include/stdint.h:26, from ../bacula.h:60, from util.c:36: /usr/include/features.h:160:1: warning: this is the location of the previous definition Compiling watchdog.c Compiling workq.c Compiling btimers.c Compiling address_conf.c Compiling pythonlib.c In file included from /usr/include/python2.6/pyconfig.h:4, from /usr/include/python2.6/Python.h:8, from pythonlib.c:44: /usr/include/python2.6/pyconfig-32.h:1028:1: warning: "_XOPEN_SOURCE" redefined In file included from /usr/include/stdint.h:26, from ../bacula.h:60, from pythonlib.c:38: /usr/include/features.h:160:1: warning: this is the location of the previous definition Compiling breg.c pythonlib.c: In function 'int generate_daemon_event(JCR*, const char*)': pythonlib.c:257: warning: deprecated conversion from string constant to 'char*' pythonlib.c:280: warning: deprecated conversion from string constant to 'char*' 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 guid_to_name.o hmac.o jcr.o lex.o alist.o dlist.o md5.o message.o mem_pool.o openssl.o parse_conf.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 ==== make[1]: Leaving directory `/builddir/build/BUILD/bacula-2.4.4/src/lib' ==>Entering directory /builddir/build/BUILD/bacula-2.4.4/src/findlib make[1]: Entering directory `/builddir/build/BUILD/bacula-2.4.4/src/findlib' Compiling find.c Compiling match.c Compiling find_one.c Compiling attribs.c In file included from /usr/include/python2.6/pyconfig.h:4, from /usr/include/python2.6/Python.h:8, from bfile.h:41, from find.h:38, from find_one.c:42: /usr/include/python2.6/pyconfig-32.h:1028:1: warning: "_XOPEN_SOURCE" redefined In file included from /usr/include/stdint.h:26, from ../bacula.h:60, from find_one.c:41: /usr/include/features.h:160:1: warning: this is the location of the previous definition In file included from /usr/include/python2.6/pyconfig.h:4, from /usr/include/python2.6/Python.h:8, from bfile.h:41, from find.h:38, from find.c:42: /usr/include/python2.6/pyconfig-32.h:1028:1: warning: "_XOPEN_SOURCE" redefined In file included from /usr/include/stdint.h:26, from ../bacula.h:60, from find.c:41: /usr/include/features.h:160:1: warning: this is the location of the previous definition In file included from /usr/include/python2.6/pyconfig.h:4, from /usr/include/python2.6/Python.h:8, from bfile.h:41, from find.h:38, from attribs.c:40: /usr/include/python2.6/pyconfig-32.h:1028:1: warning: "_XOPEN_SOURCE" redefined In file included from /usr/include/stdint.h:26, from ../bacula.h:60, from attribs.c:39: /usr/include/features.h:160:1: warning: this is the location of the previous definition In file included from /usr/include/python2.6/pyconfig.h:4, from /usr/include/python2.6/Python.h:8, from bfile.h:41, from find.h:38, from match.c:44: /usr/include/python2.6/pyconfig-32.h:1028:1: warning: "_XOPEN_SOURCE" redefined In file included from /usr/include/stdint.h:26, from ../bacula.h:60, from match.c:43: /usr/include/features.h:160:1: warning: this is the location of the previous definition Compiling create_file.c Compiling bfile.c Compiling drivetype.c In file included from /usr/include/python2.6/pyconfig.h:4, from /usr/include/python2.6/Python.h:8, from bfile.h:41, from find.h:38, from bfile.c:40: /usr/include/python2.6/pyconfig-32.h:1028:1: warning: "_XOPEN_SOURCE" redefined In file included from /usr/include/stdint.h:26, from ../bacula.h:60, from bfile.c:39: /usr/include/features.h:160:1: warning: this is the location of the previous definition In file included from /usr/include/python2.6/pyconfig.h:4, from /usr/include/python2.6/Python.h:8, from bfile.h:41, from find.h:38, from create_file.c:38: /usr/include/python2.6/pyconfig-32.h:1028:1: warning: "_XOPEN_SOURCE" redefined In file included from /usr/include/stdint.h:26, from ../bacula.h:60, from create_file.c:37: /usr/include/features.h:160:1: warning: this is the location of the previous definition Compiling enable_priv.c In file included from /usr/include/python2.6/pyconfig.h:4, from /usr/include/python2.6/Python.h:8, from bfile.h:41, from find.h:38, from drivetype.c:39: /usr/include/python2.6/pyconfig-32.h:1028:1: warning: "_XOPEN_SOURCE" redefined In file included from /usr/include/stdint.h:26, from ../bacula.h:60, from drivetype.c:38: /usr/include/features.h:160:1: warning: this is the location of the previous definition In file included from /usr/include/python2.6/pyconfig.h:4, from /usr/include/python2.6/Python.h:8, from bfile.h:41, from find.h:38, from enable_priv.c:38: /usr/include/python2.6/pyconfig-32.h:1028:1: warning: "_XOPEN_SOURCE" redefined In file included from /usr/include/stdint.h:26, from ../bacula.h:60, from enable_priv.c:37: /usr/include/features.h:160:1: warning: this is the location of the previous definition Compiling fstype.c Compiling makepath.c In file included from /usr/include/python2.6/pyconfig.h:4, from /usr/include/python2.6/Python.h:8, from bfile.h:41, from find.h:38, from fstype.c:40: /usr/include/python2.6/pyconfig-32.h:1028:1: warning: "_XOPEN_SOURCE" redefined In file included from /usr/include/stdint.h:26, from ../bacula.h:60, from fstype.c:39: /usr/include/features.h:160:1: warning: this is the location of the previous definition 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 ==== make[1]: Leaving directory `/builddir/build/BUILD/bacula-2.4.4/src/findlib' ==>Entering directory /builddir/build/BUILD/bacula-2.4.4/src/filed make[1]: Entering directory `/builddir/build/BUILD/bacula-2.4.4/src/filed' Compiling filed.c Compiling authenticate.c Compiling acl.c Compiling backup.c In file included from /usr/include/python2.6/pyconfig.h:4, from /usr/include/python2.6/Python.h:8, from ../findlib/bfile.h:41, from ../findlib/find.h:38, from filed.h:38, from filed.c:38: /usr/include/python2.6/pyconfig-32.h:1028:1: warning: "_XOPEN_SOURCE" redefined In file included from /usr/include/stdint.h:26, from ../bacula.h:60, from filed.c:37: /usr/include/features.h:160:1: warning: this is the location of the previous definition In file included from /usr/include/python2.6/pyconfig.h:4, from /usr/include/python2.6/Python.h:8, from ../findlib/bfile.h:41, from ../findlib/find.h:38, from filed.h:38, from acl.c:63: /usr/include/python2.6/pyconfig-32.h:1028:1: warning: "_XOPEN_SOURCE" redefined In file included from /usr/include/stdint.h:26, from ../bacula.h:60, from acl.c:62: /usr/include/features.h:160:1: warning: this is the location of the previous definition In file included from /usr/include/python2.6/pyconfig.h:4, from /usr/include/python2.6/Python.h:8, from ../findlib/bfile.h:41, from ../findlib/find.h:38, from filed.h:38, from backup.c:39: /usr/include/python2.6/pyconfig-32.h:1028:1: warning: "_XOPEN_SOURCE" redefined In file included from /usr/include/stdint.h:26, from ../bacula.h:60, from backup.c:38: /usr/include/features.h:160:1: warning: this is the location of the previous definition In file included from /usr/include/python2.6/pyconfig.h:4, from /usr/include/python2.6/Python.h:8, from ../findlib/bfile.h:41, from ../findlib/find.h:38, from filed.h:38, from authenticate.c:38: /usr/include/python2.6/pyconfig-32.h:1028:1: warning: "_XOPEN_SOURCE" redefined In file included from /usr/include/stdint.h:26, from ../bacula.h:60, from authenticate.c:37: /usr/include/features.h:160:1: warning: this is the location of the previous definition Compiling estimate.c Compiling filed_conf.c In file included from /usr/include/python2.6/pyconfig.h:4, from /usr/include/python2.6/Python.h:8, from ../findlib/bfile.h:41, from ../findlib/find.h:38, from filed.h:38, from estimate.c:39: /usr/include/python2.6/pyconfig-32.h:1028:1: warning: "_XOPEN_SOURCE" redefined In file included from /usr/include/stdint.h:26, from ../bacula.h:60, from estimate.c:38: /usr/include/features.h:160:1: warning: this is the location of the previous definition In file included from /usr/include/python2.6/pyconfig.h:4, from /usr/include/python2.6/Python.h:8, from ../findlib/bfile.h:41, from ../findlib/find.h:38, from filed.h:38, from filed_conf.c:53: /usr/include/python2.6/pyconfig-32.h:1028:1: warning: "_XOPEN_SOURCE" redefined In file included from /usr/include/stdint.h:26, from ../bacula.h:60, from filed_conf.c:52: /usr/include/features.h:160:1: warning: this is the location of the previous definition Compiling heartbeat.c In file included from /usr/include/python2.6/pyconfig.h:4, from /usr/include/python2.6/Python.h:8, from ../findlib/bfile.h:41, from ../findlib/find.h:38, from filed.h:38, from heartbeat.c:40: /usr/include/python2.6/pyconfig-32.h:1028:1: warning: "_XOPEN_SOURCE" redefined In file included from /usr/include/stdint.h:26, from ../bacula.h:60, from heartbeat.c:39: /usr/include/features.h:160:1: warning: this is the location of the previous definition Compiling job.c In file included from /usr/include/python2.6/pyconfig.h:4, from /usr/include/python2.6/Python.h:8, from ../findlib/bfile.h:41, from ../findlib/find.h:38, from filed.h:38, from job.c:38: /usr/include/python2.6/pyconfig-32.h:1028:1: warning: "_XOPEN_SOURCE" redefined In file included from /usr/include/stdint.h:26, from ../bacula.h:60, from job.c:37: /usr/include/features.h:160:1: warning: this is the location of the previous definition Compiling pythonfd.c Compiling restore.c Compiling status.c In file included from /usr/include/python2.6/pyconfig.h:4, from /usr/include/python2.6/Python.h:8, from ../findlib/bfile.h:41, from ../findlib/find.h:38, from filed.h:38, from pythonfd.c:39: /usr/include/python2.6/pyconfig-32.h:1028:1: warning: "_XOPEN_SOURCE" redefined In file included from /usr/include/stdint.h:26, from ../bacula.h:60, from pythonfd.c:38: /usr/include/features.h:160:1: warning: this is the location of the previous definition In file included from /usr/include/python2.6/pyconfig.h:4, from /usr/include/python2.6/Python.h:8, from ../findlib/bfile.h:41, from ../findlib/find.h:38, from filed.h:38, from restore.c:38: /usr/include/python2.6/pyconfig-32.h:1028:1: warning: "_XOPEN_SOURCE" redefined In file included from /usr/include/stdint.h:26, from ../bacula.h:60, from restore.c:37: /usr/include/features.h:160:1: warning: this is the location of the previous definition In file included from /usr/include/python2.6/pyconfig.h:4, from /usr/include/python2.6/Python.h:8, from ../findlib/bfile.h:41, from ../findlib/find.h:38, from filed.h:38, from status.c:38: /usr/include/python2.6/pyconfig-32.h:1028:1: warning: "_XOPEN_SOURCE" redefined In file included from /usr/include/stdint.h:26, from ../bacula.h:60, from status.c:37: /usr/include/features.h:160:1: warning: this is the location of the previous definition Compiling verify.c In file included from /usr/include/python2.6/pyconfig.h:4, from /usr/include/python2.6/Python.h:8, from ../findlib/bfile.h:41, from ../findlib/find.h:38, from filed.h:38, from verify.c:38: /usr/include/python2.6/pyconfig-32.h:1028:1: warning: "_XOPEN_SOURCE" redefined In file included from /usr/include/stdint.h:26, from ../bacula.h:60, from verify.c:37: /usr/include/features.h:160:1: warning: this is the location of the previous definition Compiling verify_vol.c In file included from /usr/include/python2.6/pyconfig.h:4, from /usr/include/python2.6/Python.h:8, from ../findlib/bfile.h:41, from ../findlib/find.h:38, from filed.h:38, from verify_vol.c:39: /usr/include/python2.6/pyconfig-32.h:1028:1: warning: "_XOPEN_SOURCE" redefined In file included from /usr/include/stdint.h:26, from ../bacula.h:60, from verify_vol.c:38: /usr/include/features.h:160:1: warning: this is the location of the previous definition Linking bacula-fd ... /usr/bin/g++ -O -L../lib -L../findlib -o bacula-fd filed.o authenticate.o acl.o backup.o estimate.o filed_conf.o heartbeat.o job.o pythonfd.o restore.o status.o verify.o verify_vol.o \ -lacl -lz -lfind -lbac -lm -L/usr/lib/python2.6/config -lpython2.6 -lutil -lrt -lpthread -ldl \ -lwrap -lssl -lcrypto ==== Make of filed is good ==== make[1]: Leaving directory `/builddir/build/BUILD/bacula-2.4.4/src/filed' ==>Entering directory /builddir/build/BUILD/bacula-2.4.4/src/console make[1]: Entering directory `/builddir/build/BUILD/bacula-2.4.4/src/console' Compiling console.c Compiling console_conf.c Compiling authenticate.c /usr/bin/g++ -O -L../lib -L../cats -o bconsole console.o console_conf.o authenticate.o \ -lbac -lm -lpthread -ldl \ -lssl -lcrypto ==== Make of console is good ==== make[1]: Leaving directory `/builddir/build/BUILD/bacula-2.4.4/src/console' ==>Entering directory /builddir/build/BUILD/bacula-2.4.4/manpages make[1]: Entering directory `/builddir/build/BUILD/bacula-2.4.4/manpages' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builddir/build/BUILD/bacula-2.4.4/manpages' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.cOZNVW + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc '!=' / ']' + rm -rf /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc ++ dirname /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc + cd bacula-2.4.4 + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc + make install DESTDIR=/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc ./autoconf/mkinstalldirs /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/sbin mkdir -p -- /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/sbin ./autoconf/mkinstalldirs /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/etc/bacula2 mkdir -p -- /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/etc/bacula2 ./autoconf/mkinstalldirs /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/libexec/bacula2 mkdir -p -- /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/libexec/bacula2 if test ! -d /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/var/spool/bacula2 ; then \ ./autoconf/mkinstalldirs /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/var/spool/bacula2; \ chmod 770 /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/var/spool/bacula2; \ fi mkdir -p -- /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/var/spool/bacula2 if test "x" != "x" ; then \ chown /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/var/spool/bacula2; \ fi if test "x" != "x" ; then \ chgrp /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/var/spool/bacula2; \ fi make[1]: Entering directory `/builddir/build/BUILD/bacula-2.4.4/src' make[1]: Nothing to be done for `install'. make[1]: Leaving directory `/builddir/build/BUILD/bacula-2.4.4/src' make[1]: Entering directory `/builddir/build/BUILD/bacula-2.4.4/scripts' ../autoconf/mkinstalldirs /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/etc/bacula2 ../autoconf/mkinstalldirs /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/sbin ../autoconf/mkinstalldirs /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/libexec/bacula2 ../autoconf/mkinstalldirs /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man mkdir -p -- /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man /usr/bin/install -c -m 0754 startmysql /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/libexec/bacula2/startmysql /usr/bin/install -c -m 0754 stopmysql /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/libexec/bacula2/stopmysql /usr/bin/install -c -m 0754 bconsole /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/libexec/bacula2/bconsole /usr/bin/install -c -m 0754 gconsole /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/libexec/bacula2/gconsole /usr/bin/install -c -m 0754 bacula /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/libexec/bacula2/bacula /usr/bin/install -c -m 0754 bacula-ctl-dir /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/libexec/bacula2/bacula-ctl-dir /usr/bin/install -c -m 0754 bacula-ctl-fd /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/libexec/bacula2/bacula-ctl-fd /usr/bin/install -c -m 0754 bacula-ctl-sd /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/libexec/bacula2/bacula-ctl-sd /usr/bin/install -c -m 0754 mtx-changer /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/libexec/bacula2/mtx-changer /usr/bin/install -c -m 0754 disk-changer /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/libexec/bacula2/disk-changer /usr/bin/install -c -m 0754 dvd-handler /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/libexec/bacula2/dvd-handler /usr/bin/install -c -m 644 btraceback.gdb /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/libexec/bacula2/btraceback.gdb /usr/bin/install -c -m 644 btraceback.dbx /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/libexec/bacula2/btraceback.dbx chmod 0644 /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/libexec/bacula2/btraceback.gdb \ /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/libexec/bacula2/btraceback.dbx /usr/bin/install -c -m 0754 btraceback /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/sbin/btraceback make[1]: Leaving directory `/builddir/build/BUILD/bacula-2.4.4/scripts' make[1]: Entering directory `/builddir/build/BUILD/bacula-2.4.4/src/lib' make[1]: Nothing to be done for `install'. make[1]: Leaving directory `/builddir/build/BUILD/bacula-2.4.4/src/lib' make[1]: Entering directory `/builddir/build/BUILD/bacula-2.4.4/src/findlib' make[1]: Nothing to be done for `install'. make[1]: Leaving directory `/builddir/build/BUILD/bacula-2.4.4/src/findlib' make[1]: Entering directory `/builddir/build/BUILD/bacula-2.4.4/src/filed' ==== Make of filed is good ==== /usr/bin/install -c -m 0754 bacula-fd /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/sbin/bacula-fd /usr/bin/install -c -m 640 bacula-fd.conf /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/etc/bacula2/bacula-fd.conf make[1]: Leaving directory `/builddir/build/BUILD/bacula-2.4.4/src/filed' make[1]: Entering directory `/builddir/build/BUILD/bacula-2.4.4/src/console' ==== Make of console is good ==== /usr/bin/install -c -m 0754 bconsole /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/sbin/bconsole /usr/bin/install -c -m 640 bconsole.conf /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/etc/bacula2/bconsole.conf if test -f static-bconsole; then \ /usr/bin/install -c -m 0754 static-bconsole /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/sbin/static-bconsole; \ fi make[1]: Leaving directory `/builddir/build/BUILD/bacula-2.4.4/src/console' make[1]: Entering directory `/builddir/build/BUILD/bacula-2.4.4/manpages' /builddir/build/BUILD/bacula-2.4.4/autoconf/mkinstalldirs /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc//usr/share/man/man8 mkdir -p -- /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc//usr/share/man/man8 for I in bacula.8 bacula-dir.8 bacula-fd.8 bacula-sd.8 bconsole.8 bcopy.8 bextract.8 bls.8 bscan.8 btape.8 btraceback.8 dbcheck.8; \ do (/bin/rm -f $I.gz; gzip -c $I >$I.gz; \ /usr/bin/install -c -m 644 $I.gz /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man8/$I.gz; \ rm -f $I.gz); \ done /builddir/build/BUILD/bacula-2.4.4/autoconf/mkinstalldirs /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc//usr/share/man/man1 mkdir -p -- /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc//usr/share/man/man1 for I in bacula-bgnome-console.1 bacula-tray-monitor.1 bacula-bwxconsole.1 bsmtp.1 bat.1; \ do (/bin/rm -f $I.gz; gzip -c $I >$I.gz; \ /usr/bin/install -c -m 644 $I.gz /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man1/$I.gz; \ rm -f $I.gz); \ done make[1]: Leaving directory `/builddir/build/BUILD/bacula-2.4.4/manpages' + mkdir -p /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/bin + install -m 755 -D /builddir/build/SOURCES/bacula2-fd.init /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/etc/rc.d/init.d/bacula2-fd + mkdir -p /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/var/spool/bacula2 + mv /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/sbin/bacula-fd /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/sbin/bacula2-fd + mv /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man8/bacula-fd.8.gz /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man8/bacula2-fd.8.gz + rm -vf /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/sbin/bconsole /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/sbin/btraceback removed `/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/sbin/bconsole' removed `/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/sbin/btraceback' + rm -rvf /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/libexec/ removed `/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/libexec/bacula2/startmysql' removed `/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/libexec/bacula2/stopmysql' removed `/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/libexec/bacula2/bconsole' removed `/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/libexec/bacula2/gconsole' removed `/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/libexec/bacula2/bacula' removed `/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/libexec/bacula2/bacula-ctl-dir' removed `/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/libexec/bacula2/bacula-ctl-fd' removed `/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/libexec/bacula2/bacula-ctl-sd' removed `/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/libexec/bacula2/mtx-changer' removed `/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/libexec/bacula2/disk-changer' removed `/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/libexec/bacula2/dvd-handler' removed `/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/libexec/bacula2/btraceback.gdb' removed `/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/libexec/bacula2/btraceback.dbx' removed directory: `/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/libexec/bacula2' removed directory: `/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/libexec' removed `/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man1/bat.1.gz' removed `/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man1/bsmtp.1.gz' removed `/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man1/bacula-bgnome-console.1.gz' removed `/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man1/bacula-bwxconsole.1.gz' removed `/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man1/bacula-tray-monitor.1.gz' + rm -vf /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man1/bat.1.gz /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man1/bsmtp.1.gz /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man1/bacula-bgnome-console.1.gz /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man1/bacula-bwxconsole.1.gz /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man1/bacula-tray-monitor.1.gz + rm -vf /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man8/bacula.8.gz /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man8/bacula-dir.8.gz /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man8/bacula-sd.8.gz /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man8/bconsole.8.gz /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man8/bcopy.8.gz /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man8/bextract.8.gz /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man8/bls.8.gz /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man8/bscan.8.gz /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man8/btape.8.gz /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man8/btraceback.8.gz /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man8/dbcheck.8.gz + rm -vf /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/etc/bacula2/bconsole.conf removed `/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man8/bacula.8.gz' removed `/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man8/bacula-dir.8.gz' removed `/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man8/bacula-sd.8.gz' removed `/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man8/bconsole.8.gz' removed `/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man8/bcopy.8.gz' removed `/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man8/bextract.8.gz' removed `/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man8/bls.8.gz' removed `/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man8/bscan.8.gz' removed `/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man8/btape.8.gz' removed `/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man8/btraceback.8.gz' removed `/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/man/man8/dbcheck.8.gz' removed `/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/etc/bacula2/bconsole.conf' + chmod 755 /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/sbin/bacula2-fd + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/bacula-2.4.4 extracting debug info from /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/sbin/bacula2-fd 2340 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: bacula2-client-2.4.4-4.fc12.ppc Provides: config(bacula2-client) = 2.4.4-4.fc12 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh /sbin/chkconfig Requires(preun): /bin/sh /sbin/chkconfig /sbin/service Requires(postun): /bin/sh /sbin/service Requires: /bin/bash libacl.so.1 libacl.so.1(ACL_1.0) libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.3.3) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libcrypto.so.10 libdl.so.2 libgcc_s.so.1 libgcc_s.so.1(GCC_3.0) libgcc_s.so.1(GLIBC_2.0) libm.so.6 libm.so.6(GLIBC_2.0) libpthread.so.0 libpthread.so.0(GLIBC_2.0) libpthread.so.0(GLIBC_2.1) libpthread.so.0(GLIBC_2.2) libpthread.so.0(GLIBC_2.3.2) libpthread.so.0(GLIBC_2.3.3) libpython2.6.so.1.0 librt.so.1 libssl.so.10 libstdc++.so.6 libutil.so.1 libwrap.so.0 libz.so.1 rtld(GNU_HASH) Processing files: bacula2-common-2.4.4-4.fc12.ppc Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.NsjbTY + umask 022 + cd /builddir/build/BUILD + cd bacula-2.4.4 + DOCDIR=/builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/doc/bacula2-common-2.4.4 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/doc/bacula2-common-2.4.4 + /bin/mkdir -p /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/doc/bacula2-common-2.4.4 + cp -pr AUTHORS ChangeLog COPYING LICENSE README SUPPORT VERIFYING examples/ /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc/usr/share/doc/bacula2-common-2.4.4 + exit 0 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh shadow-utils Processing files: bacula2-debuginfo-2.4.4-4.fc12.ppc Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc warning: Could not canonicalize hostname: ppc03.phx2.fedoraproject.org Wrote: /builddir/build/RPMS/bacula2-client-2.4.4-4.fc12.ppc.rpm Wrote: /builddir/build/RPMS/bacula2-common-2.4.4-4.fc12.ppc.rpm Wrote: /builddir/build/RPMS/bacula2-debuginfo-2.4.4-4.fc12.ppc.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.SlHri2 + umask 022 + cd /builddir/build/BUILD + cd bacula-2.4.4 + rm -rf /builddir/build/BUILDROOT/bacula2-2.4.4-4.fc12.ppc + exit 0 Child returncode was: 0 LEAVE do -->