Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jan 2015 18:20:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 196636] news/xpn - missing depencencies
Message-ID:  <bug-196636-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: jmc-freebsd2@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.



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