Anteriormente aconsejé a alguien sobre cómo actualizar a Rhythmbox a la versión 2.99.1 aquí . Sin embargo, no pudieron actualizarse debido a que gobject-introspection-1.0 no estaba instalado. No pude ayudarlos.
Ahora, con una computadora nueva, tengo el mismo problema que ellos. aquí está el resultado ov./configure
simon@simon-TS44HR:~/Downloads/rhythmbox-2.99.1$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gobject-introspection... configure: error: gobject-introspection-1.0 is not installed
Traté de instalar gobject-introspection con lo siguiente
simon@simon-TS44HR:~/Downloads/rhythmbox-2.99.1$ sudo apt-get -f install gobject-introspection
[sudo] password for simon:
Reading package lists... Done
Building dependency tree
Reading state information... Done
gobject-introspection is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
entonces intenté:
simon@simon-TS44HR:~/Downloads/rhythmbox-2.99.1$ sudo apt-get -f install gobject-introspection-1.0
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package gobject-introspection-1.0
E: Couldn't find any package by regex 'gobject-introspection-1.0'
Realmente no me he familiarizado con la instalación correcta del software, agradecería cualquier ayuda.
installation
rhythmbox
gobject
SimplySimon
fuente
fuente
sudo apt-get install libgirepository1.0-dev
. Pero luego obtienes unintltool
error, así que lo hacessudo apt-get install intltool
. Pero luego obtienes otro error = D.-dev
? : /Respuestas:
Debe instalar el
. Sin embargo, en mi máquina, incluso después de instalar este paquete, seguía encontrando errores en otras dependencias faltantes para que la compilación funcionara.
gobject-introspection
paquete de desarrollo (biblioteca) para que./configure
(opkg-config
) pueda verlo. Este paquete es libgirepository1.0-devLa forma más fácil de satisfacer todos los requisitos para compilar Rhythmbox es ejecutar el comando:
Esto instalará un montón de bibliotecas y paquetes que son necesarios para compilar Rhythmbox (necesitará obtener alrededor de 76 MB al momento de esta respuesta).
Una vez hecho,
./configure
vuelva a hacerlo y no debería escupir ningún error. Continuar consudo make
ysudo make install
.Después de la instalación, es
rhythmbox
posible que no se ejecute, y ejecutarlo desde la terminal le dará:Para arreglar esto, haz:
Fuente: [Rhythmbox-devel] Problema con la instalación 2.99.1 .
Intenté todo esto y funcionó .
fuente
sudo make
recibomake[2]: *** No rule to make target 'all'. Stop.
enDownloads/rhythmbox-2.99.1/macros
cualquier pista, ¿qué podía hacer esto, o debería empezar de nuevo?