Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 97680 - Bacula 1.36.3 failes with ACCESS VIOLATION after compile
Summary: Bacula 1.36.3 failes with ACCESS VIOLATION after compile
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 19:59 UTC by David Snider
Modified: 2005-08-05 11:57 UTC (History)
1 user (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 19:59:45 UTC
When emerging bacula 1.36.3, it fails with an ACCESS VIOLATION on /dev/sg0.

translate_images.pl: 30 images translated to meaningful names
Making dvi to pdf
translate_images.pl: 30 images translated to meaningful names
cp: preserving times for `./properties-security-advanced-owner.eps': No such
file or directory
latex -interaction=batchmode developers.tex
make: *** [dvipdf] Error 1
make: *** Waiting for unfinished jobs....
This is TeX, Version 3.14159 (Web2C 7.4.5)
makeindex developers.idx >/dev/null 2>/dev/null
make: *** Waiting for unfinished jobs....
latex -interaction=batchmode developers.tex
make: *** Waiting for unfinished jobs....
This is TeX, Version 3.14159 (Web2C 7.4.5)
make: *** Waiting for unfinished jobs....

!!! ERROR: app-admin/bacula-1.36.3 failed.
!!! Function src_compile, Line 166, Exitcode 2
!!! Failed to build tetx docs!
!!! If you need support, post the topmost build error, NOT this status message.

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-app-admin_-_bacula-1.36.3-9672.log"

open_wr:   /dev/sg0
open_wr:   /dev/sg0
--------------------------------------------------------------------------------

If I add FEATURES="-sandbox" the problem goes away.

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

Actual Results:  
# emerge -avD bacula

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild     U ] app-admin/bacula-1.36.3 [1.34.4] +X +bacula-clientonly*
+bacula-console* +bacula-split* +doc +gnome +logrotate* +logwatch* +mysql
-postgres +readline -sqlite -static +tcpd -wxwindows 0 kB

Total size of downloads: 0 kB

Do you want me to merge these packages? [Yes/No] Yes
>>> 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... 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
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 chflags... no
checking for snprintf... yes
checking for vsnprintf... yes
checking for gethostid... yes
checking for getdomainname... yes
checking for fseeko... 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 IPv6 support... yes
checking for strftime... yes
checking for vprintf... yes
checking for _doprnt... no
checking for working alloca.h... yes
checking for alloca... yes
checking for getmntent in -lsun... no
checking for getmntent in -lseq... no
checking for getmntent in -lgen... no
checking for getmntent... yes
checking whether closedir returns void... no
checking whether setpgrp takes no argument... yes
checking for setlocale in -lxpg4... 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 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 rescue/Makefile
config.status: creating rescue/linux/Makefile
config.status: creating rescue/linux/floppy/Makefile
config.status: creating rescue/linux/cdrom/Makefile
config.status: creating rescue/linux/cdrom/bacula/Makefile
config.status: creating rescue/freebsd/Makefile
config.status: creating rescue/solaris/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/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/gnome-console.console_apps
config.status: creating scripts/mtx-changer
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 doc/Makefile
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/gnome-console/Makefile
config.status: creating src/gnome-console/gnome-console.conf
config.status: creating src/gnome2-console/Makefile
config.status: creating src/gnome2-console/gnome-console.conf
config.status: creating src/wx-console/Makefile
config.status: creating src/wx-console/wx-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/filed/win32/Makefile
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/sqlite
config.status: creating src/cats/mysql
config.status: creating src/cats/create_bdb_database
config.status: creating src/cats/update_bdb_tables
config.status: creating src/cats/make_bdb_tables
config.status: creating src/cats/grant_bdb_privileges
config.status: creating src/cats/drop_bdb_tables
config.status: creating src/cats/drop_bdb_database
config.status: creating src/cats/create_bacula_database
config.status: creating src/cats/update_bacula_tables
config.status: creating src/cats/grant_bacula_privileges
config.status: creating src/cats/make_bacula_tables
config.status: creating src/cats/drop_bacula_tables
config.status: creating src/cats/drop_bacula_database
config.status: creating src/findlib/Makefile
config.status: creating src/tools/Makefile
config.status: creating src/win32/winbacula.nsi
config.status: creating src/win32/baculafd/bacula-fd.conf
config.status: creating src/win32/Makefile
config.status: creating src/win32/console/bconsole.conf
config.status: creating src/win32/wx-console/wx-console.conf
config.status: creating src/win32/pebuilder/Makefile
config.status: creating src/bimagemgr/Makefile
config.status: creating src/bimagemgr/bacula-bimagemgr.spec
config.status: creating platforms/Makefile
config.status: creating platforms/gentoo/Makefile
config.status: creating platforms/gentoo/bacula-init
config.status: creating platforms/gentoo/bacula-fd
config.status: creating platforms/gentoo/bacula-sd
config.status: creating platforms/gentoo/bacula-dir
config.status: creating src/config.h
config.status: executing default commands
Doing make of dependencies
==>Entering 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/src'
make[1]: Nothing to be done for `depend'.
make[1]: Leaving directory `/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src'
==>Entering 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/scripts'
make[1]: `depend' is up to date.
make[1]: Leaving directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/scripts'
==>Entering 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/doc'
make[1]: Nothing to be done for `depend'.
make[1]: Leaving directory `/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/doc'
==>Entering 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/lib'
make[1]: Leaving directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/lib'
==>Entering 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/findlib'
make[1]: Leaving directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/findlib'
==>Entering 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/filed'
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'
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]: `depend' is up to date.
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'
make[1]: Nothing to be done for `depend'.
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'
make[1]: Leaving directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/tray-monitor'

