Como instalar o libsystemd-journal-dev no Wily (questão JHBuild)

0

Estou tentando criar aplicativos para o gnome usando JHBuild . Mas é isso que eu recebo

$ jhbuild build gnome-music
Required packages:
  System installed packages which are too old:
    (none)
  No matching system package installed:
    libsystemd-journal (libsystemd-journal.pc, required=201)
    libtiff 
jhbuild build: Required system dependencies not installed. Install using the command 'jhbuild sysdeps --install' or to ignore system dependencies use command-line option --nodeps

E quando eu corro $ jhbuild sysdeps --install , obtenho

Required packages:
  System installed packages which are too old:
    (none)
  No matching system package installed:
    libsystemd-journal (libsystemd-journal.pc, required=201)
    libtiff 
Optional packages: (JHBuild will build the missing packages)
  System installed packages which are too old:
    WebKit (webkit2gtk-4.0.pc, required=2.11.90, installed=2.8.5)
  No matching system package installed:
I: Installing dependencies on system: libsystemd-journal libtiff
I: Using apt-file to search for providers; this may be slow.  Please wait.
I: No native package found for libsystemd-journal (/libsystemd-journal.pc)
I: No native package found for libtiff (/usr/include/tiff.h)
I: Nothing to install

Pesquisei o arquivo libsystemd-journal.pc e descobriu que está no pacote libsystemd-journal-dev . Mas não há tal pacote disponível para Wily. Então, o que posso fazer ..?

    
por Gayan Weerakutti 20.02.2016 / 17:17

2 respostas

0

Baixe e instale este pacote de compatibilidade que fornece o arquivo libsystemd-journal.pc necessário.

Basta baixar e instalar um .deb de aqui  . Em seguida, execute novamente $ jhbuild sysdeps --install e o erro desaparecerá.

    
por Gayan Weerakutti 12.04.2016 / 09:26
0

Experimente jhbuild build --nodeps gnome-music

Ou tente construir no teste debian ou no Fedora 23, que são conhecidos por serem melhor suportados.

    
por hnasarat 23.02.2016 / 18:03