Re: Problem with compiling Ledger on Arch Linux

2016-05-13 Thread Markus Teufelberger
Try with boost 1.61.0-rc2 ( http://lists.boost.org/Archives/boost/2016/05/229435.php) 2016-05-13 17:41 GMT+02:00 Marcin Borkowski <mb...@wmi.amu.edu.pl>: > > On 2016-05-13, at 16:49, Markus Teufelberger <markusteufelber...@gmail.com> > wrote: > > > I had/

Re: Problem with compiling Ledger on Arch Linux

2016-05-13 Thread Markus Teufelberger
I had/have the same issue, the issue is with the (unnecessary) "-isystem /usr/include" statements that get added to the makefile. Edit the ./src/CMakeFiles/libledger.dir/build.make file after running acprep and remove all mentions of "-isystem /usr/include", then it compiles. Alternatively run

Re: Interesting(?) segfault in ledger-cli with 7 bytes input

2016-01-21 Thread Markus Teufelberger
Here's another one (this time a floating point exception): ###start file### -0f ###end file### (note the space at the end) -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send

Interesting(?) segfault in ledger-cli with 7 bytes input

2016-01-20 Thread Markus Teufelberger
Hi there, I played around with afl-fuzz for a bit and chose ledger (https://github.com/ledger/ledger) as my "victim", since I use it for parsing my financial stuff. The following 7-byte ledger file causes a segfault for me: ###start file### =\n ~\n 00 ###end file### (there is no newline at

Re: --getquote option not supported

2015-01-02 Thread Markus Teufelberger
Any news on that? I ran into the same issue recently... also how exactly does this script have to look like or how would it return potential errors (e.g. an unreachable data source)? As a workaround I simply update my price.db manually whenever I get around to do it before running ledger