Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[INFO] dbus-1.0.2 stabile
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3  Next  
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
^Stefano^
Guru
Guru


Joined: 20 Nov 2005
Posts: 394
Location: Ferrara

PostPosted: Mon Jan 22, 2007 12:30 pm    Post subject: Reply with quote

Kernel78 wrote:
Io ho dovuto smascherare la 3.5.6 di k3b, quella stabile non veniva ricompilata con un errore simile a quello riportato Bionicle.

Per il resto non ho avuto il minimo problema.


Basta che la compili con la USE -hal e funziona! Anche a me dava quel'errore; evidentemente la lista di revdep-rebuild prevede la ricompilazione di k3b prima di hal, di conseguenza da quell'errore. credo. Ad ogni modo come ho scritto sopra di risolve. Appena finisce di compilare tutto (40 pacchetti) riprovo ad attivarla e aggiorno sulla situazione.
_________________
8-09 V-Day con una raccolta firme. Vi aspettiamo
Raccolta Firme
Progetto tRicicloPC con Linux
Back to top
View user's profile Send private message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Mon Jan 22, 2007 12:40 pm    Post subject: Reply with quote

^Stefano^ wrote:
Basta che la compili con la USE -hal e funziona! Anche a me dava quel'errore; evidentemente la lista di revdep-rebuild prevede la ricompilazione di k3b prima di hal, di conseguenza da quell'errore. credo. Ad ogni modo come ho scritto sopra di risolve. Appena finisce di compilare tutto (40 pacchetti) riprovo ad attivarla e aggiorno sulla situazione.

Se rimuovi la USE hal funziona ma quando la rimetti temo che l'errore si ripresenterà visto che nell'ebuild della 0.12.14 è scritto
Code:
        if use hal && ! built_with_use sys-apps/dbus qt3; then
                eerror "You are trying to compile ${CATEGORY}/${PF} with the \"hal\" USE flag enabled,"
                eerror "but sys-apps/dbus is not built with Qt3 support."
                die "rebuild sys-apps/dbus with the qt3 useflag"
        fi
mentre nella 0.12.17 (oltre ad altre modifiche) diventa
Code:
        if use hal && has_version '<sys-apps/dbus-0.91' && ! built_with_use sys-apps/dbus qt3; then
                eerror "You are trying to compile ${CATEGORY}/${PF} with the \"hal\" USE flag enabled,"
                eerror "but sys-apps/dbus is not built with Qt3 support."
                die "rebuild sys-apps/dbus with the qt3 useflag"
        fi

Magari mi sbaglio, non ho esaminato gli ebuild a fondo ma questo mi farebbe supporre che il problema si ripreseterà attivando la USE hal.

Se mi sbaglio fammi sapere, anzi fammi sapere in ogni caso :wink:
_________________
Le tre grandi virtù di un programmatore: pigrizia, impazienza e arroganza. (Larry Wall).
Prima di postare un file togli i commenti con
Code:
grep -vE '(^[[:space:]]*($|(#|!|;|//)))'
Back to top
View user's profile Send private message
X-Drum
Advocate
Advocate


Joined: 24 Aug 2003
Posts: 2517
Location: ('Modica','Trieste','Ferrara') Italy

PostPosted: Mon Jan 22, 2007 1:15 pm    Post subject: Reply with quote

stabile per Amd64!
_________________
"...There are two sort of lies, lies and benchmarks..."
Back to top
View user's profile Send private message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Mon Jan 22, 2007 1:19 pm    Post subject: Reply with quote

X-Drum wrote:
stabile per Amd64!

Si, l'ho già detto io questa mattina.
_________________
Le tre grandi virtù di un programmatore: pigrizia, impazienza e arroganza. (Larry Wall).
Prima di postare un file togli i commenti con
Code:
grep -vE '(^[[:space:]]*($|(#|!|;|//)))'
Back to top
View user's profile Send private message
X-Drum
Advocate
Advocate


Joined: 24 Aug 2003
Posts: 2517
Location: ('Modica','Trieste','Ferrara') Italy

PostPosted: Mon Jan 22, 2007 1:21 pm    Post subject: Reply with quote

Kernel78 wrote:
X-Drum wrote:
stabile per Amd64!

Si, l'ho già detto io questa mattina.

soz
_________________
"...There are two sort of lies, lies and benchmarks..."
Back to top
View user's profile Send private message
GiRa
l33t
l33t


Joined: 07 Apr 2005
Posts: 717

