Actions
Bug #292
open
GS
conditionnal PREFER issues on binary packages
Bug #292:
conditionnal PREFER issues on binary packages
Status:
New
Priority:
Normal
Assignee:
-
Description
Hi,
It looks like #287 was fixed for source packages, where (on 16.04 / python 3.5):
root@159cce5b311b:~/robotpkg/path/py-hpp-corbaserver# make install && ldd /opt/openrobots/lib/libhpp-corbaserver.so | grep omni
libomniORB4.so.2 => /opt/openrobots/lib/libomniORB4.so.2 (0x00007f140d756000)
libomnithread.so.4 => /opt/openrobots/lib/libomnithread.so.4 (0x00007f140d550000)
libomniDynamic4.so.2 => /opt/openrobots/lib/libomniDynamic4.so.2 (0x00007f140d04b000)
But not for binary packages (on 16.04 / python 3.5):
root@766a32f70777:~# apt install -qqy robotpkg-py35-hpp-corbaserver && ldd /opt/openrobots/lib/libhpp-corbaserver.so | grep omni
libomniORB4.so.2 => /opt/openrobots/lib/libomniORB4.so.2 (0x00007fb72a89b000)
libomnithread.so.4 => /opt/openrobots/lib/libomnithread.so.4 (0x00007fb72a695000)
libomniDynamic4.so.2 => /opt/openrobots/lib/libomniDynamic4.so.2 (0x00007fb72a190000)
libomniORB4.so.1 => /usr/lib/libomniORB4.so.1 (0x00007fb726ac6000)
libomnithread.so.3 => /usr/lib/libomnithread.so.3 (0x00007fb7268c0000)
I don't see any proper fix for this. But maybe the easiest workaround will be to add a PKGTAG.python to hpp-template-corba. Should I try that ?
No data to display
Actions