Bug ID |
12498
|
Summary |
Can't build the DMG on osx 10.10 with Xcode 7
|
Product |
Wireshark
|
Version |
unspecified
|
Hardware |
x86
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
Build process
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
I get this message:
CREATE WIRESHARK PACKAGE
+ pkg_title='Wireshark 2.1.0-git Intel 64'
+ pkg_file='Wireshark 2.1.0-git Intel 64.pkg'
+ rm -rf 'Wireshark 2.1.0-git Intel 64.pkg'
+ /usr/local/bin/packagemaker --doc Wireshark_package.pmdoc --title 'Wireshark
2.1.0-git Intel 64' --id org.wireshark.pkg.Wireshark --version 2.1.0-git
--target 10.5 --verbose
dyld: Library not loaded:
/System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
Referenced from: /usr/local/bin/packagemaker
Reason: image not found
/Users/mat/Pulsesecure/build-wireshark/packaging/macosx/osx-dmg.sh: line 167:
7209 Trace/BPT trap: 5 $packagemaker --doc "Wireshark_package.pmdoc"
--title "$pkg_title" --id "org.wireshark.pkg.Wireshark" --version "$version"
--target 10.5 --verbose
+ exit 1
make[3]: *** [CMakeFiles/dmg_package] Error 1
make[2]: *** [CMakeFiles/dmg_package.dir/all] Error 2
make[1]: *** [CMakeFiles/dmg_package.dir/rule] Error 2
make: *** [dmg_package] Error 2
I installed and made the symlink for packagemanager but it seems that this
version is too old and won't work in OS/X 10.10 (yosemite).
It seems that the alternative is to use pkgbuild and productbuild (according to
http://apple.stackexchange.com/questions/167522/packagemaker-alternative)
Is it still possible to build the DMG in OS/X 10.10 ?
You are receiving this mail because:
- You are watching all bug changes.