You are not logged in.

#1 2009-07-24 16:50:38

taken2k4
Member
Registered: 2009-04-03
Posts: 22

Update to kernel 2.6.30.2-1 splashy do not work

Hi all, 22th of july I updated my beautiful archlinux system, I do not have the list of files which where updated (does anybody knows how to know that? tongue), so after te kernel update Archlinux do a mkinitcpio and it return this messages errors :

ERROR: file '/usr/lib/libdirectfb-1.2.so.0' does not exist
ERROR: file '/usr/lib/libfusion-1.2.so.0' does not exist
ERROR: file '/usr/lib/libdirect-1.2.so.0' does not exist
ERROR: file '/usr/lib/libjpeg.so.62' does not exist
ERROR: file '/usr/lib/directfb-1.2-0/wm/libdirectfbwm_default.so' does not exist
ERROR: file '/usr/lib/directfb-1.2-0/systems/libdirectfb_fbdev.so' does not exist
ERROR: file '/usr/lib/directfb-1.2-0/inputdrivers/libdirectfb_keyboard.so' does not exist
ERROR: file '/usr/lib/directfb-1.2-0/interfaces/IDirectFBFont/libidirectfbfont_ft2.so' does not exist
ERROR: file '/usr/lib/directfb-1.2-0/interfaces/IDirectFBFont/libidirectfbfont_default.so' does not exist
ERROR: file '/usr/lib/directfb-1.2-0/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_png.so' does not exist
ERROR: file '/usr/lib/directfb-1.2-0/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_jpeg.so' does not exist

So the first thing that I did was to see that location and I do have /usr/lib/libdirectb BUT 1.4 version and (in the same location) libjpeg.so BUT 7 version, so I had to edit :

sudo vim /lib/initcpio/install/splashy : changing the versions of those libraries to ones that I do have installed in my system.

I do not know if anyone had the same issue. I hope help with this.

thanks in advance and best regards.

Offline

#2 2009-07-24 19:26:52

djszapi
Member
From: Cambridge, United Kingdom
Registered: 2009-06-14
Posts: 1,439
Website

Re: Update to kernel 2.6.30.2-1 splashy do not work

Hello taken2k4!

First of all, i miss a genlop -c/i like package/functionality too, like on my gentoo was. But you can see of course the pacman.log.

It must contain related informations.

Why do you 'hack' the version manually ? It's just a formal change only. Please use pacman -Syu, and write the error messages if there are.

Hope this helps.

Offline

#3 2009-07-30 03:19:54

PiklesOnFire
Member
From: USA
Registered: 2009-04-10
Posts: 21
Website

Re: Update to kernel 2.6.30.2-1 splashy do not work

Sorry for the late response, I just got a very similar issue, my error was:

ERROR: file '/usr/lib/libdirectfb-1.2.so.0' does not exist
ERROR: file '/usr/lib/libfusion-1.2.so.0' does not exist
ERROR: file '/usr/lib/libdirect-1.2.so.0' does not exist
ERROR: file '/usr/lib/directfb-1.2-0/wm/libdirectfbwm_default.so' does not exist
ERROR: file '/usr/lib/directfb-1.2-0/systems/libdirectfb_fbdev.so' does not exist
ERROR: file '/usr/lib/directfb-1.2-0/inputdrivers/libdirectfb_keyboard.so' does not exist
ERROR: file '/usr/lib/directfb-1.2-0/interfaces/IDirectFBFont/libidirectfbfont_ft2.so' does not exist
ERROR: file '/usr/lib/directfb-1.2-0/interfaces/IDirectFBFont/libidirectfbfont_default.so' does not exist
ERROR: file '/usr/lib/directfb-1.2-0/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_png.so' does not exist
ERROR: file '/usr/lib/directfb-1.2-0/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_jpeg.so' does not exist

upgrading splashy from the AUR fixed the issue right away though.

Hope this helps :]]]


System Error: Signature not found.
(ohnoze!!!)

Offline

#4 2009-07-30 04:45:44

sand_man
Member
From: Australia
Registered: 2008-06-10
Posts: 2,164

Re: Update to kernel 2.6.30.2-1 splashy do not work

PiklesOnFire wrote:

Sorry for the late response, I just got a very similar issue, my error was:

ERROR: file '/usr/lib/libdirectfb-1.2.so.0' does not exist
ERROR: file '/usr/lib/libfusion-1.2.so.0' does not exist
ERROR: file '/usr/lib/libdirect-1.2.so.0' does not exist
ERROR: file '/usr/lib/directfb-1.2-0/wm/libdirectfbwm_default.so' does not exist
ERROR: file '/usr/lib/directfb-1.2-0/systems/libdirectfb_fbdev.so' does not exist
ERROR: file '/usr/lib/directfb-1.2-0/inputdrivers/libdirectfb_keyboard.so' does not exist
ERROR: file '/usr/lib/directfb-1.2-0/interfaces/IDirectFBFont/libidirectfbfont_ft2.so' does not exist
ERROR: file '/usr/lib/directfb-1.2-0/interfaces/IDirectFBFont/libidirectfbfont_default.so' does not exist
ERROR: file '/usr/lib/directfb-1.2-0/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_png.so' does not exist
ERROR: file '/usr/lib/directfb-1.2-0/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_jpeg.so' does not exist

upgrading splashy from the AUR fixed the issue right away though.

Hope this helps :]]]

That makes sense since splashy wouldn't update with pacman -Syu
directfb upgrade would have been the culprit.


neutral

Offline

#5 2009-07-30 06:49:49

taken2k4
Member
Registered: 2009-04-03
Posts: 22

Re: Update to kernel 2.6.30.2-1 splashy do not work

Well I read another post where says something like :

Download the package from AUR and change the versions of the libdirecfb from 1.2 to 1.4 an reinstall it, but I am afraid that I have to say that does not work, at least for me.

Offline

#6 2009-07-30 07:23:22

audaly
Member
From: France
Registered: 2004-12-13
Posts: 60

Re: Update to kernel 2.6.30.2-1 splashy do not work

Just reinstall splashy from AUR (http://aur.archlinux.org/packages.php?ID=10211 Last Updated: Mon, 27 Jul 2009 02:38:23 +0000)

It worked for me.

Offline

#7 2009-07-30 09:54:16

taken2k4
Member
Registered: 2009-04-03
Posts: 22

Re: Update to kernel 2.6.30.2-1 splashy do not work

There you GO! That is correct... It worked for me too!... big_smile Thanks!

Offline

Board footer

Powered by FluxBB