NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-cobalt/39654: postgresql8.3.3 linking problem on NetBSD 4.0 / cobalt qube2 / mipsel



The following reply was made to PR port-cobalt/39654; it has been noted by 
GNATS.

From: Markus W Kilbinger <mk%kilbi.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: port-cobalt/39654: postgresql8.3.3 linking problem on NetBSD 4.0 / 
cobalt qube2 / mipsel
Date: Wed, 1 Oct 2008 11:13:06 +0200

 >>>>> "glynastill" == glynastill  <glynastill%yahoo.co.uk@localhost> writes:
 
     glynastill> Postgresql8.3.3-server compiles, however it fails with
     glynastill> a segfault
 
     glynastill> [...]
     glynastill> In previous versions we used to edit Makefile.global,
     glynastill> and change the parameters passed to ld from '-r' to
     glynastill> '-r -d' - however we cannot find Makefile.global or
     glynastill> equiv anymore.
 
 Hmm, I just re-checked with actual pkgsrc/databases/postgresql83-server:
 
   make cleandir
   [...]
   make configure
   [...]
   cd /usr/obj/pkg/databases/postgresql83-server/work.mipsel/postgresql-8.3.3
   $ find . -name "*.global"
   ./src/Makefile.global
   grep LDREL ./src/Makefile.global
   LDREL = -r
 
 Changing it to
 
   LDREL = -r -d
 
 and
 
   make
 
 still produces a working postgres server for me (on my qube 2) ...
 
 Markus.
 


Home | Main Index | Thread Index | Old Index