From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GdXAt-0002GB-2n for garchives@archives.gentoo.org; Fri, 27 Oct 2006 19:15:27 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k9RJC7HG019809; Fri, 27 Oct 2006 19:12:07 GMT Received: from web31806.mail.mud.yahoo.com (web31806.mail.mud.yahoo.com [68.142.207.69]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k9RJ7Eio019162 for ; Fri, 27 Oct 2006 19:07:15 GMT Received: (qmail 90711 invoked by uid 60001); 27 Oct 2006 19:07:14 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=LXdawwjF2smspWE2C2rjFPpYI21SRlzeyU5bhITBQrN5It/EiZRzQBnMf1akaVEnsQEtfpB7V7c8uueYRkTuU1tgehCXBF+K1Tml1qVxot2YmpqP83wlRIENxThhDq4uW0VQtaUVxTU5ueW7iTDkZJ0cMquVYyxzzGw5t2EjrdY= ; Message-ID: <20061027190714.90709.qmail@web31806.mail.mud.yahoo.com> X-YMail-OSG: demAMdIVM1n70yy9FP7SHu31HBCmgMSsBahSsTr83xuV5VeJZOtjbqOY3feDRRJlTMDaowvJA1sFjikFp2FwvKatv28A70y8Wp8sUygXa9nLBWGSmVy0eQ6lSRHWwx98rjnu7q2jRxjEp9c- Received: from [65.211.203.79] by web31806.mail.mud.yahoo.com via HTTP; Fri, 27 Oct 2006 12:07:14 PDT Date: Fri, 27 Oct 2006 12:07:14 -0700 (PDT) From: Richard Broersma Jr Subject: Re: [gentoo-user] Need help building pg_dumpfile To: gentoo-user@lists.gentoo.org In-Reply-To: <7573e9640610271134i224ac3e7j37fbfd8d9ab0eb0d@mail.gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Archives-Salt: 54d298d5-a3c1-4a36-81e6-08aa50ac9f4e X-Archives-Hash: 85f58d49b6928b2f1ddc2f7d35cfd374 > The source directory should point to...well...the package sources. > That is, wherever you extracted the sources to. Pointing them to > /usr/lib/postgresql is only valid if you extracted the sources there. > If you extracted them to your home directory for example, you would > point to the directory there. Most likely this will the same > directory where the Makefile is located. Richard, thanks for your reply. I believe that PGSQL must point to the postgresql source directory. I am not sure where these sources are since I used emerge to build PostgreSQL. I can't remember if emerge removes the sources when it completes its processing. Do you have any suggestions for me to find/re-add these directories? However, I did try your suggest by pointing the PGSQL to the source directory for pg_filedump: # PGSQL MUST POINT TO pgsql SOURCE DIRECTORY #PGSQL=../../../../postgres/pgsql PGSQL=/home/richard/work/pg_filedump-8.1 However, I am still getting the same error as before: make make: *** No rule to make target `/home/richard/work/pg_filedump-8.1/src/backend/utils/hash/pg_crc.c', needed by `pg_crc.o'. Stop. Thanks for your reply. Regards, Richard Broersma Jr. -- gentoo-user@gentoo.org mailing list