emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problems building a Mac package


From: fortepianissimo
Subject: Re: problems building a Mac package
Date: Tue, 14 Jan 2003 11:22:00 -0800 (PST)

Thanks Steven - I prefer building a binary package
just in case I want to re-install a backup version in
the future.

I just updated my local copy via CVS and re-built it.
The package now build fine, but when I tried to
install it, the title of the installer window is
something like address@hidden, and all the texts/licence
agreement etc. is empty. I got "the package has
errors" in the end and the installer then quitted.
Maybe there's still some bug in make-package?

Thanks again.


--- Steven Tamm <address@hidden> wrote:
> 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
> > address@hidden
> > http://mail.gnu.org/mailman/listinfo/emacs-devel
> 


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]