Final note, I see in the debugging output of the acprep that brew ran:
-- Found PythonInterp: /usr/local/bin/python (found version "2.7.3")
it may be that the previous run was finding /usr/bin/python instead of
/usr/local/bin/python,
I think the path referenced in my original email would be one
Egads... I just tried re-using brew to install ledger, to see if I could
get the original errors, and now that command works fine!
I wonder if it works now due to some changes I see were committed into the
git repo just today...
On Thursday, September 27, 2012 3:09:52 PM UTC-7, John Wiegley wrote:
> > thierry > writes:
>
> > $ ./acprep --debug opt update --python --doxygen --jobs=2
>
> Wait, so with --debug it gets past the point that was erroring before?
>
> John
>
This is odd, after having used cmake & ninja t
> thierry writes:
> $ ./acprep --debug opt update --python --doxygen --jobs=2
Wait, so with --debug it gets past the point that was erroring before?
John
On Thursday, September 27, 2012 11:46:30 PM UTC+2, John Wiegley wrote:
>
> I cannot reproduce this here. If anyone can get a longer stack trace, to
> find
> out which logging command is failing, it should be a very simple fix.
>
>
$ ./acprep gitclean
acprep: INFO: Invoking primary phase: git
I confirm, this
$ cmake . -DUSE_DOXYGEN=1 -DUSE_PYTHON=1 -DBUILD_DEBUG=0
-DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=ON
$ make -j2
or this
$ cmake . -DUSE_DOXYGEN=1 -DUSE_PYTHON=1 -DBUILD_DEBUG=0
-DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=ON -GNinja
$ ninja -j2
works.
make build time is 16min10s.
Ninj
> Jim Robinson writes:
> -- Build files have been written to: /tmp/ledger-zXvB/build
> Traceback (most recent call last):
> File
> "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/
> logging/__init__.py", line 842, in emit
> msg = self.format(record)
> File
>
Yeah, I tried git pulling the most recent changes in my old
/usr/local/src/ledger build directory and I saw the same problem there when
I ran acprep.
I just tried using cmake/ninja:
$ cmake /usr/local/src/ledger/ -DUSE_DOXYGEN=1 -DUSE_PYTHON=1
-DBUILD_DEBUG=0 -GNinja -DCMAKE_EXPORT_COMPILE_COM
same error here on Linux Mint Debian Edition (without brew & ruby)
$ ./acprep opt update --python --doxygen --jobs=2
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
S
Have any of you folks on Mac OS X 10.7.4 run into this error when trying to
use the latest homebrew ledger.rb?
$ brew install -vd --HEAD ledger
/usr/local/bin/brew: loading /usr/local/Library/Formula/ledger.rb
/usr/local/bin/brew: loading /usr/local/Library/Formula/gettext.rb
/usr/local/bin/brew:
10 matches
Mail list logo