Re: [sigrok-devel] [PATCH pulseview v2 0/2] complete stacktrace support

2020-05-02 Thread Uwe Hermann
Hi, On Fri, Apr 17, 2020 at 03:43:25PM +0200, Wolfram Sang wrote: > Here is the second try to have stacktrace support in Pulseview complete. Merged, thanks a lot! As per IRC discussions, works fine here on Debian. Cheers, Uwe. -- http://hermann-uwe.de | http://randomprojects.org | http://sigr

Re: [sigrok-devel] [PATCH pulseview v2 0/2] complete stacktrace support

2020-04-25 Thread Wolfram Sang
> I really wish they had pointed out why the heck they disable it. Searching for "stacktrace" in https://gitweb.gentoo.org/repo/gentoo.git/log/dev-libs/boost points to this commit: https://gitweb.gentoo.org/repo/gentoo.git/commit/dev-libs/boost?id=2ee11719e251c9ae1a53cdcacc96ac94d7733862 which

Re: [sigrok-devel] [PATCH pulseview v2 0/2] complete stacktrace support

2020-04-24 Thread Soeren Apel
Thanks, you're right: https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-libs/boost/boost-1.72.0-r1.ebuild#n175 I really wish they had pointed out why the heck they disable it. I guess I'll have to file a bug in the gentoo bugzilla... -Soeren On Sat, 2020-04-25 at 00:10 +0200, Wolfram Sang wrot

Re: [sigrok-devel] [PATCH pulseview v2 0/2] complete stacktrace support

2020-04-24 Thread Wolfram Sang
> ...so... uh... why is it complaining even though it found a more > recent version? Any idea? The only idea I have is the obvious one: do you have the stacktrace package for that boost version installed? signature.asc Description: PGP signature ___

Re: [sigrok-devel] [PATCH pulseview v2 0/2] complete stacktrace support

2020-04-24 Thread Soeren Apel
Thanks Wolfram, I tried patch #2 but CMake complains with an error message I'm apparently too dumb to understand: -- Qt version: 5.12.3 -- Looking for backtrace -- Looking for backtrace - found -- backtrace facility detected in default set of libraries -- Found Backtrace: /usr/include CMake Erro

[sigrok-devel] [PATCH pulseview v2 0/2] complete stacktrace support

2020-04-17 Thread Wolfram Sang
Here is the second try to have stacktrace support in Pulseview complete. Changes since v1: * HACK crashes now when you press "Run" in pv, so you can view logs before * added check if 'backtrace' is supported on the system * depending on that, the backtrace tracer or the simple tracer is used * n