From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=AXB_XMAILER_MIMEOLE_OL_024C2, DMARC_MISSING,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=4.0.0 Received: from deborah.paradise.net.nz (deborah.paradise.net.nz [203.96.152.32]) by chiba.3jane.net (Postfix) with ESMTP id 8806027773 for ; Fri, 18 Jan 2002 16:53:33 -0600 (CST) Received: from kgpro (203-79-69-5.apx0.paradise.net.nz [203.79.69.5]) by deborah.paradise.net.nz (Postfix) with SMTP id 376BED43F4 for ; Sat, 19 Jan 2002 11:54:47 +1300 (NZDT) Message-ID: <000701c1a073$0d3a91f0$0501010a@kgpro> From: "Kevin Gordon" To: Date: Sat, 19 Jan 2002 11:53:28 +1300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Subject: [gentoo-dev] postgresql ebuild file faulty? Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Developer discussion list List-Unsubscribe: , List-Archive: X-Archives-Salt: db281cb8-adab-4b51-8860-92c6357885cb X-Archives-Hash: 2dbc79182c2241b0ac9e27fb1129ceab Previously # emerge dev-db/postgresql (received 7.1 on a clean system i.e. no previous postgresql installed and it took me a while to realise that no config had occurred) Today # emerged dev-db/postgresql (received 7.1.3 but no config occurred: I had no /var/db/postgresql directory) # ebuild postgresql-7.1.3.ebuild config (failed /usr/bin/initab: /tmp/initdb.28959: Permission denied) # chmod 777 /tmp # rm -R /var/db/postgresql # ebuild postgresql-7.1.3.ebuild config (config ok) Hope this is helpful Regards, Kevin