Date: Tue, 9 Dec 2008 23:02:35 +0200 (EET) From: QAT@FreeBSD.org To: jpaetzel@FreeBSD.org Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/irc/epic5 Makefile distinfo Message-ID: <20081209210235.C619312E419E@quark.ds9.tecnik93.com> In-Reply-To: <200812092059.mB9Kx4qS090455@repoman.freebsd.org> References: In-Reply-To: <200812092059.mB9Kx4qS090455@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/epic5-0.9.0.log : building epic5-0.9.0 in directory /var/tinderbox/7-STABLE-FTP maintained by: jpaetzel@FreeBSD.org building for: 7.1-PRERELEASE amd64 port directory: /usr/ports/irc/epic5 Makefile ident: $FreeBSD: ports/irc/epic5/Makefile,v 1.67 2008/12/09 20:59:04 jpaetzel Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Tue Dec 9 21:01:07 UTC 2008 .................................<Last 40 lines of the log>.................. cc test.o -o my_test if ./my_test \( ! -f /usr/local/bin/epic5-0.9.0 \) -o source/epic5 -nt /usr/local/bin/epic5-0.9.0; then ./bsdinstall -c -m 755 source/epic5 /usr/local/bin/epic5-0.9.0; if ./my_test -f /usr/local/bin/epic5.old; then rm -f /usr/local/bin/epic5.old; fi; if ./my_test -f /usr/local/bin/epic5; then mv /usr/local/bin/epic5 /usr/local/bin/epic5.old; fi; rm -f /usr/local/bin/epic5; ln -s epic5-0.9.0 /usr/local/bin/epic5; fi if ./my_test \( \! -f /usr/local/libexec/epic5-wserv4 \) -o source/wserv4 -nt /usr/local/libexec/epic5-wserv4; then ./bsdinstall -c -m 755 source/wserv4 /usr/local/libexec/epic5-wserv4; fi for i in ./script/*; do if ./my_test -f $i; then if ./my_test -x $i; then chmod a-x $i; fi; target=/usr/local/share/epic5/script/`basename $i`; if ./my_test -f $target; then if ./my_test $i -nt $target; then ./bsdinstall -c -m 644 $i $target; fi; elif ./my_test -f $target.gz; then if ./my_test $i -nt $target.gz; then ./bsdinstall -c -m 644 $i $target; gzip -f $target; fi; else ./bsdinstall -c -m 644 $i $target; if ./my_test -f /usr/local/share/epic5/script/gzip-scripts; then gzip -f $target; fi; fi; fi; done ./bsdinstall -c -m 644 ./doc/epic.1 /usr/local/man/man1/epic5.1 ===> Compressing manual pages for epic5-0.9.0 ===> Registering installation for epic5-0.9.0 ===> SECURITY REPORT: This port has installed the following files which may act as network servers and may therefore pose a remote security risk to the system. /usr/local/bin/epic5-0.9.0 If there are vulnerabilities in these programs there may be a security risk to the system. FreeBSD makes no guarantee about the security of ports included in the Ports Collection. Please type 'make deinstall' to deinstall the port if this is a concern. For more information, and contact details about the security status of this software, see the following webpage: http://www.epicsol.org ================================================================ ====================<phase 7: make package>==================== ===> Building package for epic5-0.9.0 Creating package /tmp/packages/All/epic5-0.9.0.tbz Registering depends: perl-5.8.8_1 ruby-1.8.6.287,1 tcl-8.4.19,1. Creating bzip'd tar ball in '/tmp/packages/All/epic5-0.9.0.tbz' Deleting epic5-0.9.0 pkg_delete: unable to completely remove directory '/usr/local/share/epic5/script' pkg_delete: unable to completely remove directory '/usr/local/share/epic5' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) ================================================================ === Checking filesystem state list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) 3722304 4 drwxr-xr-x 3 root wheel 512 Dec 9 21:02 usr/local/share/epic5 3722305 4 drwxr-xr-x 2 root wheel 1536 Dec 9 21:02 usr/local/share/epic5/script 3723297 12 -rw-r--r-- 1 root wheel 4894 Sep 24 21:43 usr/local/share/epic5/script/topicbar ================================================================ build of /usr/ports/irc/epic5 ended at Tue Dec 9 21:02:34 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081209210235.C619312E419E>