Dear list!

Author: Peter Varkoly <vark...@suse.com>
Number of patches: 1

This is an automated relay of the Github pull request:
   Fix build error on ppc64le: invalid parameter combination for AltiVec…

Patch title(s): 
   Fix build error on ppc64le: invalid parameter combination for AltiVec 
intrinsic __builtin_vec_ld

Link:
   https://github.com/haproxy/haproxy/pull/2260

Edit locally:
   wget https://github.com/haproxy/haproxy/pull/2260.patch && vi 2260.patch

Apply locally:
   curl https://github.com/haproxy/haproxy/pull/2260.patch | git am -

Description:
   I got error haproxy with version 2.8.2:
   [  246s] In file included
   from include/haproxy/xxhash.h:43:0,
   [  246s]                  from
   src/ssl_sock.c:84:
   [  246s] include/import/xxhash.h: In function
   'XXH3_accumulate_512_vsx':
   [  246s]
   include/import/xxhash.h:4148:9: error: invalid parameter combination
   for AltiVec intrinsic __builtin_vec_ld
   [  246s]          xxh_u64x2
   acc_vec        = vec_xl(0, xacc + 2 * i);
   [  246s]
   ^~~~~~~~~
   [  246s] compilation terminated due to -Wfatal-errors.
   [  246s] make: *** [Makefile:1027: src/ssl_sock.o] Error 1
   [
   246s] make: *** Waiting for unfinished jobs....
   [  247s] In file
   included from include/haproxy/xxhash.h:43:0,
   [  247s]
   from src/ssl_ocsp.c:84:
   [  247s] include/import/xxhash.h: In
   function 'XXH3_accumulate_512_vsx':
   [  247s]
   include/import/xxhash.h:4148:9: error: invalid parameter combination
   for AltiVec intrinsic __builtin_vec_ld
   [  247s]          xxh_u64x2
   acc_vec        = vec_xl(0, xacc + 2 * i);
   [  247s]
   ^~~~~~~~~
   [  247s] compilation terminated due to -Wfatal-errors.
   [  247s] make: *** [Makefile:1027: src/ssl_ocsp.o] Error 1
   This patch fixes the build problem

Instructions:
   This github pull request will be closed automatically; patch should be
   reviewed on the haproxy mailing list (haproxy@formilux.org). Everyone is
   invited to comment, even the patch's author. Please keep the author and
   list CCed in replies. Please note that in absence of any response this
   pull request will be lost.

Reply via email to