You are not logged in.

#1 2012-05-22 02:55:45

rogue
Member
Registered: 2011-08-03
Posts: 68
Website

[solved] Pacman shows Idconfig errors

Whenever I am upgrading or installing a package with pacman, I get the following printout after the operation is finished.

[2012-05-21 22:51] Running 'pacman -S flashplugin'
[2012-05-21 22:52] upgraded flashplugin (11.2.202.235-1 -> 11.2.202.235-1)
[2012-05-21 22:52] ldconfig: File /usr/lib/libfltk.so is empty, not checked.
[2012-05-21 22:52] ldconfig: File /usr/lib/libfltk_gl.so.1.3 is empty, not checked.
[2012-05-21 22:52] ldconfig: File /usr/lib/libfltk_gl.so is empty, not checked.
[2012-05-21 22:52] ldconfig: File /usr/lib/libfltk_forms.so.1.3 is empty, not checked.
[2012-05-21 22:52] ldconfig: File /usr/lib/libfltk_images.so is empty, not checked.
[2012-05-21 22:52] ldconfig: File /usr/lib/libfltk_images.so.1.3 is empty, not checked.
[2012-05-21 22:52] ldconfig: File /usr/lib/libfltk.so.1.3 is empty, not checked.
[2012-05-21 22:52] ldconfig: File /usr/lib/libfltk_forms.so is empty, not checked.

Why is this? What must I do to fix it?

I reinstalled the fltk package, then re-uninstalled it. Seems fixed.

Last edited by rogue (2012-05-22 03:10:58)

Offline

#2 2012-05-22 03:09:51

Ranmaru
Member
From: Japan
Registered: 2011-11-20
Posts: 60

Re: [solved] Pacman shows Idconfig errors

Reinstall the packages that own these libraries. I think it's the FLTK package, but I'm not 100% sure. Use pacman -Qo to find out.

Then first try to reinstall it normally.

pacman -S fltk

If that doesn't work, force it.

pacman -S fltk --force

Offline

Board footer

Powered by FluxBB