PostPosted: Mon Jan 22, 2007 6:17 pm    Post subject: Reply with quote

Sbaglio o svariati utenti stanno avendo problemi, devono modificare ebuild e quant'altro?

Non mi piace affatto questa cosa.

Col passaggio a GCC4 fu la stessa cosa, sul PC di casa mi son smazzato un tot di cose durante l'emerge -e world mentre su altri sistemi, dove ho aspettato, il passaggio è stato praticamente trasparente.
Back to top
View user's profile Send private message
^Stefano^
Guru
Guru


Joined: 20 Nov 2005
Posts: 394
Location: Ferrara

PostPosted: Mon Jan 22, 2007 6:24 pm    Post subject: Reply with quote

@Kernel78: Hai perfettamente ragione :wink: Anche dopo tutte le ricompilazioni del caso, se si riattiva la USE hal, k3b non si compila.
@GiRa: Non vedo tutti questi problemi. Qualche ebuild che nella versione attuale non è compatibile con il nuovo dbus, ma la cosa si risolve molto facilmente come puoi notare. Disattivando una USE o upgradando direttamente il software. Se noti gli errori riportati per k3b networkmanager sono uguali.
_________________
8-09 V-Day con una raccolta firme. Vi aspettiamo
Raccolta Firme
Progetto tRicicloPC con Linux
Back to top
View user's profile Send private message
X-Drum
Advocate
Advocate


Joined: 24 Aug 2003
Posts: 2517
Location: ('Modica','Trieste','Ferrara') Italy

PostPosted: Mon Jan 22, 2007 7:34 pm    Post subject: Reply with quote

^Stefano^ wrote:
@Kernel78: Hai perfettamente ragione :wink: Anche dopo tutte le ricompilazioni del caso, se si riattiva la USE hal, k3b non si compila.

a dire il vero a me funziona con la USE hal attivata: ricompilato senza problemi
_________________
"...There are two sort of lies, lies and benchmarks..."
Back to top
View user's profile Send private message
bandreabis
Advocate
Advocate


Joined: 18 Feb 2005
Posts: 2495
Location: イタリアのロディで

PostPosted: Mon Jan 22, 2007 7:40 pm    Post subject: Reply with quote

nessun problema in fase di compilazione.
_________________
Il numero di post non fa di me un esperto! Anzi!
Back to top
View user's profile Send private message
GiRa
l33t
l33t


Joined: 07 Apr 2005
Posts: 717

PostPosted: Mon Jan 22, 2007 7:41 pm    Post subject: Reply with quote

^Stefano^ wrote:
@GiRa: Non vedo tutti questi problemi. Qualche ebuild che nella versione attuale non è compatibile con il nuovo dbus, ma la cosa si risolve molto facilmente come puoi notare. Disattivando una USE o upgradando direttamente il software. Se noti gli errori riportati per k3b networkmanager sono uguali.

Per come la vedo io non dovrebbe esserci alcun problema! Stabile ha un significato molto preciso.
Mi starebbe benissimo che ci fosse un comportamento come questo con la versione ~arch.
Back to top
View user's profile Send private message
^Stefano^
Guru
Guru


Joined: 20 Nov 2005
Posts: 394
Location: Ferrara

PostPosted: Mon Jan 22, 2007 7:50 pm    Post subject: Reply with quote

X-Drum wrote:

a dire il vero a me funziona con la USE hal attivata: ricompilato senza problemi


Quale versione hai compilato? La 0.12.14 senza modifiche all'ebuild con la USE hal attiva? Se non ti scoccia ti chiedo di essere proprio preciso perchè credo che la cosa interessi anche ad altri che come me hanno avuto problemi. Senza contare tutta la gente che li avrà e prenderà questo 3D come spunto. :wink:
_________________
8-09 V-Day con una raccolta firme. Vi aspettiamo
Raccolta Firme
Progetto tRicicloPC con Linux
Back to top
View user's profile Send private message
bandreabis
Advocate
Advocate


Joined: 18 Feb 2005
Posts: 2495
Location: イタリアのロディで

PostPosted: Mon Jan 22, 2007 7:58 pm    Post subject: Reply with quote

0.12.17.
Stabile su amd64.
_________________
Il numero di post non fa di me un esperto! Anzi!
Back to top
View user's profile Send private message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Mon Jan 22, 2007 8:01 pm    Post subject: Reply with quote

bandreabis wrote:
nessun problema in fase di compilazione.

Per fortuna, non sai il peso che mi hai tolto ... questa notte potrò dormire sonni tranquilli :lol:
_________________
Le tre grandi virtù di un programmatore: pigrizia, impazienza e arroganza. (Larry Wall).
Prima di postare un file togli i commenti con
Code:
grep -vE '(^[[:space:]]*($|(#|!|;|//)))'
Back to top
View user's profile Send private message
X-Drum
Advocate
Advocate


Joined: 24 Aug 2003
Posts: 2517
Location: ('Modica','Trieste','Ferrara') Italy

PostPosted: Mon Jan 22, 2007 8:01 pm    Post subject: Reply with quote

^Stefano^ wrote:

Quale versione hai compilato? La 0.12.14 senza modifiche all'ebuild con la USE hal attiva? Se non ti scoccia ti chiedo di essere proprio preciso perchè credo che la cosa interessi anche ad altri che come me hanno avuto problemi. Senza contare tutta la gente che li avrà e prenderà questo 3D come spunto. :wink:


omg che noia che scocciatura...tutte ste domande! ma dove credi di essere su un forum???? :PPPPP

amd64 wrote:
app-cdr/k3b-0.12.17 USE="alsa css dvdr encode ffmpeg flac hal kde mp3 musicbrainz vcd vorbis"

x86 wrote:
app-cdr/k3b-0.12.17 USE="alsa dvdr encode hal kde mp3 vorbis


come vedi sul portatile (x86) ho abilitato USE differenti (poichè ho esigenze differenti li) ma la USE incriminata
figura anche li, ho aggiornato senza problemi su tutte e 2 le macchine
_________________
"...There are two sort of lies, lies and benchmarks..."
Back to top
View user's profile Send private message
bandreabis
Advocate
Advocate


Joined: 18 Feb 2005
Posts: 2495
Location: イタリアのロディで

PostPosted: Mon Jan 22, 2007 8:12 pm    Post subject: Reply with quote

Kernel78 wrote:
bandreabis wrote:
nessun problema in fase di compilazione.

Per fortuna, non sai il peso che mi hai tolto ... questa notte potrò dormire sonni tranquilli :lol:


Vuoi che ti legga anche una favola o preferisci che ti canti la ninna nanna?
_________________
Il numero di post non fa di me un esperto! Anzi!
Back to top
View user's profile Send private message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Mon Jan 22, 2007 9:33 pm    Post subject: Reply with quote

bandreabis wrote:
Kernel78 wrote:
bandreabis wrote:
nessun problema in fase di compilazione.

Per fortuna, non sai il peso che mi hai tolto ... questa notte potrò dormire sonni tranquilli :lol:


Vuoi che ti legga anche una favola o preferisci che ti canti la ninna nanna?

Trovo già abbastanza soporiferi i tuoi post normali ma grazie per la proposta, ne terrò conto :lol:

Il fatto è che hanno reso stabile la 0.12.17 qualche ora dopo dbus e quindi quelli che come me ^Stefano^ che hanno fatto il sync in quel periodo si sono trovati con dbus 1.0.2 e k3b 0.12.14 e per poter risolvere la situazione potevano compilare k3b senza la USE hal o smascherare la 0.12.17
_________________
Le tre grandi virtù di un programmatore: pigrizia, impazienza e arroganza. (Larry Wall).
Prima di postare un file togli i commenti con
Code:
grep -vE '(^[[:space:]]*($|(#|!|;|//)))'
Back to top
View user's profile Send private message
bandreabis
Advocate
Advocate


Joined: 18 Feb 2005
Posts: 2495
Location: イタリアのロディで

PostPosted: Mon Jan 22, 2007 9:44 pm    Post subject: Reply with quote

Non colgo l'ironia... ma se sei insonne... saprò come aiutarti. :wink:
Menomale che non hai scelto la ninnananna... non sai come sono stonato. 8O
_________________
Il numero di post non fa di me un esperto! Anzi!
Back to top
View user's profile Send private message
.:chrome:.
Advocate
Advocate


Joined: 19 Feb 2005
Posts: 4588
Location: Brescia, Italy

PostPosted: Mon Jan 22, 2007 10:24 pm    Post subject: Reply with quote

GiRa wrote:
Sbaglio o svariati utenti stanno avendo problemi, devono modificare ebuild e quant'altro?

se si seguono le indicazioni degli ebuild non si incappa in problemi
oggi mi hai visto usare una macchina mentre stava facendo l'aggiornamento. stava ricompilando mezzo GNOME eppure l'abbiamo usato.

