After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 790705 - osx: Hang when using hdiutil on high sierra
osx: Hang when using hdiutil on high sierra
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: cerbero
unspecified
Other Mac OS
: Normal blocker
: 1.12.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-11-22 11:33 UTC by Edward Hervey
Modified: 2017-12-01 08:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Edward Hervey 2017-11-22 11:33:19 UTC
When putting all pkg in the final dmg, hdiutil will hang on high sierra.

This is because it seems to fail with multiple -srcfolder arguments.

The solution is to put everything in one directory and specifying just one folder.
Comment 1 Edward Hervey 2017-11-23 08:03:16 UTC
commit 9944865fca62a1ef619858775e594eb1256932c2 (HEAD -> master, origin/master)
Author: Edward Hervey <edward@centricular.com>
Date:   Thu Nov 23 09:01:32 2017 +0100

    osx: Fix issue with hdiutil
    
    Since High Sierra, hdiutil hangs when being provided multiple
    '-srcfolder' arguments.
    
    To workaround the issue in a backwards compatible fashion, copy all
    content we wish to push into an image in a temporary directory and
    use that single directory  as the target.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=790705