Comment # 5
on bug 10890
from Jim Young
<blush>
I'm not currently setup to build Qt Wireshark; so all my Qt testing is done
using the buildbot packages.
</blush>
My New Year's resolution is to try to run the Qt Wireshark buildbot versions as
much as possible to help shake out any Qt specific issues.
This issue existed as far back as buildbot version 1.99.1-689-g059c257:
> $ git hist | grep ' 059c257'
> * 059c257 2014-11-24 | Allow html version of man pages to be found when running from build directory (they're in doc/ of the build directory). [Stephen Fisher]
But not on buildbot version v1.99.1rc0-407-gbea8299:
> $ git hist | grep ' bea8299'
> * bea8299 2014-08-28 | remove parent parameter from try_dissect_next_protocol() [Martin Kaiser]
Where "hist" is a git [alias] defined in ~/.gitconfig
> hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
So we need to:
$ git bisect start 059c257 bea8299
I'm out of time right now to pursue, perhaps later today I can try bisecting
using the OS X buildbot if someone else hasn't already determined the suspect
revision.
You are receiving this mail because:
- You are watching all bug changes.