Hey,
If I use the current master to try compile for osx with make deploy it fails with this Error:
`
CN,zh_TW -verbose 2
Copying source bundle +
Deploying frameworks +
Warning: Could not find any external frameworks to deploy in dist/Bitcoin-Qt.app.
Warning: Could not detect Qt's path, skipping plugin deployment!
Installing qt.conf +
Adding Qt translations +
Done +
/bin/mkdir -p dist/.background
/usr/bin/tiffcp -c none dpi36.background.tiff dpi72.background.tiff dist/.background/background.tiff
/usr/bin/python3.5 contrib/macdeploy/custom_dsstore.py "dist/.DS_Store" "Bitcoin-Core"
Traceback (most recent call last):
File "contrib/macdeploy/custom_dsstore.py", line 44, in
alias = Alias.from_bytes(icvp['backgroundImageAlias'])
File "/root/Scripting/compiler/compile-processor-osx/depends/x86_64-apple-darwin11/native/lib/python/dist-packages/mac_alias/alias.py", line 319, in from_bytes
return cls._from_fd(b)
File "/root/Scripting/compiler/compile-processor-osx/depends/x86_64-apple-darwin11/native/lib/python/dist-packages/mac_alias/alias.py", line 305, in _from_fd
alias.volume.disk_image_alias = Alias.from_bytes(value)
File "/root/Scripting/compiler/compile-processor-osx/depends/x86_64-apple-darwin11/native/lib/python/dist-packages/mac_alias/alias.py", line 319, in from_bytes
return cls._from_fd(b)
File "/root/Scripting/compiler/compile-processor-osx/depends/x86_64-apple-darwin11/native/lib/python/dist-packages/mac_alias/alias.py", line 311, in _from_fd
tag = struct.unpack(b'>h', b.read(2))[0]
struct.error: unpack requires a bytes object of length 2
Makefile🔢 die Regel für Ziel „dist/.DS_Store“ scheiterte
make: *** [dist/.DS_Store] Fehler 1
root@Ubuntu-16:~/Scripting/compiler/compile-processor-osx#`
What did I missed ?