[BUGS] Bug

2008-12-19 Thread Vincent Predoehl

I was running fink and it said to report this:

configure: WARNING: krb5.h: present but cannot be compiled
configure: WARNING: krb5.h: check for missing prerequisite headers?
configure: WARNING: krb5.h: see the Autoconf documentation
configure: WARNING: krb5.h: section "Present But Cannot Be Compiled"
configure: WARNING: krb5.h: proceeding with the preprocessor's result
configure: WARNING: krb5.h: in the future, the compiler will take  
precedence

configure: WARNING: ##  ##
configure: WARNING: ## Report this to pgsql-bugs@postgresql.org ##
configure: WARNING: ##  ##


--
Vincent





Re: [BUGS] Bug

2008-12-20 Thread Vincent Predoehl

On Dec 19, 2008, at 3:48 AM, Peter Eisentraut wrote:


Vincent Predoehl wrote:

I was running fink and it said to report this:
configure: WARNING: krb5.h: present but cannot be compiled
configure: WARNING: krb5.h: check for missing prerequisite  
headers?

configure: WARNING: krb5.h: see the Autoconf documentation
configure: WARNING: krb5.h: section "Present But Cannot Be  
Compiled"

configure: WARNING: krb5.h: proceeding with the preprocessor's result
configure: WARNING: krb5.h: in the future, the compiler will take  
precedence
configure: WARNING: ##  
 ##
configure: WARNING: ## Report this to pgsql- 
b...@postgresql.org <mailto:pgsql-bugs@postgresql.org> ##
configure: WARNING: ##  
 ##


Which PostgreSQL version?



8.3.5


-- VP





Re: [BUGS] Bug

2008-12-30 Thread Vincent Predoehl

On Dec 30, 2008, at 2:49 AM, Peter Eisentraut wrote:


Vincent Predoehl wrote:

On Dec 20, 2008, at 9:15 AM, Peter Eisentraut wrote:

On Saturday 20 December 2008 02:15:05 Vincent Predoehl wrote:

On Dec 19, 2008, at 3:48 AM, Peter Eisentraut wrote:

Vincent Predoehl wrote:

I was running fink and it said to report this:
configure: WARNING: krb5.h: present but cannot be compiled
configure: WARNING: krb5.h: check for missing prerequisite
headers?
configure: WARNING: krb5.h: see the Autoconf documentation
configure: WARNING: krb5.h: section "Present But Cannot Be
Compiled"
configure: WARNING: krb5.h: proceeding with the preprocessor's  
result

configure: WARNING: krb5.h: in the future, the compiler will take
precedence
configure: WARNING: ##
 ##
configure: WARNING: ## Report this to pgsql-
b...@postgresql.org <mailto:pgsql-bugs@postgresql.org> ##
configure: WARNING: ##
 ##


Which PostgreSQL version?


8.3.5


Could you attach your config.log file then?
Here it is.  I ran ./configure since I posted the error occurred  
because I was having problems with my system … it didn't reboot  
after the last update.  Hopefully, this will give you the info  
you're looking for.  Let me know if I can be of further assistance.


This is not the config.log file from the run that produced the  
warning you are complaining about.



I did run configure several times since the error.  I know nothing of  
autoconf and didn't know to save the config.log file.  I just ran ./ 
configure again for 8.3.5 and did not get the error.  I have  
installed other things since the error that probably fixed it.  If  
you know what package contains krb5.h, I can try to reproduce it.  
Otherwise, it seems to be working fine now.


--
Vincent





Re: [BUGS] Bug

2008-12-30 Thread Vincent Predoehl


On Dec 30, 2008, at 2:49 AM, Peter Eisentraut wrote:


Vincent Predoehl wrote:

On Dec 20, 2008, at 9:15 AM, Peter Eisentraut wrote:

On Saturday 20 December 2008 02:15:05 Vincent Predoehl wrote:

On Dec 19, 2008, at 3:48 AM, Peter Eisentraut wrote:

Vincent Predoehl wrote:

I was running fink and it said to report this:
configure: WARNING: krb5.h: present but cannot be compiled
configure: WARNING: krb5.h: check for missing prerequisite
headers?
configure: WARNING: krb5.h: see the Autoconf documentation
configure: WARNING: krb5.h: section "Present But Cannot Be
Compiled"
configure: WARNING: krb5.h: proceeding with the preprocessor's  
result

configure: WARNING: krb5.h: in the future, the compiler will take
precedence
configure: WARNING: ##
 ##
configure: WARNING: ## Report this to pgsql-
b...@postgresql.org <mailto:pgsql-bugs@postgresql.org> ##
configure: WARNING: ##
 ##


Which PostgreSQL version?


8.3.5


Could you attach your config.log file then?
Here it is.  I ran ./configure since I posted the error occurred  
because I was having problems with my system … it didn't reboot  
after the last update.  Hopefully, this will give you the info  
you're looking for.  Let me know if I can be of further assistance.


This is not the config.log file from the run that produced the  
warning you are complaining about.


One other thing, I have tried to use fink ( MacOS X ) to install  
postgresql, but reverted to downloading the source myself because the  
non-standard directory structure that fink created for the package  
was causing problems.


I'll see if I can reproduce the error.

--
Vincent





Re: [BUGS] Bug

2009-01-05 Thread Vincent Predoehl


On Dec 30, 2008, at 4:56 AM, Peter Eisentraut wrote:


Vincent Predoehl wrote:
This is not the config.log file from the run that produced the  
warning you are complaining about.
I did run configure several times since the error.  I know nothing  
of autoconf and didn't know to save the config.log file.  I just  
ran ./configure again for 8.3.5 and did not get the error.  I have  
installed other things since the error that probably fixed it.  If  
you know what package contains krb5.h, I can try to reproduce it.  
Otherwise, it seems to be working fine now.


The warning is about krb5.h, so in order to reproduce it, you  
should probably at least put --with-krb5 into the configure line.


If we are to analyze the problem, then we must look at the  
config.log file from the configure run that shows the warning.


In general, I think you are the first to show this problem, so it  
is possible that it is a local misconfiguration rather than a  
general bug.



I agree, running with --with-krb5 did not produce the error.  I think  
the postgresql package installed by fink may have caused the problem,  
or maybe it was a permission problem.  I ran into that before


Either way, I think your software is good.  If something happens in  
the future, at least I will know to keep config.log.


--
Vincent