Re: [Wireshark-dev] error during DMG creation under macOS 10.13.2

2018-02-21 Thread Guy Harris
On Feb 20, 2018, at 4:23 PM, Peter Meiser wrote: > I finally found the root cause. It's not the error message which was shown. > This totally misleaded me to look for the real root cause. > > The problem was the otool command which checks for the file type. > > --- a/packaging/macosx/osx-app.s

Re: [Wireshark-dev] error during DMG creation under macOS 10.13.2

2018-02-21 Thread Peter Meiser
Hi, I finally found the root cause. It's not the error message which was shown. This totally misleaded me to look for the real root cause. The problem was the otool command which checks for the file type. --- a/packaging/macosx/osx-app.sh +++ b/packaging/macosx/osx-app.sh @@ -421,7 +421,7 @@ rp

Re: [Wireshark-dev] error during DMG creation under macOS 10.13.2

2018-02-19 Thread Guy Harris
On Jan 19, 2018, at 11:31 PM, Peter Meiser wrote: > I try to compile Wireshark under macOS 10.13.2. I installed the needed > libraries and tools via brew (see the list and versions below). > > "make" runs fine, "make dmg_package" shows the an error inbetween so that the > some libs the wrong r

Re: [Wireshark-dev] error during DMG creation under macOS 10.13.2

2018-02-19 Thread Peter Meiser
Hi, I still need your help as I can't fix this issue by myself. Thanks, Peter Am 20.01.2018 um 08:31 schrieb Peter Meiser: > Hi, > > I try to compile Wireshark under macOS 10.13.2. I installed the needed > libraries and tools via brew (see the list and versions below). > > "make" runs fine, "

[Wireshark-dev] error during DMG creation under macOS 10.13.2

2018-01-20 Thread Peter Meiser
Hi, I try to compile Wireshark under macOS 10.13.2. I installed the needed libraries and tools via brew (see the list and versions below). "make" runs fine, "make dmg_package" shows the an error inbetween so that the some libs the wrong rpath, e.g. libhogweed.4.dylib or ethercat.so. Here's the