Package: src:pcre3

On ppc64el, I could verify this error does not happen with more recent
packages. I didn't track down exactly what is the change, but it doesn't
fail anymore.

Maybe the original bug opener could retry after [dist-]upgrade?

For the record, with my problematic old environment, the rpath
argument to the linker, in relink_command, was necessary to trigger
the failure:

$ powerpc64le-linux-gnu-gcc \
     -Wall -g -O2 -o \
     .libs/lt-pcretest pcretest.o pcre_printint.o \
     ./.libs/libpcre.so ./.libs/libpcreposix.so \
     -Wl,-rpath -Wl,/root/pcre3/pcre3-8.31/.libs  # this line.

So I would think the problematic old package built something
wrong into .libs/.   The same command is executed in the new
environment, but the test-suite passes with no failures.

Thanks,

--
Mauricio Faria de Oliveira
IBM Linux Technology Center


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to