Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 May 1995 15:54:22 -0700
From:      asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=)
To:        adam@veda.is
Cc:        CVS-commiters@freefall.cdrom.com, cvs-ports@freefall.cdrom.com
Subject:   Re: cvs commit: ports/net/dgd Makefile
Message-ID:  <199505022254.PAA08038@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199505021458.OAA20116@veda.is> (message from Adam David on Tue, 2 May 1995 14:58:44 %2B0000 (GMT))

next in thread | previous in thread | raw e-mail | index | archive | help
 * Take a closer look, this breaks it. The previous version worked, using a
 * rather nasty trick admittedly, to build the package without requiring it
 * to be installed as part of that process.

Sorry, should have asked you earlier, but it didn't work and that's
why I had to fix it.  Here is the original log:

=====
cd lpc; make 'DMAKE=make' 'CC=cc' 'CCFLAGS=-O2 -DBSD386 '  'LIBS=-lcrypt' dgd
`dgd' is up to date.
cd host; make 'DMAKE=make' 'CC=cc' 'CCFLAGS=-O2 -DBSD386 ' dgd
`dgd' is up to date.
cc  -s alloc.o error.o hash.o swap.o str.o array.o object.o data.o path.o  ed.o c
omm.o call_out.o interpret.o config.o dgd.o `cat comp/dgd` `cat lex/dgd`  `cat ed
/dgd` `cat kfun/dgd` `cat lpc/dgd` `cat host/dgd` -lcrypt
mv ../bin/driver ../bin/driver.old
mv: rename ../bin/driver to ../bin/driver.old: No such file or directory
*** Error code 1 (ignored)
cp a.out ../bin/driver
===>  Building package for dgd-1.0.9
Free temp space: 338350080 bytes
tar: can't add file dgd/Copyright : No such file or directory
tar: can't add file dgd/Credits : No such file or directory
tar: can't add file dgd/README : No such file or directory
tar: can't add file dgd/README.FreeBSD : No such file or directory
tar: can't add file dgd/README.sites : No such file or directory
tar: can't add file dgd/bin : No such file or directory
tar: can't add file dgd/doc : No such file or directory
tar command `tar -zcf /e/work/asami/ports/packages/.packages/dgd-1.0.9.tgz +CONTE
NTS +COMMENT +DESC +REQUIRE +MTREE_DIRS -C /usr/local -C . dgd/Copyright dgd/Cred
its dgd/README dgd/README.FreeBSD dgd/README.sites dgd/bin dgd/doc -C .' failed w
ith code 1792
Creating package /e/work/asami/ports/packages/.packages/dgd-1.0.9.tgz
Registering depends:.
Creating gzip'd tar ball in '/e/work/asami/ports/packages/.packages/dgd-1.0.9.tgz
'
*** Error code 2 (continuing)
=====

The first part is build.  This was from a "make package" done from the 
toplevel of the ports tree.  Maybe that's why.

Actually I didn't ask you this before: Why do you want it to be
package-able without installing it?

Satoshi



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