Skip to content

Instantly share code, notes, and snippets.

@linuxcaffe
linuxcaffe / gist:a4898d50826be559b5b9
Created June 8, 2014 23:44
number and ordinal don't match.
djp@tigger:~$ tw pro:CAPIC
+task pro:CAPIC
[task limit:page list pro:CAPIC]
ID Age D Project Tags Due Description Urg
102 1d D CAPIC TC H4N 2014/06/10 test audio record 5.17
101 2d CAPIC 2014/06/13 call Justis at Theatre Centre 15.9
2 tasks
Filter: ( ( status == pending ) and project = CAPIC )
# Here's an example of a jira project. The ``jira-python`` module is
# a bit particular, and jira deployments, like Bugzilla, tend to be
# reasonably customized. So YMMV. The ``base_uri`` must not have a
# have a trailing slash. In this case we fetch comments and
# cases from jira assigned to 'ralph' where the status is not closed or
# resolved.
[TW]
service = jira
jira.base_uri = https://bug.tasktools.org
jira.username = djp
djp@tigger:~$ vim --version
VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Dec 26 2012 23:18:25)
Included patches: 1-762
Compiled by djp@tigger
Huge version with GTK2-GNOME GUI. Features included (+) or not (-):
+arabic +autocmd +balloon_eval +browse ++builtin_terms +byte_offset +cindent
+clientserver +clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments
+conceal +cryptv +cscope +cursorbind +cursorshape +dialog_con_gui +diff
+digraphs +dnd -ebcdic +emacs_tags +eval +ex_extra +extra_search +farsi
+file_in_path +find_in_path +float +folding -footer +fork() +gettext
%title taskextras index
=== Taskextras.org ===
a site for Taskwarrior-related projects and resources
2014-03-05 22:52:31
site
front
*caution*, this site is experimental!! ..keep your expectations low!
----
=== Resources ===
* archives from (the old) taskwarrior.org
Messages maintainer: Bram Moolenaar <Bram@vim.org>
Error detected while processing function vimwiki#base#goto_index..vimwiki#base#edit_file:
line 25:
E325: ATTENTION
"~/.vim/wiki/index.wiki" 42L, 990C
Error detected while processing /home/djp/.vim/bundle/vimwiki-pytasks/ftplugin/vimwiki.vim:
line 2:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/djp/.vim/bundle/vimwiki-pytasks/ftplugin/../autoload/vimwiki_pytasks.py", line 213, in <module>
djp@tigger:~/tmp/hledger$ mv ~/.cabal ~/.cabal.also-old; cabal update; cabal install ./hledger-lib ./hledger --dry && (cabal install alex happy; cabal install ./hledger-lib hledger)
Config file path source is default config file.
Config file /home/djp/.cabal/config not found.
Writing default configuration to /home/djp/.cabal/config
Downloading the latest package list from hackage.haskell.org
Resolving dependencies...
In order, the following would be installed:
cmdargs-0.10.12 (new version)
exceptions-0.6.1 (new package)
haskeline-0.7.1.3 (new version)
cabal: Error: some packages failed to install:
hledger-0.24.98 depends on pretty-show-1.6.8 which failed to install.
hledger-lib-0.24.98 depends on pretty-show-1.6.8 which failed to install.
pretty-show-1.6.8 failed during the building phase. The exception was:
ExitFailure 1
djp@tigger:~/tmp/ghc/.fr-YUPove/ghc-7.8.4$ cabal install pretty-show
Resolving dependencies...
Configuring pretty-show-1.6.8...
Building pretty-show-1.6.8...
Preprocessing library pretty-show-1.6.8...
[1 of 6] Compiling Paths_pretty_show ( dist/build/autogen/Paths_pretty_show.hs, dist/build/Paths_pretty_show.o )
[2 of 6] Compiling Text.Show.Value ( Text/Show/Value.hs, dist/build/Text/Show/Value.o )
[3 of 6] Compiling Text.Show.PrettyVal ( Text/Show/PrettyVal.hs, dist/build/Text/Show/PrettyVal.o )
[4 of 6] Compiling Text.Show.Html ( Text/Show/Html.hs, dist/build/Text/Show/Html.o )
djp@tigger:~/tmp/hledger$ ghc-pkg check
Warning: haddock-interfaces: /home/djp/.cabal/share/doc/pretty-show-1.6.8/html/pretty-show.haddock doesn't exist or isn't a file
Warning: haddock-html: /home/djp/.cabal/share/doc/pretty-show-1.6.8/html doesn't exist or isn't a directory
Warning: haddock-interfaces: /home/djp/.cabal/share/doc/i386-linux-ghc-7.8.4/shakespeare-text-1.1.0/html/shakespeare-text.haddock doesn't exist or isn't a file
Warning: haddock-html: /home/djp/.cabal/share/doc/i386-linux-ghc-7.8.4/shakespeare-text-1.1.0/html doesn't exist or isn't a directory
Warning: haddock-interfaces: /home/djp/.cabal/share/doc/i386-linux-ghc-7.8.4/shakespeare-2.0.3/html/shakespeare.haddock doesn't exist or isn't a file
Warning: haddock-html: /home/djp/.cabal/share/doc/i386-linux-ghc-7.8.4/shakespeare-2.0.3/html doesn't exist or isn't a directory
Warning: haddock-interfaces: /home/djp/.cabal/share/doc/i386-linux-ghc-7.8.4/aeson-0.8.0.2/html/aeson.haddock doesn't exist or isn't a file
Warning: haddock-html: /home/djp/.
djp@tigger:~/tmp/hledger$ cabal install pretty-show ./hledger-lib
Resolving dependencies...
Configuring hledger-lib-0.24.98...
Building hledger-lib-0.24.98...
Preprocessing library hledger-lib-0.24.98...
/usr/bin/ld: cannot find -lHSpretty-show-1.6.8-ghc7.8.4
collect2: error: ld returned 1 exit status
Failed to install hledger-lib-0.24.98
cabal: Error: some packages failed to install:
hledger-lib-0.24.98 failed during the building phase. The exception was: