Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 97686 - Bacula 1.36.3 failes to emerge with USE=logwatch
Summary: Bacula 1.36.3 failes to emerge with USE=logwatch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High blocker (vote)
Assignee: App-Backup Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-01 21:14 UTC by David Snider
Modified: 2005-10-07 23:52 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Snider 2005-07-01 21:14:01 UTC
The ebuild fails to create the proper directory structure and results in the
following error.

# emerge -vD bacula
Calculating dependencies  ...done!
>>> emerge (1 of 1) app-admin/bacula-1.36.3 to /
>>> md5 src_uri ;-) bacula-1.36.3.tar.gz
 *
 * If you are upgrading or rebuilding your bacula installation and
 * your database requires you to specify user, password, or host
 * you may do so with the environment variables BACULA_DB_USER,
 * BACULA_DB_PASSWORD, and BACULA_DB_HOST respectively.
 *
 * For example:
 * # export BACULA_DB_USER="bacula"
 * # export BACULA_DB_PASSWORD="mydbpassword"
 * # export BACULA_DB_HOST="mydbhost.mydomain.net"
 * # emerge bacula
 *
 * If you require these variables and have not set them yet, you
 * may wish to abort now and do so.  If this is a new installation
 * of bacula, this should not affect you.
 *
 * Press Ctrl-C to abort.  Merge will resume in 10 seconds.
>>> Unpacking source...
>>> Unpacking bacula-1.36.3.tar.gz to /var/tmp/portage/bacula-1.36.3/work
 * Applying bacula-1.36.3-init-depends.patch ...                               
                                                        [ ok ] * Applying
bacula-1.36.3-rescue-makefile.patch ...                                        
                                            [ ok ]>>> Source unpacked.
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking for true... /bin/true
checking for false... /bin/false
configuring for bacula 1.36.3 (22 April 2005)
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-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 i686-pc-linux-gnu-gcc accepts -g... yes
checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none needed
checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i686-pc-linux-gnu-g++ accepts -g... yes
checking whether i686-pc-linux-gnu-gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E
checking for egrep... grep -E
checking whether i686-pc-linux-gnu-gcc needs -traditional... no
checking for a BSD-compatible install... /bin/install -c
checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-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... /usr/bin/tbl
checking for ar... /usr/bin/ar
checking for openssl... /usr/bin/openssl
checking for mtx... /usr/sbin/mtx
checking for pkg-config... /usr/bin/pkg-config
checking for wx-config... wx-config
checking for cdrecord... /usr/bin/cdrecord
checking for pidof... /sbin/pidof
checking for gawk... gawk
checking for gawk... /bin/gawk
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for Operating System Distribution... done
checking for msgfmt... /usr/bin/msgfmt
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking for tgetent in -ltermcap... no
checking for tgetent in -lncurses... 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 setlocale... 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 socket... yes
using libc's socket
checking for PostgreSQL support... no
checking for MySQL support... yes
checking for SQLite support... no
checking for i686-pc-linux-gnu-getconf... no
checking for getconf... getconf
checking for CFLAGS value to request large file support... -D_FILE_OFFSET_BITS=64
checking for LDFLAGS value to request large file support...
checking for LIBS value to request large file support...
checking for _FILE_OFFSET_BITS... 64
checking for _LARGEFILE_SOURCE... 1
checking for _LARGE_FILES... 1
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking libc.h usability... no
checking libc.h presence... no
checking for libc.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for stdlib.h... (cached) yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for termcap.h... (cached) yes
checking term.h usability... yes
checking term.h presence... yes
checking for term.h... yes
checking for unistd.h... (cached) yes
checking sys/bitypes.h usability... yes
checking sys/bitypes.h presence... yes
checking for sys/bitypes.h... yes
checking sys/byteorder.h usability... no
checking sys/byteorder.h presence... no
checking for sys/byteorder.h... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
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... 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... (cached) yes
checking whether sys/types.h defines makedev... yes
checking for dirent.h that defines DIR... (cached) yes
checking for library containing opendir... (cached) none required
checking whether stat file-mode macros are broken... (cached) no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for utime.h... yes
checking for socklen_t... yes
checking for bigendian... no
checking for an ANSI C-conforming const... yes
checking how to get filesystem type... 4.3BSD
checking return type of signal handlers... void
checking for type of signal functions... posix
checking for mode_t... yes
.
.
Deleted for brevity
.
.
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  backup.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  estimate.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  filed_conf.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  heartbeat.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  job.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  restore.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  status.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  verify.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  verify_vol.c
i686-pc-linux-gnu-g++   -L../lib -L../findlib -o bacula-fd filed.o
authenticate.o backup.o estimate.o filed_conf.o heartbeat.o job.o restore.o
status.o verify.o verify_vol.o \
   -lacl -lz               -lfind -lbac -lm -lpthread
==== Make of filed is good ====

make[1]: Leaving directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/filed'
==>Entering directory /var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/console
make[1]: Entering directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/console'
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  console.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  console_conf.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  authenticate.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  conio.c
i686-pc-linux-gnu-g++   -L../lib -L../cats -o bconsole console.o console_conf.o
authenticate.o conio.o \
       -lncurses -lbac -lm -lpthread
==== Make of console is good ====

make[1]: Leaving directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/console'
==>Entering directory /var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/rescue
make[1]: Entering directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/rescue'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/rescue'
==>Entering directory /var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/rescue/linux
make[1]: Entering directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/rescue/linux'
(cd /var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/filed; \
make static-bacula-fd; \
cd /var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/rescue/linux)
make[2]: Entering directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/filed'
i686-pc-linux-gnu-g++   -static -L../lib -L../findlib -o static-bacula-fd
filed.o authenticate.o backup.o estimate.o filed_conf.o heartbeat.o job.o
restore.o status.o verify.o verify_vol.o \
    -lacl -lz              -lfind -lbac -lm -lpthread
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/../../../libacl.a(__acl_to_any_text.o)(.text+0x77b):
In function `group_name':
: warning: Using 'getgrgid' in statically linked applications requires at
runtime the shared libraries from the glibc version used for
linking/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/../../../libacl.a(acl_from_text.o)(.text+0x417):
In function `get_gid':
: warning: Using 'getgrnam' in statically linked applications requires at
runtime the shared libraries from the glibc version used for
linking/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/../../../libacl.a(acl_from_text.o)(.text+0x3c7):
In function `get_uid':
: warning: Using 'getpwnam' in statically linked applications requires at
runtime the shared libraries from the glibc version used for
linking/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/../../../libacl.a(__acl_to_any_text.o)(.text+0x75b):
In function `user_name':
: warning: Using 'getpwuid' in statically linked applications requires at
runtime the shared libraries from the glibc version used for
linking../lib/libbac.a(bnet.o)(.text+0xf7f): In function `resolv_host(int, char
const*, dlist*)':
: warning: Using 'gethostbyname2' in statically linked applications requires at
runtime the shared libraries from the glibc version used for linking
../lib/libbac.a(address_conf.o)(.text+0xa2f): In function `add_address(dlist**,
IPADDR::i_type, unsigned short, int, char const*, char const*, char**)':
: warning: Using 'getservbyname' in statically linked applications requires at
runtime the shared libraries from the glibc version used for linking
strip static-bacula-fd
make[2]: Leaving directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/filed'
make[1]: Leaving directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/rescue/linux'
==>Entering directory
/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/tray-monitor
make[1]: Entering directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/tray-monitor'
i686-pc-linux-gnu-g++   -c  -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/pango-1.0 -I/usr/include/freetype2
-I/usr/include/freetype2/config -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  tray-monitor.c
i686-pc-linux-gnu-g++   -c  -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/pango-1.0 -I/usr/include/freetype2
-I/usr/include/freetype2/config -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  tray_conf.c
i686-pc-linux-gnu-g++   -c  -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/pango-1.0 -I/usr/include/freetype2
-I/usr/include/freetype2/config -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  authenticate.c
i686-pc-linux-gnu-g++   -c  -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/pango-1.0 -I/usr/include/freetype2
-I/usr/include/freetype2/config -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  eggmarshalers.c
i686-pc-linux-gnu-g++   -c  -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/pango-1.0 -I/usr/include/freetype2
-I/usr/include/freetype2/config -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  eggstatusicon.c
i686-pc-linux-gnu-g++   -c  -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/pango-1.0 -I/usr/include/freetype2
-I/usr/include/freetype2/config -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  eggtrayicon.c
i686-pc-linux-gnu-g++  -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0
-lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl
-lglib-2.0    -lX11 -L../lib -L../cats -o bacula-tray-monitor tray-monitor.o
tray_conf.o authenticate.o eggmarshalers.o eggstatusicon.o eggtrayicon.o \
       -lbac -lm -lpthread
