[BUGS] BUG #6334: initdb not working

2012-03-27 Thread Weiss, Wilfried
After lots of testing I finally found that the described combination of
software components is not working.

It seems that IBM C-Compiler xlc 9.0 is at its end of life.

 

In the meantime I changed my environment:

 

AIX from 5.300-12-03-1119 to AIX 6100-05-05-1112 

PostgreSQL 9.1.2 to PostrgreSQL 9.1.3

IBM C-Compiler xlc 9.0 to IBM C-Compiler xlc 11.1  

 

I can now confirm that the issue with initdb disappeared. 

Everything is working fine, again.

 

However it is very sad that there is so few AIX support on this site :-(

 

 

Best Regards

Wilfried

 


http://nsg.com/disclaimer

Re: [BUGS] BUG #6334: initdb not working

2012-03-27 Thread Heikki Linnakangas

On 27.03.2012 12:24, Weiss, Wilfried wrote:

Everything is working fine, again.


Great!


However it is very sad that there is so few AIX support on this site :-(


Making sure that PostgreSQL compiles and works on all platforms is a 
voluntary community effort. If you can spare some cycles, you should 
consider setting up an AIX box as a PostgreSQL buildfarm member. That 
will ensure that if someone makes a change to PostgreSQL that won't work 
on AIX, the developers notice it right away and can fix it. Maintaining 
a buildfarm member takes very little effort after setup, see 
https://wiki.postgresql.org/wiki/PostgreSQL_Buildfarm_Howto. An AIX box 
would be a welcome addition to the buildfarm, there is only one AIX 
member currently, and it uses gcc rather xlc.


--
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs


Re: [BUGS] BUG #6334: initdb not working

2012-03-07 Thread Weiss, Wilfried
Hi Alvaro,

I just compiled version 9.1.3 and got quite the same error.

I still do not have any clue what to change, as the compile runs successfully 
without any error.

Regards Wilfried 


-Ursprüngliche Nachricht-
Von: Alvaro Herrera [mailto:alvhe...@alvh.no-ip.org] 
Gesendet: Mittwoch, 11. Januar 2012 19:48
An: Pg Bugs
Cc: Weiss, Wilfried
Betreff: Fwd: AW: [BUGS] BUG #6334: initdb not working

I'm forwarding a reply I got to my personal email.  I have no idea what
to do with this report.  The interesting extract from the attached log
file is:

initializing dependencies ... ok
creating system views ... FATAL:  column ?column? specified more than once
STATEMENT:  /*
 * PostgreSQL System Views
 *
 * Copyright (c) 1996-2011, PostgreSQL Global Development Group
 *
 * src/backend/catalog/system_views.sql
 */

CREATE VIEW pg_roles AS


Wilfried: please CC the list in replies always.



--- Begin forwarded message from Weiss, Wilfried ---
From: Weiss, Wilfried wilfried.we...@nsg.com
To: Alvaro Herrera alvhe...@commandprompt.com
Date: Wed, 11 Jan 2012 09:38:16 -0300
Subject: AW: [BUGS] BUG #6334: initdb not working

Hi Alvaro,

sorry for answering so late.

I asked my AIX systems administrator for support on this issue. However they 
had no idea what kind of strace I could run to get more detailed information.

Could you please give me any advice how to trace this bug?

Attached you find the debugging output of initdb. This is the only information 
I have at the moment. Maybe this helps a little bit.


Best Regards / Mit freundlichen Grüssen
Wilfried Weiss

A+W Basis Administration
IS Group Services
Pilkington Deutschland AG
NSG Group
Tel.: +49 (0)209 168 2624
Fax: +49 (0)209 168 2330
Mobil: +49 (0)171 306 9635
mailto:wilfried.we...@nsg.com


-Ursprüngliche Nachricht-
Von: Alvaro Herrera [mailto:alvhe...@commandprompt.com] 
Gesendet: Mittwoch, 14. Dezember 2011 23:06
An: Weiss, Wilfried
Cc: Pg Bugs
Betreff: Re: [BUGS] BUG #6334: initdb not working

Excerpts from Wilfried.Weiss's message of mié dic 14 03:36:25 -0300 2011:
 The following bug has been logged on the website:
 
 Bug reference:  6334
 Logged by:  Wilfried Weiss
 Email address:  wilfried.we...@nsg.com
 PostgreSQL version: 9.1.2
 Operating system:   AIX 5300-12-04-1119
 Description:
 
 I successfully compiled 9.1.2 using IBM xlc 9.0 and gnu make 3.80-1. When
 trying to initialise the database, no directory structure is created. I used
 parameter -d for more debug info but did not find any useful hint why initdb
 is not working. I am using PostgreSQL since Version 7.0.4, but that never
 happened to me. 

With the amount of info in this report, it seems quite unlikely that we
would be able to come up with an explanation.  Maybe the operating
system is silently failing the mkdir() calls.  Would you run it under
some sort of strace equivalent?

--- End forwarded message ---

-- 
Álvaro Herrera alvhe...@alvh.no-ip.org

http://nsg.com/disclaimer

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs


Re: [BUGS] BUG #6334: initdb not working

2011-12-14 Thread Alvaro Herrera

Excerpts from Wilfried.Weiss's message of mié dic 14 03:36:25 -0300 2011:
 The following bug has been logged on the website:
 
 Bug reference:  6334
 Logged by:  Wilfried Weiss
 Email address:  wilfried.we...@nsg.com
 PostgreSQL version: 9.1.2
 Operating system:   AIX 5300-12-04-1119
 Description:
 
 I successfully compiled 9.1.2 using IBM xlc 9.0 and gnu make 3.80-1. When
 trying to initialise the database, no directory structure is created. I used
 parameter -d for more debug info but did not find any useful hint why initdb
 is not working. I am using PostgreSQL since Version 7.0.4, but that never
 happened to me. 

With the amount of info in this report, it seems quite unlikely that we
would be able to come up with an explanation.  Maybe the operating
system is silently failing the mkdir() calls.  Would you run it under
some sort of strace equivalent?

-- 
Álvaro Herrera alvhe...@commandprompt.com
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs


[BUGS] BUG #6334: initdb not working

2011-12-13 Thread Wilfried . Weiss
The following bug has been logged on the website:

Bug reference:  6334
Logged by:  Wilfried Weiss
Email address:  wilfried.we...@nsg.com
PostgreSQL version: 9.1.2
Operating system:   AIX 5300-12-04-1119
Description:

I successfully compiled 9.1.2 using IBM xlc 9.0 and gnu make 3.80-1. When
trying to initialise the database, no directory structure is created. I used
parameter -d for more debug info but did not find any useful hint why initdb
is not working. I am using PostgreSQL since Version 7.0.4, but that never
happened to me. 

Any hint is very much appreciated.

Regards Wilfried


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs