Checkrebuild reports same packages after rebuilding

As the title says.
After rebuilding stellarium-bin and librewolf-bin checkrebuild reports same packages. konsave is no longer in the list, these were the three programs displayed by checkrebuild

all packages was rebuilted by

yay -S package --rebuild

I have rebootet after rebuilding.

Do I need to worry about this or can I simply ignore this message?

➜  checkrebuild -v
foreign librewolf-bin
foreign stellarium-bin

ldd /opt/stellarium/squashfs-root/usr/bin/dbus-daemon

/opt/stellarium/squashfs-root/usr/bin/dbus-daemon: /usr/lib/libdbus-1.so.3: version `LIBDBUS_PRIVATE_1.12.20' not found (required by /opt/stellarium/squashfs-root/usr/bin/dbus-daemon)
        libselinux.so.1 => not found
        libapparmor.so.1 => not found

ldd /opt/stellarium/squashfs-root/usr/bin/dbus-monitor

/opt/stellarium/squashfs-root/usr/bin/dbus-monitor: /usr/lib/libdbus-1.so.3: version `LIBDBUS_PRIVATE_1.12.20' not found (required by /opt/stellarium/squashfs-root/usr/bin/dbus-monitor)

ldd /opt/stellarium/squashfs-root/usr/bin/dbus-send

/opt/stellarium/squashfs-root/usr/bin/dbus-send: /usr/lib/libdbus-1.so.3: version `LIBDBUS_PRIVATE_1.12.20' not found (required by /opt/stellarium/squashfs-root/usr/bin/dbus-send)

ldd /opt/stellarium/squashfs-root/usr/bin/dbus-uuidgen

/opt/stellarium/squashfs-root/usr/bin/dbus-uuidgen: /usr/lib/libdbus-1.so.3: version `LIBDBUS_PRIVATE_1.12.20' not found (required by /opt/stellarium/squashfs-root/usr/bin/dbus-uuidgen)

ldd /opt/stellarium/squashfs-root/usr/lib/dbus-1.0/dbus-daemon-launch-helper

/opt/stellarium/squashfs-root/usr/lib/dbus-1.0/dbus-daemon-launch-helper: /usr/lib/libdbus-1.so.3: version `LIBDBUS_PRIVATE_1.12.20' not found (required by /opt/stellarium/squashfs-root/usr/lib/dbus-1.0/dbus-daemon-launch-helper)

ldd /opt/stellarium/squashfs-root/usr/bin/stellarium

        libexiv2.so.27 => not found
        libnlopt.so.0 => not found
        libQt6Charts.so.6 => not found
        libQt6SerialPort.so.6 => not found
        libgps.so.28 => not found

ldd /usr/lib/librewolf/gmp-clearkey/0.1/libclearkey.so

        libmozsqlite3.so => not found


You don’t need to rebuild *-bin packages. They are binaries, you didn’t really build them in the first place.

4 Likes

Didn’t know that. That explains everything. Thanks a lot! :enos:

1 Like

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