Advertisement
keith_shannon

rpmbuild non-root

Mar 24th, 2015
510
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.22 KB | None | 0 0
  1. [*****@***** (13:00:15) ~/rpmbuild/SPECS]$ rpmbuild -ba perl-namespace-autoclean.spec
  2. Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.sb0xbE
  3. + umask 022
  4. + cd /home/k*****/rpmbuild/BUILD
  5. + LANG=C
  6. + export LANG
  7. + unset DISPLAY
  8. + cd /home/k*****/rpmbuild/BUILD
  9. + rm -rf namespace-autoclean-0.24
  10. + /usr/bin/gzip -dc /home/k*****/rpmbuild/SOURCES/namespace-autoclean-0.24.tar.gz
  11. + /bin/tar -xf -
  12. + STATUS=0
  13. + '[' 0 -ne 0 ']'
  14. + cd namespace-autoclean-0.24
  15. + /bin/chmod -Rf a+rX,u+w,g-w,o-w .
  16. + exit 0
  17. Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.sjjfGv
  18. + umask 022
  19. + cd /home/k*****/rpmbuild/BUILD
  20. + cd namespace-autoclean-0.24
  21. + LANG=C
  22. + export LANG
  23. + unset DISPLAY
  24. + /usr/bin/perl Build.PL installdirs=vendor
  25. Congratulations, your toolchain understands 'configure_requires'!
  26.  
  27. Creating new 'Build' script for 'namespace-autoclean' version '0.24'
  28. + ./Build
  29. cp lib/namespace/autoclean.pm blib/lib/namespace/autoclean.pm
  30. + exit 0
  31. Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.EWg90o
  32. + umask 022
  33. + cd /home/k*****/rpmbuild/BUILD
  34. + '[' /home/k*****/rpmbuild/BUILDROOT/perl-namespace-autoclean-0.24-1.el6.x86_64 '!=' / ']'
  35. + rm -rf /home/k*****/rpmbuild/BUILDROOT/perl-namespace-autoclean-0.24-1.el6.x86_64
  36. ++ dirname /home/k*****/rpmbuild/BUILDROOT/perl-namespace-autoclean-0.24-1.el6.x86_64
  37. + mkdir -p /home/k*****/rpmbuild/BUILDROOT
  38. + mkdir /home/k*****/rpmbuild/BUILDROOT/perl-namespace-autoclean-0.24-1.el6.x86_64
  39. + cd namespace-autoclean-0.24
  40. + LANG=C
  41. + export LANG
  42. + unset DISPLAY
  43. + rm -rf /home/k*****/rpmbuild/BUILDROOT/perl-namespace-autoclean-0.24-1.el6.x86_64
  44. + mkdir -p /home/k*****/rpmbuild/BUILDROOT/perl-namespace-autoclean-0.24-1.el6.x86_64
  45. + ./Build install destdir=/home/k*****/rpmbuild/BUILDROOT/perl-namespace-autoclean-0.24-1.el6.x86_64 create_packlist=0
  46. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  47. ERROR: Can't create '/usr/local/share/man/man3'
  48. Do not have write permissions on '/usr/local/share/man/man3'
  49. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  50. at /usr/local/share/perl5/Module/Build/Tiny.pm line 119
  51. error: Bad exit status from /var/tmp/rpm-tmp.EWg90o (%install)
  52.  
  53.  
  54. RPM build errors:
  55.    Bad exit status from /var/tmp/rpm-tmp.EWg90o (%install)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement