Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jun 1996 18:37:28 -0700 (PDT)
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        jraynard@freefall.freebsd.org
Cc:        CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org
Subject:   Re: cvs commit:  ports/lang/smalltalk Makefile
Message-ID:  <199606030137.SAA29253@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199606030027.RAA21559@freefall.freebsd.org> (message from James Raynard on Sun, 2 Jun 1996 17:27:38 -0700 (PDT))

next in thread | previous in thread | raw e-mail | index | archive | help
This is what I get by "make package" on this port:

=======
===>  Installing for smalltalk-1.1.1
Installing Smalltalk interpreter and method definitions...



To complete the installation of GNU Smalltalk, do
        cd /e/work/asami/ports/lang/smalltalk/work/smalltalk-1.1.1; ./mst -iV
to build the image and test the interpreter.

When you are satisfied everything works, do Control-D to quit
(this will give a parse error, which can be safely ignored)
followed by cp mst /usr/local/bin

Finally, if Emacs is installed, you may also wish to copy the
st.el file to the Emacs Lisp directory. This will enable you to
configure Emacs for Interactor mode.

Please read the file mst.texinfo for more information.

===>  Registering installation for smalltalk-1.1.1
===>  Building package for smalltalk-1.1.1
Creating package /e/work/asami/ports/packages/All/smalltalk-1.1.1.tgz
Registering depends:.
Creating gzip'd tar ball in '/e/work/asami/ports/packages/All/smalltalk-1.1.1.tgz'
tar: can't add file bin/mst : No such file or directory
tar command failed with code 256
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
=======

You should probably call the install script from the do-install
target, so that the user won't get into this situation.  This port
IS_INSTALL after all. :)

Satoshi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606030137.SAA29253>