#26921: port install trac @0.12.1 fails with "invalid command 'compile_catalog'" ----------------------------------+----------------------------------------- Reporter: arc@… | Owner: dluke@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: compile_catalog | Port: trac ----------------------------------+----------------------------------------- Changes (by dluke@…): * status: new => assigned Comment: Replying to [ticket:26921 arc@…]:
mashiro:~ arc$ sudo port -v install trac @0.12.1
This is harmless, but macports doesn't know how to install specific versions, so that @0.12.1 isn't really valid.
/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py:267: UserWarning: Unknown distribution option: 'message_extractors'
warnings.warn(msg)
/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py:267: UserWarning: Unknown distribution option: 'entry_points'
warnings.warn(msg)
/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py:267: UserWarning: Unknown distribution option: 'extras_require'
warnings.warn(msg)
/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py:267: UserWarning: Unknown distribution option: 'zip_safe'
warnings.warn(msg)
/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
warnings.warn(msg)
/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py:267: UserWarning: Unknown distribution option: 'test_suite'
warnings.warn(msg)
This is very strange, I don't see it when I build trac. Can you try removing and reinstalling py26-distribute? (It looks like python26 isn't seeing it)
running build running compile_catalog error: invalid command 'compile_catalog'
... and this looks like py26-babel isn't installed correctly. Can you run: sudo port -f uninstall py26-babel py26-distribute sudo port clean --all py26-babel py26-distribute trac sudo port -dv install trac and attach the log if it fails? -- Ticket URL: <https://trac.macports.org/ticket/26921#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS