From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 33) id 961982A62; Wed, 2 May 2018 09:28:45 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Wed, 02 May 2018 07:28:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: cryptodev X-Bugzilla-Version: 18.02 X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: wisamm@mellanox.com X-Bugzilla-Status: CONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://dpdk.org/tracker/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 Subject: [dpdk-dev] [Bug 30] Compilation error while disabling crypto device library X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 May 2018 07:28:45 -0000 https://dpdk.org/tracker/show_bug.cgi?id=3D30 Bug ID: 30 Summary: Compilation error while disabling crypto device library Product: DPDK Version: 18.02 Hardware: x86 OS: All Status: CONFIRMED Severity: minor Priority: Normal Component: cryptodev Assignee: dev@dpdk.org Reporter: wisamm@mellanox.com Target Milestone: --- How to reproduce: Just set crypto lib to be no instead of yes: """ CONFIG_RTE_LIBRTE_CRYPTODEV=3Dn """ Then compile. The compilation error log: """ /download/dpdk/lib/librte_security/rte_security.h:57:24: fatal error: rte_crypto.h: No such file or directory compilation terminated. /download/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'rte_security.o' failed make[5]: *** [rte_security.o] Error 1 make[5]: *** Waiting for unfinished jobs.... CC rte_distributor_match_sse.o CC rte_pdump.o CC rte_kni.o CC gso_tunnel_tcp4.o CC rte_distributor.o /download/dpdk/mk/rte.subdir.mk:35: recipe for target 'librte_security' fai= led make[4]: *** [librte_security] Error 2 make[4]: *** Waiting for unfinished jobs.... SYMLINK-FILE include/rte_gso.h CC gso_common.o CC rte_gso.o CC gso_tcp4.o SYMLINK-FILE include/rte_ip_frag.h CC rte_ipv6_fragmentation.o CC rte_ipv4_reassembly.o CC rte_ipv4_fragmentation.o CC rte_ipv6_reassembly.o CC ip_frag_internal.o CC rte_ip_frag_common.o /download/dpdk/lib/librte_vhost/vhost_crypto.c:8:27: fatal error: rte_cryptodev.h: No such file or directory compilation terminated. /download/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'vhost_crypto.o' failed make[5]: *** [vhost_crypto.o] Error 1 make[5]: *** Waiting for unfinished jobs.... AR librte_bitratestats.a INSTALL-LIB librte_bitratestats.a AR librte_latencystats.a INSTALL-LIB librte_latencystats.a AR librte_gro.a INSTALL-LIB librte_gro.a AR librte_eventdev.a INSTALL-LIB librte_eventdev.a AR librte_ip_frag.a INSTALL-LIB librte_ip_frag.a AR librte_rawdev.a INSTALL-LIB librte_rawdev.a AR librte_gso.a INSTALL-LIB librte_gso.a AR librte_kni.a INSTALL-LIB librte_kni.a AR librte_pdump.a INSTALL-LIB librte_pdump.a AR librte_distributor.a INSTALL-LIB librte_distributor.a /download/dpdk/mk/rte.subdir.mk:35: recipe for target 'librte_vhost' failed make[4]: *** [librte_vhost] Error 2 /download/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'lib' failed make[3]: *** [lib] Error 2 /download/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed make[2]: *** [all] Error 2 /download/dpdk/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' fai= led make[1]: *** [pre_install] Error 2 /download/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed make: *** [install] Error 2 """ --=20 You are receiving this mail because: You are the assignee for the bug.=