#1683 389-ds and other include buildreqiures modulemd said cannot find module builds
Opened 3 years ago by zhongtianxie. Modified 2 years ago

for me a simple module build ok(like httpd), but for some need other modules as buildrequires packges, mbs said Cannot find any module builds for buildrequires as below:

curl -X POST -H "Content-Type: application/json" -u : --negotiate -d @389-ds.json https://mbs.mymbs.org/module-build-service/1/module-builds/
{
"error": "Unprocessable Entity",
"message": "Cannot find any module builds for nodejs:10",
"status": 422
}

for me , mbs config.py set resolver = 'koji' and add koji_tag_with_modules in platform.yaml


need build nodejs:10 ,mbs use db toresolve BR.

Can you provide a clearer explanation of what you think MBS is doing wrong?

Odds are that mbs is telling you the truth -- that the required module is not available in the koji tag that you have set for resolution.

Can you provide a clearer explanation of what you think MBS is doing wrong?

Odds are that mbs is telling you the truth -- that the required module is not available in the koji tag that you have set for resolution.

sorry , What I want to express is that I need to prepare to build nodejs:10 first, when nodejs:10 moudle build ok, the problem does not exist.

Login to comment on this ticket.

Metadata