6.4 Build Error from CVS snapshot

Started by Clark Evansalmost 27 years ago2 messages
#1Clark Evans
clark.evans@manhattanproject.com

After the previous error, I was thinking that I built
it from the wrong account... so I changed accounts,
did a 'make clean' followed by a 'make'.

Following is a different error that occurs
when I did this. This different error is the
same error that I was getting *before* I blew
away the RELEASE directory and re-freshed it
from the CVS server.

Hope it helps. Is this something that I'm
doing wrong? The current tree builds just great.

Best,

Clark

-------- Original Message --------
Subject: Hmm
Date: Thu, 18 Feb 1999 15:24:58 -0500
From: PosgreSQL Backend Database <postgres@lucky.distributedsystems.com>
To: clark.evans@manhattanproject.com

make[3]: Entering directory `/usr/local/src/pgsql/RELEASE/src/backend/utils/sort'
gcc -I../../../include -I../../../backend -O2 -Wall -Wmissing-prototypes -I../.. -c lselect.c -o lselect.o
gcc -I../../../include -I../../../backend -O2 -Wall -Wmissing-prototypes -I../.. -c psort.c -o psort.o
ld -r -o SUBSYS.o lselect.o psort.o
make[3]: Leaving directory `/usr/local/src/pgsql/RELEASE/src/backend/utils/sort'
make[3]: Entering directory `/usr/local/src/pgsql/RELEASE/src/backend/utils/time'
gcc -I../../../include -I../../../backend -O2 -Wall -Wmissing-prototypes -I../.. -c tqual.c -o tqual.o
ld -r -o SUBSYS.o tqual.o
make[3]: Leaving directory `/usr/local/src/pgsql/RELEASE/src/backend/utils/time'
gcc -I../../include -I../../backend -O2 -Wall -Wmissing-prototypes -I.. -c fmgrtab.c -o fmgrtab.o
make[2]: *** No rule to make target `adt/SUBSYS.o', needed by `SUBSYS.o'. Stop.
make[2]: Leaving directory `/usr/local/src/pgsql/RELEASE/src/backend/utils'
make[1]: *** [utils.dir] Error 2
make[1]: Leaving directory `/usr/local/src/pgsql/RELEASE/src/backend'
make: *** [all] Error 2

#2Vince Vielhaber
vev@michvhf.com
In reply to: Clark Evans (#1)
RE: [HACKERS] 6.4 Build Error from CVS snapshot

On 18-Feb-99 Clark Evans wrote:

After the previous error, I was thinking that I built
it from the wrong account... so I changed accounts,
did a 'make clean' followed by a 'make'.

Following is a different error that occurs
when I did this. This different error is the
same error that I was getting *before* I blew
away the RELEASE directory and re-freshed it
from the CVS server.

Hope it helps. Is this something that I'm
doing wrong? The current tree builds just great.

make[2]: *** No rule to make target `adt/SUBSYS.o', needed by `SUBSYS.o'. Stop.

I've had this before and I believe the solution was:

$ rm adt/SUBSYS.o
$ gmake

Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH email: vev@michvhf.com flame-mail: /dev/null
# include <std/disclaimers.h> TEAM-OS2
Online Campground Directory http://www.camping-usa.com
Online Giftshop Superstore http://www.cloudninegifts.com
==========================================================================