From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: =?iso-8859-1?q?Sebastien=20Kirche?= Newsgroups: gmane.emacs.devel Subject: Emacs OSX : package disk image too small Date: Wed, 23 Apr 2003 17:10:47 +0200 (CEST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20030423151047.81764.qmail@web13907.mail.yahoo.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1051110791 30319 80.91.224.249 (23 Apr 2003 15:13:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Apr 2003 15:13:11 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Apr 23 17:13:10 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 198Luu-0007oX-00 for ; Wed, 23 Apr 2003 17:12:12 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 198M0g-0004RT-00 for ; Wed, 23 Apr 2003 17:18:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 198LuD-000239-0A for emacs-devel@quimby.gnus.org; Wed, 23 Apr 2003 11:11:29 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 198Ltl-0001M6-00 for emacs-devel@gnu.org; Wed, 23 Apr 2003 11:11:01 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 198Ltc-0000ry-00 for emacs-devel@gnu.org; Wed, 23 Apr 2003 11:10:56 -0400 Original-Received: from web13907.mail.yahoo.com ([216.136.175.70]) by monty-python.gnu.org with smtp (Exim 4.10.13) id 198LtY-0000by-00 for emacs-devel@gnu.org; Wed, 23 Apr 2003 11:10:48 -0400 Original-Received: from [195.25.216.133] by web13907.mail.yahoo.com via HTTP; Wed, 23 Apr 2003 17:10:47 CEST Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:13396 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:13396 Here is the end of a "make-package --self-contained" compilation on my 10.2.5 system, it seems that the make-package script builds a too small disk image file... the line 390 of the script is concerned : sectorsAlloced=`echo 2*${compressedSize}+20|bc` i tried to replace the 2 times multiplier by a 3 with success, but that value should be fine tuned, as we get a 37 MB file instead of 25 MB... -begin log----------------------------------------------------------- chmod -R a+r /Users/seki/Projets/cvsemacs/mac/make-package.tmp.8035//Applications/Emacs.app/Contents/Resources/share/emacs/21.3.50/leim cd lib-src; make maybe-blessmail \ MAKE='make' archlibdir='/Users/seki/Projets/cvsemacs/mac/make-package.tmp.8035//Applications/Emacs.app/Contents/Resources/libexec/emacs/21.3.50/powerpc-apple-darwin6.5' make[1]: Nothing to be done for `maybe-blessmail'. Creating Emacs.app application Creating Package Info file Creating pax file Compressing pax file Creating bom file Generating sizes file NumFiles 2383 InstalledSize 93928 CompressedSize 25480 Creating Disc Image ................................................................................................................................... created: EmacsRW.dmg Initialized /dev/rdisk1s2 as a 25 MB HFS Plus volume hdiutil: detach: "disk1s1" detached successfully. hdiutil: detach: "disk1s2" detached successfully. hdiutil: detach: "disk1" detached successfully. Copying Package to Disc Image /dev/disk1 Apple_partition_scheme /dev/disk1s1 Apple_partition_map /dev/disk1s2 Apple_HFS /Volumes/Emacs cp: writing `/Volumes/Emacs/Emacs.pkg/Contents/Resources/Emacs.pax.gz': No space left on device cp: cannot create regular file `/Volumes/Emacs/Emacs.pkg/Contents/Resources/Emacs.sizes': No space left on device cp: cannot create directory `/Volumes/Emacs/Emacs.pkg/Contents/Resources/English.lproj': No space left on device cp: cannot create regular file `/Volumes/Emacs/Emacs.pkg/Contents/Resources/License.txt': No space left on device cp: cannot create regular file `/Volumes/Emacs/Emacs.pkg/Contents/Resources/ReadMe.txt': No space left on device Converting Disc Image to read-only hdiutil: detach: "disk1s1" detached successfully. hdiutil: detach: "disk1s2" detached successfully. hdiutil: detach: "disk1" detached successfully. Preparing imaging engine... Reading DDM... (CRC32 $013B18D7: DDM) Reading Apple_partition_map (0)... (CRC32 $F58C4DD2: Apple_partition_map (0)) Reading Apple_HFS (1)... .................................................................................................................................. (CRC32 $7EB14F9A: Apple_HFS (1)) Reading Apple_Free (2)... ................................................................................................................................... (CRC32 $00000000: Apple_Free (2)) Terminating imaging engine... Adding resources... ................................................................................................................................... Elapsed Time: 4.180s (1 task, weight 100) File size: 26092032 bytes, Checksum: CRC32 $7BF870C2 Sectors processed: 50980, 50961 copied Speed: 6.0Mbytes/sec Savings: 0.0% created: EmacsInstaller.dmg Cleaning up the staging directory -end log----------------------------------------------------------- Best regards, Sebastien Kirche ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com