lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 31 Mar 2021 07:32:07 +0530
From:   Pratyush Yadav <me@...avpratyush.com>
To:     Jens Wiklander <jens.wiklander@...aro.org>
Cc:     op-tee@...ts.trustedfirmware.org, linux-kernel@...r.kernel.org
Subject: Build breakage in next-20210330 due to optee_trace.h

Hi,

I recently rebased a dev branch on top of next-20210330 (4143e05b7b17) 
and I notice a build error from the optee driver:

  In file included from drivers/tee/optee/call.c:18:
  In file included from drivers/tee/optee/optee_trace.h:67:
  ./include/trace/define_trace.h:95:10: fatal error: './optee_trace.h' file not found
  #include TRACE_INCLUDE(TRACE_INCLUDE_FILE)
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ./include/trace/define_trace.h:90:32: note: expanded from macro 'TRACE_INCLUDE'
  # define TRACE_INCLUDE(system) __TRACE_INCLUDE(system)
                                 ^~~~~~~~~~~~~~~~~~~~~~~
  ./include/trace/define_trace.h:87:34: note: expanded from macro '__TRACE_INCLUDE'
  # define __TRACE_INCLUDE(system) __stringify(TRACE_INCLUDE_PATH/system.h)
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ./include/linux/stringify.h:10:27: note: expanded from macro '__stringify'
  #define __stringify(x...)       __stringify_1(x)
                                  ^~~~~~~~~~~~~~~~
  ./include/linux/stringify.h:9:29: note: expanded from macro '__stringify_1'
  #define __stringify_1(x...)     #x
                                  ^~
  <scratch space>:135:1: note: expanded from here
  "./optee_trace.h"
  ^~~~~~~~~~~~~~~~~
  1 error generated.

The config is attached. I am building using clang.

  $ clang --version
  clang version 11.1.0
  Target: x86_64-pc-linux-gnu
  Thread model: posix
  InstalledDir: /usr/bin

-- 
Regards,
Pratyush Yadav

View attachment ".config" of type "text/plain" (196122 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