Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

rpmbuild -ba perl-CGI.pm.spec
Thursday, April 8th, 2010 at 7:33:15am MDT 

  1. Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.5931
  2. + umask 022
  3. + cd /usr/src/redhat/BUILD
  4. + cd /usr/src/redhat/BUILD
  5. + rm -rf CGI.pm-3.49
  6. + /bin/gzip -dc /usr/src/redhat/SOURCES/CGI.pm-3.49.tar.gz
  7. + tar -xf -
  8. + STATUS=0
  9. + '[' 0 -ne 0 ']'
  10. + cd CGI.pm-3.49
  11. ++ /usr/bin/id -u
  12. + '[' 0 = 0 ']'
  13. + /bin/chown -Rhf root .
  14. ++ /usr/bin/id -u
  15. + '[' 0 = 0 ']'
  16. + /bin/chgrp -Rhf root .
  17. + /bin/chmod -Rf a+rX,u+w,g-w,o-w .
  18. + exit 0
  19. Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.5931
  20. + umask 022
  21. + cd /usr/src/redhat/BUILD
  22. + cd CGI.pm-3.49
  23. + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor
  24. Checking if your kit is complete...
  25. Looks good
  26. Warning: prerequisite Test::More 0.8 not found. We have 0.62.
  27. Writing Makefile for CGI
  28. + make -j8
  29. cp lib/CGI/Switch.pm blib/lib/CGI/Switch.pm
  30. cp lib/CGI/Cookie.pm blib/lib/CGI/Cookie.pm
  31. cp lib/CGI/Pretty.pm blib/lib/CGI/Pretty.pm
  32. cp lib/CGI.pm blib/lib/CGI.pm
  33. cp lib/CGI/Carp.pm blib/lib/CGI/Carp.pm
  34. cp lib/CGI/Apache.pm blib/lib/CGI/Apache.pm
  35. cp lib/CGI/Util.pm blib/lib/CGI/Util.pm
  36. cp lib/CGI/Push.pm blib/lib/CGI/Push.pm
  37. cp lib/CGI/Fast.pm blib/lib/CGI/Fast.pm
  38. Manifying blib/man3/CGI::Switch.3pm
  39. Manifying blib/man3/CGI::Cookie.3pm
  40. Manifying blib/man3/CGI::Pretty.3pm
  41. Manifying blib/man3/CGI.3pm
  42. Manifying blib/man3/CGI::Carp.3pm
  43. Manifying blib/man3/CGI::Apache.3pm
  44. Manifying blib/man3/CGI::Util.3pm
  45. Manifying blib/man3/CGI::Push.3pm
  46. Manifying blib/man3/CGI::Fast.3pm
  47. + exit 0
  48. Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.71251
  49. + umask 022
  50. + cd /usr/src/redhat/BUILD
  51. + cd CGI.pm-3.49
  52. + rm -rf /var/tmp/perl-CGI.pm-3.49-1-root-root
  53. + make pure_install PERL_INSTALL_ROOT=/var/tmp/perl-CGI.pm-3.49-1-root-root
  54. Installing /var/tmp/perl-CGI.pm-3.49-1-root-root/usr/lib/perl5/vendor_perl/5.8.8/CGI.pm
  55. Installing /var/tmp/perl-CGI.pm-3.49-1-root-root/usr/lib/perl5/vendor_perl/5.8.8/CGI/Cookie.pm
  56. Installing /var/tmp/perl-CGI.pm-3.49-1-root-root/usr/lib/perl5/vendor_perl/5.8.8/CGI/Util.pm
  57. Installing /var/tmp/perl-CGI.pm-3.49-1-root-root/usr/lib/perl5/vendor_perl/5.8.8/CGI/Switch.pm
  58. Installing /var/tmp/perl-CGI.pm-3.49-1-root-root/usr/lib/perl5/vendor_perl/5.8.8/CGI/Push.pm
  59. Installing /var/tmp/perl-CGI.pm-3.49-1-root-root/usr/lib/perl5/vendor_perl/5.8.8/CGI/Apache.pm
  60. Installing /var/tmp/perl-CGI.pm-3.49-1-root-root/usr/lib/perl5/vendor_perl/5.8.8/CGI/Fast.pm
  61. Installing /var/tmp/perl-CGI.pm-3.49-1-root-root/usr/lib/perl5/vendor_perl/5.8.8/CGI/Carp.pm
  62. Installing /var/tmp/perl-CGI.pm-3.49-1-root-root/usr/lib/perl5/vendor_perl/5.8.8/CGI/Pretty.pm
  63. Installing /var/tmp/perl-CGI.pm-3.49-1-root-root/usr/share/man/man3/CGI.3pm
  64. Installing /var/tmp/perl-CGI.pm-3.49-1-root-root/usr/share/man/man3/CGI::Pretty.3pm
  65. Installing /var/tmp/perl-CGI.pm-3.49-1-root-root/usr/share/man/man3/CGI::Cookie.3pm
  66. Installing /var/tmp/perl-CGI.pm-3.49-1-root-root/usr/share/man/man3/CGI::Push.3pm
  67. Installing /var/tmp/perl-CGI.pm-3.49-1-root-root/usr/share/man/man3/CGI::Carp.3pm
  68. Installing /var/tmp/perl-CGI.pm-3.49-1-root-root/usr/share/man/man3/CGI::Fast.3pm
  69. Installing /var/tmp/perl-CGI.pm-3.49-1-root-root/usr/share/man/man3/CGI::Util.3pm
  70. Installing /var/tmp/perl-CGI.pm-3.49-1-root-root/usr/share/man/man3/CGI::Apache.3pm
  71. Installing /var/tmp/perl-CGI.pm-3.49-1-root-root/usr/share/man/man3/CGI::Switch.3pm
  72. Writing /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/auto/CGI/.packlist
  73. + find /var/tmp/perl-CGI.pm-3.49-1-root-root -type f -name .packlist -exec rm -f '{}' ';'
  74. + find /var/tmp/perl-CGI.pm-3.49-1-root-root -depth -type d -exec rmdir '{}' ';'
  75. + /bin/chmod -Rf a+rX,u+w,g-w,o-w /var/tmp/perl-CGI.pm-3.49-1-root-root/usr
  76. + /usr/lib/rpm/brp-compress
  77. + /usr/lib/rpm/brp-strip
  78. + /usr/lib/rpm/brp-strip-static-archive
  79. + /usr/lib/rpm/brp-strip-comment-note
  80. Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.71251
  81. + umask 022
  82. + cd /usr/src/redhat/BUILD
  83. + cd CGI.pm-3.49
  84. + make test
  85. PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
  86. t/apache.................ok                                                 
  87. t/autoescape.............ok                                                 
  88. t/can....................ok                                                 
  89. t/carp...................ok                                                 
  90. t/checkbox_group.........ok                                                 
  91. t/cookie.................ok                                                 
  92. t/Dump...................ok                                                 
  93. t/end_form...............ok                                                 
  94. t/fast...................ok                                                 
  95. t/form...................ok                                                 
  96. t/function...............ok                                                 
  97. t/hidden.................ok                                                 
  98. t/html...................ok                                                 
  99. t/http...................ok                                                 
  100. t/init...................ok                                                 
  101. t/no_tabindex............ok                                                 
  102. t/popup_menu.............ok                                                 
  103. t/pretty.................ok                                                 
  104. t/push...................ok                                                 
  105.         1/12 skipped: do_sleep() test may take a while
  106. t/query_string...........ok                                                 
  107. t/request................ok                                                 
  108. t/save_read_roundtrip....ok                                                 
  109. t/start_end_asterisk.....ok                                                 
  110. t/start_end_end..........ok                                                 
  111. t/start_end_start........ok                                                 
  112. t/switch.................ok                                                 
  113. t/unescapeHTML...........ok                                                 
  114. t/upload.................ok                                                 
  115. t/uploadInfo.............ok                                                 
  116. t/url....................ok                                                 
  117. t/user_agent.............ok                                                 
  118. t/utf8...................ok                                                 
  119. t/util-58................ok                                                 
  120. t/util...................ok                                                 
  121. All tests successful, 1 subtest skipped.
  122. Files=34, Tests=6321 wallclock secs ( 0.89 cusr +  0.21 csys =  1.10 CPU)
  123. + exit 0
  124. Processing files: perl-CGI.pm-3.49-1
  125. Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.64170
  126. + umask 022
  127. + cd /usr/src/redhat/BUILD
  128. + cd CGI.pm-3.49
  129. + DOCDIR=/var/tmp/perl-CGI.pm-3.49-1-root-root/usr/share/doc/perl-CGI.pm-3.49
  130. + export DOCDIR
  131. + rm -rf /var/tmp/perl-CGI.pm-3.49-1-root-root/usr/share/doc/perl-CGI.pm-3.49
  132. + /bin/mkdir -p /var/tmp/perl-CGI.pm-3.49-1-root-root/usr/share/doc/perl-CGI.pm-3.49
  133. + cp -pr cgi_docs.html cgi-lib_porting.html Changes README /var/tmp/perl-CGI.pm-3.49-1-root-root/usr/share/doc/perl-CGI.pm-3.49
  134. + exit 0
  135. Provides: perl(CGI) perl(CGI::Apache) = 1.01 perl(CGI::Carp) = 3.45 perl(CGI::Cookie) perl(CGI::Fast) perl(CGI::Pretty) = 3.46 perl(CGI::Push) perl(CGI::Switch) = 1.01 perl(CGI::Util) = 3.48 perl(CGITempFile) perl(Fh) perl(MultipartBuffer) perl(utf8)
  136. Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1
  137. Requires: perl >= 0:5.000 perl >= 0:5.004 perl(:MODULE_COMPAT_5.8.8) perl(CGI) perl(CGI::Util) perl(Carp) perl(Exporter) perl(FCGI) perl(FCGI) >= 0.67 perl(File::Spec) perl(constant) perl(overload) perl(strict) perl(vars) perl(warnings)
  138. Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/perl-CGI.pm-3.49-1-root-root
  139. Wrote: /usr/src/redhat/SRPMS/perl-CGI.pm-3.49-1.src.rpm
  140. Wrote: /usr/src/redhat/RPMS/noarch/perl-CGI.pm-3.49-1.noarch.rpm
  141. Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.64170
  142. + umask 022
  143. + cd /usr/src/redhat/BUILD
  144. + cd CGI.pm-3.49
  145. + rm -rf /var/tmp/perl-CGI.pm-3.49-1-root-root
  146. + exit 0

Paste Details

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

worth-right
fantasy-obligation