==== Make of bacula-tray-monitor is good ====

make[1]: Leaving directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/tray-monitor'
==>Entering directory /var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/cats
make[1]: Entering directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/cats'
i686-pc-linux-gnu-g++   -c   -I. -I.. -I/usr/include/mysql  -O2 -march=i686
-mcpu=i686 -fomit-frame-pointer -pipe  mysql.c
i686-pc-linux-gnu-g++   -c   -I. -I.. -I/usr/include/mysql  -O2 -march=i686
-mcpu=i686 -fomit-frame-pointer -pipe  bdb.c
i686-pc-linux-gnu-g++   -c   -I. -I.. -I/usr/include/mysql  -O2 -march=i686
-mcpu=i686 -fomit-frame-pointer -pipe  bdb_create.c
i686-pc-linux-gnu-g++   -c   -I. -I.. -I/usr/include/mysql  -O2 -march=i686
-mcpu=i686 -fomit-frame-pointer -pipe  bdb_get.c
i686-pc-linux-gnu-g++   -c   -I. -I.. -I/usr/include/mysql  -O2 -march=i686
-mcpu=i686 -fomit-frame-pointer -pipe  bdb_update.c
i686-pc-linux-gnu-g++   -c   -I. -I.. -I/usr/include/mysql  -O2 -march=i686
-mcpu=i686 -fomit-frame-pointer -pipe  bdb_delete.c
i686-pc-linux-gnu-g++   -c   -I. -I.. -I/usr/include/mysql  -O2 -march=i686
-mcpu=i686 -fomit-frame-pointer -pipe  bdb_find.c
i686-pc-linux-gnu-g++   -c   -I. -I.. -I/usr/include/mysql  -O2 -march=i686
-mcpu=i686 -fomit-frame-pointer -pipe  bdb_list.c
i686-pc-linux-gnu-g++   -c   -I. -I.. -I/usr/include/mysql  -O2 -march=i686
-mcpu=i686 -fomit-frame-pointer -pipe  sql.c
i686-pc-linux-gnu-g++   -c   -I. -I.. -I/usr/include/mysql  -O2 -march=i686
-mcpu=i686 -fomit-frame-pointer -pipe  sql_create.c
i686-pc-linux-gnu-g++   -c   -I. -I.. -I/usr/include/mysql  -O2 -march=i686
-mcpu=i686 -fomit-frame-pointer -pipe  sql_delete.c
i686-pc-linux-gnu-g++   -c   -I. -I.. -I/usr/include/mysql  -O2 -march=i686
-mcpu=i686 -fomit-frame-pointer -pipe  sql_find.c
i686-pc-linux-gnu-g++   -c   -I. -I.. -I/usr/include/mysql  -O2 -march=i686
-mcpu=i686 -fomit-frame-pointer -pipe  sql_get.c
i686-pc-linux-gnu-g++   -c   -I. -I.. -I/usr/include/mysql  -O2 -march=i686
-mcpu=i686 -fomit-frame-pointer -pipe  sql_list.c
i686-pc-linux-gnu-g++   -c   -I. -I.. -I/usr/include/mysql  -O2 -march=i686
-mcpu=i686 -fomit-frame-pointer -pipe  sql_update.c
i686-pc-linux-gnu-g++   -c   -I. -I.. -I/usr/include/mysql  -O2 -march=i686
-mcpu=i686 -fomit-frame-pointer -pipe  sqlite.c
i686-pc-linux-gnu-g++   -c   -I. -I.. -I/usr/include/mysql  -O2 -march=i686
-mcpu=i686 -fomit-frame-pointer -pipe  postgresql.c
/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_create.o sql_delete.o sql_find.o
sql_get.o sql_list.o sql_update.o sqlite.o postgresql.o
i686-pc-linux-gnu-ranlib libsql.a
==== Make of cats is good ====

make[1]: Leaving directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/cats'
==>Entering directory /var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/dird
make[1]: Entering directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/dird'
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  dird.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  admin.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  authenticate.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  autoprune.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  backup.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  bsr.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  catreq.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  dird_conf.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  expand.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  fd_cmds.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  getmsg.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  inc_conf.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  job.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  jobq.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  mac.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  mountreq.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  msgchan.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  next_vol.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  newvol.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  recycle.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  restore.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  run_conf.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  scheduler.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  sql_cmds.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  ua_acl.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  ua_cmds.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  ua_dotcmds.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  ua_query.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  ua_input.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  ua_label.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  ua_output.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  ua_prune.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  ua_purge.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  ua_restore.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  ua_run.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  ua_select.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  ua_server.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  ua_status.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  ua_tree.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  verify.c
i686-pc-linux-gnu-g++   -L../lib -L../cats -L../findlib -o bacula-dir dird.o
admin.o authenticate.o autoprune.o backup.o bsr.o catreq.o dird_conf.o expand.o
fd_cmds.o getmsg.o inc_conf.o job.o jobq.o mac.o mountreq.o msgchan.o next_vol.o
newvol.o recycle.o restore.o run_conf.o scheduler.o sql_cmds.o ua_acl.o
ua_cmds.o ua_dotcmds.o ua_query.o ua_input.o ua_label.o ua_output.o ua_prune.o
ua_purge.o ua_restore.o ua_run.o ua_select.o ua_server.o ua_status.o ua_tree.o
verify.o \
      -lsql -lfind -lbac -lm  -L/usr/lib/mysql -lmysqlclient_r -lz -lpthread
==== Make of dird is good ====

make[1]: Leaving directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/dird'
==>Entering directory /var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/stored
make[1]: Entering directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/stored'
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  stored.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  autochanger.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  acquire.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  append.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  askdir.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  authenticate.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  block.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  butil.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  dev.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  device.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  dircmd.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  fd_cmds.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  job.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  label.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  match_bsr.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  mount.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  parse_bsr.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  read.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  read_record.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  record.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  spool.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  status.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  stored_conf.c
i686-pc-linux-gnu-g++   -L../lib -o bacula-sd stored.o autochanger.o acquire.o
append.o askdir.o authenticate.o block.o butil.o dev.o device.o dircmd.o
fd_cmds.o job.o label.o match_bsr.o mount.o parse_bsr.o read.o read_record.o
record.o spool.o status.o stored_conf.o -lacl -lz -lbac -lm  -lpthread
i686-pc-linux-gnu-g++   -c  -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  bls.c
i686-pc-linux-gnu-g++   -L../lib -L../findlib -o bls bls.o block.o butil.o
device.o dev.o label.o match_bsr.o autochanger.o acquire.o mount.o parse_bsr.o
record.o read_record.o stored_conf.o spool.o  -lfind -lbac -lm -lpthread
i686-pc-linux-gnu-g++   -c  -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  bextract.c
i686-pc-linux-gnu-g++   -L../lib -L../findlib -o bextract bextract.o block.o
device.o dev.o label.o record.o autochanger.o acquire.o mount.o match_bsr.o
parse_bsr.o butil.o read_record.o stored_conf.o spool.o  -lacl -lz -lfind -lbac
-lm -lpthread
i686-pc-linux-gnu-g++   -c  -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  bscan.c
i686-pc-linux-gnu-g++   -L../lib -L../cats -L../findlib -o bscan bscan.o block.o
device.o dev.o label.o autochanger.o acquire.o mount.o record.o match_bsr.o
parse_bsr.o butil.o read_record.o stored_conf.o spool.o -lsql -L/usr/lib/mysql
-lmysqlclient_r -lz -lacl -lz -lfind -lbac -lm -lpthread
i686-pc-linux-gnu-g++   -c  -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  btape.c
i686-pc-linux-gnu-g++   -L../lib -L../cats  -o btape btape.o block.o butil.o
dev.o device.o label.o autochanger.o acquire.o mount.o record.o read_record.o
stored_conf.o match_bsr.o parse_bsr.o spool.o -lsql  -lbac -lm -lpthread
i686-pc-linux-gnu-g++   -c  -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  bcopy.c
i686-pc-linux-gnu-g++   -L../lib -L../findlib -o bcopy bcopy.o block.o device.o
dev.o label.o autochanger.o acquire.o mount.o record.o match_bsr.o parse_bsr.o
butil.o read_record.o stored_conf.o spool.o  -L/usr/lib/mysql -lmysqlclient_r
-lz -lacl -lz -lfind -lbac -lm -lpthread
===== Make of stored is good ====

