On a 64 bits, system packages are now installed into :
CMAKE_INSTALL_PREFIX/lib64 and not CMAKE_INSTALL_PREFIX/lib
Thus when we try to get information (but also when we define dependencies to vle system pkgs), the sytem pkgs are not found, eg:
vle --info
Binary package repositories: 2
0: /work/rtrepos/vlehomedev/vle-2001/pkgs
1: /save/rtrepos/install/vledev/lib/vle-2.1/pkgs
error: Package error: '/save/rtrepos/install/vledev/lib/vle-2.1/pkgs' is not a directory
Binary package: 25
On a 64 bits, system packages are now installed into :
CMAKE_INSTALL_PREFIX/lib64 and not CMAKE_INSTALL_PREFIX/lib
Thus when we try to get information (but also when we define dependencies to vle system pkgs), the sytem pkgs are not found, eg:
Binary package repositories: 2