-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failure to compile YARP with the option ENABLE_yarpcar_portmonitor
, ON
#3067
Comments
Can you report the output of |
YARP's CMakeCache.txt: |
Ok, the strange part of the CMakeCache is this one:
The
I wonder if somehow If the
? If the problem persists, I would be curious to debug the issue. |
Ehsan@iiticublap281lu:~$ file /usr/lib/x86_64-linux-gnu/libswscale.so
/usr/lib/x86_64-linux-gnu/libswscale.so: cannot open `/usr/lib/x86_64-linux-gnu/libswscale.so' (No such file or directory)
Ehsan@iiticublap281lu:~$ file /usr/lib/x86_64-linux-gnu/libswscale.so. 5.9.100
/usr/lib/x86_64-linux-gnu/libswscale.so.: cannot open `/usr/lib/x86_64-linux-gnu/libswscale.so.' (No such file or directory)
5.9.100: cannot open `5.9.100' (No such file or directory) |
Bingo! For some reason |
Sorry, I did a typo, the correct command was |
Ehsan@iiticublap281lu:~$ file /usr/lib/x86_64-linux-gnu/libswscale.so.5.9.100
/usr/lib/x86_64-linux-gnu/libswscale.so.5.9.100: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a9a5e85a05918ececa64eb96fc88599b127990c3, stripped |
Interesting, so only |
I did try to install but nothing was installed. |
Which command did you run? To re-install the package, you need to run |
ah, ok I did |
After running the /usr/lib/x86_64-linux-gnu/libswscale.so: symbolic link to libswscale.so.5.9.100
/usr/lib/x86_64-linux-gnu/libswscale.so.5.9.100: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a9a5e85a05918ececa64eb96fc88599b127990c3, stripped Now, I am gonna recompile to see if the issue got fixed. |
You probably need to start from a clean build, or at least remove the |
By the way, do you have any idea of any operation that you did on your computer (with |
Thanks. Before seeing this command I did reinstall it successfully without having the mentioned issue. Thanks! I will also do the clean install. |
Ok, feel free to close the issue then! |
I may recall something related to the scaling. I had an issue with the latest Ubuntu versions which when connecting to a second display, the resolution was high but the icons and tabs were tiny. To solve it I installed https://gitlab.gnome.org/GNOME/gnome-tweaks. It was a long time ago and I may have done some other stuff as well which I do not recall. I do not know if that could be the reason. |
It is difficult to tell, but thanks for reporting this! |
@EhsanRanjbari if you think the problem is solved, feel free to close the issue. |
Closing the issue as completed. Thanks @traversaro |
I am having a compilation error as below when the option
ENABLE_yarpcar_portmonitor
isON
: (https://github.com/ami-iit/element_haptic-gloves/issues/159#issuecomment-1805295330)Configuration (please complete the following information):
see: #2885 (comment)
The text was updated successfully, but these errors were encountered: