Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 206486 - dev-util/catalyst-2.0.5_pre6 fails to find catalyst_support
Summary: dev-util/catalyst-2.0.5_pre6 fails to find catalyst_support
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-18 02:38 UTC by William Keaney
Modified: 2008-01-18 02:55 UTC (History)
0 users

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 William Keaney 2008-01-18 02:38:13 UTC
Running "catalyst -s portage_snapshot" returns the following:
Gentoo Catalyst, version 2.0.5_pre6
Copyright 2003-2007 Gentoo Foundation
Distributed under the GNU General Public License version 2

Using default Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/srv/uber/liveusb/catalyst/usr/lib/catalyst"
Setting snapshot_cache to config file value "/srv/uber/liveusb/catalyst/tmp/catalyst/snapshot_cache"
Setting hash_function to default value "crc32"
Setting storedir to config file value "/srv/uber/liveusb/catalyst/tmp/catalyst"
Setting portdir to config file value "/srv/uber/liveusb/catalyst/usr/portage"
Setting distdir to config file value "/srv/uber/liveusb/catalyst/usr/portage/distfiles"
Setting options to config file value "autoresume distcc kerncache pkgcache snapcache"
Autoresuming support enabled.
Distcc support enabled.
Kernel cache support enabled.
Package cache support enabled.
Snapshot cache support enabled.
Traceback (most recent call last):
  File "/usr/bin/catalyst", line 340, in ?
    from catalyst_support import *
ImportError: No module named catalyst_support

I have confirmed that I do have /usr/lib/catalyst/modules/catalyst_support.py and catalyst_support.pyo.  I have run etc-update, env-update, and sourced /etc/profile.

Reproducible: Always

Steps to Reproduce:
1. Configure /etc/catalyst/catalyst.conf
2. Run "catalyst -s some_name"
3.

Actual Results:  
Catalyst crashes, with a traceback claiming that it cannot find a module named catalyst_support.

Expected Results:  
It should create a portage snapshot.
Comment 1 William Keaney 2008-01-18 02:55:13 UTC
My mistake. I screwed up the config.