This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Can we build MAC OS X: .dmg packages on mavericks?

0

Downloaded the source code and try to build a *.dmg package on MAC os mavericks. The error I am getting is :

Building Wireshark

Building Wireshark

Copying extra files

Copying Scripts

Copying root to temporary location

Preserving resource forks

Warning: package.build.findSplitForks

Creating permission hierarchy

2014-05-12 18:45:57.542 packagemaker[12999:4103] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'must provide a launch path'

*** Call stack at first throw:

(

0 CoreFoundation 0x993d06b1 __raiseError + 193

1 libobjc.A.dylib 0x9276f091 objc_exception_throw + 162

2 CoreFoundation 0x993d05cb +[NSException raise:format:] + 139

3 Foundation 0x9127d3df COPY_SETTER_IMPL + 208

4 Foundation 0x9127d55e -[NSConcreteTask setLaunchPath:] + 42

5 packagemaker 0x00130eb6 packagemaker + 229046

6 Foundation 0x91132f2e -[NSThread main] + 45

7 Foundation 0x91132e86 NSThreadmain__ + 1426

8 libsystem_pthread.dylib 0x97cc95fb _pthread_body + 144

9 libsystem_pthread.dylib 0x97cc9485 _pthread_struct_init + 0

10 libsystem_pthread.dylib 0x97ccecf2 thread_start + 34

)

./osx-dmg.sh: line 150: 12999 Trace/BPT trap: 5 packagemaker --doc "Wireshark_package.pmdoc" --title "$pkg_title" --id "org.wireshark.pkg.Wireshark" --version "$version" --target 10.5 --verbose

make: *** [osx-package] Error 1

asked 12 May '14, 18:57

happy123's gravatar image

happy123
1112
accept rate: 0%

edited 12 May '14, 18:59

find the same problem here: http://www.wireshark.org/lists/wireshark-bugs/201401/msg00266.html is it a bug need to be fix?

(13 May '14, 00:50) happy123