Question about unresolved for packages in the same project

Hi!

I’m new to the open build service, so forgive me if the question is too basic. I’ve created a subproject called gt52 with two packages. The first package “grid-packaging-tools” builds OK but the second one “globus-core” fails with unresolved. This, as far as I understand is due to the fact that it the first package is part of its buildrequires. I’m not sure how to resolve this. Any help would be appreciated.

Best wishes,

Emmanouil

I think I figured out the reasons for the dependency failing. At the time of the building of the first package the “use for build” flag was disabled. After I enabled it, I deleted the first package published binaries and rebuilt. Then the rest worked as expected.