AUTOBUILD_PERL5LIB=`perl -e 'use Config; my $dir = $Config{sitelib}; $dir =~ s|/usr|$ENV{AUTOBUILD_INSTALL_ROOT}|; print $dir'` perl -e 'use Config; my $dir = $Config{sitelib}; $dir =~ s|/usr|$ENV{AUTOBUILD_INSTALL_ROOT}|; print $dir' if [ -z "$PERL5LIB" ]; then export PERL5LIB=$AUTOBUILD_PERL5LIB else export PERL5LIB=$PERL5LIB:$AUTOBUILD_PERL5LIB fi # Make things clean. [ -f Makefile ] && make -k realclean ||: rm -rf *.bak *~ ./blib Makefile.aperl blib/arch/auto/Net/Chat/Jukebox/extralibs.all blib/arch/auto/Net/Chat/Jukebox/extralibs.ld perlmain.c tmon.out mon.out so_locations pm_to_blib *.o *.a perl.exe perl perl Jukebox.bso Jukebox.def libJukebox.def Jukebox.exp Jukebox.x core core.*perl.*.? *perl.core core.[0-9] core.[0-9][0-9] core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9][0-9] mv Makefile Makefile.old > /dev/null 2>&1 rm -rf blib/lib/auto/Net/Chat/Jukebox blib/arch/auto/Net/Chat/Jukebox rm -rf Net-Chat-Jukebox-0.1.0 rm -f blib/lib/Net/Chat/Jukebox/Personality.pm Makefile.old Makefile Net-Chat-Jukebox-*.tar.gz Net-Chat-Jukebox.spec rm -rf MANIFEST blib # Make makefiles. perl Makefile.PL PREFIX=$AUTOBUILD_INSTALL_ROOT Writing Makefile for Net::Chat::Jukebox make manifest /usr/bin/perl "-MExtUtils::Manifest=mkmanifest" -e mkmanifest Added to MANIFEST: .hg/00changelog.d Added to MANIFEST: .hg/00changelog.i Added to MANIFEST: .hg/00manifest.d Added to MANIFEST: .hg/00manifest.i Added to MANIFEST: .hg/data/.cvsignore.d Added to MANIFEST: .hg/data/.cvsignore.i Added to MANIFEST: .hg/data/.hgignore.d Added to MANIFEST: .hg/data/.hgignore.i Added to MANIFEST: .hg/data/AUTHORS.d Added to MANIFEST: .hg/data/AUTHORS.i Added to MANIFEST: .hg/data/autobuild.sh.d Added to MANIFEST: .hg/data/autobuild.sh.i Added to MANIFEST: .hg/data/Build.d Added to MANIFEST: .hg/data/Build.i Added to MANIFEST: .hg/data/Build.local.d Added to MANIFEST: .hg/data/Build.local.i Added to MANIFEST: .hg/data/COPYING.d Added to MANIFEST: .hg/data/COPYING.i Added to MANIFEST: .hg/data/INSTALL.d Added to MANIFEST: .hg/data/INSTALL.i Added to MANIFEST: .hg/data/lib/00-TEMPLATE.d Added to MANIFEST: .hg/data/lib/00-TEMPLATE.i Added to MANIFEST: .hg/data/lib/Net/Chat/Jukebox/Personality.pm.d Added to MANIFEST: .hg/data/lib/Net/Chat/Jukebox/Personality.pm.i Added to MANIFEST: .hg/data/Makefile.PL.d Added to MANIFEST: .hg/data/Makefile.PL.i Added to MANIFEST: .hg/data/MANIFEST.SKIP.d Added to MANIFEST: .hg/data/MANIFEST.SKIP.i Added to MANIFEST: .hg/data/Net-Chat-Jukebox.spec.PL.d Added to MANIFEST: .hg/data/Net-Chat-Jukebox.spec.PL.i Added to MANIFEST: .hg/data/README.d Added to MANIFEST: .hg/data/README.i Added to MANIFEST: .hg/data/rollingbuild.d Added to MANIFEST: .hg/data/rollingbuild.i Added to MANIFEST: .hg/data/scripts/nc-jukebox.pl.d Added to MANIFEST: .hg/data/scripts/nc-jukebox.pl.i Added to MANIFEST: .hg/data/t/00-TEMPLATE.d Added to MANIFEST: .hg/data/t/00-TEMPLATE.i Added to MANIFEST: .hg/data/t/10-Personality.t.d Added to MANIFEST: .hg/data/t/10-Personality.t.i Added to MANIFEST: .hg/data/VERSION.d Added to MANIFEST: .hg/data/VERSION.i Added to MANIFEST: .hg/dirstate Added to MANIFEST: .hg/hgrc Added to MANIFEST: .hg/undo Added to MANIFEST: .hg/undo.dirstate Added to MANIFEST: .hgignore Added to MANIFEST: AUTHORS Added to MANIFEST: autobuild.sh Added to MANIFEST: COPYING Added to MANIFEST: INSTALL Added to MANIFEST: lib/Net/Chat/Jukebox/Personality.pm Added to MANIFEST: Makefile.PL Added to MANIFEST: MANIFEST.SKIP Added to MANIFEST: META.yml Added to MANIFEST: README Added to MANIFEST: t/10-Personality.t Added to MANIFEST: VERSION echo $NAME.spec >> MANIFEST # Build the RPM. make cp lib/Net/Chat/Jukebox/Personality.pm blib/lib/Net/Chat/Jukebox/Personality.pm Manifying blib/man3/Net::Chat::Jukebox::Personality.3pm /usr/bin/perl "-Iblib/arch" "-Iblib/lib" Net-Chat-Jukebox.spec.PL Net-Chat-Jukebox.spec if [ -n "$HTMLURLPREFIX" ] then make htmlifypods HTMLURLPREFIX=$HTMLURLPREFIX fi if [ -z "$USE_COVER" ]; then perl -MDevel::Cover -e '' 1>/dev/null 2>&1 && USE_COVER=1 || USE_COVER=0 fi rm -f test.log if [ -z "$SKIP_TESTS" -o "$SKIP_TESTS" = "0" ]; then if [ "$USE_COVER" = "1" ]; then cover -delete HARNESS_PERL_SWITCHES=-MDevel::Cover make test TEST_VERBOSE=1 | tee $TEST_RESULTS cover mkdir blib/coverage cp -a cover_db/*.html cover_db/*.css blib/coverage mv blib/coverage/coverage.html blib/coverage/index.html else make test TEST_VERBOSE=1 | tee $TEST_RESULTS fi fi Deleting database /var/builder/source-root/net-chat-jukebox-dev/cover_db Checking lib/Net/Chat/Jukebox/Personality.pm: lib/Net/Chat/Jukebox/Personality.pm syntax OK PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/10-Personality....1..1 ok 1 ok All tests successful. Files=1, Tests=1, 20 wallclock secs (17.80 cusr + 1.41 csys = 19.21 CPU) Reading database from /var/builder/source-root/net-chat-jukebox-dev/cover_db ---------------------------- ------ ------ ------ ------ ------ ------ ------ File stmt bran cond sub pod time total ---------------------------- ------ ------ ------ ------ ------ ------ ------ ...ib/perl/5.8.4/Net/DBus.pm 18.4 0.0 0.0 26.1 100.0 8.5 21.4 ....4/Net/DBus/ASyncReply.pm 18.2 0.0 0.0 22.2 100.0 1.5 21.0 ....4/Net/DBus/Annotation.pm 66.7 n/a n/a 40.0 100.0 0.8 64.7 ...4/Net/DBus/Binding/Bus.pm 34.6 0.0 0.0 42.9 100.0 3.1 35.4 ...Bus/Binding/Connection.pm 18.0 0.0 0.0 22.5 100.0 5.2 27.7 ...s/Binding/Introspector.pm 3.3 0.0 0.0 11.6 100.0 3.1 6.7 .../DBus/Binding/Iterator.pm 7.5 0.7 0.0 27.3 100.0 3.6 9.5 ...t/DBus/Binding/Message.pm 37.1 8.3 0.0 37.9 100.0 28.2 38.5 .../Binding/Message/Error.pm 60.0 0.0 0.0 71.4 100.0 4.3 48.9 ...ing/Message/MethodCall.pm 68.2 0.0 0.0 83.3 100.0 3.0 50.0 ...g/Message/MethodReturn.pm 65.2 0.0 0.0 83.3 100.0 2.4 56.8 ...Binding/Message/Signal.pm 68.2 0.0 0.0 83.3 100.0 2.8 52.5 ...us/Binding/PendingCall.pm 41.9 0.0 0.0 50.0 100.0 2.7 40.5 ...Net/DBus/Binding/Value.pm 37.5 n/a n/a 40.0 100.0 1.5 45.8 ...l/5.8.4/Net/DBus/Error.pm 39.1 0.0 0.0 42.9 100.0 1.3 37.2 .../Net/DBus/RemoteObject.pm 12.6 0.0 0.0 35.3 100.0 4.0 11.7 ...Net/DBus/RemoteService.pm 35.3 0.0 n/a 44.4 100.0 1.7 40.4 ...5.8.4/Net/DBus/Service.pm 32.1 n/a n/a 33.3 100.0 1.4 37.5 ...us/Test/MockConnection.pm 18.3 0.0 0.0 33.3 100.0 6.6 24.4 ...DBus/Test/MockIterator.pm 3.7 0.0 0.0 8.2 100.0 2.7 9.3 .../DBus/Test/MockMessage.pm 16.7 0.0 0.0 24.1 100.0 4.6 22.1 ...5.8.4/Net/Chat/Command.pm 27.3 0.0 0.0 50.0 0.0 1.7 19.0 ...4/Net/Chat/Personality.pm 27.3 0.0 0.0 37.5 0.0 1.4 19.7 ...at/Jukebox/Personality.pm 5.8 0.0 0.0 15.0 0.0 3.9 5.5 Total 15.1 0.3 0.0 28.6 87.5 100.0 17.5 ---------------------------- ------ ------ ------ ------ ------ ------ ------ Writing HTML output to /var/builder/source-root/net-chat-jukebox-dev/cover_db/coverage.html ... done. make INSTALLMAN3DIR=$AUTOBUILD_INSTALL_ROOT/share/man/man3 install Installing /var/builder/install-root/share/perl/5.8.4/Net/Chat/Jukebox/Personality.pm Installing /var/builder/install-root/man/man3/Net::Chat::Jukebox::Personality.3pm Writing /var/builder/install-root/lib/perl/5.8.4/auto/Net/Chat/Jukebox/.packlist Appending installation info to /var/builder/install-root/lib/perl/5.8.4/perllocal.pod rm -f $NAME-*.tar.gz make dist rm -rf Net-Chat-Jukebox-0.1.0 /usr/bin/perl "-MExtUtils::Manifest=manicopy,maniread" \ -e "manicopy(maniread(),'Net-Chat-Jukebox-0.1.0', 'best');" mkdir Net-Chat-Jukebox-0.1.0 mkdir Net-Chat-Jukebox-0.1.0/.hg mkdir Net-Chat-Jukebox-0.1.0/.hg/data mkdir Net-Chat-Jukebox-0.1.0/.hg/data/scripts mkdir Net-Chat-Jukebox-0.1.0/.hg/data/lib mkdir Net-Chat-Jukebox-0.1.0/.hg/data/t mkdir Net-Chat-Jukebox-0.1.0/.hg/data/lib/Net mkdir Net-Chat-Jukebox-0.1.0/.hg/data/lib/Net/Chat mkdir Net-Chat-Jukebox-0.1.0/.hg/data/lib/Net/Chat/Jukebox mkdir Net-Chat-Jukebox-0.1.0/lib mkdir Net-Chat-Jukebox-0.1.0/lib/Net mkdir Net-Chat-Jukebox-0.1.0/lib/Net/Chat mkdir Net-Chat-Jukebox-0.1.0/lib/Net/Chat/Jukebox mkdir Net-Chat-Jukebox-0.1.0/t tar cvf Net-Chat-Jukebox-0.1.0.tar Net-Chat-Jukebox-0.1.0 Net-Chat-Jukebox-0.1.0/ Net-Chat-Jukebox-0.1.0/.hg/ Net-Chat-Jukebox-0.1.0/.hg/data/ Net-Chat-Jukebox-0.1.0/.hg/data/scripts/ Net-Chat-Jukebox-0.1.0/.hg/data/scripts/nc-jukebox.pl.i Net-Chat-Jukebox-0.1.0/.hg/data/scripts/nc-jukebox.pl.d Net-Chat-Jukebox-0.1.0/.hg/data/Net-Chat-Jukebox.spec.PL.d Net-Chat-Jukebox-0.1.0/.hg/data/lib/ Net-Chat-Jukebox-0.1.0/.hg/data/lib/00-TEMPLATE.i Net-Chat-Jukebox-0.1.0/.hg/data/lib/00-TEMPLATE.d Net-Chat-Jukebox-0.1.0/.hg/data/lib/Net/ Net-Chat-Jukebox-0.1.0/.hg/data/lib/Net/Chat/ Net-Chat-Jukebox-0.1.0/.hg/data/lib/Net/Chat/Jukebox/ Net-Chat-Jukebox-0.1.0/.hg/data/lib/Net/Chat/Jukebox/Personality.pm.d Net-Chat-Jukebox-0.1.0/.hg/data/lib/Net/Chat/Jukebox/Personality.pm.i Net-Chat-Jukebox-0.1.0/.hg/data/t/ Net-Chat-Jukebox-0.1.0/.hg/data/t/10-Personality.t.i Net-Chat-Jukebox-0.1.0/.hg/data/t/10-Personality.t.d Net-Chat-Jukebox-0.1.0/.hg/data/t/00-TEMPLATE.d Net-Chat-Jukebox-0.1.0/.hg/data/t/00-TEMPLATE.i Net-Chat-Jukebox-0.1.0/.hg/data/Makefile.PL.d Net-Chat-Jukebox-0.1.0/.hg/data/Net-Chat-Jukebox.spec.PL.i Net-Chat-Jukebox-0.1.0/.hg/data/MANIFEST.SKIP.d Net-Chat-Jukebox-0.1.0/.hg/data/README.i Net-Chat-Jukebox-0.1.0/.hg/data/autobuild.sh.i Net-Chat-Jukebox-0.1.0/.hg/data/README.d Net-Chat-Jukebox-0.1.0/.hg/data/VERSION.d Net-Chat-Jukebox-0.1.0/.hg/data/Build.d Net-Chat-Jukebox-0.1.0/.hg/data/Build.i Net-Chat-Jukebox-0.1.0/.hg/data/VERSION.i Net-Chat-Jukebox-0.1.0/.hg/data/AUTHORS.d Net-Chat-Jukebox-0.1.0/.hg/data/autobuild.sh.d Net-Chat-Jukebox-0.1.0/.hg/data/Build.local.d Net-Chat-Jukebox-0.1.0/.hg/data/Build.local.i Net-Chat-Jukebox-0.1.0/.hg/data/.cvsignore.d Net-Chat-Jukebox-0.1.0/.hg/data/MANIFEST.SKIP.i Net-Chat-Jukebox-0.1.0/.hg/data/Makefile.PL.i Net-Chat-Jukebox-0.1.0/.hg/data/COPYING.d Net-Chat-Jukebox-0.1.0/.hg/data/INSTALL.d Net-Chat-Jukebox-0.1.0/.hg/data/.hgignore.d Net-Chat-Jukebox-0.1.0/.hg/data/INSTALL.i Net-Chat-Jukebox-0.1.0/.hg/data/COPYING.i Net-Chat-Jukebox-0.1.0/.hg/data/rollingbuild.i Net-Chat-Jukebox-0.1.0/.hg/data/AUTHORS.i Net-Chat-Jukebox-0.1.0/.hg/data/.cvsignore.i Net-Chat-Jukebox-0.1.0/.hg/data/.hgignore.i Net-Chat-Jukebox-0.1.0/.hg/data/rollingbuild.d Net-Chat-Jukebox-0.1.0/.hg/dirstate Net-Chat-Jukebox-0.1.0/.hg/00changelog.i Net-Chat-Jukebox-0.1.0/.hg/00changelog.d Net-Chat-Jukebox-0.1.0/.hg/undo.dirstate Net-Chat-Jukebox-0.1.0/.hg/00manifest.d Net-Chat-Jukebox-0.1.0/.hg/hgrc Net-Chat-Jukebox-0.1.0/.hg/undo Net-Chat-Jukebox-0.1.0/.hg/00manifest.i Net-Chat-Jukebox-0.1.0/COPYING Net-Chat-Jukebox-0.1.0/META.yml Net-Chat-Jukebox-0.1.0/lib/ Net-Chat-Jukebox-0.1.0/lib/Net/ Net-Chat-Jukebox-0.1.0/lib/Net/Chat/ Net-Chat-Jukebox-0.1.0/lib/Net/Chat/Jukebox/ Net-Chat-Jukebox-0.1.0/lib/Net/Chat/Jukebox/Personality.pm Net-Chat-Jukebox-0.1.0/MANIFEST.SKIP Net-Chat-Jukebox-0.1.0/.hgignore Net-Chat-Jukebox-0.1.0/t/ Net-Chat-Jukebox-0.1.0/t/10-Personality.t Net-Chat-Jukebox-0.1.0/Net-Chat-Jukebox.spec Net-Chat-Jukebox-0.1.0/autobuild.sh Net-Chat-Jukebox-0.1.0/VERSION Net-Chat-Jukebox-0.1.0/INSTALL Net-Chat-Jukebox-0.1.0/AUTHORS Net-Chat-Jukebox-0.1.0/README Net-Chat-Jukebox-0.1.0/Makefile.PL rm -rf Net-Chat-Jukebox-0.1.0 gzip --force --best Net-Chat-Jukebox-0.1.0.tar if [ -x /usr/bin/rpmbuild ]; then rpmbuild -ta --clean $NAME-*.tar.gz fi Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.9869 + umask 022 + cd /var/builder/package-root/rpm/BUILD + cd /var/builder/package-root/rpm/BUILD + rm -rf Net-Chat-Jukebox-0.1.0 + /bin/gzip -dc /var/builder/source-root/net-chat-jukebox-dev/Net-Chat-Jukebox-0.1.0.tar.gz + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Net-Chat-Jukebox-0.1.0 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.9869 + umask 022 + cd /var/builder/package-root/rpm/BUILD + cd Net-Chat-Jukebox-0.1.0 + perl Makefile.PL PREFIX=/var/tmp/perl-Net-Chat-Jukebox-0.1.0-root/usr INSTALLDIRS=vendor Writing Makefile for Net::Chat::Jukebox + make cp lib/Net/Chat/Jukebox/Personality.pm blib/lib/Net/Chat/Jukebox/Personality.pm Manifying blib/man3/Net::Chat::Jukebox::Personality.3pm + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.15774 + umask 022 + cd /var/builder/package-root/rpm/BUILD + cd Net-Chat-Jukebox-0.1.0 + rm -rf /var/tmp/perl-Net-Chat-Jukebox-0.1.0-root + make INSTALLMAN3DIR=/var/tmp/perl-Net-Chat-Jukebox-0.1.0-root/usr/share/man/man3 install Installing /var/tmp/perl-Net-Chat-Jukebox-0.1.0-root/usr/share/perl5/Net/Chat/Jukebox/Personality.pm Installing /var/tmp/perl-Net-Chat-Jukebox-0.1.0-root/usr/share/man/man3/Net::Chat::Jukebox::Personality.3pm + find /var/tmp/perl-Net-Chat-Jukebox-0.1.0-root -name perllocal.pod -exec rm -f '{}' ';' + find /var/tmp/perl-Net-Chat-Jukebox-0.1.0-root -name .packlist -exec rm -f '{}' ';' + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip + /usr/lib/rpm/brp-strip-comment-note Processing files: perl-Net-Chat-Jukebox-0.1.0-1 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.48068 + umask 022 + cd /var/builder/package-root/rpm/BUILD + cd Net-Chat-Jukebox-0.1.0 + DOCDIR=/var/tmp/perl-Net-Chat-Jukebox-0.1.0-root/usr/share/doc/perl-Net-Chat-Jukebox-0.1.0 + export DOCDIR + rm -rf /var/tmp/perl-Net-Chat-Jukebox-0.1.0-root/usr/share/doc/perl-Net-Chat-Jukebox-0.1.0 + /bin/mkdir -p /var/tmp/perl-Net-Chat-Jukebox-0.1.0-root/usr/share/doc/perl-Net-Chat-Jukebox-0.1.0 + cp -pr README AUTHORS COPYING INSTALL /var/tmp/perl-Net-Chat-Jukebox-0.1.0-root/usr/share/doc/perl-Net-Chat-Jukebox-0.1.0 + exit 0 Finding Provides: (using /usr/lib/rpm/find-provides)... Finding Requires: (using /usr/lib/rpm/find-requires)... Provides: perl(Net::Chat::Jukebox::Personality) PreReq: rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires(rpmlib): rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: perl = 5.8.4 perl-Net-Chat perl-Log-Log4perl perl-Net-DBus perl-Class-MethodMaker perl-Music-Puke perl(Class::MethodMaker) perl(Net::Chat::Command) perl(base) perl(strict) perl(warnings) Wrote: /var/builder/package-root/rpm/SRPMS/perl-Net-Chat-Jukebox-0.1.0-1.src.rpm Wrote: /var/builder/package-root/rpm/RPMS/noarch/perl-Net-Chat-Jukebox-0.1.0-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.7267 + umask 022 + cd /var/builder/package-root/rpm/BUILD + cd Net-Chat-Jukebox-0.1.0 + rm -rf /var/tmp/perl-Net-Chat-Jukebox-0.1.0-root + exit 0 Executing(--clean): /bin/sh -e /var/tmp/rpm-tmp.7267 + umask 022 + cd /var/builder/package-root/rpm/BUILD + rm -rf Net-Chat-Jukebox-0.1.0 + exit 0