J
changed
bug 9641
Comment # 18
on bug 9641
from J
I hit this problem on Mavericks and hacked my way out :)
=== Fix empty Wireshark.app ===
1. Download the official Wireshark OSX package from wireshark.org. Install (or
extract) to get Wireshark.app
2. Right-click on Wireshark.app, click "Show Package Contents". Browse into
Contents > MacOS, copy the only "Wireshark" file into your bulid of
Wireshark.app > Contents > MacOS.
3. Now your build of Wireshark.app should show the normal Wireshark icon. You
should be able to run it by double-clicking.
=== Fix PackageMaker ===
4. Download the old Mountain Lion version of PackageMaker from
https://developer.apple.com/downloads/index.action (AppleID required). It is in
Developer Tools > Auxiliary Tools for Xcode - Late July 2012 (Aug 7, 2012).
5. Open the DMG file and drag PackageMaker.app into your /Applications
directory.
6. Open Terminal.app, type: ln -s
/Applications/PackageMaker.app/Contents/MacOS/PackageMaker
/usr/local/bin/packagemaker
7. Open your wireshark source directory > packaging > macosx >
Wireshark_package.pmdoc with PackageMaker.
8. Find in PackageMaker the "Command line utilities" > utility-launcher, click
the Scripts tab, delete the Preinstall script location. Cmd+S to save this
file.
9. Run ./osx-dmg.sh and it should build a nice DMG with Wireshark.pkg in it
=== Test ===
10. Now deploy this DMG and enjoy the success :D
--
Wireshark Source: 1.12.0
OS X Version: 10.9.4
Xcode Version: 5.1.1
PackageMaker Version: 3.0.6
You are receiving this mail because:
- You are watching all bug changes.