Skip to content

php-8.1.27 on Solaris-SPARC 5.11 make fails for 64-bit. #13725

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
hicham65 opened this issue Mar 15, 2024 · 11 comments
Open

php-8.1.27 on Solaris-SPARC 5.11 make fails for 64-bit. #13725

hicham65 opened this issue Mar 15, 2024 · 11 comments

Comments

@hicham65
Copy link

Description

I have openssl-3.2.0 & zlib-1.2.11 were compiled for 64-bit.

The configure command used is:

        CC="cc -m64" \
        ONIG_CFLAGS=-I$onig_tmp_installation_dir/include \
        ONIG_LIBS="-L$onig_tmp_installation_dir/lib -lonig" \
        ZLIB_CFLAGS=-I$zlib_install_dir/include \
        ZLIB_LIBS="-L$zlib_install_dir/lib -lz" \
        ./configure \
            --with-apxs2=$apache_install_dir/bin/apxs \
            --prefix=$php_install_dir \
            --enable-ftp --enable-sockets \
            --enable-sysvmsg --enable-sysvshm --enable-sysvsem \
            --enable-sigchild --enable-mbstring --enable-bcmath \
            --with-oci8 --with-zlib \
            --without-openssl --without-libxml \
            --without-sqlite3 --without-pdo-sqlite --without-mysqli \
            --disable-xml --disable-simplexml \
            --disable-xmlreader --disable-xmlwriter \
            --disable-phar --disable-dom > configure.out 2>&1

The make failed with the following error:

"/tmp/compile/php-8.1.27/ext/pcre/pcre2lib/pcre2_jit_compile.c", line 9470: duplicate case in switch: 0
cc: acomp failed for /tmp/compile/php-8.1.27/ext/pcre/pcre2lib/pcre2_jit_compile.c
gmake: *** [Makefile:631: ext/pcre/pcre2lib/pcre2_jit_compile.lo] Error 1
Line 9470:
SLJIT_COMPILE_ASSERT(sizeof (PCRE2_SIZE) <= sizeof (sljit_sw), pcre2_size_must_be_lower_than_sljit_sw_size);

It seems that the size issue (above) could be due to 32 or 64 bit.

Also, I see in the make output showing we are using sljitNativeSPARC_32

"/tmp/compile/php-8.1.27/ext/pcre/pcre2lib/sljit/sljitNativeSPARC_32.c", line 250: warning: integer overflow detected: op "<<"

I can't see SPARC_64 while SPARC_32 is there.

:/tmp/compile/php-8.1.27/ext/pcre/pcre2lib/sljit$ ls -lt *64*
-rw-r--r--   1 hhadjali dba        62744 Dec 19 14:35 sljitNativeARM_64.c
-rw-r--r--   1 hhadjali dba        25321 Dec 19 14:35 sljitNativeMIPS_64.c
-rw-r--r--   1 hhadjali dba        17621 Dec 19 14:35 sljitNativePPC_64.c
-rw-r--r--   1 hhadjali dba        26119 Dec 19 14:35 sljitNativeX86_64.c
:/tmp/compile/php-8.1.27/ext/pcre/pcre2lib/sljit$
:/tmp/compile/php-8.1.27/ext/pcre/pcre2lib/sljit$
:/tmp/compile/php-8.1.27/ext/pcre/pcre2lib/sljit$
:/tmp/compile/php-8.1.27/ext/pcre/pcre2lib/sljit$ ls -lt *32*
-rw-r--r--   1 hhadjali dba        83884 Dec 19 14:35 sljitNativeARM_32.c
-rw-r--r--   1 hhadjali dba        74605 Dec 19 14:35 sljitNativeARM_T2_32.c
-rw-r--r--   1 hhadjali dba        24389 Dec 19 14:35 sljitNativeMIPS_32.c
-rw-r--r--   1 hhadjali dba        10540 Dec 19 14:35 sljitNativePPC_32.c
-rw-r--r--   1 hhadjali dba        11172 Dec 19 14:35 sljitNativeSPARC_32.c
-rw-r--r--   1 hhadjali dba        27723 Dec 19 14:35 sljitNativeX86_32.c
:/tmp/compile/php-8.1.27/ext/pcre/pcre2lib/sljit$

Any thoughts appreciated.

PHP Version

PHP 8.1.27

Operating System

SunOS 5.11-SPARC

@devnexen
Copy link
Member

Thanks for the report. Do you have eventually an existing pcre2 package (or an existing build) so you can use configure's option --with-external-pcre ? Does not seem to be a php issue though.

@damianwadley
Copy link
Member

PHP 8.1 is no longer in active support. PHP 8.2 comes with libpcre2 10.43, which apparently dropped its "never completed" support for SPARC.

I assume compiling --without-pcre-jit will work.

@hicham65
Copy link
Author

I re-arranged my configure command as follow: to clearly specify the external pcre2-8 package I prepared

        CC="cc -m64" \
        ONIG_CFLAGS=-I$onig_tmp_installation_dir/include \
        ONIG_LIBS="-L$onig_tmp_installation_dir/lib -lonig" \
        ZLIB_CFLAGS=-I$zlib_install_dir/include \
        ZLIB_LIBS="-L$zlib_install_dir/lib -lz" \
        PCRE2_CFLAGS=-I$pcre_tmp_installation_dir/include \
        PCRE2_LIBS="-L$pcre_tmp_installation_dir/lib -lpcre2-8" \
        ./configure \
            --with-apxs2=$apache_install_dir/bin/apxs \
            --prefix=$php_install_dir \
            --enable-ftp --enable-sockets \
            --enable-sysvmsg --enable-sysvshm --enable-sysvsem \
            --enable-sigchild --enable-mbstring --enable-bcmath \
            --with-oci8 --with-zlib \
            --without-openssl --without-libxml --with-external-pcre=$pcre_tmp_installation_dir \
            --without-sqlite3 --without-pdo-sqlite --without-mysqli \
            --disable-xml --disable-simplexml \
            --disable-xmlreader --disable-xmlwriter \
            --disable-phar --disable-dom 

