View previous topic :: View next topic |
Author |
Message |
golaprofonda Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/147659675143e4a4d4a9de8.jpg)
Joined: 14 Jul 2005 Posts: 236 Location: Modena, Italy
|
Posted: Thu Sep 15, 2005 10:36 am Post subject: [RISOLTO] Errore compilazione gnome-media-2.12.0 |
|
|
Ci sono certi errori di compilazione che proprio non capisco...
Ad esempio, sto compilando GNOME 2.12, e sono arrivato a gnome-media-2.12.0
Mi da quest errore:
Code: |
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/../../../../i686-pc-linux-gnu/bin/ld: warning: libdbus-1.so.0, needed by /usr/lib/libnautilus-burn.so, not found (try using -rpath or -rpath-link)
/usr/lib/libnautilus-burn.so: undefined reference to `hal_manager_find_device_string_match'
/usr/lib/libnautilus-burn.so: undefined reference to `hal_device_property_exists'
/usr/lib/libnautilus-burn.so: undefined reference to `hal_free_string'
/usr/lib/libnautilus-burn.so: undefined reference to `hal_find_device_by_capability'
/usr/lib/libnautilus-burn.so: undefined reference to `hal_device_lock'
/usr/lib/libnautilus-burn.so: undefined reference to `hal_device_get_property_string'
/usr/lib/libnautilus-burn.so: undefined reference to `hal_initialize'
/usr/lib/libnautilus-burn.so: undefined reference to `hal_free_string_array'
/usr/lib/libnautilus-burn.so: undefined reference to `hal_device_get_property_bool'
/usr/lib/libnautilus-burn.so: undefined reference to `hal_device_get_property_int'
/usr/lib/libnautilus-burn.so: undefined reference to `hal_device_unlock'
collect2: ld returned 1 exit status
make[3]: *** [gnome-cd] Error 1
make[3]: Leaving directory `/var/tmp/portage/gnome-media-2.12.0/work/gnome-media-2.12.0/gnome-cd'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gnome-media-2.12.0/work/gnome-media-2.12.0/gnome-cd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnome-media-2.12.0/work/gnome-media-2.12.0'
make: *** [all] Error 2
!!! ERROR: gnome-extra/gnome-media-2.12.0 failed.
!!! Function gnome2_src_compile, Line 48, Exitcode 2
!!! compile failure
!!! If you need support, post the topmost build error, NOT this status message.
|
Cosa può essere? sembra che centri con libdbus, ma io dbus l ho installato.. ![Sad :(](images/smiles/icon_sad.gif) _________________ Linux In Your Mind? http://www.tuxmind.org
Last edited by golaprofonda on Fri Sep 16, 2005 12:04 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
neryo Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/gallery/Funny_Figure/klo.gif)
Joined: 09 Oct 2004 Posts: 1292 Location: Ferrara, Italy, Europe
|
Posted: Thu Sep 15, 2005 10:55 pm Post subject: |
|
|
si centra con dbus......
Code: | # equery b /usr/lib/libdbus-1.so.0
[ Searching for file(s) /usr/lib/libdbus-1.so.0 in *... ]
sys-apps/dbus-0.23-r3 (/usr/lib/libdbus-1.so.0 -> libdbus-1.so.0.0.0)
|
secondo me potresti inanzitutto verificare che versione hai.. considerando che stai emergiando gnome 2.12 forse come dipendenza dovresti smascherare ed emergiare il dbus masked... e' solo un idea..
Code: | ACCEPT_KEYWORDS="~x86" emerge -s dbus
Searching...
[ Results for search key : dbus ]
[ Applications found : 1 ]
* sys-apps/dbus
Latest version available: 0.23.4-r1
Latest version installed: 0.23-r3
Size of downloaded files: 1,258 kB
Homepage: http://dbus.freedesktop.org/
Description: A message bus system, a simple way for applications to talk to eachother
License: || ( GPL-2 AFL-2.1 )
|
chiaramente usa package.keywords..
ciao
N.B. Ricordati che la macchina ha sempre ragione ![Cool 8)](images/smiles/icon_cool.gif) _________________ cache: a safe place for hiding or storing things..
D-link DWL-G650 AirPlus
Apache Php Mysql |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
golaprofonda Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/147659675143e4a4d4a9de8.jpg)
Joined: 14 Jul 2005 Posts: 236 Location: Modena, Italy
|
Posted: Fri Sep 16, 2005 11:40 am Post subject: |
|
|
Quote: | N.B. Ricordati che la macchina ha sempre ragione ![Cool 8)](images/smiles/icon_cool.gif) |
Risolto, lo sai cos'era?
Era emerge che tentava di emergere prima gnome-media di libnautilus-burn (cioè in nautilus), quindi ho dato un:
emerge --resume --skipfirst
e una volta finito di compilare gnome ho ricompilato gnome-media da solo e ho risolto..sono errori di emerge questi..
però gli voglio bene lostesso ![Smile :)](images/smiles/icon_smile.gif) _________________ Linux In Your Mind? http://www.tuxmind.org |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
neryo Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/gallery/Funny_Figure/klo.gif)
Joined: 09 Oct 2004 Posts: 1292 Location: Ferrara, Italy, Europe
|
Posted: Fri Sep 16, 2005 5:19 pm Post subject: |
|
|
golaprofonda wrote: |
e una volta finito di compilare gnome ho ricompilato gnome-media da solo e ho risolto..sono errori di emerge questi..
però gli voglio bene lostesso ![Smile :)](images/smiles/icon_smile.gif) |
mi sa che siano piu' errori di ebuild... altrimenti tutti gli emerge andrebbero al... +++++ _________________ cache: a safe place for hiding or storing things..
D-link DWL-G650 AirPlus
Apache Php Mysql |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|