Re: BUG #1097: Make failure - Mailing list pgsql-bugs

From Peter Eisentraut
Subject Re: BUG #1097: Make failure
Date
Msg-id 200403110807.22444.peter_e@gmx.net
Whole thread Raw
In response to BUG #1097: Make failure  ("PostgreSQL Bugs List" <pgsql-bugs@postgresql.org>)
List pgsql-bugs
PostgreSQL Bugs List wrote:
> /usr/bin/ld -r -o SUBSYS.o heaptuple.o indextuple.o indexvalid.o
> printtup.o scankey.o tupdesc.o
> /usr/bin/ld: Relocatable linking with relocations from format
> elf64-sparc (heaptuple.o) to format elf32-sparc (SUBSYS.o) is not
> supported

You need to run

$ sparc32 make

64-bit sparc is not really supported on Debian yet.

pgsql-bugs by date:

Previous
From: "PostgreSQL Bugs List"
Date:
Subject: BUG #1098: Multiple ON INSERT rules not applied properly in the case of INSERT...SELECT
Next
From: Richard Huxton
Date:
Subject: Re: BUG #1098: Multiple ON INSERT rules not applied properly in the case of INSERT...SELECT