Skip to content

Instantly share code, notes, and snippets.

Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil)
=(nil 1)
(if (= column 1) (setq column 52))
ledger-align-amounts()
(save-excursion (mark-whole-buffer) (ledger-align-amounts))
align-before-save()
run-hooks(before-save-hook)
basic-save-buffer()
save-buffer(1)
call-interactively(save-buffer nil nil)
#!/bin/bash
ledger bal 2>&1 > /dev/null
# Re-do to show error
if [ "$?" -ne 0 ]; then
ledger bal
fi
<assembly>
<id>install-zip</id>
<includeBaseDirectory/>
<baseDirectory>project_data</baseDirectory>
<formats>
<format>zip</format>
</formats>
<fileSets>
<fileSet>
<directory>src/main/resources</directory>
nafai@taleswapper:~/Source/ledger$ ./update.sh
remote: Counting objects: 6, done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 4 (delta 2), reused 0 (delta 0)
Unpacking objects: 100% (4/4), done.
From git://github.com/jwiegley/ledger
1b67b1f..5d3809a next -> origin/next
Updating 1b67b1f..5d3809a
Fast forward
acprep | 8 ++++----
acprep: ERROR: Caught exception
Traceback (most recent call last):
File "./acprep", line 140, in run
exit_code = self.main(*main_args)
File "./acprep", line 288, in main
PrepareBuild.__dict__['phase_' + cmd](self, *args)
File "./acprep", line 1019, in phase_update
File "./acprep", line 1002, in phase_make
nafai@taleswapper:~/Source/ledger$ ./update.sh # Ran with --debug and --verbose
make: *** No rule to make target `distclean'. Stop.
acprep: DEBUG: Invoking primary phase: update
acprep: DEBUG: Executing phase: update
acprep: DEBUG: Executing phase: pull
acprep: DEBUG: Executing command => git pull
Already up-to-date.
acprep: DEBUG: Executing phase: submodule
acprep: DEBUG: Executing command => git submodule init
acprep: DEBUG: Executing command => git submodule update
What it matched:
libboost_regex.so.1.35.0
('', 'so')
What's in /usr/lib/libboost_regex*:
nafai@taleswapper:/usr/lib$ ls -l libboost_regex*
-rw-r--r-- 1 root root 2150520 2008-08-14 04:11 libboost_regex.a
-rw-r--r-- 1 root root 4907906 2008-08-14 04:11 libboost_regex-d.a
lrwxrwxrwx 1 root root 26 2009-02-25 11:11 libboost_regex-d.so -> libboost_regex-d.so.1.35.0
-rw-r--r-- 1 root root 1610888 2008-08-14 04:11 libboost_regex-d.so.1.35.0
2009-03-10 08:09:43-0600 [diskrepair.hub.DiskStatusProtocolFactory] Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/twisted/python/log.py", line 36, in callWithContext
return context.call({ILogContext: newCtx}, func, *args, **kw)
File "/usr/lib/python2.5/site-packages/twisted/python/context.py", line 59, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/usr/lib/python2.5/site-packages/twisted/python/context.py", line 37, in callWithContext
return func(*args,**kw)
File "/usr/lib/python2.5/site-packages/twisted/internet/selectreactor.py", line 146, in _doReadOrWrite
why = getattr(selectable, method)()
2009-03-10 08:09:43-0600 [diskrepair.hub.DiskStatusProtocolFactory] Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/twisted/python/log.py", line 36, in callWithContext
return context.call({ILogContext: newCtx}, func, *args, **kw)
File "/usr/lib/python2.5/site-packages/twisted/python/context.py", line 59, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/usr/lib/python2.5/site-packages/twisted/python/context.py", line 37, in callWithContext
return func(*args,**kw)
File "/usr/lib/python2.5/site-packages/twisted/internet/selectreactor.py", line 146, in _doReadOrWrite
why = getattr(selectable, method)()
acprep: INFO: === Wiping build directory /home/nafai/Products/ledger-proof/default ===
acprep: ERROR: Caught exception
Traceback (most recent call last):
File "./acprep", line 141, in run
exit_code = self.main(*main_args)
File "./acprep", line 297, in main
PrepareBuild.__dict__['phase_' + cmd](self, *args)
File "./acprep", line 1239, in phase_proof
self.configure_flavor('default')
File "./acprep", line 1176, in configure_flavor