Hey John, (other mailing listers,)
Thanks for the smashingly swift reply to this cool thing you do pro
gratia.
Sadly the acprep output remains a riddle I can't read.
Does the below suggest another step for me to take?
Regards,
Will
REDACTED /cygdrive/c/Home/ledger
$ ./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
acprep: INFO: Executing phase: make
acprep: INFO: Executing phase: config
acprep: INFO: Executing phase: submodule
acprep: INFO: Executing phase: autoconf
acprep: INFO: autogen.sh must be run because acprep is newer than
configure
acprep: INFO: Executing phase: autogen
tools/autogen.sh: line 75: $'\r': command not found
tools/autogen.sh: line 93: syntax error near unexpected token `$'{\r''
'ools/autogen.sh: line 93: `ident ( ) {
acprep: ERROR: Execution failed: sh tools/autogen.sh
REDACTED /cygdrive/c/Home/ledger
$ ./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
0 [main] python 3060 C:\cygwin\bin\python.exe: *** fatal error -
unable to remap \\?\C:\cygwin\lib\python2.6\lib-dynload\select.dll to
same address as parent: 0x3A0000 != 0x3F0000
Stack trace:
Frame Function Args
00289D88 6102796B (00289D88, 00000000, 00000000, 00000000)
0028A078 6102796B (6117EC60, 00008000, 00000000, 61180977)
0028B0A8 61004F1B (611A7FAC, 6124975C, 003A0000, 003F0000)
End of stack trace
1 [main] python 1008 fork: child 3060 - 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
REDACTED /cygdrive/c/Home/ledger
$ <edit config.log>
-bash: syntax error near unexpected token `newline'
On Feb 20, 11:52 pm, John Wiegley <[email protected]> wrote:
> >>>>> Will Whatley <[email protected]>
> >>>>> writes:
> > 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.)
>
> Try building with the very latest 'next' branch. I've disabled Python builds
> by default, since that feature is now officially postponed until 3.1 or later.
>
> John