Advertisement
barjac

tail of rpmbuild

Aug 20th, 2011
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. Making install in misc
  2. make[1]: Entering directory `/home/baz/rpm/BUILD/ZoneMinder-1.24.4/misc'
  3. make[2]: Entering directory `/home/baz/rpm/BUILD/ZoneMinder-1.24.4/misc'
  4. make[2]: Nothing to be done for `install-exec-am'.
  5. make[2]: Nothing to be done for `install-data-am'.
  6. make[2]: Leaving directory `/home/baz/rpm/BUILD/ZoneMinder-1.24.4/misc'
  7. make[1]: Leaving directory `/home/baz/rpm/BUILD/ZoneMinder-1.24.4/misc'
  8. make[1]: Entering directory `/home/baz/rpm/BUILD/ZoneMinder-1.24.4'
  9. make[2]: Entering directory `/home/baz/rpm/BUILD/ZoneMinder-1.24.4'
  10. test -z "/etc" || /bin/mkdir -p "/home/baz/rpm/BUILDROOT/zoneminder-1.24.4-0.x86_64/etc"
  11. /usr/bin/install -c -m 644 zm.conf '/home/baz/rpm/BUILDROOT/zoneminder-1.24.4-0.x86_64/etc'
  12. make install-data-hook
  13. make[3]: Entering directory `/home/baz/rpm/BUILD/ZoneMinder-1.24.4'
  14. ( cd /home/baz/rpm/BUILDROOT/zoneminder-1.24.4-0.x86_64/etc; chown baz:baz zm.conf; chmod 600 zm.conf )
  15. ( if ! test -e /var/run/zm; then mkdir -p /var/run/zm; fi; if test "/var/run/zm" != "/var/run"; then chown baz:baz /var/run/zm; chmod u+w /var/run/zm; fi )
  16. mkdir: cannot create directory `/var/run/zm': Permission denied
  17. chown: cannot access `/var/run/zm': No such file or directory
  18. chmod: cannot access `/var/run/zm': No such file or directory
  19. make[3]: *** [install-data-hook] Error 1
  20. make[3]: Leaving directory `/home/baz/rpm/BUILD/ZoneMinder-1.24.4'
  21. make[2]: *** [install-data-am] Error 2
  22. make[2]: Leaving directory `/home/baz/rpm/BUILD/ZoneMinder-1.24.4'
  23. make[1]: *** [install-am] Error 2
  24. make[1]: Leaving directory `/home/baz/rpm/BUILD/ZoneMinder-1.24.4'
  25. make: *** [install-recursive] Error 1
  26. error: Bad exit status from /home/baz/rpm/tmp/rpm-tmp.ijSybY (%install)
  27.  
  28.  
  29. RPM build errors:
  30. Bad exit status from /home/baz/rpm/tmp/rpm-tmp.ijSybY (%install)
  31. [baz@localhost SPECS]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement