-
Notifications
You must be signed in to change notification settings - Fork 1
no python binding generators found #6
Comments
Interesting. Looks like my |
So I did some dependency tracing: To check whether this is good enough, I made sure to remove any/all *sip packages (i.e. |
Maybe |
Ah so interesting enough |
Thanks for confirming/diagnosing!
Do you mean that despite I used to use If it's just needed to configure/install, I'd call that a makedepend. |
Ah sorry I meant that using I don't know much about the package to know if they should also be runtime dependencies along side the makedependencies. |
I have also met a similar problem. It is |
upstream issue: ros-visualization/qt_gui_core#180 |
Workaround: change Upstream issue: ros-visualization/python_qt_binding#69 |
@acxz dug into this a bit myself. The dependency tree seems right, but I don't think
So, all of those packages get built at the same time when you do Anyway, I think you're correct that this needs it at build time. Re. I confirm that your PR #7 fixes for me. |
I'm continuing on rebuilding ros-melodic on arch now that this effort is going on. I had some lingering previous packages like
pyside2
,python-pyside2
,shiboken2
, andpython-shiboken2
that came up during my previous adventure. I was getting this error (mentioned on AUR as well) when trying to build this package:In looking for that:
I think that command is likely supposed to be:
This older post suggested removing
shiboken
, so I did that.Now I'm getting this:
Then I installed
sip
, and now I get:I'm pretty confused by what to make of this. If pyside and/or shiboken and/or sip are required, they should be [make]depends, right? On top of that, something else doesn't seem to be acting right.
The text was updated successfully, but these errors were encountered: