Pagina 1 di 1

Gnome Power Manager

Inviato: sabato 27 settembre 2008, 13:16
da asso87
Ciao a tutti, stavo aggiornando gnome power manager come da sito ufficiale: http://www.gnome.org/projects/gnome-pow ... kages.html
Quando do il comando ''./autogen.sh --prefix=/home/hughsie/root --enable-applets --with-gconf-source=xml::/home/hughsie/.gconf'' ecco l'errore che mi esce:

''david@david-laptop:~/gnome-power-manager-trunk$ ./autogen.sh --prefix=/home/hughsie/root --enable-applets --with-gconf-source=xml::/home/hughsie/.gconf
/usr/bin/gnome-autogen.sh
checking for autoconf >= 2.53...
  testing autoconf2.50... not found.
  testing autoconf... /usr/bin/autoconf: 44: cannot create conf7300.sh: Permission denied
/usr/bin/autoconf: 44: cannot create conf7300.sh: Permission denied
chmod: impossibile accedere a `conf7300.sh': Nessun file o directory
found 2.61
checking for automake >= 1.7...
  testing automake-1.10... not found.
  testing automake-1.9... found 1.9.6
checking for libtool >= 1.5...
  testing libtoolize... found 1.5.26
checking for glib-gettext >= 2.2.0...
  testing glib-gettextize... not found.
***Error***: You must have glib-gettext >= 2.2.0 installed
  to build gnome-power-manager.  Download the appropriate package for
  from your distribution or get the source tarball at
    ftp://ftp.gtk.org/pub/gtk/v2.2/glib-2.2.0.tar.gz

checking for intltool >= 0.30...
  testing intltoolize... found 0.37.1
checking for pkg-config >= 0.14.0...
  testing pkg-config... found 0.22
checking for gnome-doc-utils >= 0.4.2...
  testing gnome-doc-prepare... found 0.12.2
checking for gnome-common >= 2.3.0...
  testing gnome-doc-common... found 2.20.0
Checking for required M4 macros...
  glib-gettext.m4 not found
***Error***: some autoconf macros required to build gnome-power-manager
  were not found in your aclocal path, or some forbidden
  macros were found.  Perhaps you need to adjust your
  ACLOCAL_FLAGS?''

Mi potete aiutare ? grazie ciao ciao

Re: Gnome Power Manager

Inviato: sabato 27 settembre 2008, 13:24
da Guiodic
Hai bisogno degli header di glib. Prova a installare il pacchetto libglib2.0-dev

Scusa la domanda: ma a che ti serve questo aggiornamento?

Re: Gnome Power Manager

Inviato: sabato 27 settembre 2008, 13:28
da danilo.rossini
Comincia con l'installare i seguenti pacchetti con il comando:

Codice: Seleziona tutto

sudo apt-get install autoconf automake libglib2.0-dev
e poi rilancia l'installazione di Gnome Power Manager

Re: Gnome Power Manager

Inviato: sabato 27 settembre 2008, 13:54
da asso87
Vi ringrazio, però adesso l'errore è questo:

david@david-laptop:~/gnome-power-manager-trunk$ ./autogen.sh --prefix=/home/hughsie/root --enable-applets --with-gconf-source=xml::/home/hughsie/.gconf
/usr/bin/gnome-autogen.sh
checking for autoconf >= 2.53...
  testing autoconf2.50... not found.
  testing autoconf... /usr/bin/autoconf: 44: cannot create conf10927.sh: Permission denied
/usr/bin/autoconf: 44: cannot create conf10927.sh: Permission denied
chmod: impossibile accedere a `conf10927.sh': Nessun file o directory
found 2.61
checking for automake >= 1.7...
  testing automake-1.10... found 1.10.1
checking for libtool >= 1.5...
  testing libtoolize... found 1.5.26
checking for glib-gettext >= 2.2.0...
  testing glib-gettextize... found 2.16.4
checking for intltool >= 0.30...
  testing intltoolize... found 0.37.1
checking for pkg-config >= 0.14.0...
  testing pkg-config... found 0.22
checking for gnome-doc-utils >= 0.4.2...
  testing gnome-doc-prepare... found 0.12.2
checking for gnome-common >= 2.3.0...
  testing gnome-doc-common... found 2.20.0
Checking for required M4 macros...
Checking for forbidden M4 macros...
skipping . -- directory is read only
Running ./configure --enable-maintainer-mode --prefix=/home/hughsie/root --enable-applets --with-gconf-source=xml::/home/hughsie/.gconf ...
/usr/bin/gnome-autogen.sh: 499: ./configure: not found

come posso risolvere ?

Re: Gnome Power Manager

Inviato: sabato 27 settembre 2008, 14:06
da Guiodic
/home/hughsie/root ... immagino non esista. Mica ti chiami hughsie

Re: Gnome Power Manager

Inviato: sabato 27 settembre 2008, 14:26
da asso87
Hai ragione, ho cambito quel nome con il mio ma mi sembra mi dia lo stesso errore:

./autogen.sh --prefix=/home/david/root --enable-applets --with-gconf-source=xml::/home/david/.gconf
/usr/bin/gnome-autogen.sh
checking for autoconf >= 2.53...
  testing autoconf2.50... not found.
  testing autoconf... /usr/bin/autoconf: 44: cannot create conf12871.sh: Permission denied
/usr/bin/autoconf: 44: cannot create conf12871.sh: Permission denied
chmod: impossibile accedere a `conf12871.sh': Nessun file o directory
found 2.61
checking for automake >= 1.7...
  testing automake-1.10... found 1.10.1
checking for libtool >= 1.5...
  testing libtoolize... found 1.5.26
checking for glib-gettext >= 2.2.0...
  testing glib-gettextize... found 2.16.4
checking for intltool >= 0.30...
  testing intltoolize... found 0.37.1
checking for pkg-config >= 0.14.0...
  testing pkg-config... found 0.22
checking for gnome-doc-utils >= 0.4.2...
  testing gnome-doc-prepare... found 0.12.2
checking for gnome-common >= 2.3.0...
  testing gnome-doc-common... found 2.20.0
Checking for required M4 macros...
Checking for forbidden M4 macros...
skipping . -- directory is read only
Running ./configure --enable-maintainer-mode --prefix=/home/david/root --enable-applets --with-gconf-source=xml::/home/david/.gconf ...
/usr/bin/gnome-autogen.sh: 499: ./configure: not found

Re: Gnome Power Manager

Inviato: sabato 27 settembre 2008, 14:33
da patel
asso87 ha scritto: Hai ragione, ho cambito quel nome con il mio ma mi sembra mi dia lo stesso errore:
Se pensi di risolvere cambiando nome.... mi sembra che hai fatto un po' di casino.

Re: Gnome Power Manager

Inviato: sabato 27 settembre 2008, 14:45
da Guiodic
/home/david/root esiste?

inoltre: perché vuoi compilare il cvs?

Re: Gnome Power Manager

Inviato: sabato 27 settembre 2008, 14:46
da asso87
Mi potete aiutare ? io ho cercto di seguire questo http://www.gnome.org/projects/gnome-pow ... kages.html

graze ciao ciao

Re: Gnome Power Manager

Inviato: sabato 27 settembre 2008, 14:49
da Guiodic
questo l'ho capito. La domanda è: perché?

Re: Gnome Power Manager

Inviato: domenica 28 settembre 2008, 11:05
da asso87
Per aggiornare gnome power manager all'ultima versione, utilizzo ubuntu su un portatile. ciao ciao

Re: Gnome Power Manager

Inviato: domenica 28 settembre 2008, 14:18
da Guiodic
ma hai dei problemi di gestione del risparmio energetico?

Re: Gnome Power Manager

Inviato: lunedì 29 settembre 2008, 13:29
da asso87
Non lo so però nell'ultima versione non dovrebbe essere ottimizzato ?

grazie ciao ciao

Re: Gnome Power Manager

Inviato: lunedì 29 settembre 2008, 13:30
da Guiodic
Qui non stiamo su Windows :)

Re: Gnome Power Manager

Inviato: lunedì 29 settembre 2008, 13:44
da asso87
Volevo eliminare la cartella gnome-power-manager-trunk da home/david ma mi dice che non hoi permessi per farlo, come faccio ? se pro il terminale e digito sudo su metto la password sono in root ma solo nel terminle e non nell' finestra.

grazie ciao ciao

Re: Gnome Power Manager

Inviato: lunedì 29 settembre 2008, 13:52
da Guiodic
alt+f2

scrivi:

gksu nautilus /home/tuonomeutente

Re: Gnome Power Manager

Inviato: mercoledì 1 ottobre 2008, 19:30
da asso87
Grazie infinte! Questa proprio non la conoscevo!

ciao ciao