Make clean fails

Started by Nonameover 22 years ago10 messages
#1Noname
nolan@celery.tssi.com

Make clean fails on an up-to-date CVS (as of 2:40 PM CDT on Sunday).

Here's the final part of the output:

make[2]: Leaving directory `/home/nolan/beta/pgsql/contrib/tablefunc'
make[2]: Entering directory `/home/nolan/beta/pgsql/contrib/tips'
make[2]: Nothing to be done for `clean'.
make[2]: Leaving directory `/home/nolan/beta/pgsql/contrib/tips'
make[2]: Entering directory `/home/nolan/beta/pgsql/contrib/tsearch'
rm -f libtsearch.a
rm -f libtsearch.so libtsearch.so.0 libtsearch.so.0.0
rm -f tsearch.sql
rm -f crc32.o morph.o txtidx.o query.o gistidx.o rewrite.o
rm -f parser.c
rm -rf results tmp_check log
rm -f regression.diffs regression.out regress.out run_check.out
make[2]: Leaving directory `/home/nolan/beta/pgsql/contrib/tsearch'
make: *** tsearch2: No such file or directory. Stop.
make: Entering an unknown directorymake: Leaving an unknown directorymake[1]: **
* [clean] Error 2
make[1]: Leaving directory `/home/n
--
Mike Nolan

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Noname (#1)
Re: Make clean fails

nolan@celery.tssi.com writes:

Make clean fails on an up-to-date CVS (as of 2:40 PM CDT on Sunday).

make: *** tsearch2: No such file or directory. Stop.

I suspect you forgot "-d" in your cvs update commands. You really need
both -d and -P to make cvs update behave reasonably ... I have no idea
why they are not the default behavior.

regards, tom lane

#3Noname
nolan@celery.tssi.com
In reply to: Tom Lane (#2)
Re: Make clean fails

nolan@celery.tssi.com writes:

Make clean fails on an up-to-date CVS (as of 2:40 PM CDT on Sunday).

make: *** tsearch2: No such file or directory. Stop.

I suspect you forgot "-d" in your cvs update commands. You really need
both -d and -P to make cvs update behave reasonably ... I have no idea
why they are not the default behavior.

Yep, that solved both the make clean and the coredump problems.
Is that piece of information in the developers FAQ anywhere?
--
Mike Nolan

#4Tom Lane
tgl@sss.pgh.pa.us
In reply to: Noname (#3)
Re: Make clean fails

nolan@celery.tssi.com writes:

I suspect you forgot "-d" in your cvs update commands. You really need
both -d and -P to make cvs update behave reasonably ... I have no idea
why they are not the default behavior.

Yep, that solved both the make clean and the coredump problems.
Is that piece of information in the developers FAQ anywhere?

It's in the "how to use CVS" instructions ...

regards, tom lane

#5Noname
nolan@celery.tssi.com
In reply to: Tom Lane (#4)
Re: Make clean fails

Yep, that solved both the make clean and the coredump problems.
Is that piece of information in the developers FAQ anywhere?

It's in the "how to use CVS" instructions ...

So it is. I probably read that before I got CVS working here, and it
isn't mentioned (or that section of the docs referenced) in the CVS section
in the Developer's FAQ.

I found both sections insufficient for me to get CVS working here, and
since I am thinking about using it for another project I picked up a
copy of 'ESSENTIAL CVS' to fill in some of the gaps in my knowledge.

Just part of the baptism of fire for a newbie, I guess. :-)
--
Mike Nolan

#6Philip Yarra
philip@utiba.com
In reply to: Noname (#5)
Re: Make clean fails

On Mon, 28 Jul 2003 04:27 pm, nolan@celery.tssi.com wrote:

Just part of the baptism of fire for a newbie, I guess. :-)

I've found the learning curve pretty steep too. Is it worth putting together
some of these 'gotchas' into a neophyte-developer-FAQ?

As a side note: anyone else noticed that developer.postgresql.org is
displaying an apache test page? I assume this might be an indicator of work
in progress.

Regards, Philip Yarra.

#7Robert Treat
xzilla@users.sourceforge.net
In reply to: Philip Yarra (#6)
Re: Make clean fails

On Mon, 2003-07-28 at 02:47, Philip Yarra wrote:

On Mon, 28 Jul 2003 04:27 pm, nolan@celery.tssi.com wrote:

Just part of the baptism of fire for a newbie, I guess. :-)

I've found the learning curve pretty steep too. Is it worth putting together
some of these 'gotchas' into a neophyte-developer-FAQ?

There nothing stopping you from submitting improved wording for the FAQ
if you think it would be helpful.

Robert Treat
--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

#8Andrew Dunstan
andrew@dunslane.net
In reply to: Robert Treat (#7)
Re: Make clean fails

A more ambitious project, and one which seems to me worthwhile, would be
a descriptive tour of the source code and data structures. Something
larger than an FAQ and (one hopes) smaller than a book. The existence of
such things is useful in bootstrapping newbies (like me) in Linux kernel
stuff, and with it I would feel more confident about dipping my toes in
on Pg as well.

And, no, I can't write it because I am one who would need it in the
first place. I guess those who could write it have plenty on their plates.

Keeping it up to date would be a pain too.

But still, it would be nice.

andrew

Robert Treat wrote:

Show quoted text

On Mon, 2003-07-28 at 02:47, Philip Yarra wrote:

On Mon, 28 Jul 2003 04:27 pm, nolan@celery.tssi.com wrote:

Just part of the baptism of fire for a newbie, I guess. :-)

I've found the learning curve pretty steep too. Is it worth putting together
some of these 'gotchas' into a neophyte-developer-FAQ?

There nothing stopping you from submitting improved wording for the FAQ
if you think it would be helpful.

Robert Treat

#9Tom Lane
tgl@sss.pgh.pa.us
In reply to: Andrew Dunstan (#8)
Re: Make clean fails

Andrew Dunstan <andrew@dunslane.net> writes:

A more ambitious project, and one which seems to me worthwhile, would be
a descriptive tour of the source code and data structures.

Have you looked at Bruce's presentations? There are a couple of sets of
slides available from http://developer.postgresql.org/. They're
probably not up-to-date in detail, but the overview doesn't change very
quickly ...

regards, tom lane

#10Andrew Dunstan
andrew@dunslane.net
In reply to: Tom Lane (#9)
Re: Make clean fails

Yes, I agree they are very useful, although not quite as detailed as
what I had in mind.

andrew

Tom Lane wrote:

Show quoted text

Andrew Dunstan <andrew@dunslane.net> writes:

A more ambitious project, and one which seems to me worthwhile, would be
a descriptive tour of the source code and data structures.

Have you looked at Bruce's presentations? There are a couple of sets of
slides available from http://developer.postgresql.org/. They're
probably not up-to-date in detail, but the overview doesn't change very
quickly ...