Then the make failed with the following issue:

ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol __ctype: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol __ctype: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol __ctype: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utt_size_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utt_size_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utt_size_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata1 (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata1 (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata1 (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utt_size_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utt_size_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utt_size_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utt_size_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utt_size_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utt_size_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utt_size_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utt_size_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utt_size_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utt_size_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utt_size_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utt_size_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utt_size_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utt_size_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utt_size_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utt_size_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utt_size_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utt_size_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utt_size_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utt_size_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utt_size_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utt_names_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utt_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utt_names_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utt_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utt_names_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utt_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucp_gentype_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucp_gentype_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucp_gentype_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_callout_end_delims_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .data (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_callout_end_delims_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .data (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_callout_end_delims_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .data (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata1 (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata1 (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata1 (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata1 (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata1 (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata1 (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_callout_start_delims_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_callout_start_delims_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_callout_start_delims_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_callout_start_delims_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata1 (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata1 (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata1 (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata1 (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata1 (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata1 (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_caseless_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_caseless_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_caseless_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_hspace_list_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_hspace_list_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_hspace_list_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .data (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .data (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .data (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_hspace_list_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_hspace_list_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_hspace_list_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_vspace_list_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_vspace_list_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_vspace_list_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_vspace_list_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_vspace_list_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_vspace_list_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utf8_table4: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utf8_table4: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utf8_table4: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utf8_table4: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utf8_table4: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_utf8_table4: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .data (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .data (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .data (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_default_compile_context_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_default_compile_context_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_default_compile_context_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_default_tables_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_default_tables_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_default_tables_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .data (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .data (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .data (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_compile.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_config.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_config.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_config.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_config.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_config.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_config.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_config.o): symbol .data (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_config.o): symbol .data (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_config.o): symbol .data (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_config.o): symbol _pcre2_unicode_version_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_config.o): symbol _pcre2_unicode_version_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_config.o): symbol _pcre2_unicode_version_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_config.o): symbol .rodata1 (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_config.o): symbol .rodata1 (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_config.o): symbol .rodata1 (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_context.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_context.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_context.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_context.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_context.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_context.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_context.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_context.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_context.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_context.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_context.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_context.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_context.o): symbol _pcre2_default_compile_context_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_context.o): symbol _pcre2_default_compile_context_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_context.o): symbol _pcre2_default_compile_context_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_context.o): symbol _pcre2_default_match_context_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_context.o): symbol _pcre2_default_match_context_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_context.o): symbol _pcre2_default_match_context_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_context.o): symbol _pcre2_default_convert_context_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_context.o): symbol _pcre2_default_convert_context_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_context.o): symbol _pcre2_default_convert_context_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_context.o): symbol _pcre2_default_convert_context_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_context.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_context.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_context.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_context.o): symbol __ctype: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_context.o): symbol __ctype: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_context.o): symbol __ctype: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_error.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_error.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_error.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_error.o): symbol .rodata1 (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_error.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_error.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_error.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_error.o): symbol .rodata1 (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_error.o): symbol .rodata1 (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_find_bracket.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_find_bracket.o): symbol _pcre2_utf8_table4: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_find_bracket.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_find_bracket.o): symbol _pcre2_utf8_table4: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_find_bracket.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_find_bracket.o): symbol _pcre2_utf8_table4: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_find_bracket.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_find_bracket.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_find_bracket.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_find_bracket.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_find_bracket.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_find_bracket.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_find_bracket.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_find_bracket.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_find_bracket.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_find_bracket.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_find_bracket.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_find_bracket.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_find_bracket.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_find_bracket.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_find_bracket.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_maketables.o): symbol __ctype: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_maketables.o): symbol __ctype: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_maketables.o): symbol __ctype: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_caseless_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_caseless_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_caseless_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_caseless_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_caseless_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_caseless_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucp_gentype_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucp_gentype_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucp_gentype_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucp_gbtable_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_script_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_boolprop_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucp_gbtable_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_script_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_boolprop_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucp_gbtable_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_boolprop_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_script_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .rodata1 (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .rodata1 (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .rodata1 (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_default_match_context_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_default_match_context_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_default_match_context_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_match.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_ord2utf.o): symbol _pcre2_utf8_table1_size: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_ord2utf.o): symbol _pcre2_utf8_table1_size: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_ord2utf.o): symbol _pcre2_utf8_table1_size: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_ord2utf.o): symbol _pcre2_utf8_table1: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_ord2utf.o): symbol _pcre2_utf8_table1: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_ord2utf.o): symbol _pcre2_utf8_table1: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_ord2utf.o): symbol _pcre2_utf8_table2: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_ord2utf.o): symbol _pcre2_utf8_table2: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_ord2utf.o): symbol _pcre2_utf8_table2: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_pattern_info.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_pattern_info.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_pattern_info.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_pattern_info.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_pattern_info.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_pattern_info.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_pattern_info.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_pattern_info.o): symbol _pcre2_utf8_table4: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_pattern_info.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_pattern_info.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_pattern_info.o): symbol _pcre2_utf8_table4: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_pattern_info.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_pattern_info.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_pattern_info.o): symbol _pcre2_utf8_table4: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_pattern_info.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_pattern_info.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_pattern_info.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_pattern_info.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_pattern_info.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_pattern_info.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_pattern_info.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_script_run.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_script_run.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_script_run.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_script_run.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_script_run.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_script_run.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_script_run.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_script_run.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_script_run.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_script_run.o): symbol _pcre2_ucd_digit_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_script_run.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_script_run.o): symbol _pcre2_ucd_digit_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_script_run.o): symbol _pcre2_ucd_script_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_script_run.o): symbol _pcre2_ucd_script_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_script_run.o): symbol _pcre2_ucd_digit_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_script_run.o): symbol _pcre2_ucd_digit_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_script_run.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_script_run.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_script_run.o): symbol _pcre2_ucd_script_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_script_run.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_script_run.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_script_run.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_utf8_table4: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_utf8_table4: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_utf8_table4: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_caseless_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_caseless_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_caseless_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_study.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_valid_utf.o): symbol _pcre2_utf8_table4: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_valid_utf.o): symbol _pcre2_utf8_table4: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_valid_utf.o): symbol _pcre2_utf8_table4: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_xclass.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_xclass.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_xclass.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_xclass.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_xclass.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_xclass.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_xclass.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_xclass.o): symbol _pcre2_ucp_gentype_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_xclass.o): symbol _pcre2_ucd_script_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_xclass.o): symbol _pcre2_ucd_boolprop_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_xclass.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_xclass.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_xclass.o): symbol _pcre2_ucp_gentype_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_xclass.o): symbol _pcre2_ucd_script_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_xclass.o): symbol _pcre2_ucd_boolprop_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_xclass.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_xclass.o): symbol _pcre2_ucp_gentype_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_xclass.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_xclass.o): symbol _pcre2_ucd_script_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_xclass.o): symbol _pcre2_ucd_boolprop_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_xclass.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_ucp_gentype_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_ucp_gentype_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_ucp_gentype_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_ucd_script_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_ucd_script_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_ucd_script_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_ucd_caseless_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_ucd_caseless_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_ucd_caseless_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_ucd_caseless_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_ucd_caseless_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_ucd_caseless_sets_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol .rodata (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_utf8_table4: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_utf8_table4: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_utf8_table4: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol _pcre2_OP_lengths_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_auto_possess.o): symbol .text (section): invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_extuni.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_extuni.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_extuni.o): symbol _pcre2_ucd_stage1_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_extuni.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_extuni.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_extuni.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_extuni.o): symbol _pcre2_ucd_stage2_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_extuni.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_extuni.o): symbol _pcre2_ucd_records_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_H44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_extuni.o): symbol _pcre2_ucp_gbtable_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_M44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_extuni.o): symbol _pcre2_ucp_gbtable_8: invalid shared object relocation type: ABS44 code model unsupported
ld: fatal: relocation error: R_SPARC_L44: file /tmp/compile/pcre-install/lib/libpcre2-8.a(libpcre2_8_la-pcre2_extuni.o): symbol _pcre2_ucp_gbtable_8: invalid shared object relocation type: ABS44 code model unsupported
gmake: *** [Makefile:132: libphp.la] Error 1

