64studio / pdk

64 Studio Platform Development Kit
GNU General Public License v2.0
20 stars 8 forks source link

pdk closure does not like packages like python:any #17

Closed obbardc closed 6 years ago

obbardc commented 8 years ago

This causes PDK closure to quit with an error about not finding python:any.

Unable to calculate closure [u"0 ... Can't install jackd2_1.9.10+20140719git3eb0ae6a~dfsg-2: no package provides python:any"]

even though Python is already specified as a dependency.

Test command (without Python as a dependency): pdk abstract --arch=armhf --packages="jackd2" test.xml pdk resolve test.xml pdk closure --out-file=test.xml --arch=armhf test.xml pdk upgrade test.xml

obbardc commented 8 years ago

Upstream issue.

Please for now build smartpm from our repo with patches applied. Instructions here: https://github.com/64studio/smart/wiki/Building-on-Debian

Upstream issue: https://github.com/smartpm/smart/issues/6 Upstream patch pull request: https://github.com/smartpm/smart/pull/7

obbardc commented 6 years ago

With our compiled version of smart, this now works.