Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 254664 - pylons: Mako>=0.1.8 missing while doing 'paster create -t pylons helloworld'
Summary: pylons: Mako>=0.1.8 missing while doing 'paster create -t pylons helloworld'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-12 19:00 UTC by Vladimir Rusinov
Modified: 2010-06-07 23:47 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Rusinov 2009-01-12 19:00:40 UTC
# emerge -pv dev-python/pylons

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] dev-python/pylons-0.9.6.2  USE="-doc" 0 kB

Total: 1 package (1 reinstall), Size of downloads: 0 kB

# emerge -pv mako

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] dev-python/mako-0.1.10-r1  USE="-doc -test" 193 kB

===========
$ paster create -t pylons helloworld
Traceback (most recent call last):
  File "/usr/bin/paster", line 7, in ?
    sys.exit(
  File "//usr/lib/python2.4/site-packages/paste/script/command.py", line 79, in run
    invoke(command, command_name, options, args[1:])
  File "//usr/lib/python2.4/site-packages/paste/script/command.py", line 118, in invoke
    exit_code = runner.run(args)
  File "//usr/lib/python2.4/site-packages/paste/script/command.py", line 213, in run
    result = self.command()
  File "//usr/lib/python2.4/site-packages/paste/script/create_distro.py", line 69, in command
    self.extend_templates(templates, tmpl_name)
  File "//usr/lib/python2.4/site-packages/paste/script/create_distro.py", line 233, in extend_templates
    tmpl = entry.load()(entry.name)
  File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 1911, in load
    if require: self.require(env, installer)
  File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 1924, in require
    working_set.resolve(self.dist.requires(self.extras),env,installer))
  File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 524, in resolve
    raise DistributionNotFound(req)  # XXX put more info here
pkg_resources.DistributionNotFound: Mako>=0.1.8

Reproducible: Always
Comment 1 Vladimir Rusinov 2009-01-12 19:01:29 UTC
It seems mako dependency missing.
Comment 2 Dave Hughes 2009-01-18 15:27:29 UTC
The dev-python/decorator dependency is also missing
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-06-07 23:47:04 UTC
Fixed in dev-python/pylons-1.0.