make[1]: Leaving directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/stored'
==>Entering directory /var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/tools
make[1]: Entering directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/tools'
i686-pc-linux-gnu-g++   -c  -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  bsmtp.c
i686-pc-linux-gnu-g++  -L../lib -o bsmtp bsmtp.o -lbac -lm  -lpthread
i686-pc-linux-gnu-g++   -c  -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  dbcheck.c
i686-pc-linux-gnu-g++  -L../lib -L../cats -o dbcheck dbcheck.o
../dird/dird_conf.o ../dird/run_conf.o ../dird/inc_conf.o -lsql -lbac -lm
-L/usr/lib/mysql -lmysqlclient_r -lz -lpthread
i686-pc-linux-gnu-g++   -c  -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  fstype.c
i686-pc-linux-gnu-g++  -L../lib -L../findlib -o fstype fstype.o -lfind -lbac -lm
 -lpthread
i686-pc-linux-gnu-g++   -c  -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  testfind.c
i686-pc-linux-gnu-g++ -g  -L. -L../lib -L../findlib -o testfind testfind.o \
   -lfind -lbac -lm -lpthread
i686-pc-linux-gnu-g++   -c  -I. -I..  -O2 -march=i686 -mcpu=i686
-fomit-frame-pointer -pipe  testls.c
i686-pc-linux-gnu-g++ -g  -L. -L../lib -L../findlib -o testls testls.o \
   -lfind -lbac -lm -lpthread
==== Make of tools is good ====

make[1]: Leaving directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/tools'
>>> Test phase [not enabled]: app-admin/bacula-1.36.3

>>> Install bacula-1.36.3 into /var/tmp/portage/bacula-1.36.3/image/ category
app-admin
./autoconf/mkinstalldirs /var/tmp/portage/bacula-1.36.3/image//usr/sbin
mkdir -p -- /var/tmp/portage/bacula-1.36.3/image//usr/sbin
./autoconf/mkinstalldirs /var/tmp/portage/bacula-1.36.3/image//etc/bacula
mkdir -p -- /var/tmp/portage/bacula-1.36.3/image//etc/bacula
./autoconf/mkinstalldirs /var/tmp/portage/bacula-1.36.3/image//etc/bacula
./autoconf/mkinstalldirs /var/tmp/portage/bacula-1.36.3/image//var/bacula
mkdir -p -- /var/tmp/portage/bacula-1.36.3/image//var/bacula
make[1]: Entering directory `/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src'
make[1]: Entering directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/scripts'
../autoconf/mkinstalldirs /var/tmp/portage/bacula-1.36.3/image//etc/bacula
../autoconf/mkinstalldirs /var/tmp/portage/bacula-1.36.3/image//usr/sbin
../autoconf/mkinstalldirs /var/tmp/portage/bacula-1.36.3/image//etc/bacula
/bin/install -c -m 0754 startmysql
/var/tmp/portage/bacula-1.36.3/image//etc/bacula/startmysql
/bin/install -c -m 0754 stopmysql
/var/tmp/portage/bacula-1.36.3/image//etc/bacula/stopmysql
/bin/install -c -m 0754 bconsole
/var/tmp/portage/bacula-1.36.3/image//etc/bacula/bconsole
/bin/install -c -m 0754 gconsole
/var/tmp/portage/bacula-1.36.3/image//etc/bacula/gconsole
/bin/install -c -m 0754 bacula
/var/tmp/portage/bacula-1.36.3/image//etc/bacula/bacula
/bin/install -c -m 0754 mtx-changer
/var/tmp/portage/bacula-1.36.3/image//etc/bacula/mtx-changer
/bin/install -c -m 644   btraceback.gdb
/var/tmp/portage/bacula-1.36.3/image//etc/bacula/btraceback.gdb
/bin/install -c -m 644   btraceback.dbx
/var/tmp/portage/bacula-1.36.3/image//etc/bacula/btraceback.dbx
/bin/install -c -m 0754 btraceback
/var/tmp/portage/bacula-1.36.3/image//usr/sbin/btraceback
make[1]: Leaving directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/scripts'
make[1]: Entering directory `/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/doc'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/doc'
make[1]: Entering directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/lib'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/lib'
make[1]: Entering directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/findlib'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/findlib'
make[1]: Entering directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/filed'
==== Make of filed is good ====

