Re: [Fwd: [HACKERS] Re: Postgresql 6.5-1 rpms on RedHat 6.0]

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
Cc: pgsql-hackers(at)postgreSQL(dot)org, jbj(at)redhat(dot)com, lockhart(at)alumni(dot)caltech(dot)edu
Subject: Re: [Fwd: [HACKERS] Re: Postgresql 6.5-1 rpms on RedHat 6.0]
Date: 1999-07-08 15:38:27
Message-ID: 29301.931448307@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Lamar Owen <lamar(dot)owen(at)wgcr(dot)org> writes:
> Ok, where does the tarball have a dangling symlink....
> There are four symlinks in the tarball:
> [root(at)utility postgresql-6.5]# find -type l -print
> ./src/interfaces/odbc/port
> ./src/interfaces/odbc/makefiles
> ./src/interfaces/odbc/template
> ./src/interfaces/odbc/config.h

> ... So, there are two possibilities:

> 1.) Eliminate the dangling symlinks.
> 2.) Put the _fixgroup kludge in place in the production SRPM.

Those symlinks should not be in the distribution; they should be
created during "configure", which also creates the files/dirs they
point to. Unfortunately they were not getting removed by "make
distclean", so they are present in the 6.5 tarball.

I have fixed "make distclean" to remove them, and that fix will be in
6.5.1, but Thomas evidently built from the 6.5 tarball.

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Lamar Owen 1999-07-08 15:43:51 Re: [Fwd: [HACKERS] Re: Postgresql 6.5-1 rpms on RedHat 6.0]
Previous Message Bruce Momjian 1999-07-08 15:38:16 Re: [HACKERS] Updated TODO list