Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. Making libbac.a ...
  2. 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 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 plugins.o priv.o queue.o bregex.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 breg.o htable.o lockmgr.o
  3. sh: ar: not found
  4. *** Error code 1
  5. make: Fatal error: Command failed for target `libbac.a'
  6. Current working directory /tmp/install/bacula404/bacula-enterprise-4.0.4/src/lib
  7.  
  8.  
  9. ====== Error in /tmp/install/bacula404/bacula-enterprise-4.0.4/src/lib ======
  10.  
  11.  
  12. *** Error code 1
  13. The following command caused the error:
  14. for I in src scripts src/lib src/findlib src/filed src/console src/cats src/stored src/tools manpages; \
  15. do (cd $I; echo "==>Entering directory `pwd`"; \
  16. make DESTDIR= all || (echo ""; echo ""; echo " ====== Error in `pwd` ======"; \
  17. echo ""; echo ""; exit 1;)); \
  18. done
  19. make: Fatal error: Command failed for target `all'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement