Modify

Ticket #241 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

build failure on ubuntu fisty

Reported by: wingo@… Owned by: thomas
Priority: major Milestone: 0.2.5
Component: moap Version: TRUNK
Keywords: Cc:

Description

make[1]: Entering directory `/home/wingo/src/moap'
moap doap rss > doc/moap.rss2
Could not import python module 'genshi'
This module is part of Genshi templating language.
See http://genshi.edgewall.com/ for more information.

MOAP does not know your distribution.
Please file a bug so we can add your distribution.

Please install genshi and try again.
You can confirm it is installed by starting Python and running:
import genshi
make[1]: *** [doc/moap.rss2] Error 255
make[1]: Leaving directory `/home/wingo/src/moap'
make: *** [all-recursive] Error 1
wingo@bracket:~/src/moap$ apt-cache search genshi
python-genshi - python XML-based template engine
python-markup - transitional dummy package
wingo@bracket:~/src/moap$ sudo apt-get install python-genshi
Password:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  command-not-found-data
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
  python-genshi
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 136kB of archives.
After unpacking 836kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com feisty/universe python-genshi 0.3.5-1 [136kB]
Fetched 136kB in 1s (133kB/s)        
Selecting previously deselected package python-genshi.
(Reading database ... 189605 files and directories currently installed.)
Unpacking python-genshi (from .../python-genshi_0.3.5-1_all.deb) ...
Setting up python-genshi (0.3.5-1) ...

Attachments

Change History

comment:1 Changed 6 years ago by thomas

  • Status changed from new to closed
  • Resolution set to fixed

(In [253]) * moap/util/deps.py:

Use Distro.distributor as prefix for installation methods. Add dependency installation info for Ubuntu for genshi and RDF. Fixes #241.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.