Closed GoogleCodeExporter closed 9 years ago
If this can be replicated, it points to a bug in Maverick's hdiutil, since the
section in the manual for the "create -srcfolder" parameters says of the
resulting disk image: "Its size will be that of the source data plus some
padding for filesystem overhead."
As not being able to install 0.9.2.1856.0; this is trivial to override and you
should do so. Three ways:
1) Temporarily change Gatekeeper settings in System Preferences
2) Control-click the package and choose Open with Installer
3) Use the command-line: installer -pkg/path/to/munkitools-0.9.2.1856.0.pkg
-target /
Original comment by gregnea...@mac.com
on 15 Dec 2013 at 3:21
I attempted to replicate this using a 537MB .app, testing both munkiimport and
hdiutil commands, and received the expected behavior both times.
Tested under Mavericks 13A2093 and munkitools 0.9.2.1856
Also worked for 1.58GB iPhoto.app.
Original comment by syur...@hiebing.com
on 16 Dec 2013 at 5:53
Same here. munkitools version 0.9.2.1849, munkiimport just created a 317.6MB
DMG of Pages 5.0.1. Looks like an issue with hdiutil.
Original comment by t...@synthist.net
on 16 Dec 2013 at 6:15
[deleted comment]
Closing as appears not to be a Munki issue.
Original comment by gregnea...@mac.com
on 11 Jan 2014 at 4:56
This might give somebody a clue:
today I tried creating a DMG file in a script. It fails with the same error,
and the funny thing is that if I type the exact same command directly in my
terminal, it works:
$ DMG_create.sh myapp.app
hdiutil create -size 130m -srcfolder myapp.app myapp.dmg
................................................................................
..
hdiutil: create failed - error -5341
$ hdiutil create -size 130m -srcfolder myapp.app myapp.dmg
................................................................................
......
created: myapp.dmg
Original comment by fuzzych...@gmail.com
on 12 Jan 2014 at 11:14
Original issue reported on code.google.com by
fuzzych...@gmail.com
on 15 Dec 2013 at 10:03