Bug ID |
11367
|
Summary |
Self compiled Wireshark fails to run on MACOS
|
Product |
Wireshark
|
Version |
Git
|
Hardware |
x86-64
|
OS |
Mac OS X 10.10
|
Status |
UNCONFIRMED
|
Severity |
Critical
|
Priority |
Low
|
Component |
Qt UI
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Created attachment 13740 [details]
Some logs and error descriptions
Build Information:
See attached file: logs/run.log
--
Building Wireshark myself on Macos results in unuseable binaries:
I have run macosx-setup.sh with two changes:
1. Comment out GTK
2. Install Qt5.5 to /usr/local instead of $HOME
After that I run the build via the script mdoit which writes all output to
logfiles. The script starts the newly build wireshark executable to see whether
it works. Instead of working properly it starts and then gets stuck once the
progress bar arrives at the right end. I need to kill wireshark (or force quit)
for the window to disappear.
Running the installed Wireshark also fails.
"Fun" fact: After running the install, the Wireshark binary in run/ will
actually work (after fixing some permissions).
Attached: files.tar.gz
newegg:build jmayer$ tar tvf files.tar.bz2
files/
files/build-wireshark.log <-- running wireshark from the build directory
(after install)
files/installed-wireshark.log <-- running the installed wireshark
files/logs/ <-- Output of mdoit
files/mdoit <-- the build script
files/logs/cmake.log
files/logs/install.log
files/logs/make.log
files/logs/run.log
newegg:build jmayer$
You are receiving this mail because:
- You are watching all bug changes.