[MacPorts] #45888: Bugs Everywhere has a missing dependency on py-jinja2
MacPorts
noreply at macports.org
Fri Nov 14 01:18:41 PST 2014
#45888: Bugs Everywhere has a missing dependency on py-jinja2
--------------------+--------------------------------
Reporter: matt@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.2
Keywords: | Port: be
--------------------+--------------------------------
I installed bugs everywhere and tried to read its help, and got the
following error:
{{{
$ sudo port install be
---> Computing dependencies for be
---> Fetching archive for be
---> Attempting to fetch be-1.1.1_0.darwin_13.x86_64.tbz2 from
http://mse.uk.packages.macports.org/sites/packages.macports.org/be
---> Attempting to fetch be-1.1.1_0.darwin_13.x86_64.tbz2 from
http://lil.fr.packages.macports.org/be
---> Attempting to fetch be-1.1.1_0.darwin_13.x86_64.tbz2 from
http://nue.de.packages.macports.org/macports/packages/be
---> Fetching distfiles for be
---> Attempting to fetch be-1.1.1.tar.gz from
http://mse.uk.distfiles.macports.org/sites/distfiles.macports.org/be
---> Verifying checksums for be
---> Extracting be
---> Configuring be
---> Building be
---> Staging be into destroot
---> Installing be @1.1.1_0
---> Activating be @1.1.1_0
---> Cleaning be
---> Updating database of binaries
---> Scanning binaries for linking errors
---> No broken files found.
$ be help
Usage Error:
Unknown command 'html'
(No module named jinja2)
For usage information, try
be help html
$ be help html
Usage Error:
Unknown command 'html'
(No module named jinja2)
For usage information, try
be help html
}}}
Installing py-jinja2 fixes the issue.
{{{
$ sudo port install py-jinja2
---> Computing dependencies for py-jinja2
---> Dependencies to be installed: py27-jinja2
---> Fetching archive for py27-jinja2
---> Attempting to fetch py27-jinja2-2.7.3_0.darwin_13.noarch.tbz2 from
http://mse.uk.packages.macports.org/sites/packages.macports.org/py27-jinja2
---> Attempting to fetch py27-jinja2-2.7.3_0.darwin_13.noarch.tbz2.rmd160
from
http://mse.uk.packages.macports.org/sites/packages.macports.org/py27-jinja2
---> Installing py27-jinja2 @2.7.3_0
---> Activating py27-jinja2 @2.7.3_0
---> Cleaning py27-jinja2
---> Fetching archive for py-jinja2
---> Attempting to fetch py-jinja2-2.7.3_0.darwin_13.noarch.tbz2 from
http://mse.uk.packages.macports.org/sites/packages.macports.org/py-jinja2
---> Attempting to fetch py-jinja2-2.7.3_0.darwin_13.noarch.tbz2.rmd160
from http://mse.uk.packages.macports.org/sites/packages.macports.org/py-
jinja2
---> Installing py-jinja2 @2.7.3_0
---> Activating py-jinja2 @2.7.3_0
---> Cleaning py-jinja2
---> Updating database of binaries
---> Scanning binaries for linking errors
---> No broken files found.
$ be help
usage: be [options] [COMMAND [command-options] [COMMAND-ARGS ...]]
...
}}}
Can a dependency be added to the ports file please?
I'll freely admit I'm a newbie round here so may be missing something
obvious as well.
--
Ticket URL: <https://trac.macports.org/ticket/45888>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list