build command:
USE_SYSTEM_LIBS=1 ./build_rcclx.sh
error info:
LibMambaUnsatisfiableError: Encountered problems while solving:
- package folly-2021.12.20.00-h1234567_1 requires glog >=0.5.0,<0.6.0a0, but none of the providers can be installed
Could not solve for environment specs
The following packages are incompatible
├─ folly =* * is installable with the potential options
│ ├─ folly [2021.08.02.00|2021.08.23.00|...|2022.04.25.00] would require
│ │ └─ glog >=0.5.0,<0.6.0a0 *, which can be installed;
│ ├─ folly [2022.05.02.00|2022.07.25.00|...|2024.02.19.00] would require
│ │ └─ glog >=0.6.0,<0.7.0a0 *, which can be installed;
│ ├─ folly [2023.09.25.00|2024.06.10.00|...|2026.01.19.00] would require
│ │ └─ glog >=0.7.1,<0.8.0a0 * with the potential options
│ │ ├─ glog 0.7.1 would require
│ │ │ └─ gflags >=2.3.0,<2.4.0a0 *, which can be installed;
│ │ └─ glog 0.7.1, which can be installed;
│ ├─ folly [2023.09.25.00|2024.02.19.00|...|2024.05.20.00] would require
│ │ └─ glog >=0.7.0,<0.8.0a0 * with the potential options
│ │ ├─ glog 0.7.1, which can be installed (as previously explained);
│ │ ├─ glog 0.7.0, which can be installed;
│ │ └─ glog 0.7.1, which can be installed;
│ ├─ folly 2023.09.25.00 would require
│ │ ├─ gflags >=2.2.2,<2.3.0a0 *, which conflicts with any installable versions previously reported;
│ │ └─ glog >=0.7.0,<0.8.0a0 * with the potential options
│ │ ├─ glog 0.7.1, which can be installed (as previously explained);
│ │ ├─ glog 0.7.0, which can be installed;
│ │ └─ glog 0.7.1, which can be installed;
│ └─ folly 2023.09.25.00 would require
│ ├─ gflags >=2.2.2,<2.3.0a0 *, which conflicts with any installable versions previously reported;
│ └─ glog >=0.7.1,<0.8.0a0 * with the potential options
│ ├─ glog 0.7.1, which can be installed (as previously explained);
│ └─ glog 0.7.1, which can be installed;
└─ glog ==0.4.0 * is not installable because it conflicts with any installable versions previously reported.
how to build, should I just build without USE_SYSTEM_LIBS?
build command:
USE_SYSTEM_LIBS=1 ./build_rcclx.sherror info:
LibMambaUnsatisfiableError: Encountered problems while solving:
Could not solve for environment specs
The following packages are incompatible
├─ folly =* * is installable with the potential options
│ ├─ folly [2021.08.02.00|2021.08.23.00|...|2022.04.25.00] would require
│ │ └─ glog >=0.5.0,<0.6.0a0 *, which can be installed;
│ ├─ folly [2022.05.02.00|2022.07.25.00|...|2024.02.19.00] would require
│ │ └─ glog >=0.6.0,<0.7.0a0 *, which can be installed;
│ ├─ folly [2023.09.25.00|2024.06.10.00|...|2026.01.19.00] would require
│ │ └─ glog >=0.7.1,<0.8.0a0 * with the potential options
│ │ ├─ glog 0.7.1 would require
│ │ │ └─ gflags >=2.3.0,<2.4.0a0 *, which can be installed;
│ │ └─ glog 0.7.1, which can be installed;
│ ├─ folly [2023.09.25.00|2024.02.19.00|...|2024.05.20.00] would require
│ │ └─ glog >=0.7.0,<0.8.0a0 * with the potential options
│ │ ├─ glog 0.7.1, which can be installed (as previously explained);
│ │ ├─ glog 0.7.0, which can be installed;
│ │ └─ glog 0.7.1, which can be installed;
│ ├─ folly 2023.09.25.00 would require
│ │ ├─ gflags >=2.2.2,<2.3.0a0 *, which conflicts with any installable versions previously reported;
│ │ └─ glog >=0.7.0,<0.8.0a0 * with the potential options
│ │ ├─ glog 0.7.1, which can be installed (as previously explained);
│ │ ├─ glog 0.7.0, which can be installed;
│ │ └─ glog 0.7.1, which can be installed;
│ └─ folly 2023.09.25.00 would require
│ ├─ gflags >=2.2.2,<2.3.0a0 *, which conflicts with any installable versions previously reported;
│ └─ glog >=0.7.1,<0.8.0a0 * with the potential options
│ ├─ glog 0.7.1, which can be installed (as previously explained);
│ └─ glog 0.7.1, which can be installed;
└─ glog ==0.4.0 * is not installable because it conflicts with any installable versions previously reported.
how to build, should I just build without USE_SYSTEM_LIBS?