On Thu, Feb 11, 2010 at 3:11 AM, Garrett Cooper <[email protected]> wrote: > On Thu, Feb 11, 2010 at 12:49 AM, <[email protected]> wrote: >> The Restless Daemon identified a mtree error while trying to build: >> py26-nose-0.11.1 maintained by [email protected] >> Makefile ident: $FreeBSD: ports/devel/py-nose/Makefile,v 1.11 2010/02/11 >> 06:15:57 linimon Exp $ >> >> Excerpt from http://QAT.TecNik93.com/logs/8-STABLE-NPD/py26-nose-0.11.1.log : >> >> make: don't know how to make regression-test(continuing) >> ================================================================ >> ====================<phase 6: make install>==================== >> add_pkg python26-2.6.4.tbz py26-setuptools-0.6c11.tbz >> adding dependencies >> pkg_add python26-2.6.4.tbz >> skipping python26-2.6.4, already added >> pkg_add py26-setuptools-0.6c11.tbz >> skipping py26-setuptools-0.6c11, already added >> ===> Installing for py26-nose-0.11.1 >> ===> py26-nose-0.11.1 depends on file: /usr/local/bin/easy_install-2.6 - >> found >> ===> py26-nose-0.11.1 depends on file: /usr/local/bin/python2.6 - found >> ===> Generating temporary packing list >> ===> Checking if devel/py-nose already installed >> running easy_install >> Processing nose-0.11.1-py2.6.egg >> creating /usr/local/lib/python2.6/site-packages/nose-0.11.1-py2.6.egg >> Extracting nose-0.11.1-py2.6.egg to /usr/local/lib/python2.6/site-packages >> Adding nose 0.11.1 to easy-install.pth file >> Installing nosetests-2.6 script to /usr/local/bin >> Installing nosetests script to /usr/local/bin >> >> Installed /usr/local/lib/python2.6/site-packages/nose-0.11.1-py2.6.egg >> install -o root -g wheel -m 444 >> /work/a/ports/devel/py-nose/work/nose-0.11.1/nosetests.1 /usr/local/man/man1 >> ===> Compressing manual pages for py26-nose-0.11.1 >> ===> Registering installation for py26-nose-0.11.1 >> ================================================================ >> ====================<phase 7: make package>==================== >> ===> Building package for py26-nose-0.11.1 >> Creating package /tmp/packages/All/py26-nose-0.11.1.tbz >> Registering depends: py26-setuptools-0.6c11 python26-2.6.4. >> Creating bzip'd tar ball in '/tmp/packages/All/py26-nose-0.11.1.tbz' >> Deleting py26-nose-0.11.1 >> ================================================================ >> >> === Checking filesystem state >> list of extra files and directories in / (not present before this port was >> installed but present after it was deinstalled) >> 48422912 4 -rwxr-xr-x 1 root wheel 276 >> Feb 11 08:49 usr/local/bin/nosetests-2.6 >> ================================================================ >> build of /usr/ports/devel/py-nose ended at Thu Feb 11 08:49:05 UTC 2010 >> >> PortsMon page for the port: >> http://portsmon.freebsd.org/portoverview.py?category=devel&portname=py-nose >> >> The build which triggered this BotMail was done under >> tinderbox-3.3_3; dsversion: 3.2.1 on RELENG_8 on amd64, kern.smp.cpus: 8 >> 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. >> >> A description of the testing process can be found here: >> http://T32.TecNik93.com/FreeBSD/QA-Tindy/ > > Sorry -- I accidentally omitted the following line from pkg-plist: > > bin/nosetests-%%PYTHON_VER%% > > It wasn't picked up in the last version either and deinstalls > cleanly because it's in ${PREFIX}/usr/local/bin
Except the variable `%%PYTHON_VER%%' isn't exported via bsd.python.mk... what's the equivalent to 2.5, 2.6, etc that's accessible via pkg-plist? -Garrett _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[email protected]"
