Re: [arch-general] Generating gdb debug logs for devs

2017-02-02 Thread Pekka Järvinen via arch-general
Hi, 2017-02-02 21:43 GMT+02:00 Neven Sajko via arch-general < arch-general@archlinux.org>: > Since you are a beginner, maybe it would have been better to first > just compile lxrandr manually, instead of with makepkg. > This finally provided results! main (argc=, argv=) at lxrandr.c:783 783

Re: [arch-general] Generating gdb debug logs for devs

2017-02-02 Thread Pekka Järvinen via arch-general
Hi, This will only build the package. Make sure to install it, or use > 'makepkg -sfi' to install it automatically. > % makepkg -sfi ... loading packages... warning: lxrandr-0.3.1-1 is up to date -- reinstalling resolving dependencies... looking for conflicting packages... error: unresolvable pac

Re: [arch-general] Generating gdb debug logs for devs

2017-02-01 Thread Pekka Järvinen via arch-general
Hi, Here's the configs: lxrandr: % cat PKGBUILD # $Id: PKGBUILD 162929 2016-02-21 01:19:49Z bgyorgy $ # Maintainer: Sergej Pupykin # Contributor: Geoffroy Carrier options=(debug !strip) pkgbase=lxrandr pkgname=(lxrandr lxrandr-gtk3) pkgver=0.3.1 pkgrel=1 pkgdesc="Monitor configuration tool (pa

[arch-general] Generating gdb debug logs for devs

2017-02-01 Thread Pekka Järvinen via arch-general
Hi, I have segfaulting lxrandr and I was referred to https://wiki.archlinux.org/index.php/Debug_-_Getting_Traces after filing bug report. I've installed ABS, modified PKGBUILD and made my own /etc/makepkg-dev.conf makepkg -sf --config /etc/makepkg-dev.conf generates the executable. Still gdb giv