Pagina 1 di 1

[RISOLTO] Aggiornare qt 4.7.0 su slackware 13.37

Inviato: sab 3 set 2011, 16:53
da Slack_Eater
Ciao a tutti,

recentemente ho aggiornato KDE alla versione 4.7.0 usando la guida di Alien Bob (http://alien.slackbook.org/blog/modular ... slackware/).
Il problema è che ad ogni avvio KMix, Knotify e il demone di KDE4 vanno in crash.
Ora ho letto sul sito di Alien Bob che aggiornando le qt il problema sembra sparire:
While I haven’t had serious crashes like others I have had some ongoing crashing (kmix) that I decided needed solving so I had a look at qt.

Upgrading QT to 4.7.3 seems to have improved the stability of KDE somewhat, and is a fairly simple process once you fix the Slackbuild.

http://pastebin.com/ZzYbNLYZ
I’m trying qt 4.7.4: kmix start fine, no crash on startup..
I was afraid that it could be a Qt problem… I keep getting the crashes too. I removed my ~/.kde directory at some point and that stopped the crashes for a few days but they are back at login (kmix, knotify). I also get crashes in kded4 but that one seems to recover all by itself.
Plus I still get Nepomuk service errors at logon but these too seem to resolve themselves because when I check a few minutes later everything is OK.
When it’s time to package KDE 4.7.1 I will also include an updated Qt4 package.
Quanlcuno sabrebbe indicarmi come creare correttamente il pacchetto usando lo slackbuild modificato fornito da quell'utente (http://pastebin.com/ZzYbNLYZ)?

Grazie

Re: Aggiornare qt 4.7.0 su slackware 13.37

Inviato: sab 3 set 2011, 17:46
da 414N
Dovresti scaricare il file diff, piazzarti nella directory contenente lo SlackBuild di qt ed eseguire

Codice: Seleziona tutto

patch -p0 < /path/del/file/diff
Se tutto va bene, dovresti vedere dei messaggi riguardo l'avvenuto "pezzamento" dello SlackBuild.

Re: Aggiornare qt 4.7.0 su slackware 13.37

Inviato: dom 4 set 2011, 12:54
da Slack_Eater
Grazie, ora funziona e KDE non va più in crash!