hikyuu
hikyuu copied to clipboard
[build] build script return value is incorrect
environment
os:
> cat /etc/os-release
NAME="Rocky Linux"
VERSION="8.7 (Green Obsidian)"
ID="rocky"
ID_LIKE="rhel centos fedora"
VERSION_ID="8.7"
PLATFORM_ID="platform:el8"
PRETTY_NAME="Rocky Linux 8.7 (Green Obsidian)"
ANSI_COLOR="0;32"
LOGO="fedora-logo-icon"
CPE_NAME="cpe:/o:rocky:rocky:8:GA"
HOME_URL="https://rockylinux.org/"
BUG_REPORT_URL="https://bugs.rockylinux.org/"
ROCKY_SUPPORT_PRODUCT="Rocky-Linux-8"
ROCKY_SUPPORT_PRODUCT_VERSION="8.7"
REDHAT_SUPPORT_PRODUCT="Rocky Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="8.7"
xmake version:
> xmake --version
xmake v2.7.3+202211201753, A cross-platform build utility based on Lua
Copyright (C) 2015-present Ruki Wang, tboox.org, xmake.io
_
__ ___ __ __ __ _| | ______
\ \/ / | \/ |/ _ | |/ / __ \
> < | \__/ | /_| | < ___/
/_/\_\_|_| |_|\__ \|_|\_\____|
by ruki, xmake.io
👉 Manual: https://xmake.io/#/getting_started
🙏 Donate: https://xmake.io/#/sponsor
source package version:
https://github.com/fasiondog/hikyuu/archive/refs/tags/1.2.6.tar.gz
problem
run command:
cd /packages/hikyuu \
&& tar zxf hikyuu-1.2.6.tar.gz \
&& tar zxf boost_1_69_0.tar.gz -C hikyuu-1.2.6/ \
&& cd hikyuu-1.2.6 \
&& python setup.py build -j 24 \
&& python setup.py test \
&& python setup.py install
result:
expect:
returns a non-zero value, indicating that the current command failed to execute