@devnexen
Copy link
Member

devnexen commented Mar 19, 2024

for what I gather here and there, it seems to depend to what is passed to the -xcode flag for the studio compiler (if you still use this one). Anyhow, did you try @damianwadley's suggestion ?

@hicham65
Copy link
Author

No, not that one.
I will add --without-pcre-jit and report back.

@hicham65
Copy link
Author

hicham65 commented Mar 19, 2024

I have added the --without-pcre-jit, but I get the same "ld: fatal: relocation error: R_SPARC_M44:"
I found other people having same issue with php 64-bit compiling on SunOS-SPARC

I have attache dthe config.log configure.out and Makefile

config.log
configure.txt
Makefile.txt

        CC="cc -m64" \
        CFLAGS="-fPIC" \
        ONIG_CFLAGS=-I$onig_tmp_installation_dir/include \
        ONIG_LIBS="-L$onig_tmp_installation_dir/lib -lonig" \
        ZLIB_CFLAGS=-I$zlib_install_dir/include \
        ZLIB_LIBS="-L$zlib_install_dir/lib -lz" \
        PCRE2_CFLAGS=-I$pcre_tmp_installation_dir/include \
        PCRE2_LIBS="-L$pcre_tmp_installation_dir/lib -lpcre2-8" \
        ./configure \
            --with-apxs2=$apache_install_dir/bin/apxs \
            --prefix=$php_install_dir \
            --enable-ftp --enable-sockets \
            --enable-sysvmsg --enable-sysvshm --enable-sysvsem \
            --enable-sigchild --enable-mbstring --enable-bcmath \
            --with-oci8 --with-zlib \
            --without-openssl --without-libxml --with-external-pcre=$pcre_tmp_installation_dir \
            --without-sqlite3 --without-pdo-sqlite --without-mysqli \
            --disable-xml --disable-simplexml --without-pcre-jit \
            --disable-xmlreader --disable-xmlwriter \
            --disable-phar --disable-dom 

@devnexen
Copy link
Member

It is not obvious I admit, but the --without-pcre-jit option is meant when you build with the bundled pcre, thus without --with-external-pcre

@hicham65
Copy link
Author

hicham65 commented Mar 20, 2024

I had to make the pcre package with --host=sparc
Also, I specified "-xcode=pic32" before running the PHP configure command.

