Hello all,
Will anyone look over these logs and tell me if this is some obvious
thing?
(Sorry if this should have been an attachment. I'm not quite up to
speed with Google groups.)
Regards,
Will
# Hey there John et alii. My name is Will, and thank you for your
time.
# This file (ledger error.txt) contains the result (the 'echo'? I'm
not a programmer.) of running ./acprep update, ./acprep --debug
update, <edit config.log>, gdb ledger, and ledger --version.
# My *NIX is Cygwin version CYGWIN_NT-6.1-WOW64 2011-03-29 10:10 i686.
My OS is Windows 7 SP 1.
# I just cloned ledger from git tonight, Saturday 2012 Feb 18, so
ledger should be up to date (3.0).
# I've the impression my problem is something to do with how cygwin
maps the python executable.
# In the meantime I shall attempt other installs. The deprecated
ledger 2.6 Windows binary hosted on the site works as far as I can
tell under the DOS prompt. Which is nice.
# Thanks for making such a neat program--I look forward to using it!
# My failed acprep update after asking acprep to install dependencies
$ ./acprep update
acprep: INFO: Invoking primary phase: update
acprep: INFO: Executing phase: update
acprep: INFO: Executing phase: pull
Already up-to-date.
acprep: INFO: Executing phase: submodule
0 [main] python 6880 C:\cygwin\bin\python.exe: *** fatal error -
unable to remap \\?\C:\cygwin\lib\python2.6\lib-dynload\select.dll to
same address as parent: 0x3E0000 != 0x450000
Stack trace:
Frame Function Args
00289B28 6102796B (00289B28, 00000000, 00000000, 00000000)
00289E18 6102796B (6117EC60, 00008000, 00000000, 61180977)
0028AE48 61004F1B (611A7FAC, 6124972C, 003E0000, 00450000)
End of stack trace
25 [main] python 7040 fork: child 6880 - died waiting for dll
loading, errno 11
Traceback (most recent call last):
File "/usr/lib/python2.6/logging/__init__.py", line 768, in emit
msg = self.format(record)
File "/usr/lib/python2.6/logging/__init__.py", line 648, in format
return fmt.format(record)
File "/usr/lib/python2.6/logging/__init__.py", line 436, in format
record.message = record.getMessage()
File "/usr/lib/python2.6/logging/__init__.py", line 306, in
getMessage
msg = msg % self.args
TypeError: not all arguments converted during string formatting
# Beginning of acprep with debug
$ ./acprep --debug update
acprep: INFO: Invoking primary phase: update
acprep: INFO: Executing phase: update
acprep: INFO: Executing phase: pull
acprep: DEBUG: Executing command: git pull
Already up-to-date.
acprep: INFO: Executing phase: submodule
acprep: DEBUG: Executing command: git submodule init
acprep: DEBUG: Executing command: git submodule update
0 [main] python 2484 C:\cygwin\bin\python.exe: *** fatal error -
unable to remap \\?\C:\cygwin\lib\python2.6\lib-dynload\select.dll to
same address as parent: 0x430000 != 0x520000
Stack trace:
Frame Function Args
00289B28 6102796B (00289B28, 00000000, 00000000, 00000000)
00289E18 6102796B (6117EC60, 00008000, 00000000, 61180977)
0028AE48 61004F1B (611A7FAC, 6124975C, 00430000, 00520000)
End of stack trace
0 [main] python 5844 fork: child 2484 - died waiting for dll
loading, errno 11
Traceback (most recent call last):
File "/usr/lib/python2.6/logging/__init__.py", line 768, in emit
msg = self.format(record)
File "/usr/lib/python2.6/logging/__init__.py", line 648, in format
return fmt.format(record)
File "/usr/lib/python2.6/logging/__init__.py", line 436, in format
record.message = record.getMessage()
File "/usr/lib/python2.6/logging/__init__.py", line 306, in
getMessage
msg = msg % self.args
TypeError: not all arguments converted during string formatting
# I don't seem to have generated a config log, it seems.
$ <edit config.log>
-bash: syntax error near unexpected token `newline'
# I try to run ledger under gdb
$ gdb ledger
GNU gdb (GDB) 7.3.50.20111026-cvs (cygwin-special)
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/
gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show
copying"
and "show warranty" for details.
This GDB was configured as "i686-cygwin".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
ledger: No such file or directory.
(gdb) run
Starting program:
No executable specified, use `target exec'.
(gdb) bt
No stack.
(gdb) q
# ledger --version output
$ ledger --version
-bash: ledger: command not found