boost 1.86 aix build error
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 30/100
- Issue type
- Bug
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- cpp
- Domain
- build-system, operating-systems
Research direction
Start by reproducing the Boost.Process v2 build on AIX 7100-05 and inspect the reported locations in impl/pid.ipp, ext/impl/exe.ipp, and impl/error.ipp. Determine why these files report an unsupported platform and a duplicate SIGLOST case, then verify that the AIX build completes without those errors.
Written by the indexing model from the issue text.
Description
aix version 7100-05
/usr/local/include/boost/process/v2/impl/pid.ipp:729:2: error: #error "Platform not supported"
#error "Platform not supported"
/usr/local/include/boost/process/v2/ext/impl/exe.ipp:175:2: error: #error "Platform not supported"
#error "Platform not supported"
^~~~~
/usr/local/include/boost/process/v2/impl/error.ipp: In member function 'virtual std::__cxx11::string boost::process::v2::error::detail::exit_code_category::message(int) const':
/usr/local/include/boost/process/v2/impl/error.ipp:112:21: error: duplicate case value
case SIGLOST: return "SIGLOST: File lock lost (unused)";
- Dominant language
- C++
- Stars
- 145
- Forks
- 151
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from boostorg/process
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 1/5 Under an hour Newbie friendliness 72/100
-
Difficulty 1/5 Under an hour Newbie friendliness 68/100
-
Difficulty 4/5 3-5 days Newbie friendliness 45/100
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
All issues in boostorg/process
Similar issues
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
AXERA-TECH/ax-llm#77 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
games-on-whales/wolf#509 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
bug-unconfirmed
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
NVIDIA/cuda-samples#453 ·