Re: Debugging Firefox

2016-04-02 Thread Christos Zoulas
On Apr 1, 10:18pm, bsieg...@gmail.com (Benny Siegert) wrote: -- Subject: Re: Debugging Firefox | >> | >> https://gnats.netbsd.org/48250 | > | > Should be fixed now. | | Want me to close the PR? Not yet... I will add a comment to it... christos

Re: Rust (was: Re: Debugging Firefox)

2016-04-02 Thread Alexander Nasonov
Benny Siegert wrote: > > > I learned about this issue from https://github.com/rust-lang/rust/pull/28543 > > Exciting! > > Is anyone working on getting a newer version of Rust into pkgsrc? wip has > 0.11, and 1.7.0 seems to be the current one. My friend Ewan created a ticket to track NetBSD por

Re: Debugging Firefox

2016-04-01 Thread Benny Siegert
>> >> https://gnats.netbsd.org/48250 > > Should be fixed now. Want me to close the PR?

Rust (was: Re: Debugging Firefox)

2016-04-01 Thread Benny Siegert
> I learned about this issue from https://github.com/rust-lang/rust/pull/28543 Exciting! Is anyone working on getting a newer version of Rust into pkgsrc? wip has 0.11, and 1.7.0 seems to be the current one.

Re: Debugging Firefox

2016-03-31 Thread Christos Zoulas
In article <46521459416...@web2m.yandex.ru>, Alexander Nasonov wrote: >31.03.2016, 08:37, "Andreas Gustafsson" : > >> >> Alexander Nasonov wrote: >> >> >> > I don't know if it will help but try building without -pie (--disable-pie). >> >> >> >> I just tried it, by adding "CONFIGURE_ARGS+= -

Re: Debugging Firefox

2016-03-31 Thread Christos Zoulas
In article <20160330223837.GA1446@neva>, Alexander Nasonov wrote: >Andreas Gustafsson wrote: >> Hi all, >> >> I'm trying to run Firefox under gdb on NetBSD 7.0/amd64, but I'm not >> having much luck. >> >> I found a set of instructions at >> >> https://wiki.netbsd.org/tutorials/pkgsrc/debugg

Re: Debugging Firefox

2016-03-31 Thread Andreas Gustafsson
Alexander Nasonov wrote: > Keep this option just in case. > > I learned about this issue from https://github.com/rust-lang/rust/pull/28543 > which mentions PR/48250 (submitted by Martin in 2013) Thank you, this was helpful! It turned out that setting "CONFIGURE_ARGS+= --disable-pie" in the packa

Re: Debugging Firefox

2016-03-31 Thread Alexander Nasonov
31.03.2016, 08:37, "Andreas Gustafsson" :Alexander Nasonov wrote: I don't know if it will help but try building without -pie (--disable-pie).I just tried it, by adding "CONFIGURE_ARGS+= --disable-pie" to the packageMakefile. It didn't help.Keep this option just in case.I learned about this issue fr

Re: Debugging Firefox

2016-03-31 Thread Andreas Gustafsson
Alexander Nasonov wrote: > I don't know if it will help but try building without -pie (--disable-pie). I just tried it, by adding "CONFIGURE_ARGS+= --disable-pie" to the package Makefile. It didn't help. -- Andreas Gustafsson, g...@gson.org

Re: Debugging Firefox

2016-03-31 Thread Andreas Gustafsson
co...@sdf.org wrote: > In case I was not verbose enough > pkgsrc is stripping debug symbols. > disable this with INSTALL_UNSTRIPPED=yes, > or debug the binaries in your work directory. I am already doing the latter, per the instructions in the wiki: > > $ /usr/pkgsrc/www/firefox/work/build/dist

Re: Debugging Firefox

2016-03-31 Thread Martin Husemann
On Thu, Mar 31, 2016 at 05:03:07AM +, co...@sdf.org wrote: > In case I was not verbose enough > pkgsrc is stripping debug symbols. > disable this with INSTALL_UNSTRIPPED=yes, > or debug the binaries in your work directory. Andreas was following the instructions properly and debugging from the

Re: Debugging Firefox

2016-03-30 Thread coypu
In case I was not verbose enough pkgsrc is stripping debug symbols. disable this with INSTALL_UNSTRIPPED=yes, or debug the binaries in your work directory. On Wed, Mar 30, 2016 at 10:44:45PM +0300, Andreas Gustafsson wrote: > Hi all, > > I'm trying to run Firefox under gdb on NetBSD 7.0/amd64, bu

Re: Debugging Firefox

2016-03-30 Thread Alexander Nasonov
Andreas Gustafsson wrote: > Hi all, > > I'm trying to run Firefox under gdb on NetBSD 7.0/amd64, but I'm not > having much luck. > > I found a set of instructions at > > https://wiki.netbsd.org/tutorials/pkgsrc/debugging_firefox/ > > but when I follow them, gdb behaves stranegly, like being u

Re: Debugging Firefox

2016-03-30 Thread coypu
Recently discovered INSTALL_UNSTRIPPED=yes On Wed, Mar 30, 2016 at 10:44:45PM +0300, Andreas Gustafsson wrote: > Hi all, > > I'm trying to run Firefox under gdb on NetBSD 7.0/amd64, but I'm not > having much luck. > > I found a set of instructions at > > https://wiki.netbsd.org/tutorials/pkgs