LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware - ARM (https://www.linuxquestions.org/questions/slackware-arm-108/)
-   -   /sbin/ldconfig libQt6Widgets.so.6 is truncated ? (https://www.linuxquestions.org/questions/slackware-arm-108/sbin-ldconfig-libqt6widgets-so-6-is-truncated-4175735721/)

glorsplitz 04-05-2024 08:51 PM

/sbin/ldconfig libQt6Widgets.so.6 is truncated ?
 
hello all, just applied last batch updates

rockpro64 few seconds before login prompt, messages rolled off the screen, something about
/sbin/ldconfig /usr/lib64/libQt6Widgets.so.6 is truncated

also for /usr/lib64/libQt6Widgets.so.6.6.3,/usr/lib64/libQt6Widgets.so

nothing in dmesg,messages,syslog

anything to worry about? what can I do to investigate further?

thank you

gus3 04-06-2024 01:54 PM

If your current qt6-6.6.3_20240319_c2516323-aarch64-1.txz doesn't contain 118012364 bytes, you need to re-download and re-install it.

If it does contain 118012364 bytes, perhaps you should re-download and re-install it anyway, as a "tooling repair".

drmozes 04-06-2024 02:55 PM

Quote:

Originally Posted by gus3 (Post 6494467)
If your current qt6-6.6.3_20240319_c2516323-aarch64-1.txz doesn't contain 118012364 bytes, you need to re-download and re-install it.

If it does contain 118012364 bytes, perhaps you should re-download and re-install it anyway, as a "tooling repair".

Since the library /usr/lib64/libQt6Widgets.so.6.6.3 is corrupted, the qt6 package will need to be reinstalled even if the package's checksum (assuming it's still available locally) matches the one on the ftp site.

Code:

root@honey:~# ls -la  /usr/lib64/libQt6Widgets.so*
lrwxrwxrwx 1 root root      18 Mar 31 18:07 /usr/lib64/libQt6Widgets.so -> libQt6Widgets.so.6*
lrwxrwxrwx 1 root root      22 Mar 31 18:07 /usr/lib64/libQt6Widgets.so.6 -> libQt6Widgets.so.6.6.3*
-rwxr-xr-x 1 root root 7717896 Mar 27 08:22 /usr/lib64/libQt6Widgets.so.6.6.3*
root@honey:~# ldconfig
root@honey:~#


glorsplitz 04-06-2024 03:11 PM

yes, that was the issue, thank you both.

Code:

root@armbox:~# ls -la  /usr/lib64/libQt6Widgets.so*
lrwxrwxrwx 1 root root      18 Apr  6 15:57 /usr/lib64/libQt6Widgets.so -> libQt6Widgets.so.6*
lrwxrwxrwx 1 root root      22 Apr  6 15:57 /usr/lib64/libQt6Widgets.so.6 -> libQt6Widgets.so.6.6.3*
-rwxr-xr-x 1 root root 7717896 Mar 27 04:22 /usr/lib64/libQt6Widgets.so.6.6.3*
root@armbox:~# ldconfig



All times are GMT -5. The time now is 09:17 AM.