come in ogni campo basta non improvvisare per non incappare in inconvenienti :wink:
Back to top
View user's profile Send private message
ercoppa
Guru
Guru


Joined: 10 Dec 2005
Posts: 371
Location: roma

PostPosted: Tue Jan 23, 2007 12:01 pm    Post subject: Reply with quote

Ragazzi ecco il primo sfigato :? . Il revdep-rebuild non mi ha riemerso tutti i pacchetti necessari credo e infatti GNOME crasha prima di partire (c'è qualche log che mi dice che componente cresha?). Cmq sto ridano revdep-rebuild specificando la libreria di dbus, vediamo se va :oops:
Sto su amd64, non lo so perchè ho avuto problemi, forse è perchè il mio file world è un casino? boh :roll:
Back to top
View user's profile Send private message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Tue Jan 23, 2007 12:08 pm    Post subject: Reply with quote

Scusa la domanda ma hai seguito tutte le istruzioni ?
Giusto per sicurezza riporta tutti i passi che hai compiuto ...
_________________
Le tre grandi virtù di un programmatore: pigrizia, impazienza e arroganza. (Larry Wall).
Prima di postare un file togli i commenti con
Code:
grep -vE '(^[[:space:]]*($|(#|!|;|//)))'
Back to top
View user's profile Send private message
djinnZ
Advocate
Advocate


Joined: 02 Nov 2006
Posts: 4831
Location: somewhere in L.O.S.

PostPosted: Tue Jan 23, 2007 12:33 pm    Post subject: Reply with quote

:twisted:
_________________
scita et risus abundant in ore stultorum sed etiam semper severi insani sunt:wink:
mala tempora currunt...mater stultorum semper pregna est :evil:
Murpy'sLaw:If anything can go wrong, it will - O'Toole's Corollary:Murphy was an optimist :wink:


Last edited by djinnZ on Mon Feb 23, 2009 9:23 pm; edited 1 time in total
Back to top
View user's profile Send private message
ercoppa
Guru
Guru


Joined: 10 Dec 2005
Posts: 371
Location: roma

PostPosted: Tue Jan 23, 2007 12:40 pm    Post subject: Reply with quote

Installato il nuovo dbus,dbus-glib-0.72 e dbus-python-0.71. Fatto il reload del servizio dbus, dato revdep-rebuild (ma senza -X, non me lo diceva emerge) che mi ha emerso:
Code:
emerge --oneshot  =gnome-base/gnome-vfs-2.16.3 =gnome-base/libgnome-2.16.0 =gnome-base/libbonoboui-2.16.0 =gnome-extra/libgsf-1.14.2 =gnome-base/gnome-desktop-2.16.2 =gnome-base/eel-2.16.3 =gnome-base/nautilus-2.16.3 =app-arch/file-roller-2.16.2 =kde-base/kdebase-3.5.5-r3 =app-cdr/k3b-0.12.17 =app-text/evince-0.6.1 =gnome-extra/evolution-data-server-1.8.2 =gnome-base/gnome-panel-2.16.2 =dev-dotnet/gnome-sharp-2.16.0 =dev-python/gnome-python-2.16.2 =media-video/totem-2.16.4 =gnome-extra/nautilus-cd-burner-2.16.2 =gnome-extra/gnome-media-2.16.1 =dev-python/gnome-python-desktop-2.16.0 =dev-python/gnome-python-extras-2.14.0-r1 =gnome-base/control-center-2.16.2 =gnome-extra/gucharmap-1.8.0 =x11-misc/notification-daemon-0.3.6-r1 =x11-libs/libnotify-0.4.3 =gnome-base/gnome-applets-2.16.2 =gnome-extra/deskbar-applet-2.16.2 =gnome-extra/gtkhtml-3.12.2 =mail-client/evolution-2.8.2.1 =media-sound/rhythmbox-0.9.7 =net-im/gaim-1.5.0 =net-irc/xchat-2.6.6 =net-print/gnome-cups-manager-0.31-r2 =x11-wm/heliodor-0.1.4

emerso manualmente hal, ridato
Code:
revdep-rebuild --library=libdbus-1.so.2

che mi ha emerso
Code:
emerge --oneshot  =gnome-base/gnome-mount-0.4-r5 =net-print/cups-1.2.6 =app-editors/gedit-2.16.2 =app-editors/screem-0.16.0 =app-emulation/emul-linux-x86-baselibs-2.5.5-r3 =app-misc/baobab-2.4.2 =app-misc/pcmanfm-0.3.2.2 =gnome-base/gnome-session-2.16.1 =gnome-base/gnome-volume-manager-2.15.0-r1 =gnome-extra/fast-user-switch-applet-2.16.0 =gnome-extra/gconf-editor-2.16.0 =gnome-extra/gnome-games-2.16.2 =gnome-extra/gnome-keyring-manager-2.16.0-r1 =gnome-extra/gnome-power-manager-2.16.2 =gnome-extra/gnome-screensaver-2.16.2 =gnome-extra/gnome-utils-2.16.2-r2 =gnome-extra/yelp-2.16.1 =kde-misc/strigi-0.3.9 =media-libs/libgphoto2-2.2.1-r1 =media-sound/grip-3.3.1 =media-sound/sound-juicer-2.16.2 =media-video/vlc-0.8.4a-r1 =net-im/ekiga-2.0.3 =net-misc/vino-2.16.0 =sys-apps/pmount-0.9.13 =www-client/epiphany-2.16.2 =x11-plugins/beryl-dbus-0.1.4 =x11-terms/gnome-terminal-2.16.1

adesso provo a vedere se gnome parte. Grazie per l'aiuto, scusate se ho fatto qualche errore stupido e vi sto facendo perdere tempo.

P.s. Gnome ora va :P
Back to top
View user's profile Send private message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Tue Jan 23, 2007 12:52 pm    Post subject: Reply with quote

djinnZ wrote:
Non ho problemi da riportare ma... DANNAZIONE! Devo ricompilare quel pachiderma di OOo! :evil:

Per impiegare solo una minima frazione del tempo potresti semplicemente fare:
Code:
emerge -C app-office/openoffice && emerge app-office/openoffice-bin

A tenere la versione da sorgenti non hai praticamente nessun vantaggio (anzi che io sappia hai solo svantaggi).

@ercoppa
Meglio così :wink:
Non lo hai scritto ma presumo che tu abbia dato anche un etc-update o equivalente dopo l'emerge ...
_________________
Le tre grandi virtù di un programmatore: pigrizia, impazienza e arroganza. (Larry Wall).
Prima di postare un file togli i commenti con
Code:
grep -vE '(^[[:space:]]*($|(#|!|;|//)))'
Back to top
View user's profile Send private message
^Stefano^
Guru
Guru


Joined: 20 Nov 2005
Posts: 394
Location: Ferrara

PostPosted: Tue Jan 23, 2007 1:06 pm    Post subject: Reply with quote

X-Drum wrote:


amd64 wrote:
app-cdr/k3b-0.12.17 USE="alsa css dvdr encode ffmpeg flac hal kde mp3 musicbrainz vcd vorbis"

x86 wrote:
app-cdr/k3b-0.12.17 USE="alsa dvdr encode hal kde mp3 vorbis


come vedi sul portatile (x86) ho abilitato USE differenti (poichè ho esigenze differenti li) ma la USE incriminata
figura anche li, ho aggiornato senza problemi su tutte e 2 le macchine


La versione incriminata è la 0.12.4, quella che hai compilato tu e che illustri qua, è appunto quella che era in testing e che si doveva smascherare per usare la USE hal attiva
Neanche io ho avuto problemi con la tua stessa versione :wink:

@ercoppa: Io ho seguito una procedura un po diversa: ho stoppato sia hald che dbus, poi ho eseguito l'aggiornamento, dato il revdep-rebuild con l'opzione -X e successivamente riavviato la macchina. non ho avuto alcun problema. Anche facendo così non si ottengono problemi.
_________________
8-09 V-Day con una raccolta firme. Vi aspettiamo
Raccolta Firme
Progetto tRicicloPC con Linux
Back to top
View user's profile Send private message
ercoppa
Guru
Guru


Joined: 10 Dec 2005
Posts: 371
Location: roma

PostPosted: Tue Jan 23, 2007 1:15 pm    Post subject: Reply with quote

Code:
Non lo hai scritto ma presumo che tu abbia dato anche un etc-update o equivalente dopo l'emerge

Si, scusate non l'ho specificato, l'ho fatto. Il problema per ora sembra superato, ma non vorrei ritrovarmi con revdep-rebuild che non rimerge i pacchetti necessari in una situazione analoga, speriamo che sia stato una coincidenza (dubito) e che non ci sia un qualche problema nel mio sistema :roll:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Goto page Previous  1, 2, 3  Next
Page 2 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum