Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[RISOLTO] Primo errore dell'anno: emersione gdesklets
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
Crema83
Apprentice
Apprentice


Joined: 06 Oct 2004
Posts: 207
Location: Settimo Milanese (MI)

PostPosted: Sat Jan 01, 2005 3:57 pm    Post subject: [RISOLTO] Primo errore dell'anno: emersione gdesklets Reply with quote

Ciao a tutti, inanzitutto ne approfitto per farvi TANTI AUGURI di BUON ANNO!!!
... e poi ecco qui il mio primo errore di emersione del 2005:

Code:
nautilus-printers.c: In function `nautilus_printer_container_class_init':
nautilus-printers.c:601: warning: assignment from incompatible pointer type
nautilus-printers.c: In function `make_printers_view':
nautilus-printers.c:857: error: too few arguments to function `gnome_cups_ui_init'
make[3]: *** [nautilus-printers.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/nautilus-2.8.2-r1/work/nautilus-2.8.2/components/printers'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/nautilus-2.8.2-r1/work/nautilus-2.8.2/components'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/nautilus-2.8.2-r1/work/nautilus-2.8.2'
make: *** [all-recursive-am] Error 2


Qualche idea???
_________________
Cream

" We live as we dream : ALONE "


Last edited by Crema83 on Sat Jan 01, 2005 10:57 pm; edited 1 time in total
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30967
Location: here

PostPosted: Sat Jan 01, 2005 4:11 pm    Post subject: Reply with quote

https://forums.gentoo.org/viewtopic.php?t=271328
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
luna80
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1546
Location: switzerland

PostPosted: Sat Jan 01, 2005 4:15 pm    Post subject: Reply with quote

anche io avevo lo stesso errore ed ho risolto con il cosiglio dato nel thread che ti ha postato fedeli
Code:
# USE="-cups" emerge nautilus
Back to top
View user's profile Send private message
Crema83
Apprentice
Apprentice


Joined: 06 Oct 2004
Posts: 207
Location: Settimo Milanese (MI)

PostPosted: Sat Jan 01, 2005 4:43 pm    Post subject: Reply with quote

luna80 wrote:
anche io avevo lo stesso errore ed ho risolto con il cosiglio dato nel thread che ti ha postato fedeli
Code:
# USE="-cups" emerge nautilus


Ora provo...poi ti faccio sapere!!!

Grazie mille
_________________
Cream

" We live as we dream : ALONE "
Back to top
View user's profile Send private message
Crema83
Apprentice
Apprentice


Joined: 06 Oct 2004
Posts: 207
Location: Settimo Milanese (MI)

PostPosted: Sat Jan 01, 2005 7:07 pm    Post subject: Reply with quote

Niente...facendo
Code:
# USE="-cups" emerge nautilus


mi viene restituito il seguente errore:
Code:
mkdir: cannot create directory `/var/tmp/portage/nautilus-2.8.2-r1/image/usr/share/locale/zh_TW/LC_MESSAGES': No such file or directory
/bin/install: cannot create regular file `/var/tmp/portage/nautilus-2.8.2-r1/image//usr/share/locale/zh_TW/LC_MESSAGES/nautilus.mo': No such file or directory
installing zh_TW.gmo as /var/tmp/portage/nautilus-2.8.2-r1/image//usr/share/locale/zh_TW/LC_MESSAGES/nautilus.mo
if test "nautilus" = "glib"; then \
  if test -r ".././mkinstalldirs"; then \
    .././mkinstalldirs /var/tmp/portage/nautilus-2.8.2-r1/image//usr/share/glib-2.0/gettext/po; \
  else \
    /bin/sh ../mkinstalldirs /var/tmp/portage/nautilus-2.8.2-r1/image//usr/share/glib-2.0/gettext/po; \
  fi; \
  /bin/install -c -m 644 ./Makefile.in.in \
                  /var/tmp/portage/nautilus-2.8.2-r1/image//usr/share/glib-2.0/gettext/po/Makefile.in.in; \
else \
  : ; \
fi
make[1]: Leaving directory `/var/tmp/portage/nautilus-2.8.2-r1/work/nautilus-2.8.2/po'
Making install in data
make[1]: Entering directory `/var/tmp/portage/nautilus-2.8.2-r1/work/nautilus-2.8.2/data'
Making install in patterns
make[2]: Entering directory `/var/tmp/portage/nautilus-2.8.2-r1/work/nautilus-2.8.2/data/patterns'
make[3]: Entering directory `/var/tmp/portage/nautilus-2.8.2-r1/work/nautilus-2.8.2/data/patterns'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../../mkinstalldirs /var/tmp/portage/nautilus-2.8.2-r1/image//usr/share/nautilus/patterns
mkdir /var/tmp/portage/nautilus-2.8.2-r1/image/usr/share/nautilus/patterns
mkdir: cannot create directory `/var/tmp/portage/nautilus-2.8.2-r1/image/usr/share/nautilus/patterns': No space left on device
make[3]: *** [install-backDATA] Error 1
make[3]: Leaving directory `/var/tmp/portage/nautilus-2.8.2-r1/work/nautilus-2.8.2/data/patterns'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/var/tmp/portage/nautilus-2.8.2-r1/work/nautilus-2.8.2/data/patterns'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/nautilus-2.8.2-r1/work/nautilus-2.8.2/data'
make: *** [install-recursive] Error 1

_________________
Cream

" We live as we dream : ALONE "
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30967
Location: here

PostPosted: Sat Jan 01, 2005 7:15 pm    Post subject: Reply with quote

Posta un
Code:
$ df -h

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Crema83
Apprentice
Apprentice


Joined: 06 Oct 2004
Posts: 207
Location: Settimo Milanese (MI)

PostPosted: Sat Jan 01, 2005 7:25 pm    Post subject: Reply with quote

fedeliallalinea wrote:
Posta un
Code:
$ df -h


La pertizione dati è piena...cosa posso eliminare senza fare nessun danno ???
_________________
Cream

" We live as we dream : ALONE "
Back to top
View user's profile Send private message
lopio
Veteran
Veteran


Joined: 22 Dec 2003
Posts: 1161
Location: savona, Italy

PostPosted: Sat Jan 01, 2005 7:58 pm    Post subject: Reply with quote

Crema83 wrote:
fedeliallalinea wrote:
Posta un
Code:
$ df -h


La pertizione dati è piena...cosa posso eliminare senza fare nessun danno ???

beh se e' la stessa partizione di portage comincia con svuotare /usr/portage/distfiles e la cache
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30967
Location: here

PostPosted: Sat Jan 01, 2005 8:27 pm    Post subject: Reply with quote

Crema83 wrote:
La pertizione dati è piena...cosa posso eliminare senza fare nessun danno ???

Fai una ricerca liberare spazio o leggi le faq
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Crema83
Apprentice
Apprentice


Joined: 06 Oct 2004
Posts: 207
Location: Settimo Milanese (MI)

PostPosted: Sat Jan 01, 2005 10:56 pm    Post subject: Reply with quote

Quote:
Fai una ricerca liberare spazio o leggi le faq


Perfetto...dopo aver pulito il ripulibile sono riuscito ad emergere nautilius e subito dopo l'emersione di gdesklets-core non ha dato alcun problema...

Grazie ancora e come sempre:_ complimenti per la tempestività delle risposte !!! :wink:
_________________
Cream

" We live as we dream : ALONE "
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
Page 1 of 1

 
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