automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |FAILURE| pw49924meson: fix compilation with binutils version 2.30
@ 2019-02-19  1:54 sys_stv
  0 siblings, 0 replies; only message in thread
From: sys_stv @ 2019-02-19  1:54 UTC (permalink / raw)
  To: test-report

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

Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/49924

_apply issues_

Submitter: Harry van Haaren <harry.van.haaren@intel.com>
Date: 2019-01-17 17:17:44
Reply_mail: None
DPDK git baseline:
	Repo:dpdk-master, CommitID: b13baac8d5ffb6b0b7a6ca0def884d3f1a82babb
	Repo:dpdk-next-eventdev, CommitID: 41d8285bdf0a7cd8f0d4f1b306e0ced9556081ac
	Repo:dpdk-next-net, CommitID: 59128005c45d1816bf3e9860c34b69a20dcbc8e6
	Repo:dpdk-next-crypto, CommitID: c652031bf46709a3a9e7bda21722ad7627f7944e
	Repo:dpdk-next-virtio, CommitID: f6108041714f7bef4bf59d9aaaefbb2efbb27b57

*Repo: dpdk-master
Checking patch config/meson.build...
error: while searching for:
dpdk_conf.set_quoted('RTE_TOOLCHAIN', toolchain)
dpdk_conf.set('RTE_TOOLCHAIN_' + toolchain.to_upper(), 1)

# get binutils version for the workaround of Bug 97
ldver = run_command('ld', '-v').stdout().strip()
--

add_project_link_arguments('-Wl,--no-as-needed', language: 'c')
dpdk_extra_ldflags += '-Wl,--no-as-needed'


error: patch failed: config/meson.build:43
error: config/meson.build: patch does not apply
Checking patch config/x86/meson.build...
error: while searching for:
# Copyright(c) 2017 Intel Corporation

# for checking defines we need to use the correct compiler flags
march_opt = '-march=@0@'.format(machine)

# we require SSE4.2 for DPDK
sse_errormsg = '''SSE4.2 instruction set is required for DPDK.

error: patch failed: config/x86/meson.build:2
error: config/x86/meson.build: patch does not apply
*Repo: dpdk-next-eventdev
Checking patch config/meson.build...
error: while searching for:
dpdk_conf.set_quoted('RTE_TOOLCHAIN', toolchain)
dpdk_conf.set('RTE_TOOLCHAIN_' + toolchain.to_upper(), 1)

# get binutils version for the workaround of Bug 97
ldver = run_command('ld', '-v').stdout().strip()
--

add_project_link_arguments('-Wl,--no-as-needed', language: 'c')
dpdk_extra_ldflags += '-Wl,--no-as-needed'


error: patch failed: config/meson.build:43
error: config/meson.build: patch does not apply
Checking patch config/x86/meson.build...
*Repo: dpdk-next-net
Checking patch config/meson.build...
error: while searching for:
dpdk_conf.set_quoted('RTE_TOOLCHAIN', toolchain)
dpdk_conf.set('RTE_TOOLCHAIN_' + toolchain.to_upper(), 1)

# get binutils version for the workaround of Bug 97
ldver = run_command('ld', '-v').stdout().strip()
--

add_project_link_arguments('-Wl,--no-as-needed', language: 'c')
dpdk_extra_ldflags += '-Wl,--no-as-needed'


error: patch failed: config/meson.build:43
error: config/meson.build: patch does not apply
Checking patch config/x86/meson.build...
error: while searching for:
# Copyright(c) 2017 Intel Corporation

# for checking defines we need to use the correct compiler flags
march_opt = '-march=@0@'.format(machine)

# we require SSE4.2 for DPDK
sse_errormsg = '''SSE4.2 instruction set is required for DPDK.

error: patch failed: config/x86/meson.build:2
error: config/x86/meson.build: patch does not apply
*Repo: dpdk-next-crypto
Checking patch config/meson.build...
error: while searching for:
dpdk_conf.set_quoted('RTE_TOOLCHAIN', toolchain)
dpdk_conf.set('RTE_TOOLCHAIN_' + toolchain.to_upper(), 1)

# get binutils version for the workaround of Bug 97
ldver = run_command('ld', '-v').stdout().strip()
--

add_project_link_arguments('-Wl,--no-as-needed', language: 'c')
dpdk_extra_ldflags += '-Wl,--no-as-needed'


error: patch failed: config/meson.build:43
error: config/meson.build: patch does not apply
Checking patch config/x86/meson.build...
error: while searching for:
# Copyright(c) 2017 Intel Corporation

# for checking defines we need to use the correct compiler flags
march_opt = '-march=@0@'.format(machine)

# we require SSE4.2 for DPDK
sse_errormsg = '''SSE4.2 instruction set is required for DPDK.

error: patch failed: config/x86/meson.build:2
error: config/x86/meson.build: patch does not apply
*Repo: dpdk-next-virtio
Checking patch config/meson.build...
error: while searching for:
dpdk_conf.set_quoted('RTE_TOOLCHAIN', toolchain)
dpdk_conf.set('RTE_TOOLCHAIN_' + toolchain.to_upper(), 1)

# get binutils version for the workaround of Bug 97
ldver = run_command('ld', '-v').stdout().strip()
--

add_project_link_arguments('-Wl,--no-as-needed', language: 'c')
dpdk_extra_ldflags += '-Wl,--no-as-needed'


error: patch failed: config/meson.build:43
error: config/meson.build: patch does not apply
Checking patch config/x86/meson.build...
error: while searching for:
# Copyright(c) 2017 Intel Corporation

# for checking defines we need to use the correct compiler flags
march_opt = '-march=@0@'.format(machine)

# we require SSE4.2 for DPDK
sse_errormsg = '''SSE4.2 instruction set is required for DPDK.

error: patch failed: config/x86/meson.build:2
error: config/x86/meson.build: patch does not apply

DPDK STV team

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-02-19  1:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-19  1:54 [dpdk-test-report] |FAILURE| pw49924meson: fix compilation with binutils version 2.30 sys_stv

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).