J'ai recupéré le tar avec les sources du paquet cdemu sur : http://sourceforge.net/projects/cdemu/files/. J'ai suivis les intructions du read me, mais au final, je ne trouve les paquets suivants :
J'ai fouillé sur le net entre autre sur le site de debian dans les paquets disponibles pour la distrib jessie : https://packages.debian.org/stable/allpackages et j'ai pas trouvé.CDEmu daemon has the following software requirements:
- GLib >= 2.28
- libao >= 0.8.0
- libMirage >= 3.0.0 (part of the suite)
- VHBA module >= 20130607 (part of the suite)
En cherchant, je suis tombé la d'su : https://launchpad.net/cdemu/+packages je suis retourné voir sur le site debian et le paquet ced est là : https://packages.debian.org/jessie/cde , mais je sais pas si je devrais l'instaler.
Sinon, pour ma démarche en ligne de commande :
Code : Tout sélectionner
root@sevy:/home/sevy/cdemu-daemon-3.0.4/build# cmake ..
-- The C compiler identification is GNU 4.9.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Found PkgConfig: /usr/bin/pkg-config (found suitable version "0.28", minimum required is "0.16")
-- checking for module 'libmirage>=3.0.4'
-- package 'libmirage>=3.0.4' not found
CMake Error at /usr/share/cmake-3.0/Modules/FindPkgConfig.cmake:341 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-3.0/Modules/FindPkgConfig.cmake:395 (_pkg_check_modules_internal)
CMakeLists.txt:26 (pkg_check_modules)
-- checking for modules 'glib-2.0>=2.24;gobject-2.0>=2.24;gmodule-2.0>=2.24;gthread-2.0>=2.24;gio-2.0>=2.26'
-- package 'glib-2.0>=2.24' not found
-- package 'gobject-2.0>=2.24' not found
-- package 'gmodule-2.0>=2.24' not found
-- package 'gthread-2.0>=2.24' not found
-- package 'gio-2.0>=2.26' not found
CMake Error at /usr/share/cmake-3.0/Modules/FindPkgConfig.cmake:341 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-3.0/Modules/FindPkgConfig.cmake:395 (_pkg_check_modules_internal)
CMakeLists.txt:27 (pkg_check_modules)
-- checking for module 'ao>=0.8.0'
-- package 'ao>=0.8.0' not found
CMake Error at /usr/share/cmake-3.0/Modules/FindPkgConfig.cmake:341 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-3.0/Modules/FindPkgConfig.cmake:395 (_pkg_check_modules_internal)
CMakeLists.txt:28 (pkg_check_modules)
--
-- *** CDEmu daemon v.3.0.4 configuration summary ***
-- Compiler and build info:
-- C compiler: /usr/bin/cc
-- C flags (Release): -O3 -DNDEBUG
-- C flags (Debug): -g
-- build type:
-- Installation:
-- install prefix: /usr/local
-- Options:
-- system bus service: OFF
-- session bus service: ON
--
-- Configuring incomplete, errors occurred!
See also "/home/sevy/cdemu-daemon-3.0.4/build/CMakeFiles/CMakeOutput.log".
root@sevy:/home/sevy/cdemu-daemon-3.0.4/build# apt-get install libmirage
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libmirage
root@sevy:/home/sevy/cdemu-daemon-3.0.4/build#
