Skip to content

Failure in build_mac/build_thirdparty.sh - "CFLAGS: unbound variable" error #64777

@sduzh

Description

@sduzh

After fixed #64775 I encountered another error while executing build_mac/build_thirdparty.sh:

./build_thirdparty.sh: line 1653: CFLAGS: unbound variable

Root Cause:

The issue appears to stem from the build_icu() function within build_thirdparty.sh, which unsets certain environment variables (including CFLAGS):

unset CPPFLAGS
unset CXXFLAGS
unset CFLAGS

Metadata

Metadata

Assignees

No one assigned

    Labels

    type/buildReport failed StarRocks build from main

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions