Opened 10 years ago
Closed 7 years ago
#45888 closed defect (wontfix)
be: Bugs Everywhere has a missing dependency on py-jinja2
Reported by: | matt@… | Owned by: | g5pw (Aljaž Srebrnič) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.2 |
Keywords: | Cc: | ||
Port: | be |
Description
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.
Change History (2)
comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to g5pw@… |
---|---|
Summary: | Bugs Everywhere has a missing dependency on py-jinja2 → be: Bugs Everywhere has a missing dependency on py-jinja2 |
comment:2 Changed 7 years ago by g5pw (Aljaž Srebrnič)
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Port removed in 360f88be3e, closing.