Re: [Wireshark-dev] Build instability

2013-12-10 Thread Kaul
+ another failure that's fixed now - and I've managed to get Wireshark to compile! Woohoo! and thanks for the fixes. Y. On Tue, Dec 10, 2013 at 11:44 PM, Kaul wrote: > Also fixed, now epan/dissectors/packet-smpp.c is completely broken. > This should fix it: > svn diff epan/dissectors/packet-sm

Re: [Wireshark-dev] Build instability

2013-12-10 Thread Kaul
Also fixed, now epan/dissectors/packet-smpp.c is completely broken. This should fix it: svn diff epan/dissectors/packet-smpp.c Index: epan/dissectors/packet-smpp.c === --- epan/dissectors/packet-smpp.c (revision 53918) +++ epan/d

Re: [Wireshark-dev] Build instability

2013-12-10 Thread Kaul
And the above has been fixed. Regretfully, replaced by another compilation failure: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9543 Y. On Tue, Dec 10, 2013 at 8:19 AM, Kaul wrote: > Above compilation failure has been fixed. > Regretfully, only to be replaced by another compilation fai

Re: [Wireshark-dev] Build instability

2013-12-09 Thread Kaul
Above compilation failure has been fixed. Regretfully, only to be replaced by another compilation failure: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9538 On Mon, Dec 9, 2013 at 2:49 PM, Kaul wrote: > Opened https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9529 on the > issue. > > >

Re: [Wireshark-dev] Build instability

2013-12-09 Thread Kaul
Opened https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9529 on the issue. On Sun, Dec 8, 2013 at 9:52 PM, Jakub Zawadzki wrote: > On Sun, Dec 08, 2013 at 09:23:23PM +0200, Kaul wrote: > > Thanks for the automated build links - I guess I'll watch them more > closely > > and only sync when my

Re: [Wireshark-dev] Build instability

2013-12-08 Thread Jakub Zawadzki
On Sun, Dec 08, 2013 at 09:23:23PM +0200, Kaul wrote: > Thanks for the automated build links - I guess I'll watch them more closely > and only sync when my platform passes. > > Interesting - I'm pulling from trunk and still fail on that. Perhaps it > wasn't fixed entirely, or I have to do some cle

Re: [Wireshark-dev] Build instability

2013-12-08 Thread Kaul
Thanks for the automated build links - I guess I'll watch them more closely and only sync when my platform passes. Interesting - I'm pulling from trunk and still fail on that. Perhaps it wasn't fixed entirely, or I have to do some cleanup? On Sun, Dec 8, 2013 at 6:51 PM, Hauke Mehrtens wrote:

Re: [Wireshark-dev] Build instability

2013-12-08 Thread Hauke Mehrtens
On 12/08/2013 04:30 PM, Kaul wrote: > Hi all, > > I've been trying to enhance a specific dissector for two weeks now. > Since I'm afraid of diverging the code (although I'm working on a > specific dissector), I update my code base often (~ once a day). > Regretfully, 5 times (in 2 weeks!) this has

[Wireshark-dev] Build instability

2013-12-08 Thread Kaul
Hi all, I've been trying to enhance a specific dissector for two weeks now. Since I'm afraid of diverging the code (although I'm working on a specific dissector), I update my code base often (~ once a day). Regretfully, 5 times (in 2 weeks!) this has resulted in compilation failure. I'm pretty sur