Error message

From: Danny Gibson <dgibson8(at)lion(dot)lmu(dot)edu>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Error message
Date: 2014-09-23 04:36:34
Message-ID: 5420F8D2.1070505@lion.lmu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi there,
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...
> ^
> ../../../../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;
> ^
> 2 errors generated.
> make[4]: *** [xlog.o] Error 1
> make[3]: *** [transam-recursive] Error 2
> make[2]: *** [access-recursive] Error 2
> make[1]: *** [all] Error 2
> make: *** [all] Error 2

Hope that helps somehow!

Let me know if you need anything else.

Thanks for your work.

--
Danny Gibson
Loyola Marymount '15
Computer Science and Varsity Track

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message pliskin 2014-09-23 06:57:51 BUG #11472: Russian characters in Query editor search
Previous Message Tom Lane 2014-09-23 04:04:03 Re: BUG #11457: The below query crashes 9.3.5, but not 9.3.4