Re: preparing for GCC 4.9

2014-05-12 Thread Patrick Baggett
Hi Matthias et al, I'd like to try to do some of this using my sparc box and see how far I get. Is there a link that explains how to set up these steps? Others seem to "just know" what to do, but I haven't the slightest idea of where to begin. I have a box with gcc-4.9, plenty of disk space, and e

Re: lnav/0.7.0-2: FTBFS on mips, powerpc, s390x and sparc

2014-04-02 Thread Patrick Baggett
Seems like a tiny fix, as mentioned by the owner "tstack" in "line_buffer.cc(185)". Upstream should be able to do this easily. this->lb_file_time = *((int32_t *)&gz_id[4]); should be something to the effect of: this->lb_file_time = (gz_id[4]) | (gz_id[5] << 8) | (gz_id[6] << 16) | ( gz_id[7] <<

Re: Results of the porter roll call (Was: Roll call for porters of architectures in sid and testing)

2013-10-02 Thread Patrick Baggett
I'm interesting in helping on ia64. I'm not fluent in ia64 assembly, but I can get around pretty well. I'm very experienced in C/C++/Java and debugging. I've got a fully functional system running Xorg/Mesa3D/sound, so I can reproduce, test, and fix issues as time permits. Patr