Splashy error

Postate qui per tutte le discussioni legate a Linux in generale.

Moderatore: Staff

Regole del forum
1) Citare sempre la versione di Slackware usata, la versione del Kernel e magari anche la versione della libreria coinvolta. Questi dati aiutano le persone che possono rispondere.
2) Per evitare confusione prego inserire in questo forum solo topic che riguardano appunto Gnu/Linux in genere, se l'argomento è specifico alla Slackware usate uno dei forum Slackware o Slackware64.
3) Leggere attentamente le risposte ricevute
4) Scrivere i messaggi con il colore di default, evitare altri colori.
5) Scrivere in Italiano o in Inglese, se possibile grammaticalmente corretto, evitate stili di scrittura poco chiari, quindi nessuna abbreviazione tipo telegramma o scrittura stile SMS o CHAT.
6) Appena registrati è consigliato presentarsi nel forum dedicato.

La non osservanza delle regole porta a provvedimenti di vari tipo da parte dello staff, in particolare la non osservanza della regola 5 porta alla cancellazione del post e alla segnalazione dell'utente. In caso di recidività l'utente rischia il ban temporaneo.
Rispondi
wmhrae
Linux 0.x
Linux 0.x
Messaggi: 2
Iscritto il: gio 2 ago 2007, 11:24

Splashy error

Messaggio da wmhrae »

How can I resolve this continues error on my Slackware version12

gcc: /usr/lib/directfb-1.0-0/systems/libdirectfb_fbdev.o: No such file or directory
gcc: /usr/lib/directfb-1.0-0/wm/libdirectfbwm_default.o: No such file or directory
gcc: /usr/lib/directfb-1.0-0/interfaces/IDirectFBFont/libidirectfbfont_ft2.o: No such file or directory
gcc: /usr/lib/directfb-1.0-0/interfaces/IDirectFBFont/libidirectfbfont_default.o: No such file or directory
gcc: /usr/lib/directfb-1.0-0/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_png.o: No such file or directory
gcc: /usr/lib/directfb-1.0-0/inputdrivers/libdirectfb_keyboard.o: No such file or directory
gcc: /usr/lib/libfreetype.a: No such file or directory
make[2]: *** [splashy] Error 1
make[2]: Leaving directory `/root/splashy/trunk/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/splashy/trunk'
make: *** [all] Error 2

Even after rebuilding and building older version of directfb it continues to tel me that these files are missing.

all of these missing files exist in *.la *.a *.so etc but not in *.o

During build should I specify to build with *.o extensions ???

I would be hapy to know how to resolve this problem

Thanks for now !!!

Avatar utente
aschenaz
Staff
Staff
Messaggi: 4623
Iscritto il: mer 28 lug 2004, 0:00
Nome Cognome: Nino
Slackware: current
Kernel: 5.4.x
Desktop: KDE
Località: Reggio Calabria
Contatta:

Messaggio da aschenaz »

Within this thread, they say to get it work by recompiling directfb with --enable-static --enable-sysfs=no.

I didn't verify...

Bye,
nino

Avatar utente
Toni
Linux 3.x
Linux 3.x
Messaggi: 999
Iscritto il: lun 30 gen 2006, 22:08
Slackware: slackware-14
Kernel: 3.10.5
Desktop: i3
Località: milano

Messaggio da Toni »

you have 2 choice:

1 you have to recompile with ./configure --enalble static
freetype
sysutils
glib2

and patch directfb with this
http://www.ecarux.de/index.php?option=c ... &Itemid=43

and ricompile with --enable-static

2 Use the package at this link
http://utenti.lycos.it/neongen/splashy/ (thank to neongen)
ready to splashy


Do you know a method to install splashy in initrd?

wmhrae
Linux 0.x
Linux 0.x
Messaggi: 2
Iscritto il: gio 2 ago 2007, 11:24

Splashy now installed and working !

Messaggio da wmhrae »

Thanks to you all for your speedy and well eplained help ! Now Slacky is working

Next step is to have it running of lilo

I did this :

# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
lba32 # Allow booting past 1024th cylinder with a recent BIOS
append="splash quiet"
boot = /dev/hda
message = /boot/boot_message.txt
prompt
timeout = 1200
# Override dangerous defaults that rewrite the partition table:
change-rules
reset
# VESA framebuffer console @ 1024x768x64k
vga = 791

Lockywolf
Linux 0.x
Linux 0.x
Messaggi: 12
Iscritto il: lun 6 ago 2007, 12:19

Messaggio da Lockywolf »

append="splash quiet"
And that's all?
it doesn't work for me....

"splashy test" works

but there is no any splash during the boot.

Lockywolf
Linux 0.x
Linux 0.x
Messaggi: 12
Iscritto il: lun 6 ago 2007, 12:19

Messaggio da Lockywolf »

it looks like it needs some /lib/lsb/init-functions

and depends on package lsb-base

this lsb-base exists in debian but i cannot find anything like it in slackware

by the way, who can advise any slackware theme ?

Rispondi