Re: Error message

From: Andres Freund <andres(at)2ndquadrant(dot)com>
To: Danny Gibson <dgibson8(at)lion(dot)lmu(dot)edu>
Cc: pgsql-bugs(at)postgresql(dot)org, Robert Haas <robertmhaas(at)gmail(dot)com>
Subject: Re: Error message
Date: 2014-09-23 16:45:55
Message-ID: 20140923164555.GI338@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,

On 2014-09-22 21:36:34 -0700, Danny Gibson wrote:
> I was told by an error message during the installation process to report a
> bug to this email address.
> >In file included from ../../../../src/include/storage/spin.h:50:
> >../../../../src/include/storage/s_lock.h:543:2: error: PostgreSQL does
> > not have native spinlock support on this platform. To continue
> > the compilation, rerun configure using --disable-spinlocks.
> > However, performance will be poor. Please report this to
> > pgsql-bugs(at)postgresql(dot)org(dot)
> >#error PostgreSQL does not have native spinlock support on thi...

Which OS/architecture/compiler is this with? Compiling which version of
postgres?

> >../../../../src/include/storage/s_lock.h:551:25: error: typedef
> > redefinition with different types ('PGSemaphoreData'
> > (aka 'int *') vs 'unsigned char')
> >typedef PGSemaphoreData slock_t;
> > ^
> >../../../../src/include/pg_config_os.h:11:23: note: previous
> > definition is here
> >typedef unsigned char slock_t;

Either way, these shouldn't be visible in that case.

Greetings,

Andres Freund

--
Andres Freund http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message ddv 2014-09-23 17:18:38 Re: automatic vacuum on pg_statistic pg_toast area blocks all queries in hot standby
Previous Message hans 2014-09-23 14:45:46 BUG #11477: psql -L no stderr