View previous topic :: View next topic |
Author |
Message |
codarin Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/176089163414a997245c1e.jpg)
Joined: 29 Apr 2004 Posts: 179 Location: Udine
|
Posted: Mon Jun 14, 2004 1:11 pm Post subject: [gnome-pilot2] non emerge |
|
|
Ciao a tutti,
sono in vena di post... poco prima di distruggere il mio grub (ora recuperato )
stavo cercando di far emergere evolution tra le cui dipendenze c'è
gnome pilot 2.0.10-r1 (appensa sycn-ato)
Al termine del processo di compilazione ottengo:
Code: |
mkdir /var/tmp/portage/gnome-pilot-2.0.10-r1/image/usr/share/omf/gnome-pilot
for file in gnome-pilot-C.omf; do \
/bin/install -c -m 644 $file.out /var/tmp/portage/gnome-pilot-2.0.10-r1/image//usr/share/omf/gnome-pilot/$file; \
done
/bin/install: cannot stat `gnome-pilot-C.omf.out': No such file or directory
make[4]: *** [install-data-hook-omf] Error 1
make[4]: Leaving directory `/var/tmp/portage/gnome-pilot-2.0.10-r1/work/gnome-pilot-2.0.10/help/C'
make[3]: *** [install-data-am] Error 2
make[3]: Leaving directory `/var/tmp/portage/gnome-pilot-2.0.10-r1/work/gnome-pilot-2.0.10/help/C'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/var/tmp/portage/gnome-pilot-2.0.10-r1/work/gnome-pilot-2.0.10/help/C'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnome-pilot-2.0.10-r1/work/gnome-pilot-2.0.10/help'
make: *** [install-recursive] Error 1
!!! ERROR: app-pda/gnome-pilot-2.0.10-r1 failed.
!!! Function einstall, Line 388, Exitcode 2
!!! einstall failed
|
ed il mio make.conf e':
Code: |
CFLAGS="-march=pentium3 -mcpu=pentium4 -pipe -O3 -fomit-frame-pointer -fforce-addr -frename-registers -fprefetch-loop-arrays -falign-functions=64 -funroll-all-loops -fPIC -DPIC"
USE="acpi alsa apache2 arts avi bonobo cdr crypt cups curl dga directfb dvd dvdr encode evo gtk gtk2 gtkhtml imlib java jpeg junit kde mad mozilla mpeg msn mysql gnome opengl oss pda nptl pdflib per png pnp postgres python qt quicktime spell sse ssl svga tiff truetype unicode usb vhosts wxwindows X xinerama xosd xml xml2 xmms zlib zeo pic"
CXXFLAGS="${CFLAGS}"
|
Qualche idea?
Ivan |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
sourcez Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/1259934382427260b608e94.png)
Joined: 05 Feb 2004 Posts: 166 Location: Italy
|
Posted: Mon Jun 14, 2004 2:32 pm Post subject: |
|
|
Consiglio canonico: prova a diminuire le opzioni di ottimizzazione
Code: | CFLAGS="-march=pentium3 -mcpu=pentium4... |
Scusa ma hai un pentium 3 o 4? cmq:
Code: | $ CFLAGS="-march=pentium3/4 -pipe -O2 -fomit-frame-pointer" emerge evolution |
_________________ "Tutti pensano a cambiare lumanità ma nessuno pensa a cambiare se stesso."
Lev Tolstoj |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
codarin Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/176089163414a997245c1e.jpg)
Joined: 29 Apr 2004 Posts: 179 Location: Udine
|
Posted: Mon Jun 14, 2004 2:38 pm Post subject: |
|
|
Ora proverò ad abbassare le ottimizzazioni, nel make.conf ho anche una versione commentata più safe...
Per quanto riguarda il PC è un Centrino un po' p3 e un po' p4....
per quello ho quella impostazione strana.
Grazie Ivan |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|