On Wed, Nov 11, 2009 at 2:06 AM, John Wiegley <[email protected]> wrote:
> I'm running Snow Leopard too. Can you tack on --debug and show me where
> it's dying? I've never seen this particular error before.
Well, that was informative. Full output is below. It was dying when it
was trying to run the command "git describe --all --long", so I ran it
by hand and it gave me "Bus error". Not a good thing. I installed the
latest release version of git and it got farther but still doesn't
work. This time it's because somehow I don't have libtool installed
(!?). Libtool has an unfortunately long list of dependencies and I
have to go to work, but I'll let it compile while I'm there and try
again later.
--Pete
scorpio:~ peter$ cd devel/ledger
scorpio:ledger peter$ ./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
acprep: INFO: Executing phase: make
acprep: DEBUG: Configure arguments => []
acprep: DEBUG: Makefile arguments => []
acprep: INFO: Executing phase: config
acprep: INFO: Executing phase: submodule
acprep: DEBUG: Executing command: git submodule init
acprep: DEBUG: Executing command: git submodule update
acprep: INFO: Executing phase: autoconf
acprep: INFO: autogen.sh must be run because acprep is newer than configure
acprep: INFO: Executing phase: version
acprep: DEBUG: Executing command: git describe --all --long
Traceback (most recent call last):
File
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/logging/__init__.py",
line 754, in emit
msg = self.format(record)
File
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/logging/__init__.py",
line 637, in format
return fmt.format(record)
File
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/logging/__init__.py",
line 425, in format
record.message = record.getMessage()
File
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/logging/__init__.py",
line 295, in getMessage
msg = msg % self.args
TypeError: not all arguments converted during string formatting
scorpio:ledger peter$