Configuration on Fri Jul  1 20:49:25 MDT 2005:

  Host:                       i686-pc-linux-gnu -- gentoo 1.6.12
  Bacula version:             1.36.3 (22 April 2005)
  Source code location:       .
  Install binaries:           /usr/sbin
  Install config files:       /etc/bacula
  Scripts directory:          /etc/bacula
  Working directory:          /var/bacula
  PID directory:              /var/run
  Subsys directory:           /var/lock/subsys
  C Compiler:                 i686-pc-linux-gnu-gcc 3.3.5-20050130
  C++ Compiler:               i686-pc-linux-gnu-g++ 3.3.5-20050130
  Compiler flags:              -O2 -march=i686 -pipe -fomit-frame-pointer
  Linker flags:
  Libraries:                  -lpthread
  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:

  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:              root
  Director Group:             bacula
  Storage Daemon User:        root
  Storage DaemonGroup:        bacula
  File Daemon User:           root
  File Daemon Group:          bacula

  SQL binaries Directory

  Large file support:         yes
  Bacula conio support:       yes -lncurses
  readline support:           no
  TCP Wrappers support:       no
  ZLIB support:               yes
  enable-smartalloc:          yes
  enable-gnome:               no
  enable-wx-console:          no
  enable-tray-monitor:        yes
  client-only:                yes
  ACL support:                yes


==>Entering 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/src'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src'
==>Entering 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/scripts'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/scripts'
==>Entering 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/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/doc'
==>Entering 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/lib'
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  alloc.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  attr.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  base64.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  berrno.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  bsys.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  bget_msg.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  bnet.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  bnet_server.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  bpipe.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  bshm.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  btime.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  cram-md5.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  crc32.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  daemon.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  edit.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  fnmatch.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  hmac.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  idcache.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  jcr.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  lex.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  alist.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  dlist.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  md5.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  message.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  mem_pool.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  parse_conf.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  queue.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  rwlock.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  scan.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  serial.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  sha1.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  semlock.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  signal.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  smartall.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  tree.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  util.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  var.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  watchdog.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  workq.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  btimers.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  address_conf.c
/usr/bin/ar rc  libbac.a alloc.o attr.o base64.o berrno.o bsys.o bget_msg.o
bnet.o bnet_server.o bpipe.o bshm.o btime.o cram-md5.o crc32.o daemon.o edit.o
fnmatch.o hmac.o idcache.o jcr.o lex.o alist.o dlist.o md5.o message.o
mem_pool.o parse_conf.o queue.o rwlock.o scan.o serial.o sha1.o semlock.o
signal.o smartall.o tree.o util.o var.o watchdog.o workq.o btimers.o address_conf.o
i686-pc-linux-gnu-ranlib libbac.a
==== Make of lib is good ====

make[1]: Leaving directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/lib'
==>Entering 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/findlib'
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  find.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  match.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  find_one.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  attribs.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  create_file.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  bfile.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  enable_priv.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  fstype.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  makepath.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  save-cwd.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  winapi.c
/bin/rm -f libfind.a
/usr/bin/ar cr libfind.a find.o match.o find_one.o attribs.o create_file.o
bfile.o enable_priv.o fstype.o makepath.o save-cwd.o winapi.o
i686-pc-linux-gnu-ranlib libfind.a
==== Make of findlib is good ====