This gave me a successful PHP gmake.

        CC="cc -m64 -xcode=pic32" \
        CFLAGS="-fPIC" \
        ONIG_CFLAGS=-I$onig_tmp_installation_dir/include \
        ONIG_LIBS="-L$onig_tmp_installation_dir/lib -lonig" \
        ZLIB_CFLAGS=-I$zlib_install_dir/include \
        ZLIB_LIBS="-L$zlib_install_dir/lib -lz" \
        PCRE2_CFLAGS=-I$pcre_tmp_installation_dir/include \
        PCRE2_LIBS="-L$pcre_tmp_installation_dir/lib -lpcre2-8" \
        ./configure \
            --with-apxs2=$apache_install_dir/bin/apxs \
            --prefix=$php_install_dir \
            --enable-ftp --enable-sockets \
            --enable-sysvmsg --enable-sysvshm --enable-sysvsem \
            --enable-sigchild --enable-mbstring --enable-bcmath \
            --with-oci8 --with-zlib \
            --without-openssl --without-libxml --with-external-pcre=$pcre_tmp_installation_dir \
            --without-sqlite3 --without-pdo-sqlite --without-mysqli \
            --disable-xml --disable-simplexml --without-pcre-jit \
            --disable-xmlreader --disable-xmlwriter \
            --disable-phar --disable-dom

However, when I run "gmake test" I get a 98.6% test failure. Some of the errors in the output file is below:

================================================================================
/tmp/compile/php-8.1.27/tests/run-test/extensions-static.phpt
================================================================================
Failed loading /tmp/compile/php-8.1.27/modules/opcache.so:  ld.so.1: php: relocation error: file /tmp/compile/php-8.1.27/modules/opcache.so: symbol zend_inheritance_cache_get: referenced symbol not found
bool(true)
================================================================================
001+ Failed loading /tmp/compile/php-8.1.27/modules/opcache.so:  ld.so.1: php: relocation error: file /tmp/compile/php-8.1.27/modules/opcache.so: symbol zend_inheritance_cache_get: referenced symbol not found
     bool(true)
================================================================================

the modules location is below, I also attached the tests output.

:/tmp/compile/php-8.1.27/modules$ ls -lt
total 2224
-rw-rw-r-- 1 hhadjali dba 955 Mar 20 09:47 opcache.la
-rwxrwxr-x 1 hhadjali dba 1123600 Mar 20 09:47 opcache.so
:/tmp/compile/php-8.1.27/modules$

Regards

@devnexen
Copy link
Member

I see. As mentioned in the other issue, would giving a shot to gcc work for you ?

@hicham65
Copy link
Author

I don't have gcc available.

I am getting the 98.6% failures when running "gmake test"

Most of the errors are similar to this:

================================================================================
/tmp/compile/php-8.1.27/Zend/tests/arrow_functions/006.phpt
================================================================================
Failed loading /tmp/compile/php-8.1.27/modules/opcache.so:  ld.so.1: php: relocation error: file /tmp/compile/php-8.1.27/modules/opcache.so: symbol pcre_globals: referenced symbol not found
int(2)
int(10)
{closure}(): Argument #1 ($x) must be of type int, string given, called in /tmp/compile/php-8.1.27/Zend/tests/arrow_functions/006.php on line 15
array(3) {
  [0]=>
  int(20)
  [1]=>
  NULL
  [2]=>
  int(30)
}
{closure}(): Argument #2 must be of type ?int, string given, called in /tmp/compile/php-8.1.27/Zend/tests/arrow_functions/006.php on line 23
================================================================================
001+ Failed loading /tmp/compile/php-8.1.27/modules/opcache.so:  ld.so.1: php: relocation error: file /tmp/compile/php-8.1.27/modules/opcache.so: symbol pcre_globals: referenced symbol not found
     int(2)
     int(10)
     {closure}(): Argument #1 ($x) must be of type int, string given, called in %s on line %d
--
================================================================================

pcre_globals is another “OBJT GLOB” in opcache.so which is present in sapi/cli/php (same as the function pointer zend_inheritance_cache_get which also was causing similar problems):

d14:/tmp/compile/php-8.1.27$ nm modules/opcache.so | grep pcre_globals
[3173] | 0| 120|OBJT |GLOB |0 |UNDEF |pcre_globals

And there are a couple dozen more.
d14:/tmp/compile/php-8.1.27$ nm modules/opcache.so | grep -c OBJT.*UNDEF
24

Is this a linking issue I am missing during my configure/make?

@devnexen
Copy link
Member

Problem is ; php is guaranteed to work with the gcc, clang for the main unixes then visual studio for Windows through our CI. Now, php also supports solaris/illumos distributions as a lesser tier platform (no CI but some of us run those to fix issues and port new features whenever it makes sense and is possible). But ... it is still with gcc/clang and from a reasonable timeline (ie from Solaris 10/11).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants