Trying to do a build of 9.1 alpha 1 on OpenIndiana snv_147 - issues with perl? - Mailing list pgsql-testers

From Lou Picciano
Subject Trying to do a build of 9.1 alpha 1 on OpenIndiana snv_147 - issues with perl?
Date
Msg-id 1805442320.1713283.1286586388371.JavaMail.root@sz0093a.westchester.pa.mail.comcast.net
Whole thread Raw
List pgsql-testers
Trying to do a build of 9.1 alpha 1 on OpenIndiana snv_147 (Hooray - openSolaris reincarnated!), getting this error when trying to include perl in the build:

(We are using the GNU tools, btw).

... (many similar lines preceding)
strcmp                              0x7c9       /usr/perl5/5.8.4/lib/i86pc-solaris-64int/auto/DynaLoader/DynaLoader.a(DynaLoader.o)
ld: fatal: relocations remain against allocatable but non-writable sections
collect2: ld returned 1 exit status
gmake[4]: *** [plperl.so] Error 1
gmake[4]: Leaving directory `/home/username/Downloads/postgresql-9.1alpha1/src/pl/plperl'
gmake[3]: *** [all] Error 2
gmake[3]: Leaving directory `/home/username/Downloads/postgresql-9.1alpha1/src/pl'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/home/username/Downloads/postgresql-9.1alpha1/src'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/home/username/Downloads/postgresql-9.1alpha1'
*** Error code 2
The following command caused the error:
IFS=':' ; \
 for dir in $PATH; do \
   for prog in gmake gnumake make; do \
     if [ -f $dir/$prog ] && ( $dir/$prog -f /dev/null --version 2>/dev/null | grep GNU >/dev/null 2>&1 ) ; then \
       GMAKE=$dir/$prog; \
       break 2; \
     fi; \
   done; \
 done; \
\
 if [ x"${GMAKE+set}" = xset ]; then \
   echo "Using GNU make found at ${GMAKE}"; \
   ${GMAKE} all ; \
 else \
   echo "You must use GNU make to build PostgreSQL." ; \
   false; \
 fi
make: Fatal error: Command failed for target `all'

pgsql-testers by date:

Previous
From: Philippe Rimbault
Date:
Subject: Re: record with incorrect prev-link
Next
From: Lou Picciano
Date:
Subject: build from Source: 9.0.1 / 9.1-alpha1 cannot build modules