pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
mat: add a TODO
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Tue Jan 12 15:16:52 2016 +0100
Changeset: 1a0359faba26afe3a1429f4b21175c43933e508d
Added Files:
mat/TODO
Log Message:
mat: add a TODO
mat still does not work due a missing Poppler namespace (any suggestion
regarding how to solve that is appreciated!).
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1a0359faba26afe3a1429f4b21175c43933e508d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
mat/TODO | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diffs:
diff --git a/mat/TODO b/mat/TODO
new file mode 100644
index 0000000..103bf07
--- /dev/null
+++ b/mat/TODO
@@ -0,0 +1,16 @@
+mat still does not work because it is not able to find Poppler (any idea how to
+have a Poppler namespace for py-gobject3?):
+
+ $ mat
+ Traceback (most recent call last):
+ File "/usr/pkg/bin/mat", line 10, in <module>
+ from libmat import mat
+ File "/usr/pkg/lib/python2.7/site-packages/libmat/mat.py", line 22, in <module>
+ import strippers # this is loaded here because we need LOGGING_LEVEL
+ File "/usr/pkg/lib/python2.7/site-packages/libmat/strippers.py", line 9, in <module>
+ import office
+ File "/usr/pkg/lib/python2.7/site-packages/libmat/office.py", line 15, in <module>
+ gi.require_version('Poppler', '0.18')
+ File "/usr/pkg/lib/python2.7/site-packages/gi/__init__.py", line 100, in require_version
+ raise ValueError('Namespace %s not available' % namespace)
+ ValueError: Namespace Poppler not available
Home |
Main Index |
Thread Index |
Old Index