-
Notifications
You must be signed in to change notification settings - Fork 0
Runtime Error #1
Comments
I can confirm. That said, a simple google search did help immensely and I found not only the same sorts of issues, but a PR which cited why it was happening, and the fix required. That is now as a PR on cv_bridge. If you'd like to fix this sooner, just edit @bionade24 how do you want to handle issues involving upstream, as well as waiting for the fix to get to us? For example:
|
So something similar happened during the QTLibs fiasco. What we did was ensure that upstream knew about the relevant issue and created one if they didn't. We then did a patch on our end, so that Arch users can still use the package. Once the fix gets incorporated into the latest release, we remove the patch. |
Let's keep this issue open until our patch gets released into the AUR and upstream knows about the issue. |
@jwhendy No excuses :) |
@acxz want to validate #2? Upstream already knows via my PR. I think we leave this open until upstream is released. That way this is a reminder that we can remove our patch once upstream releases the fix. Otherwise there is no way I'll remember to keep checking! |
Sure, I'll check later today. I'm not particularly opposed to doing so, but then I feel like we should keep an issue open for every package that is patched. |
That works for me, though it assumes someone will manually do this. I used a script and would not necessarily be thinking about patches. That said, handling the order of sources in the That said, if we ever migrated to something more automated for updating based on upstream, we could miss this. Patching an already fixed file won't necessarily fail.
|
Just checked the patch works on my end. I see, hmm okay then. |
Hi I'm back again. We always closed the issues after patching, and I created some -git packages because I haven't wanted this patching. I think the best way for the future is to label patched things and leave them open until a new upstream release with the patch included is available. |
I have installed Melodic on my archlinux with
yay
. looks like gazebo, roscore and ... run seamlessly, but whenever I try to import cv_bridge in python (v3.7) I get this:RuntimeError: FATAL: module compiled as little endian, but detected different endianness at runtime
I have not investigated the issue but a simple google search did not help.
The text was updated successfully, but these errors were encountered: