Checkrebuild reporting same packages after rebuilding

When I did checkrebuild:

$ checkrebuild
foreign	dropbox
foreign	popcorntime
foreign	ums

and after I rebuild the packages it still gives me the same packages to rebuild.

That’s odd. Are there still any files in /usr/lib/python3.8/site-packages/?

No, there is no directory /usr/lib/python3.8 and there is no dependencies of python in dropbox, popcorntime or ums.

Ah, you’re right. What’s the verbose output?

checkrebuild -v
checkrebuild -v
foreign	dropbox
foreign	popcorntime
foreign	ums

ldd /usr/share/popcorntime/lib/libnode.so

	libnw.so => not found

ldd /usr/share/popcorntime/lib/libnw.so

	libffmpeg.so => not found

ldd /opt/ums/jre15/lib/libzip.so

	libjvm.so => not found
	libjvm.so => not found

ldd /opt/ums/jre15/lib/libverify.so

	libjvm.so => not found

ldd /opt/ums/jre15/lib/libsplashscreen.so

	libjvm.so => not found
	libjvm.so => not found

ldd /opt/ums/jre15/lib/libsctp.so

	libjvm.so => not found
	libjvm.so => not found
	libjvm.so => not found

ldd /opt/ums/jre15/lib/librmi.so

	libjvm.so => not found

ldd /opt/ums/jre15/lib/libprefs.so

	libjvm.so => not found
	libjvm.so => not found

ldd /opt/ums/jre15/lib/libnet.so

	libjvm.so => not found
	libjvm.so => not found

ldd /opt/ums/jre15/lib/libnio.so

	libjvm.so => not found
	libjvm.so => not found

ldd /opt/ums/jre15/lib/libmlib_image.so

	libjvm.so => not found
	libjvm.so => not found

ldd /opt/ums/jre15/lib/libmanagement.so

	libjvm.so => not found
	libjvm.so => not found

ldd /opt/ums/jre15/lib/libmanagement_agent.so

	libjvm.so => not found
	libjvm.so => not found

ldd /opt/ums/jre15/lib/libmanagement_ext.so

	libjvm.so => not found
	libjvm.so => not found

ldd /opt/ums/jre15/lib/liblcms.so

	libjvm.so => not found
	libjvm.so => not found
	libjvm.so => not found

ldd /opt/ums/jre15/lib/libjsound.so

	libjvm.so => not found
	libjvm.so => not found

ldd /opt/ums/jre15/lib/libjimage.so

	libjvm.so => not found

ldd /opt/ums/jre15/lib/libjdwp.so

	libjvm.so => not found
	libjvm.so => not found

ldd /opt/ums/jre15/lib/libjawt.so

	libjvm.so => not found
	libjvm.so => not found
	libjvm.so => not found
	libjvm.so => not found

ldd /opt/ums/jre15/lib/libjava.so

	libjvm.so => not found

ldd /opt/ums/jre15/lib/libjavajpeg.so

	libjvm.so => not found
	libjvm.so => not found

ldd /opt/ums/jre15/lib/libinstrument.so

	libjvm.so => not found
	libjvm.so => not found

ldd /opt/ums/jre15/lib/libfontmanager.so

	libjvm.so => not found
	libjvm.so => not found
	libjvm.so => not found

ldd /opt/ums/jre15/lib/libextnet.so

	libjvm.so => not found
	libjvm.so => not found

ldd /opt/ums/jre15/lib/libawt_xawt.so

	libjvm.so => not found
	libjvm.so => not found
	libjvm.so => not found

ldd /opt/ums/jre15/lib/libawt.so

	libjvm.so => not found
	libjvm.so => not found

ldd /opt/ums/jre15/lib/libawt_headless.so

	libjvm.so => not found
	libjvm.so => not found
	libjvm.so => not found

ldd /opt/dropbox/_yappi.cpython-37m-x86_64-linux-gnu.so

	libffi.so.6 => not found

ldd /opt/dropbox/tprt.cpython-37m-x86_64-linux-gnu.so

	libdropbox_tprt.so => not found

ldd /opt/dropbox/nucleus_python.cpython-37m-x86_64-linux-gnu.so

	libdropbox_nucleus.so => not found

ldd /opt/dropbox/libQt5WebKit.so.5

	libicui18n.so.42 => not found
	libicuuc.so.42 => not found
	libicudata.so.42 => not found

ldd /opt/dropbox/libQt5Core.so.5

	libicui18n.so.42 => not found
	libicuuc.so.42 => not found
	libicudata.so.42 => not found

ldd /opt/dropbox/libicuuc.so.42

	libicudata.so.42 => not found

ldd /opt/dropbox/libicui18n.so.42

	libicuuc.so.42 => not found

ldd /opt/dropbox/_ctypes.cpython-37m-x86_64-linux-gnu.so

	libffi.so.6 => not found

ldd /opt/dropbox/apex._apex.cpython-37m-x86_64-linux-gnu.so

	libdropbox_apex.so => not found

ldd /opt/dropbox/_cffi_backend.cpython-37m-x86_64-linux-gnu.so

	libffi.so.6 => not found

If the aforementioned programs are running normally, I wouldn’t worry about it. Have you rebooted since?

Some of the libs are in they’re places although “ldd” says “not found”, others are in a subdirectory.

Yes, that’s what I thought. Everything is working. :slight_smile:

Related issue:

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.