All of lore.kernel.org
 help / color / mirror / Atom feed
* LLVM linking for custom recipe
@ 2017-06-08 20:42 Giordon Stark
  2017-06-08 20:47 ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Giordon Stark @ 2017-06-08 20:42 UTC (permalink / raw)
  To: yocto

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

Hi,

I have the following error message when trying to get LLVM linked up. The
problem is that I'm using a widely used science software called ROOT (
https://root.cern.ch/) with the following minimal recipe at the moment (
https://github.com/kratsg/meta-l1calo/blob/master/recipes-core/root/root_6.04.12.bb)
however I get the following error...

Any ideas?

Giordon

| CMake Error at cmake/modules/SearchInstalledSoftware.cmake:662
(find_package):
|   By not providing "FindLLVM.cmake" in CMAKE_MODULE_PATH this project has
|   asked CMake to find a package configuration file provided by "LLVM", but
|   CMake did not find one.
|
|   Could not find a package configuration file provided by "LLVM" with any
of
|   the following names:
|
|     LLVMConfig.cmake
|     llvm-config.cmake
|
|   Add the installation prefix of "LLVM" to CMAKE_PREFIX_PATH or set
|   "LLVM_DIR" to a directory containing one of the above files.  If "LLVM"
|   provides a separate development package or SDK, be sure it has been
|   installed.
| Call Stack (most recent call first):
|   CMakeLists.txt:58 (include)
|
|
| -- Configuring incomplete, errors occurred!
| See also
"/local/d4/poky/build/tmp/work/aarch64-poky-linux/root/6.04.12-r0/build/CMakeFiles/CMakeOutput.log".
| See also
"/local/d4/poky/build/tmp/work/aarch64-poky-linux/root/6.04.12-r0/build/CMakeFiles/CMakeError.log".
| WARNING:
/local/d4/poky/build/tmp/work/aarch64-poky-linux/root/6.04.12-r0/temp/run.do_configure.16761:1
exit 1 from 'cmake ${OECMAKE_SITEFILE}
/local/d4/poky/build/tmp/work/aarch64-poky-linux/root/6.04.12-r0/root-6.04.12
-DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_INSTALL_BINDIR:PATH=bin
-DCMAKE_INSTALL_SBINDIR:PATH=sbin -DCMAKE_INSTALL_LIBEXECDIR:PATH=libexec
-DCMAKE_INSTALL_SYSCONFDIR:PATH=/etc
-DCMAKE_INSTALL_SHAREDSTATEDIR:PATH=../com
-DCMAKE_INSTALL_LOCALSTATEDIR:PATH=/var -DCMAKE_INSTALL_LIBDIR:PATH=lib
-DCMAKE_INSTALL_INCLUDEDIR:PATH=include
-DCMAKE_INSTALL_DATAROOTDIR:PATH=share -DCMAKE_INSTALL_SO_NO_EXE=0
-DCMAKE_TOOLCHAIN_FILE=/local/d4/poky/build/tmp/work/aarch64-poky-linux/root/6.04.12-r0/toolchain.cmake
-DCMAKE_VERBOSE_MAKEFILE=1 -DCMAKE_NO_SYSTEM_FROM_IMPORTED=1 -Drootfit=ON
-Dminuit2=ON -Dpython=ON -Dssl=ON -Dxrootd=ON -Dbuiltin_freetype=ON
-Dbuiltin_llvm=OFF ${PACKAGECONFIG_CONFARGS} -Wno-dev'
| ERROR: Function failed: do_configure (log file is located at
/local/d4/poky/build/tmp/work/aarch64-poky-linux/root/6.04.12-r0/temp/log.do_configure.16761)
ERROR: Task (/local/d4/meta-l1calo/recipes-core/root/root_6.04.12.bb:do_configure)
failed with exit code '1'
NOTE: Tasks Summary: Attempted 1027 tasks of which 1024 didn't need to be
rerun and 1 failed.

Summary: 1 task failed:
  /local/d4/meta-l1calo/recipes-core/root/root_6.04.12.bb:do_configure
Summary: There was 1 ERROR message shown, returning a non-zero exit code.

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

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

* Re: LLVM linking for custom recipe
  2017-06-08 20:42 LLVM linking for custom recipe Giordon Stark
@ 2017-06-08 20:47 ` Khem Raj
  2017-06-08 21:37   ` Giordon Stark
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2017-06-08 20:47 UTC (permalink / raw)
  To: Giordon Stark; +Cc: yocto

On Thu, Jun 8, 2017 at 1:42 PM, Giordon Stark <kratsg@gmail.com> wrote:
> Hi,
>
> I have the following error message when trying to get LLVM linked up. The
> problem is that I'm using a widely used science software called ROOT
> (https://root.cern.ch/) with the following minimal recipe at the moment
> (https://github.com/kratsg/meta-l1calo/blob/master/recipes-core/root/root_6.04.12.bb)
> however I get the following error...
>
> Any ideas?

Look into meta-clang there are patches for cross compiling clang/llvm
https://github.com/kraj/meta-clang

>
> Giordon
>
> | CMake Error at cmake/modules/SearchInstalledSoftware.cmake:662
> (find_package):
> |   By not providing "FindLLVM.cmake" in CMAKE_MODULE_PATH this project has
> |   asked CMake to find a package configuration file provided by "LLVM", but
> |   CMake did not find one.
> |
> |   Could not find a package configuration file provided by "LLVM" with any
> of
> |   the following names:
> |
> |     LLVMConfig.cmake
> |     llvm-config.cmake
> |
> |   Add the installation prefix of "LLVM" to CMAKE_PREFIX_PATH or set
> |   "LLVM_DIR" to a directory containing one of the above files.  If "LLVM"
> |   provides a separate development package or SDK, be sure it has been
> |   installed.
> | Call Stack (most recent call first):
> |   CMakeLists.txt:58 (include)
> |
> |
> | -- Configuring incomplete, errors occurred!
> | See also
> "/local/d4/poky/build/tmp/work/aarch64-poky-linux/root/6.04.12-r0/build/CMakeFiles/CMakeOutput.log".
> | See also
> "/local/d4/poky/build/tmp/work/aarch64-poky-linux/root/6.04.12-r0/build/CMakeFiles/CMakeError.log".
> | WARNING:
> /local/d4/poky/build/tmp/work/aarch64-poky-linux/root/6.04.12-r0/temp/run.do_configure.16761:1
> exit 1 from 'cmake ${OECMAKE_SITEFILE}
> /local/d4/poky/build/tmp/work/aarch64-poky-linux/root/6.04.12-r0/root-6.04.12
> -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_INSTALL_BINDIR:PATH=bin
> -DCMAKE_INSTALL_SBINDIR:PATH=sbin -DCMAKE_INSTALL_LIBEXECDIR:PATH=libexec
> -DCMAKE_INSTALL_SYSCONFDIR:PATH=/etc
> -DCMAKE_INSTALL_SHAREDSTATEDIR:PATH=../com
> -DCMAKE_INSTALL_LOCALSTATEDIR:PATH=/var -DCMAKE_INSTALL_LIBDIR:PATH=lib
> -DCMAKE_INSTALL_INCLUDEDIR:PATH=include
> -DCMAKE_INSTALL_DATAROOTDIR:PATH=share -DCMAKE_INSTALL_SO_NO_EXE=0
> -DCMAKE_TOOLCHAIN_FILE=/local/d4/poky/build/tmp/work/aarch64-poky-linux/root/6.04.12-r0/toolchain.cmake
> -DCMAKE_VERBOSE_MAKEFILE=1 -DCMAKE_NO_SYSTEM_FROM_IMPORTED=1 -Drootfit=ON
> -Dminuit2=ON -Dpython=ON -Dssl=ON -Dxrootd=ON -Dbuiltin_freetype=ON
> -Dbuiltin_llvm=OFF ${PACKAGECONFIG_CONFARGS} -Wno-dev'
> | ERROR: Function failed: do_configure (log file is located at
> /local/d4/poky/build/tmp/work/aarch64-poky-linux/root/6.04.12-r0/temp/log.do_configure.16761)
> ERROR: Task
> (/local/d4/meta-l1calo/recipes-core/root/root_6.04.12.bb:do_configure)
> failed with exit code '1'
> NOTE: Tasks Summary: Attempted 1027 tasks of which 1024 didn't need to be
> rerun and 1 failed.
>
> Summary: 1 task failed:
>   /local/d4/meta-l1calo/recipes-core/root/root_6.04.12.bb:do_configure
> Summary: There was 1 ERROR message shown, returning a non-zero exit code.
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>


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

* Re: LLVM linking for custom recipe
  2017-06-08 20:47 ` Khem Raj
@ 2017-06-08 21:37   ` Giordon Stark
  2017-06-09  0:51     ` Giordon Stark
  0 siblings, 1 reply; 5+ messages in thread
From: Giordon Stark @ 2017-06-08 21:37 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto

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

Hi Khem,

Which recipe? My problem is that ROOT's CMake is unable to find the
cross-compiled LLVM, and I'm not sure how to get it to find it.

Giordon

On Thu, Jun 8, 2017 at 3:47 PM Khem Raj <raj.khem@gmail.com> wrote:

> On Thu, Jun 8, 2017 at 1:42 PM, Giordon Stark <kratsg@gmail.com> wrote:
> > Hi,
> >
> > I have the following error message when trying to get LLVM linked up. The
> > problem is that I'm using a widely used science software called ROOT
> > (https://root.cern.ch/) with the following minimal recipe at the moment
> > (
> https://github.com/kratsg/meta-l1calo/blob/master/recipes-core/root/root_6.04.12.bb
> )
> > however I get the following error...
> >
> > Any ideas?
>
> Look into meta-clang there are patches for cross compiling clang/llvm
> https://github.com/kraj/meta-clang
>
> >
> > Giordon
> >
> > | CMake Error at cmake/modules/SearchInstalledSoftware.cmake:662
> > (find_package):
> > |   By not providing "FindLLVM.cmake" in CMAKE_MODULE_PATH this project
> has
> > |   asked CMake to find a package configuration file provided by "LLVM",
> but
> > |   CMake did not find one.
> > |
> > |   Could not find a package configuration file provided by "LLVM" with
> any
> > of
> > |   the following names:
> > |
> > |     LLVMConfig.cmake
> > |     llvm-config.cmake
> > |
> > |   Add the installation prefix of "LLVM" to CMAKE_PREFIX_PATH or set
> > |   "LLVM_DIR" to a directory containing one of the above files.  If
> "LLVM"
> > |   provides a separate development package or SDK, be sure it has been
> > |   installed.
> > | Call Stack (most recent call first):
> > |   CMakeLists.txt:58 (include)
> > |
> > |
> > | -- Configuring incomplete, errors occurred!
> > | See also
> >
> "/local/d4/poky/build/tmp/work/aarch64-poky-linux/root/6.04.12-r0/build/CMakeFiles/CMakeOutput.log".
> > | See also
> >
> "/local/d4/poky/build/tmp/work/aarch64-poky-linux/root/6.04.12-r0/build/CMakeFiles/CMakeError.log".
> > | WARNING:
> >
> /local/d4/poky/build/tmp/work/aarch64-poky-linux/root/6.04.12-r0/temp/run.do_configure.16761:1
> > exit 1 from 'cmake ${OECMAKE_SITEFILE}
> >
> /local/d4/poky/build/tmp/work/aarch64-poky-linux/root/6.04.12-r0/root-6.04.12
> > -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_INSTALL_BINDIR:PATH=bin
> > -DCMAKE_INSTALL_SBINDIR:PATH=sbin -DCMAKE_INSTALL_LIBEXECDIR:PATH=libexec
> > -DCMAKE_INSTALL_SYSCONFDIR:PATH=/etc
> > -DCMAKE_INSTALL_SHAREDSTATEDIR:PATH=../com
> > -DCMAKE_INSTALL_LOCALSTATEDIR:PATH=/var -DCMAKE_INSTALL_LIBDIR:PATH=lib
> > -DCMAKE_INSTALL_INCLUDEDIR:PATH=include
> > -DCMAKE_INSTALL_DATAROOTDIR:PATH=share -DCMAKE_INSTALL_SO_NO_EXE=0
> >
> -DCMAKE_TOOLCHAIN_FILE=/local/d4/poky/build/tmp/work/aarch64-poky-linux/root/6.04.12-r0/toolchain.cmake
> > -DCMAKE_VERBOSE_MAKEFILE=1 -DCMAKE_NO_SYSTEM_FROM_IMPORTED=1 -Drootfit=ON
> > -Dminuit2=ON -Dpython=ON -Dssl=ON -Dxrootd=ON -Dbuiltin_freetype=ON
> > -Dbuiltin_llvm=OFF ${PACKAGECONFIG_CONFARGS} -Wno-dev'
> > | ERROR: Function failed: do_configure (log file is located at
> >
> /local/d4/poky/build/tmp/work/aarch64-poky-linux/root/6.04.12-r0/temp/log.do_configure.16761)
> > ERROR: Task
> > (/local/d4/meta-l1calo/recipes-core/root/root_6.04.12.bb:do_configure)
> > failed with exit code '1'
> > NOTE: Tasks Summary: Attempted 1027 tasks of which 1024 didn't need to be
> > rerun and 1 failed.
> >
> > Summary: 1 task failed:
> >   /local/d4/meta-l1calo/recipes-core/root/root_6.04.12.bb:do_configure
> > Summary: There was 1 ERROR message shown, returning a non-zero exit code.
> >
> >
> > --
> > _______________________________________________
> > yocto mailing list
> > yocto@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/yocto
> >
>

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

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

* Re: LLVM linking for custom recipe
  2017-06-08 21:37   ` Giordon Stark
@ 2017-06-09  0:51     ` Giordon Stark
  2017-06-12 13:23       ` Giordon Stark
  0 siblings, 1 reply; 5+ messages in thread
From: Giordon Stark @ 2017-06-09  0:51 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto

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

Looking into more details, I don't know or where bitbake tries to look for
things as things get compiled (flags, environment, etc)... but the error
message does say ROOT is looking for

LLVMConfig.cmake
llvm-config.cmake

However, I see

tmp/work/aarch64-poky-linux/llvm3.3/3.3-r0/llvm-3.3.src/cmake/modules/LLVM-Config.cmake

which is perhaps why it can't find it. I assume the output name here isn't
100% compatible, and I'm using meta-oe's llvm3.3. I'm just mostly stuck on
CMake's default behavior here, I think.

Giordon

On Thu, Jun 8, 2017 at 4:37 PM Giordon Stark <kratsg@gmail.com> wrote:

> Hi Khem,
>
> Which recipe? My problem is that ROOT's CMake is unable to find the
> cross-compiled LLVM, and I'm not sure how to get it to find it.
>
> Giordon
>
> On Thu, Jun 8, 2017 at 3:47 PM Khem Raj <raj.khem@gmail.com> wrote:
>
>> On Thu, Jun 8, 2017 at 1:42 PM, Giordon Stark <kratsg@gmail.com> wrote:
>> > Hi,
>> >
>> > I have the following error message when trying to get LLVM linked up.
>> The
>> > problem is that I'm using a widely used science software called ROOT
>> > (https://root.cern.ch/) with the following minimal recipe at the moment
>> > (
>> https://github.com/kratsg/meta-l1calo/blob/master/recipes-core/root/root_6.04.12.bb
>> )
>> > however I get the following error...
>> >
>> > Any ideas?
>>
>> Look into meta-clang there are patches for cross compiling clang/llvm
>> https://github.com/kraj/meta-clang
>>
>> >
>> > Giordon
>> >
>> > | CMake Error at cmake/modules/SearchInstalledSoftware.cmake:662
>> > (find_package):
>> > |   By not providing "FindLLVM.cmake" in CMAKE_MODULE_PATH this project
>> has
>> > |   asked CMake to find a package configuration file provided by
>> "LLVM", but
>> > |   CMake did not find one.
>> > |
>> > |   Could not find a package configuration file provided by "LLVM" with
>> any
>> > of
>> > |   the following names:
>> > |
>> > |     LLVMConfig.cmake
>> > |     llvm-config.cmake
>> > |
>> > |   Add the installation prefix of "LLVM" to CMAKE_PREFIX_PATH or set
>> > |   "LLVM_DIR" to a directory containing one of the above files.  If
>> "LLVM"
>> > |   provides a separate development package or SDK, be sure it has been
>> > |   installed.
>> > | Call Stack (most recent call first):
>> > |   CMakeLists.txt:58 (include)
>> > |
>> > |
>> > | -- Configuring incomplete, errors occurred!
>> > | See also
>> >
>> "/local/d4/poky/build/tmp/work/aarch64-poky-linux/root/6.04.12-r0/build/CMakeFiles/CMakeOutput.log".
>> > | See also
>> >
>> "/local/d4/poky/build/tmp/work/aarch64-poky-linux/root/6.04.12-r0/build/CMakeFiles/CMakeError.log".
>> > | WARNING:
>> >
>> /local/d4/poky/build/tmp/work/aarch64-poky-linux/root/6.04.12-r0/temp/run.do_configure.16761:1
>> > exit 1 from 'cmake ${OECMAKE_SITEFILE}
>> >
>> /local/d4/poky/build/tmp/work/aarch64-poky-linux/root/6.04.12-r0/root-6.04.12
>> > -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_INSTALL_BINDIR:PATH=bin
>> > -DCMAKE_INSTALL_SBINDIR:PATH=sbin
>> -DCMAKE_INSTALL_LIBEXECDIR:PATH=libexec
>> > -DCMAKE_INSTALL_SYSCONFDIR:PATH=/etc
>> > -DCMAKE_INSTALL_SHAREDSTATEDIR:PATH=../com
>> > -DCMAKE_INSTALL_LOCALSTATEDIR:PATH=/var -DCMAKE_INSTALL_LIBDIR:PATH=lib
>> > -DCMAKE_INSTALL_INCLUDEDIR:PATH=include
>> > -DCMAKE_INSTALL_DATAROOTDIR:PATH=share -DCMAKE_INSTALL_SO_NO_EXE=0
>> >
>> -DCMAKE_TOOLCHAIN_FILE=/local/d4/poky/build/tmp/work/aarch64-poky-linux/root/6.04.12-r0/toolchain.cmake
>> > -DCMAKE_VERBOSE_MAKEFILE=1 -DCMAKE_NO_SYSTEM_FROM_IMPORTED=1
>> -Drootfit=ON
>> > -Dminuit2=ON -Dpython=ON -Dssl=ON -Dxrootd=ON -Dbuiltin_freetype=ON
>> > -Dbuiltin_llvm=OFF ${PACKAGECONFIG_CONFARGS} -Wno-dev'
>> > | ERROR: Function failed: do_configure (log file is located at
>> >
>> /local/d4/poky/build/tmp/work/aarch64-poky-linux/root/6.04.12-r0/temp/log.do_configure.16761)
>> > ERROR: Task
>> > (/local/d4/meta-l1calo/recipes-core/root/root_6.04.12.bb:do_configure)
>> > failed with exit code '1'
>> > NOTE: Tasks Summary: Attempted 1027 tasks of which 1024 didn't need to
>> be
>> > rerun and 1 failed.
>> >
>> > Summary: 1 task failed:
>> >   /local/d4/meta-l1calo/recipes-core/root/root_6.04.12.bb:do_configure
>> > Summary: There was 1 ERROR message shown, returning a non-zero exit
>> code.
>> >
>> >
>> > --
>> > _______________________________________________
>> > yocto mailing list
>> > yocto@yoctoproject.org
>> > https://lists.yoctoproject.org/listinfo/yocto
>> >
>>
>

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

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

* Re: LLVM linking for custom recipe
  2017-06-09  0:51     ` Giordon Stark
@ 2017-06-12 13:23       ` Giordon Stark
  0 siblings, 0 replies; 5+ messages in thread
From: Giordon Stark @ 2017-06-12 13:23 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto

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

Hi,

I'm still stuck here, assistance would be appreciated.

Giordon

On Thu, Jun 8, 2017 at 7:51 PM Giordon Stark <kratsg@gmail.com> wrote:

> Looking into more details, I don't know or where bitbake tries to look for
> things as things get compiled (flags, environment, etc)... but the error
> message does say ROOT is looking for
>
> LLVMConfig.cmake
> llvm-config.cmake
>
> However, I see
>
>
> tmp/work/aarch64-poky-linux/llvm3.3/3.3-r0/llvm-3.3.src/cmake/modules/LLVM-Config.cmake
>
> which is perhaps why it can't find it. I assume the output name here isn't
> 100% compatible, and I'm using meta-oe's llvm3.3. I'm just mostly stuck on
> CMake's default behavior here, I think.
>
> Giordon
>
> On Thu, Jun 8, 2017 at 4:37 PM Giordon Stark <kratsg@gmail.com> wrote:
>
>> Hi Khem,
>>
>> Which recipe? My problem is that ROOT's CMake is unable to find the
>> cross-compiled LLVM, and I'm not sure how to get it to find it.
>>
>> Giordon
>>
>> On Thu, Jun 8, 2017 at 3:47 PM Khem Raj <raj.khem@gmail.com> wrote:
>>
>>> On Thu, Jun 8, 2017 at 1:42 PM, Giordon Stark <kratsg@gmail.com> wrote:
>>> > Hi,
>>> >
>>> > I have the following error message when trying to get LLVM linked up.
>>> The
>>> > problem is that I'm using a widely used science software called ROOT
>>> > (https://root.cern.ch/) with the following minimal recipe at the
>>> moment
>>> > (
>>> https://github.com/kratsg/meta-l1calo/blob/master/recipes-core/root/root_6.04.12.bb
>>> )
>>> > however I get the following error...
>>> >
>>> > Any ideas?
>>>
>>> Look into meta-clang there are patches for cross compiling clang/llvm
>>> https://github.com/kraj/meta-clang
>>>
>>> >
>>> > Giordon
>>> >
>>> > | CMake Error at cmake/modules/SearchInstalledSoftware.cmake:662
>>> > (find_package):
>>> > |   By not providing "FindLLVM.cmake" in CMAKE_MODULE_PATH this
>>> project has
>>> > |   asked CMake to find a package configuration file provided by
>>> "LLVM", but
>>> > |   CMake did not find one.
>>> > |
>>> > |   Could not find a package configuration file provided by "LLVM"
>>> with any
>>> > of
>>> > |   the following names:
>>> > |
>>> > |     LLVMConfig.cmake
>>> > |     llvm-config.cmake
>>> > |
>>> > |   Add the installation prefix of "LLVM" to CMAKE_PREFIX_PATH or set
>>> > |   "LLVM_DIR" to a directory containing one of the above files.  If
>>> "LLVM"
>>> > |   provides a separate development package or SDK, be sure it has been
>>> > |   installed.
>>> > | Call Stack (most recent call first):
>>> > |   CMakeLists.txt:58 (include)
>>> > |
>>> > |
>>> > | -- Configuring incomplete, errors occurred!
>>> > | See also
>>> >
>>> "/local/d4/poky/build/tmp/work/aarch64-poky-linux/root/6.04.12-r0/build/CMakeFiles/CMakeOutput.log".
>>> > | See also
>>> >
>>> "/local/d4/poky/build/tmp/work/aarch64-poky-linux/root/6.04.12-r0/build/CMakeFiles/CMakeError.log".
>>> > | WARNING:
>>> >
>>> /local/d4/poky/build/tmp/work/aarch64-poky-linux/root/6.04.12-r0/temp/run.do_configure.16761:1
>>> > exit 1 from 'cmake ${OECMAKE_SITEFILE}
>>> >
>>> /local/d4/poky/build/tmp/work/aarch64-poky-linux/root/6.04.12-r0/root-6.04.12
>>> > -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_INSTALL_BINDIR:PATH=bin
>>> > -DCMAKE_INSTALL_SBINDIR:PATH=sbin
>>> -DCMAKE_INSTALL_LIBEXECDIR:PATH=libexec
>>> > -DCMAKE_INSTALL_SYSCONFDIR:PATH=/etc
>>> > -DCMAKE_INSTALL_SHAREDSTATEDIR:PATH=../com
>>> > -DCMAKE_INSTALL_LOCALSTATEDIR:PATH=/var -DCMAKE_INSTALL_LIBDIR:PATH=lib
>>> > -DCMAKE_INSTALL_INCLUDEDIR:PATH=include
>>> > -DCMAKE_INSTALL_DATAROOTDIR:PATH=share -DCMAKE_INSTALL_SO_NO_EXE=0
>>> >
>>> -DCMAKE_TOOLCHAIN_FILE=/local/d4/poky/build/tmp/work/aarch64-poky-linux/root/6.04.12-r0/toolchain.cmake
>>> > -DCMAKE_VERBOSE_MAKEFILE=1 -DCMAKE_NO_SYSTEM_FROM_IMPORTED=1
>>> -Drootfit=ON
>>> > -Dminuit2=ON -Dpython=ON -Dssl=ON -Dxrootd=ON -Dbuiltin_freetype=ON
>>> > -Dbuiltin_llvm=OFF ${PACKAGECONFIG_CONFARGS} -Wno-dev'
>>> > | ERROR: Function failed: do_configure (log file is located at
>>> >
>>> /local/d4/poky/build/tmp/work/aarch64-poky-linux/root/6.04.12-r0/temp/log.do_configure.16761)
>>> > ERROR: Task
>>> > (/local/d4/meta-l1calo/recipes-core/root/root_6.04.12.bb:do_configure)
>>> > failed with exit code '1'
>>> > NOTE: Tasks Summary: Attempted 1027 tasks of which 1024 didn't need to
>>> be
>>> > rerun and 1 failed.
>>> >
>>> > Summary: 1 task failed:
>>> >   /local/d4/meta-l1calo/recipes-core/root/root_6.04.12.bb:do_configure
>>> > Summary: There was 1 ERROR message shown, returning a non-zero exit
>>> code.
>>> >
>>> >
>>> > --
>>> > _______________________________________________
>>> > yocto mailing list
>>> > yocto@yoctoproject.org
>>> > https://lists.yoctoproject.org/listinfo/yocto
>>> >
>>>
>>

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

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

end of thread, other threads:[~2017-06-12 13:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-08 20:42 LLVM linking for custom recipe Giordon Stark
2017-06-08 20:47 ` Khem Raj
2017-06-08 21:37   ` Giordon Stark
2017-06-09  0:51     ` Giordon Stark
2017-06-12 13:23       ` Giordon Stark

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.