/bin/install -c -m 0754 bacula-fd
/var/tmp/portage/bacula-1.36.3/image//usr/sbin/bacula-fd
/bin/install -c -m 640 bacula-fd.conf
/var/tmp/portage/bacula-1.36.3/image//etc/bacula/bacula-fd.conf
make[1]: Leaving directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/filed'
make[1]: Entering directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/console'
==== Make of console is good ====

/bin/install -c -m 0754 bconsole
/var/tmp/portage/bacula-1.36.3/image//usr/sbin/bconsole
/bin/install -c -m 640 bconsole.conf
/var/tmp/portage/bacula-1.36.3/image//etc/bacula/bconsole.conf
if test -f static-bconsole; then \
   /bin/install -c -m 0754 static-bconsole
/var/tmp/portage/bacula-1.36.3/image//usr/sbin/static-bconsole; \
fi
make[1]: Leaving directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/console'
make[1]: Entering directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/rescue'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/rescue'
make[1]: Entering directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/rescue/linux'
/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/autoconf/mkinstalldirs -m 750
/var/tmp/portage/bacula-1.36.3/image//etc/bacula/rescue/cdrom;mkdir -m 750 -p --
/var/tmp/portage/bacula-1.36.3/image//etc/bacula/rescue/cdrom
/bin/cp -R /var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/rescue/linux/cdrom/* \
        /var/tmp/portage/bacula-1.36.3/image//etc/bacula/rescue/cdrom/
/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/autoconf/mkinstalldirs -m 750
/var/tmp/portage/bacula-1.36.3/image//etc/bacula/rescue/cdrom/bin
mkdir -m 750 -p -- /var/tmp/portage/bacula-1.36.3/image//etc/bacula/rescue/cdrom/bin
/bin/cp -R
/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/filed/static-bacula-fd \
        /var/tmp/portage/bacula-1.36.3/image//etc/bacula/rescue/cdrom/bin/bacula-fd
/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/autoconf/mkinstalldirs
/var/tmp/portage/bacula-1.36.3/image//etc/bacula/rescue/floppy
mkdir -p -- /var/tmp/portage/bacula-1.36.3/image//etc/bacula/rescue/floppy
/bin/cp -R /var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/rescue/linux/floppy/* \
        /var/tmp/portage/bacula-1.36.3/image//etc/bacula/rescue/floppy/
/bin/cp -R
/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/filed/static-bacula-fd \
        /var/tmp/portage/bacula-1.36.3/image//etc/bacula/rescue/floppy/bacula-fd
chmod 754
/var/tmp/portage/bacula-1.36.3/image//etc/bacula/rescue/cdrom/bin/bacula-fd \
        /var/tmp/portage/bacula-1.36.3/image//etc/bacula/rescue/floppy/bacula-fd
make[1]: Leaving directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/rescue/linux'
make[1]: Entering directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/tray-monitor'
==== Make of bacula-tray-monitor is good ====

/bin/install -c -m 0754 bacula-tray-monitor
/var/tmp/portage/bacula-1.36.3/image//usr/sbin/bacula-tray-monitor
/bin/install -c -m 640 tray-monitor.conf
/var/tmp/portage/bacula-1.36.3/image//etc/bacula/tray-monitor.conf
make[1]: Leaving directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/tray-monitor'
make[1]: Entering directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/cats'
/bin/install -c -m 0754 create_mysql_database
/var/tmp/portage/bacula-1.36.3/image//etc/bacula/create_mysql_database
/bin/install -c -m 0754 update_mysql_tables
/var/tmp/portage/bacula-1.36.3/image//etc/bacula/update_mysql_tables
/bin/install -c -m 0754 make_mysql_tables
/var/tmp/portage/bacula-1.36.3/image//etc/bacula/make_mysql_tables
/bin/install -c -m 0754 grant_mysql_privileges
/var/tmp/portage/bacula-1.36.3/image//etc/bacula/grant_mysql_privileges
/bin/install -c -m 0754 drop_mysql_tables
/var/tmp/portage/bacula-1.36.3/image//etc/bacula/drop_mysql_tables
/bin/install -c -m 0754 drop_mysql_database
/var/tmp/portage/bacula-1.36.3/image//etc/bacula/drop_mysql_database
/bin/install -c -m 0754 create_bacula_database
/var/tmp/portage/bacula-1.36.3/image//etc/bacula/create_bacula_database
/bin/install -c -m 0754 update_bacula_tables
/var/tmp/portage/bacula-1.36.3/image//etc/bacula/update_bacula_tables
/bin/install -c -m 0754 make_bacula_tables
/var/tmp/portage/bacula-1.36.3/image//etc/bacula/make_bacula_tables
/bin/install -c -m 0754 grant_bacula_privileges
/var/tmp/portage/bacula-1.36.3/image//etc/bacula/grant_bacula_privileges
/bin/install -c -m 0754 drop_bacula_tables
/var/tmp/portage/bacula-1.36.3/image//etc/bacula/drop_bacula_tables
/bin/install -c -m 0754 drop_bacula_database
/var/tmp/portage/bacula-1.36.3/image//etc/bacula/drop_bacula_database
/bin/install -c -m 0754 make_catalog_backup
/var/tmp/portage/bacula-1.36.3/image//etc/bacula/make_catalog_backup
/bin/install -c -m 0754 delete_catalog_backup
/var/tmp/portage/bacula-1.36.3/image//etc/bacula/delete_catalog_backup
make[1]: Leaving directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/cats'
make[1]: Entering directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/dird'
==== Make of dird is good ====

/bin/install -c -m 0754 bacula-dir
/var/tmp/portage/bacula-1.36.3/image//usr/sbin/bacula-dir
/bin/install -c -m 640 bacula-dir.conf
/var/tmp/portage/bacula-1.36.3/image//etc/bacula/bacula-dir.conf
/bin/install -c -m 644 query.sql
/var/tmp/portage/bacula-1.36.3/image//etc/bacula/query.sql
make[1]: Leaving directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/dird'
make[1]: Entering directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/stored'
===== Make of stored is good ====

/bin/install -c -m 0754 bacula-sd
/var/tmp/portage/bacula-1.36.3/image//usr/sbin/bacula-sd
/bin/install -c -m 0754 bls /var/tmp/portage/bacula-1.36.3/image//usr/sbin/bls
/bin/install -c -m 0754 bextract
/var/tmp/portage/bacula-1.36.3/image//usr/sbin/bextract
/bin/install -c -m 0754 bcopy /var/tmp/portage/bacula-1.36.3/image//usr/sbin/bcopy
/bin/install -c -m 0754 bscan /var/tmp/portage/bacula-1.36.3/image//usr/sbin/bscan
/bin/install -c -m 0754 btape /var/tmp/portage/bacula-1.36.3/image//usr/sbin/btape
/bin/install -c -m 640 bacula-sd.conf
/var/tmp/portage/bacula-1.36.3/image//etc/bacula/bacula-sd.conf
make[1]: Leaving directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/stored'
make[1]: Entering directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/tools'
/bin/install -c -m 0754 bsmtp /var/tmp/portage/bacula-1.36.3/image//usr/sbin/bsmtp
chmod 755 /var/tmp/portage/bacula-1.36.3/image//usr/sbin/bsmtp
/bin/install -c -m 0754 dbcheck
/var/tmp/portage/bacula-1.36.3/image//usr/sbin/dbcheck
make[1]: Leaving directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/tools'
./autoconf/mkinstalldirs /var/tmp/portage/bacula-1.36.3/image//usr/share/pixmaps
mkdir -p -- /var/tmp/portage/bacula-1.36.3/image//usr/share/pixmaps
./autoconf/mkinstalldirs
/var/tmp/portage/bacula-1.36.3/image//usr/share/gnome/apps/System
mkdir -p -- /var/tmp/portage/bacula-1.36.3/image//usr/share/gnome/apps/System
./autoconf/mkinstalldirs
/var/tmp/portage/bacula-1.36.3/image//usr/share/applications
mkdir -p -- /var/tmp/portage/bacula-1.36.3/image//usr/share/applications
./autoconf/mkinstalldirs
/var/tmp/portage/bacula-1.36.3/image//etc/security/console.apps
mkdir -p -- /var/tmp/portage/bacula-1.36.3/image//etc/security/console.apps
./autoconf/mkinstalldirs /var/tmp/portage/bacula-1.36.3/image//etc/pam.d
mkdir -p -- /var/tmp/portage/bacula-1.36.3/image//etc/pam.d
/bin/install -c -m 644 scripts/bacula.png
/var/tmp/portage/bacula-1.36.3/image//usr/share/pixmaps/bacula.png
/bin/install -c -m 644 scripts/bacula.desktop.gnome1
/var/tmp/portage/bacula-1.36.3/image//usr/share/gnome/apps/System/bacula.desktop
/bin/install -c -m 644 scripts/bacula.desktop.gnome2
/var/tmp/portage/bacula-1.36.3/image//usr/share/applications/bacula.desktop
/bin/install -c -m 644 scripts/bacula.png
/var/tmp/portage/bacula-1.36.3/image//usr/share/pixmaps/bacula.png
/bin/install -c -m 644 scripts/bacula.desktop.gnome1.xsu
/var/tmp/portage/bacula-1.36.3/image//usr/share/gnome/apps/System/bacula.desktop
/bin/install -c -m 644 scripts/bacula.desktop.gnome2.xsu
/var/tmp/portage/bacula-1.36.3/image//usr/share/applications/bacula.desktop
/bin/install -c -m 644 scripts/bacula.png
/var/tmp/portage/bacula-1.36.3/image//usr/share/pixmaps/bacula.png
/bin/install -c -m 644 scripts/bacula.desktop.gnome1.consolehelper
/var/tmp/portage/bacula-1.36.3/image//usr/share/gnome/apps/System/bacula.desktop
/bin/install -c -m 644 scripts/bacula.desktop.gnome2.consolehelper
/var/tmp/portage/bacula-1.36.3/image//usr/share/applications/bacula.desktop/bin/install
-c -m 644 scripts/gnome-console.console_apps
/var/tmp/portage/bacula-1.36.3/image//etc/security/console.apps/gnome-console
/bin/install -c -m 644 scripts/gnome-console.pamd
/var/tmp/portage/bacula-1.36.3/image//etc/pam.d/gnome-console
ln -s /var/tmp/portage/bacula-1.36.3/image//usr/bin/consolehelper
/var/tmp/portage/bacula-1.36.3/image//usr/bin/gnome-console
/bin/install -c -m 755 bacula
/var/tmp/portage/bacula-1.36.3/image//etc/log.d/scripts/services/bacula
/bin/install -c -m 644 logfile.bacula.conf
/var/tmp/portage/bacula-1.36.3/image//etc/log.d/conf/logfiles/bacula.conf
/bin/install: cannot create regular file
`/var/tmp/portage/bacula-1.36.3/image//etc/log.d/conf/logfiles/bacula.conf': No
such file or directory
make: *** [install] Error 1

!!! ERROR: app-admin/bacula-1.36.3 failed.
!!! Function src_install, Line 200, Exitcode 2
!!! Failed to install logwatch scripts to /var/tmp/portage/bacula-1.36.3/image/ !
!!! If you need support, post the topmost build error, NOT this status message.




Reproducible: Always
Steps to Reproduce:
1. emerge sync
2. emerge -vD bacula
3.

Actual Results:  
Emerge failed with an error

Expected Results:  
Completed the install

By changing the follwing lines in the ebuild from:

        # the logwatch scripts
        if use logwatch ; then
            cd ${S}/scripts/logwatch
            emake DESTDIR=${D} install || die "Failed to install logwatch
scripts to ${D} !"
            cd ${S}
        fi

to:

        # the logwatch scripts
        if use logwatch ; then
            mkdir -p ${D}/etc/log.d/scripts/services
            mkdir -p ${D}/etc/log.d/conf/logfiles
            mkdir -p ${D}/etc/log.d/conf/services
            cd ${S}/scripts/logwatch
            emake DESTDIR=${D} install || die "Failed to install logwatch
scripts to ${D} !"
            cd ${S}
        fi

the emerge will complete.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-07-02 02:32:25 UTC
Please, don't post such hugs logs inline, attach them next time.
Comment 2 David Snider 2005-07-02 14:34:50 UTC
(In reply to comment #1)
> Please, don't post such hugs logs inline, attach them next time.

Will do, I haven't posted many bugs before, and wasn't sure on the format.
Comment 3 Daniel Black (RETIRED) gentoo-dev 2005-10-07 23:52:08 UTC
Thanks David - looks like this was fixed at some time.