Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Nov 2008 15:46:40 GMT
From:      Aragon Gouveia <aragon@phat.za.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/128677: databases/py-axiom missing dependency
Message-ID:  <200811071546.mA7Fke7Z068297@www.freebsd.org>
Resent-Message-ID: <200811071550.mA7Fo4UW070096@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         128677
>Category:       ports
>Synopsis:       databases/py-axiom missing dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 07 15:50:04 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Aragon Gouveia
>Release:        7.1-PRERELEASE
>Organization:
>Environment:
FreeBSD igor.geek.sh 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #7: Sat Nov  1 07:15:18 SAST 2008     root@igor.geek.sh:/usr/obj/usr/src/sys/IGOR  amd64

>Description:
I just needed py-axiom for a project of mine, but the port install misses a dependency that it needs:

  File "/usr/home/aragon/dev/gina/trunk/gina/feed.py", line 3, in <module>
    from axiom.store import Store
  File "/usr/local/lib/python2.5/site-packages/axiom/store.py", line 30, in <module>
    from axiom import _schema, attributes, upgrade, _fincache, iaxiom, errors, batch
  File "/usr/local/lib/python2.5/site-packages/axiom/batch.py", line 17, in <module>
    from twisted.conch.manhole import ColoredManhole
exceptions.ImportError: No module named conch.manhole

>How-To-Repeat:

>Fix:
In py-axiom's Makefile replace:

USE_TWISTED= yes

with:

USE_TWISTED= conch


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811071546.mA7Fke7Z068297>