[meta-virtualization] [PATCH] ceph: disable ccache

Bruce Ashfield bruce.ashfield at gmail.com
Thu Feb 14 06:08:09 PST 2019


merged.

Bruce

On Wed, Feb 13, 2019 at 10:18 PM Dengke Du <dengke.du at windriver.com> wrote:
>
> When enable ccache for ceph, error occurs:
> -----------------------------------------------------
>     ccache: invalid option -- 'E'
>     ...
>     Unable to determine C++ standard library, got .
> -----------------------------------------------------
> This is because variable "CXX_STDLIB" was null in CMakeLists.txt line: 637,
> The "CXX_STDLIB" come from:
> -----------------------------------------------------
>     execute_process(
>       COMMAND ./librarytest.sh ${CMAKE_CXX_COMPILER} ${CMAKE_CXX_FLAGS}
>       WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
>       OUTPUT_VARIABLE CXX_STDLIB
>       )
> -----------------------------------------------------
> The script librarytest.sh in ceph accept argument: compile and flags, but when
> enable ccache, the compile replace by ccache, so that script failed.
>
> So we disable ccache for ceph now.
>
> Signed-off-by: Dengke Du <dengke.du at windriver.com>
> ---
>  recipes-extended/ceph/ceph_13.2.2.bb | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/recipes-extended/ceph/ceph_13.2.2.bb b/recipes-extended/ceph/ceph_13.2.2.bb
> index 08021cf..0cba08a 100644
> --- a/recipes-extended/ceph/ceph_13.2.2.bb
> +++ b/recipes-extended/ceph/ceph_13.2.2.bb
> @@ -101,3 +101,4 @@ PACKAGES += " \
>  "
>  INSANE_SKIP_${PN}-python += "ldflags"
>  INSANE_SKIP_${PN} += "dev-so"
> +CCACHE_DISABLE = "1"
> --
> 2.7.4
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization



-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II


More information about the meta-virtualization mailing list