From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Arjen Wiersma" Newsgroups: gmane.emacs.devel Subject: 22.0.90 tarball fails build on mac Date: Thu, 2 Nov 2006 13:19:53 +0100 Message-ID: <595c43a60611020419s79a47b12v3cedc871842c03f@mail.gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1162470031 4908 80.91.229.2 (2 Nov 2006 12:20:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 2 Nov 2006 12:20:31 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 02 13:20:27 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GfbYK-0007dl-6C for ged-emacs-devel@m.gmane.org; Thu, 02 Nov 2006 13:20:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GfbYJ-0004a9-LU for ged-emacs-devel@m.gmane.org; Thu, 02 Nov 2006 07:20:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GfbY6-0004Y8-Tr for emacs-devel@gnu.org; Thu, 02 Nov 2006 07:19:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GfbY2-0004Vj-Pb for emacs-devel@gnu.org; Thu, 02 Nov 2006 07:19:57 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GfbY2-0004Vg-Gp for emacs-devel@gnu.org; Thu, 02 Nov 2006 07:19:54 -0500 Original-Received: from [66.249.82.225] (helo=wx-out-0506.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GfbY2-00057i-FD for emacs-devel@gnu.org; Thu, 02 Nov 2006 07:19:54 -0500 Original-Received: by wx-out-0506.google.com with SMTP id i26so100557wxd for ; Thu, 02 Nov 2006 04:19:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Gl1woM7WB+iI9gpaJY48eaJ2sgC5Nnn0Tb8PwWm8SvfMXHm1r2+OfIhgWjCMXKUtWVC545b46NEGm7/WU3sV5mOjo103n9DP2c8SmpcCb7OQNLbBjNQt12zs7btwOc2sAOi6qo58l3FyB92CPoD1tmMPooLtSK5JXSyH1Zg349E= Original-Received: by 10.70.48.15 with SMTP id v15mr493052wxv.1162469993768; Thu, 02 Nov 2006 04:19:53 -0800 (PST) Original-Received: by 10.70.61.4 with HTTP; Thu, 2 Nov 2006 04:19:53 -0800 (PST) Original-To: emacs-devel@gnu.org Content-Disposition: inline X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:61606 Archived-At: Hi, I downloaded the pretest tarball today and found that several files are missing from a make-dist --snapshot run. The following patch to make-dist includes the missing files and makes it possible to build Emacs 22.0.90 on the mac using make-package. Please note that all the files were properly tagged in CVS. Kindest regards, Arjen Patch follows: --- make-dist 12 Sep 2006 16:43:23 -0000 1.222 +++ make-dist 2 Nov 2006 12:18:41 -0000 @@ -522,7 +522,7 @@ echo "Making links to \`mac'" (cd mac - ln ChangeLog INSTALL README *.xml *.MPW ../${tempdir}/mac) + ln ChangeLog INSTALL README *.xml *.MPW make-package ../${tempdir}/mac) echo "Making links to \`mac/inc'" (cd mac/inc @@ -540,9 +540,13 @@ (cd mac/Emacs.app/Contents ln Info.plist PkgInfo ../../../${tempdir}/mac/Emacs.app/Contents) +echo "Making links to \`mac/Emacs.app/Contents/Resources'" +(cd mac/Emacs.app/Contents/Resources + ln Emacs.icns ../../../../${tempdir}/mac/Emacs.app/Contents/Resources) + echo "Making links to \`mac/Emacs.app/Contents/Resources/English.lproj'" (cd mac/Emacs.app/Contents/Resources/English.lproj - ln InfoPlist.strings ../../../../../${tempdir}/mac/Emacs.app/Contents/Resources/English.lproj) + ln InfoPlist.strings ../../../../../${tempdir}/mac/Emacs.app/Contents/Resources/English.lproj) echo "Making links to \`msdos'" (cd msdos