DPDK patches and discussions
 help / color / mirror / Atom feed
* [Bug 1083] crypto/openssl build failure in Ubuntu 22.04
@ 2022-09-22 12:43 bugzilla
  2023-06-20  8:09 ` [Bug 1083] [aarch64] " bugzilla
  0 siblings, 1 reply; 2+ messages in thread
From: bugzilla @ 2022-09-22 12:43 UTC (permalink / raw)
  To: dev

https://bugs.dpdk.org/show_bug.cgi?id=1083

            Bug ID: 1083
           Summary: crypto/openssl build failure in Ubuntu 22.04
           Product: DPDK
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: ethdev
          Assignee: dev@dpdk.org
          Reporter: alialnu@nvidia.com
  Target Milestone: ---

"""
$ meson --werror build && ninja -C build

[2219/3281] Compiling C object
drivers/libtmp_rte...to_openssl.a.p/crypto_openssl_rte_openssl_pmd.c.o
FAILED:
drivers/libtmp_rte_crypto_openssl.a.p/crypto_openssl_rte_openssl_pmd.c.o
ccache cc -Idrivers/libtmp_rte_crypto_openssl.a.p -Idrivers -I../drivers
-Idrivers/crypto/openssl -I../drivers/crypto/openssl -Ilib/cryptodev
-I../lib/cryptodev -I. -I.. -Iconfig -I../config -Ilib/eal/include
-I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include
-Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common
-I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs
-Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/mbuf
-I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/rcu
-I../lib/rcu -Idrivers/bus/vdev -I../drivers/bus/vdev
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra
-Werror -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat
-Wformat-nonliteral -Wformat-security -Wmissing-declarations
-Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith
-Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings
-Wno-address-of-packed-member -Wno-packed-not-aligned
-Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC
-march=armv8-a+crc -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API
-Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.crypto.openssl -MD -MQ
drivers/libtmp_rte_crypto_openssl.a.p/crypto_openssl_rte_openssl_pmd.c.o -MF
drivers/libtmp_rte_crypto_openssl.a.p/crypto_openssl_rte_openssl_pmd.c.o.d -o
drivers/libtmp_rte_crypto_openssl.a.p/crypto_openssl_rte_openssl_pmd.c.o -c
../drivers/crypto/openssl/rte_openssl_pmd.c
In file included from /usr/include/string.h:535,
                 from ../lib/eal/include/rte_uuid.h:19,
                 from ../lib/eal/include/rte_eal.h:21,
                 from ../lib/eal/include/rte_lcore.h:16,
                 from ../lib/eal/include/generic/rte_spinlock.h:21,
                 from ../lib/eal/arm/include/rte_spinlock.h:17,
                 from ../lib/mempool/rte_mempool.h:41,
                 from ../lib/mbuf/rte_mbuf.h:38,
                 from ../lib/cryptodev/rte_crypto.h:20,
                 from ../lib/cryptodev/rte_cryptodev.h:22,
                 from ../drivers/crypto/openssl/rte_openssl_pmd.c:7:
In function 'memcpy',
    inlined from 'openssl_set_session_auth_parameters' at
../drivers/crypto/openssl/rte_openssl_pmd.c:654:3,
    inlined from 'openssl_set_session_parameters' at
../drivers/crypto/openssl/rte_openssl_pmd.c:781:
:
/usr/include/aarch64-linux-gnu/bits/string_fortified.h:29:10: error:
'__builtin_memcpy' forming offset [4, 8] is out of the bounds [0, 4]
[-Werror=array-bounds]
   29 |   return __builtin___memcpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   30 |                                  __glibc_objsize0 (__dest));
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[2267/3281] Generating lib/eal.sym_chk with a custom command (wrapped by meson
to capture output)
ninja: build stopped: subcommand failed.
"""

Reproduces on main (72b452c5f259).

Environment:
  OS: Ubuntu 22.04.1
  architecture: aarch64
  gcc: 11.2.0-19ubuntu1
  meson: 0.63.2
  ninja-build: 1.10.1
  libssl: 3.0.2-0ubuntu1.6

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug 1083] [aarch64] crypto/openssl build failure in Ubuntu 22.04
  2022-09-22 12:43 [Bug 1083] crypto/openssl build failure in Ubuntu 22.04 bugzilla
@ 2023-06-20  8:09 ` bugzilla
  0 siblings, 0 replies; 2+ messages in thread
From: bugzilla @ 2023-06-20  8:09 UTC (permalink / raw)
  To: dev

[-- Attachment #1: Type: text/plain, Size: 587 bytes --]

https://bugs.dpdk.org/show_bug.cgi?id=1083

Ali Alnubani (alialnu@nvidia.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Ali Alnubani (alialnu@nvidia.com) ---
Addressed by
https://patches.dpdk.org/project/dpdk/patch/20230109034021.2759215-1-ruifeng.wang@arm.com/.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #2: Type: text/html, Size: 2714 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-20  8:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-22 12:43 [Bug 1083] crypto/openssl build failure in Ubuntu 22.04 bugzilla
2023-06-20  8:09 ` [Bug 1083] [aarch64] " bugzilla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).