[Bug 196636] news/xpn - missing depencencies

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 12 18:20:22 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196636

            Bug ID: 196636
           Summary: news/xpn - missing depencencies
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: jmc-freebsd2 at milibyte.co.uk

Xpn fails to run due to missing dependencies

-------------------------------------------------------------------------
curlew:/home/mike% xpn
you need to install PySqlite2 and SQlite
Traceback (most recent call last):
  File "/usr/local/share/xpn/xpn.py", line 33, in <module>
    from xpn_src.Groups_Win import Groups_Win
  File "/usr/local/share/xpn/xpn_src/Groups_Win.py", line 20, in <module>
    from xpn_src.Articles_DB import Articles_DB,Groups_DB
  File "/usr/local/share/xpn/xpn_src/Articles_DB.py", line 8, in <module>
    sys.exit()
NameError: name 'sys' is not defined
-------------------------------------------------------------------------

Neither PySqlite2 nor SQlite appear to be available in ports

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list