Re: [PORTS] Port Bug Report: Will not compile under SCO OSR 5.0.5

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: jboris(at)adphila(dot)org
Cc: pgsql-ports(at)postgreSQL(dot)org
Subject: Re: [PORTS] Port Bug Report: Will not compile under SCO OSR 5.0.5
Date: 1999-03-29 15:57:41
Message-ID: 36FFA2F5.DB5D5F62@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

> Category : install: compile
> Severity : critical
> Summary: Will not compile under SCO OSR 5.0.5
> System Configuration
> --------------------
> Operating System : SCO OSR 5.0.5
> PostgreSQL version : 6.4.2
> Compiler used : SCO cc
> Hardware:
> ---------
> IBM PC Server 320 80mb RAM
> SCO_SV jc 3.2 5.0.5 i386
> Problem Description:
> --------------------
> gmake[3]: Entering directory
> `/usr/src/pgsql/postgresql-6.4.2/src/backend/storage/buffer'
> cc -b elf -I../../../include -I../../../backend \
> -dy -I../.. -c s_lock.c -o
> s_lock.o
> "s_lock.c", line 43: error: Syntax error before or at: *
> "s_lock.c", line 47: error: undefined symbol: lock
> "s_lock.c", line 47: error: undefined symbol: file
> "s_lock.c", line 47: error: undefined symbol: line
> "s_lock.c", line 60: error: Syntax error before or at: *
> "s_lock.c", line 64: error: undefined symbol: lock
> "s_lock.c", line 74: error: undefined symbol: file
> "s_lock.c", line 74: error: undefined symbol: line
> gmake[3]: *** [s_lock.o] Error 1
> Test Case:
> ----------
> Do what I put in the above paragraph.

SCO Release 7 was tested successfully and is listed as a supported
platform, and v2.x was tested a year ago (until the tester upgraded
his machine). How does v5.0.5 fit in to this versioning scheme? Are
you sure that you chose or defaulted to the correct platform template?
It appears that your machine is not defining slock_t, or that the
platform template is incorrect so that Postgres is not substituting
the correct definition.

You will have to help diagnose this, since we do not have access to an
SCO-5.0.x machine...

- Tom

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Thomas Lockhart 1999-03-29 17:55:20 Re: [PORTS] Port Bug Report: PostgreSQL does not compile on ARM systems
Previous Message Unprivileged user 1999-03-29 12:39:19 Port Bug Report: PostgreSQL does not compile on ARM systems