make[1]: Leaving directory
`/var/tmp/portage/bacula-1.36.3/work/bacula-1.36.3/src/findlib'
==>Entering 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/filed'
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  filed.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  authenticate.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  backup.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  estimate.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  filed_conf.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  heartbeat.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  job.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  restore.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  status.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  verify.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  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 -pipe
-fomit-frame-pointer  console.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  console_conf.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  authenticate.c
i686-pc-linux-gnu-g++   -c   -I. -I..  -O2 -march=i686 -pipe
-fomit-frame-pointer  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+0x76b):
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+0x74b):
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 -pipe
-fomit-frame-pointer  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 -pipe
-fomit-frame-pointer  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 -pipe
-fomit-frame-pointer  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 -pipe
-fomit-frame-pointer  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 -pipe
-fomit-frame-pointer  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 -pipe
-fomit-frame-pointer  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'
Making web
latex -interaction=batchmode bacula.tex
This is TeX, Version 3.14159 (Web2C 7.4.5)
latex2html -split 4 -local_icons -t "Bacula User's Guide" -long_titles 4 \
        -toc_stars -contents_in_nav -white -notransparent bacula >/dev/null
make: [tex] Error 1 (ignored)
makeindex bacula.idx -o bacula.ind 2>/dev/null
makeindex bacula.ddx -o bacula.dnd >/dev/null 2>/dev/null
makeindex bacula.fdx -o bacula.fnd >/dev/null 2>/dev/null
makeindex bacula.sdx -o bacula.snd >/dev/null 2>/dev/null
makeindex bacula.cdx -o bacula.cnd >/dev/null 2>/dev/null
latex -interaction=batchmode bacula.tex
This is TeX, Version 3.14159 (Web2C 7.4.5)
texexpand V2002-2-1 (Revision 1.12)
make: [tex] Error 1 (ignored)
Making html
latex2html -white -no_subdir -split 0 -toc_stars -white -notransparent \
bacula >/dev/null
texexpand V2002-2-1 (Revision 1.12)

Warning: No implementation found for package: float
Warning: No implementation found for package: graphicx
Warning: No implementation found for package: setspace
Warning: No implementation found for package: hyperref
Warning: No implementation found for package: float
Warning: No implementation found for package: graphicx
Warning: No implementation found for package: setspace
Warning: No implementation found for package: hyperrefThis is dvips(k) 5.92b
Copyright 2002 Radical Eye Software (www.radicaleye.com)
' TeX output 2005.07.01:2050' -> /tmp/l2h18869/image
(-> /tmp/l2h18869/image001) <tex.pro><alt-rule.pro><texc.pro><special.pro>
<color.pro>[1<./bacula-logo.eps>] (-> /tmp/l2h18869/image002) <tex.pro>
<alt-rule.pro><texc.pro><special.pro><color.pro>[2<./bacula-applications.eps>]
(-> /tmp/l2h18869/image003) <tex.pro><alt-rule.pro><texc.pro><special.pro>
<color.pro>[3<./bacula-objects.eps>] (-> /tmp/l2h18869/image004) <tex.pro>
<alt-rule.pro><texc.pro><special.pro><color.pro>[4<./flow.eps>]
(-> /tmp/l2h18869/image005) <tex.pro><alt-rule.pro><texc.pro><special.pro>
<color.pro>[5<./Bacula-tray-monitor.eps>This is dvips(k) 5.92b Copyright 2002
Radical Eye Software (www.radicaleye.com)
' TeX output 2005.07.01:2051' -> /tmp/l2h18895/image
(-> /tmp/l2h18895/image001) <tex.pro><alt-rule.pro><texc.pro><special.pro>
<color.pro>[1<./bacula-logo.eps>] (-> /tmp/l2h18895/image002) <tex.pro>
<alt-rule.pro><texc.pro><special.pro><color.pro>[2<./bacula-applications.eps>]
(-> /tmp/l2h18895/image003) <tex.pro><alt-rule.pro><texc.pro><special.pro>
<color.pro>[3<./bacula-objects.eps>] (-> /tmp/l2h18869/image006)
<tex.pro><alt-rule.pro><texc.pro><special.pro><color.pro>[6
<./Conf-Diagram.eps>] (-> /tmp/l2h18869/image007) <tex.pro><alt-rule.pro>
<texc.pro><special.pro><color.pro>[7<./bimagemgr1.eps>]
(-> /tmp/l2h18869/image008) <tex.pro><alt-rule.pro><texc.pro><special.pro>
<color.pro>[8<./bimagemgr2.eps>] (-> /tmp/l2h18869/image009) <tex.pro>
<alt-rule.pro><texc.pro><special.pro><color.pro>[9<./bimagemgr3.eps>]
(-> /tmp/l2h18869/image010) <tex.pro><alt-rule.pro><texc.pro><special.pro>
<color.pro>[10<./win32-nsis.eps>] (-> /tmp/l2h18869/image011) <tex.pro>
<alt-rule.pro><texc.pro><special.pro><color.pro>[11<./win32-welcome.eps>]
(-> /tmp/l2h18869/image012) <tex.pro><alt-rule.pro><texc.pro><special.pro>
<color.pro>[12<./win32-pkg.eps>] (-> /tmp/l2h18869/image013) <tex.pro>
<alt-rule.pro><texc.pro><special.pro><color.pro>[13<./win32-location.eps>]
(-> /tmp/l2h18869/image014) <tex.pro><alt-rule.pro><texc.pro><special.pro>
<color.pro>[14<./win32-service.eps>] (-> /tmp/l2h18869/image015) <tex.pro>
<alt-rule.pro><texc.pro><special.pro><color.pro>[15<./win32-service-ok.eps>]
(-> /tmp/l2h18869/image016) <tex.pro><alt-rule.pro><texc.pro><special.pro>
<color.pro>[16<./win32-start.eps>] (-> /tmp/l2h18869/image017) <tex.pro>
<alt-rule.pro><texc.pro><special.pro><color.pro>[17<./win32-finish.eps>]
(-> /tmp/l2h18869/image018) <tex.pro><alt-rule.pro><texc.pro><special.pro>
<color.pro>[18<./idle.eps>] (-> /tmp/l2h18869/image019) <tex.pro>
<alt-rule.pro><texc.pro><special.pro><color.pro>[19<./tray-icon.eps>]
(-> /tmp/l2h18869/image020) <tex.pro><alt-rule.pro><texc.pro><special.pro>
<color.pro>[20<./menu.eps>] (-> /tmp/l2h18869/image021) <tex.pro>
<alt-rule.pro><texc.pro><special.pro><color.pro>[21<./running.eps>]
(-> /tmp/l2h18869/image022) <tex.pro><alt-rule.pro><texc.pro><special.pro>
<color.pro>[22<./error.eps>] (-> /tmp/l2h18869/image023) <tex.pro>
<alt-rule.pro><texc.pro><special.pro><color.pro>[23<./access-is-denied.eps>]
(-> /tmp/l2h18869/image024) <tex.pro><alt-rule.pro><texc.pro><special.pro>
<color.pro>[24<./view-only.eps>] (-> /tmp/l2h18869/image025) <tex.pro>
<alt-rule.pro><texc.pro><special.pro><color.pro>[25
<./properties-security.eps>] (-> /tmp/l2h18869/image026) <tex.pro>
<alt-rule.pro><texc.pro><special.pro><color.pro>[26
<./properties-security-advanced-owner.eps>] (-> /tmp/l2h18869/image027)
<tex.pro><alt-rule.pro><texc.pro><special.pro><color.pro>[27<./confirm.eps>]
] (-> /tmp/l2h18895/image004) <tex.pro>
<alt-rule.pro><texc.pro><special.pro><color.pro>[4<./flow.eps>]
(-> /tmp/l2h18895/image005) <tex.pro><alt-rule.pro><texc.pro><special.pro>
<color.pro>[5<./Bacula-tray-monitor.eps>] (-> /tmp/l2h18895/image006)
<tex.pro><alt-rule.pro><texc.pro><special.pro><color.pro>[6
<./Conf-Diagram.eps>] (-> /tmp/l2h18895/image007) <tex.pro><alt-rule.pro>
<texc.pro><special.pro><color.pro>[7<./bimagemgr1.eps>]
(-> /tmp/l2h18895/image008) <tex.pro><alt-rule.pro><texc.pro><special.pro>
<color.pro>[8<./bimagemgr2.eps>] (-> /tmp/l2h18895/image009) <tex.pro>
<alt-rule.pro><texc.pro><special.pro><color.pro>[9<./bimagemgr3.eps>]
(-> /tmp/l2h18895/image010) <tex.pro><alt-rule.pro><texc.pro><special.pro>
<color.pro>[10<./win32-nsis.eps>] (-> /tmp/l2h18895/image011) <tex.pro>
<alt-rule.pro><texc.pro><special.pro><color.pro>[11<./win32-welcome.eps>]
(-> /tmp/l2h18895/image012) <tex.pro><alt-rule.pro><texc.pro><special.pro>
<color.pro>[12<./win32-pkg.eps>] (-> /tmp/l2h18895/image013) <tex.pro>
<alt-rule.pro><texc.pro><special.pro><color.pro>[13<./win32-location.eps>]
(-> /tmp/l2h18895/image014) <tex.pro><alt-rule.pro><texc.pro><special.pro>
<color.pro>[14<./win32-service.eps>] (-> /tmp/l2h18895/image015) <tex.pro>
<alt-rule.pro><texc.pro><special.pro><color.pro>[15<./win32-service-ok.eps>]
(-> /tmp/l2h18895/image016) <tex.pro><alt-rule.pro><texc.pro><special.pro>
<color.pro>[16<./win32-start.eps>] (-> /tmp/l2h18895/image017) <tex.pro>
<alt-rule.pro><texc.pro><special.pro><color.pro>[17<./win32-finish.eps>]
(-> /tmp/l2h18895/image018) <tex.pro><alt-rule.pro><texc.pro><special.pro>
<color.pro>[18<./idle.eps>] (-> /tmp/l2h18895/image019) <tex.pro>
<alt-rule.pro><texc.pro><special.pro><color.pro>[19<./tray-icon.eps>]
(-> /tmp/l2h18895/image020) <tex.pro><alt-rule.pro><texc.pro><special.pro>
<color.pro>[20<./menu.eps>] (-> /tmp/l2h18895/image021) <tex.pro>
<alt-rule.pro><texc.pro><special.pro><color.pro>[21<./running.eps>]
(-> /tmp/l2h18895/image022) <tex.pro><alt-rule.pro><texc.pro><special.pro>
<color.pro>[22<./error.eps>] (-> /tmp/l2h18895/image023) <tex.pro>
<alt-rule.pro><texc.pro><special.pro><color.pro>[23<./access-is-denied.eps>]
(-> /tmp/l2h18895/image024) <tex.pro><alt-rule.pro><texc.pro><special.pro>
<color.pro>[24<./view-only.eps>] (-> /tmp/l2h18895/image025) <tex.pro>
<alt-rule.pro><texc.pro><special.pro><color.pro>[25
<./properties-security.eps>] (-> /tmp/l2h18895/image026) <tex.pro>
<alt-rule.pro><texc.pro><special.pro><color.pro>[26
<./properties-security-advanced-owner.eps>] (-> /tmp/l2h18895/image027)
<tex.pro><alt-rule.pro><texc.pro><special.pro><color.pro>[27<./confirm.eps>]
./translate_images.pl bacula.html
Error (Link): Link "bacula.html" to "index.html" failed: No such file or directory
 at /usr/lib/latex2html/latex2html.pl line 845
./translate_images.pl bacula/Bacula_Users_Guide.html
translate_images.pl: 30 images translated to meaningful names
Making dvi to pdf
translate_images.pl: 30 images translated to meaningful names
cp: preserving times for `./properties-security-advanced-owner.eps': No such
file or directory
latex -interaction=batchmode developers.tex
make: *** [dvipdf] Error 1
make: *** Waiting for unfinished jobs....
This is TeX, Version 3.14159 (Web2C 7.4.5)
makeindex developers.idx >/dev/null 2>/dev/null
make: *** Waiting for unfinished jobs....
latex -interaction=batchmode developers.tex
make: *** Waiting for unfinished jobs....
This is TeX, Version 3.14159 (Web2C 7.4.5)
make: *** Waiting for unfinished jobs....

!!! ERROR: app-admin/bacula-1.36.3 failed.
!!! Function src_compile, Line 166, Exitcode 2
!!! Failed to build tetx docs!
!!! If you need support, post the topmost build error, NOT this status message.

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-app-admin_-_bacula-1.36.3-9672.log"

open_wr:   /dev/sg0
open_wr:   /dev/sg0
--------------------------------------------------------------------------------



Expected Results:  
Installed
Comment 1 Fernando Serboncini (RETIRED) gentoo-dev 2005-07-02 21:01:53 UTC
Please check the new 1.36.3-r1 ebuild. If the bug still persists, please reopen.