unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Steven Tamm <steventamm@mac.com>
Cc: emacs-devel@gnu.org
Subject: Re: problems building a Mac package
Date: Tue, 14 Jan 2003 09:39:33 -0800	[thread overview]
Message-ID: <249B358E-27E7-11D7-854D-00039390AB82@mac.com> (raw)
In-Reply-To: <20030114162542.13074.qmail@web16705.mail.tpe.yahoo.com>

This is the right forum.  The problem is a bug in make-package that I  
introduced in the last version.  I'll have a fix checked in soon.  In  
the meantime, you can get it to work by doing this

./make-package --builddir=build

This will create a new directory, mac/build, which will contain the  
result of the build.  You would have to delete this yourself (or reuse  
it later to speed up the build process).

On the other hand, why are you using make-package?  Unless you are  
making a binary distribution, doing this should work.

./configure --enable-carbon-app=/Applications
make install

-Steven


On Tuesday, January 14, 2003, at 08:25  AM, fortepianissimo wrote:

> Sorry if this is not the right forum to ask this - I'm
> new to Emacs on Mac. Since early January I found by
> issuing make-package in emacs/mac can no longer build
> the package for me. Here is what I did to build it:
>
> cd emacs
> make clean
> cd mac
> CFLAGS='-O3 -faltivec' CXXFLAGS='-O3 -faltivec'
> ./make-package
>
> and the error messages I had are: (excerpt)
>
> --- cut here ---
> ./make-package:
> /var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ 
> Contents/PkgInfo:
> No such file or directory
> cp: cannot create regular file
> `/var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ 
> Contents/Resources/License.txt':
> No such file or directory
> cp: cannot create regular file
> `/var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ 
> Contents/Resources/ReadMe.txt':
> No such file or directory
> ./make-package:
> /var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ 
> Contents/Resources/English.lproj/Emacs.info:
> No such file or directory
> ./make-package:
> /var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ 
> Contents/Resources/English.lproj/Emacs.info:
> No such file or directory
> ./make-package:
> /var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ 
> Contents/Resources/English.lproj/Emacs.info:
> No such file or directory
> ./make-package:
> /var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ 
> Contents/Resources/English.lproj/Emacs.info:
> No such file or directory
> ./make-package:
> /var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ 
> Contents/Resources/English.lproj/Emacs.info:
> No such file or directory
> ./make-package:
> /var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ 
> Contents/Resources/English.lproj/Emacs.info:
> No such file or directory
> ./make-package:
> /var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ 
> Contents/Resources/English.lproj/Emacs.info:
> No such file or directory
> ./make-package:
> /var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ 
> Contents/Resources/English.lproj/Emacs.info:
> No such file or directory
> ./make-package:
> /var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ 
> Contents/Resources/English.lproj/Emacs.info:
> No such file or directory
> ./make-package:
> /var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ 
> Contents/Resources/English.lproj/Emacs.info:
> No such file or directory
> ./make-package:
> /var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ 
> Contents/Resources/English.lproj/Emacs.info:
> No such file or directory
> ./make-package:
> /var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ 
> Contents/Resources/English.lproj/Emacs.info:
> No such file or directory
> Creating pax file
> pax: Failed open to write on
> /var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ 
> Contents/Resources/Emacs.pax
> <No such file or directory>
>
> ATTENTION! pax archive volume change required.
> Ready for archive volume: 1
> Input archive name or "." to quit pax.
> Archive name >
> --- cut here ---
>
> Apparently some directory inside the build directory
> was missing.
>
> My system is 10.2.3, with Fink 10.2 installed. Any
> suggestion is welcome. Thanks.
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
>
>
> _______________________________________________
> Emacs-devel mailing list
> Emacs-devel@gnu.org
> http://mail.gnu.org/mailman/listinfo/emacs-devel

  reply	other threads:[~2003-01-14 17:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-14 16:25 problems building a Mac package fortepianissimo
2003-01-14 17:39 ` Steven Tamm [this message]
2003-01-14 19:22   ` fortepianissimo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=249B358E-27E7-11D7-854D-00039390AB82@mac.com \
    --to=steventamm@mac.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).