cdemu installation paquet manquant [jessie] [@lol is the best] Le sujet est résolu

Demande d'aide : c'est ici.
Répondre
Avatar de l’utilisateur
gfroid
Membre
Membre
Messages : 420
Inscription : 11 juin 2016, 02:43
Localisation : Québec
Status : Hors-ligne

Allo !

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 :
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)
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é.

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# 
... Il manque des paquets. Une idée d'où je pourrais les trouvés; dans une autres bibliothèque peut-être? :069:
Debian stretch Xfce, lenovo T500, Intel(R) Core(TM)2 Duo CPU P8700 @ 2.53GHz 800,00MHz.
If life is a tragedy, then lets make it.
Avatar de l’utilisateur
lol
Site Admin
Site Admin
Messages : 5054
Inscription : 04 avr. 2016, 12:11
Localisation : Madagascar
Status : Hors-ligne

Salut,
libmirage n'est pas dans les dépôt Debian, il faut que tu le télécharge et que tu le compile : http://sourceforge.net/projects/cdemu/files/libmirage/
Règles d'usage du forum. Signalez si vous avez posté votre question sur un autre forum. Explications ici
Debian Unstable. Mate/LXQT. Dieu, en créant l'homme, a quelque peu surestimé ses capacités.
Avatar de l’utilisateur
BelZéButh
Contributeur
Contributeur
Messages : 454
Inscription : 22 avr. 2016, 08:39
Localisation : Ch'timi
Status : Hors-ligne

Salut,

gcdemu et cdemu sont présents depuis les dépôts deb-multimedia.org stretch.

Code : Tout sélectionner

Paquet : gcdemu                                         
Version : 3.0.1-dmo1
[...]
Responsable : Christian Marillat <marillat@deb-multimedia.org>
[...]
Dépend: python2.7-gi, gir1.2-gtk-3.0, gir1.2-appindicator3-0.1, gir1.2-notify-0.7, cdemu-daemon (>= 3.0.0), python:any, dconf-gsettings-backend | gsettings-backend[...]
Recommande: cdemu-client (>= 3.0.0)

Code : Tout sélectionner

Paquet : cdemu-daemon                                   
Version : 3.0.4-dmo1
[...]
Responsable : Christian Marillat <marillat@deb-multimedia.org>
[...]
Dépend: vhba-dkms (>= 20130607), libao4 (>= 1.1.0), libc6 (>= 2.14), libglib2.0-0 (>= 2.37.3), libmirage10 (>= 3.0.0)
Quel type de fichier souhaites-tu monter ?
La première loi du libre et de tout hacker, au sens noble, le partage de la connaissance !
Site de réinformation ... http://www.panamza.com
Avatar de l’utilisateur
gfroid
Membre
Membre
Messages : 420
Inscription : 11 juin 2016, 02:43
Localisation : Québec
Status : Hors-ligne

lol a écrit :Salut,
libmirage n'est pas dans les dépôt Debian, il faut que tu le télécharge et que tu le compile : http://sourceforge.net/projects/cdemu/files/libmirage/
Ben oui! je viens juste de me rendre compte qu'ils étaient tous là : http://sourceforge.net/projects/cdemu/files/ j'ai juste pas regardé comme il faut, je suis allé encore une fois trop vitte, désolé! :fool:
Debian stretch Xfce, lenovo T500, Intel(R) Core(TM)2 Duo CPU P8700 @ 2.53GHz 800,00MHz.
If life is a tragedy, then lets make it.
Avatar de l’utilisateur
gfroid
Membre
Membre
Messages : 420
Inscription : 11 juin 2016, 02:43
Localisation : Québec
Status : Hors-ligne

BelZéButh a écrit :Salut,

gcdemu et cdemu sont présents depuis les dépôts deb-multimedia.org stretch.



Quel type de fichier souhaites-tu monter ?
Je comprends pas ta question ? J'essais d'installer le programme CDEmu à partir des sources pour ensuite pouvoir lire un contenu de cdrom que j'ai recupéré sur le net.

Avec quelle commande à partir du terminal as-tu réeussi à localiser l'emplacement des paquets dans les bibliothèques Debian ou simplement leurs disponibilités ?
Debian stretch Xfce, lenovo T500, Intel(R) Core(TM)2 Duo CPU P8700 @ 2.53GHz 800,00MHz.
If life is a tragedy, then lets make it.
Avatar de l’utilisateur
piratebab
Site Admin
Site Admin
Messages : 5852
Inscription : 24 avr. 2016, 18:41
Localisation : sud ouest
Status : En ligne

il faut que tu ajoutes le dépot deb-multimedia dans ton sources.list.
MicP
Modérateur
Modérateur
Messages : 896
Inscription : 16 avr. 2016, 22:14
Status : Hors-ligne

[Pas tout à fait HORS Sujet]

‎Utiliser udisksctl pour monter un fichier image ISO (sans utiliser root)

[/Pas tout à fait HORS Sujet]

EDIT : Mise à jour du lien.
Avatar de l’utilisateur
gfroid
Membre
Membre
Messages : 420
Inscription : 11 juin 2016, 02:43
Localisation : Québec
Status : Hors-ligne

J'ai téléchargé tous les paquets https://sourceforge.net/projects/cdemu/files/ mais pour compiler il faut satisfaire des dépendances (plusieurs) celle qui est l'objet de ce message est la suivante : https://packages.debian.org/source/jessie/pygobject

Code : Tout sélectionner

oot@sevy:/home/sevy/pygobject-3.14.0# ./configure 
checking whether make supports nested variables... yes
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 build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for build time linking with Python (Darwin and Win32)... no
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for a Python interpreter with version >= 2.7... python3
checking for python3... /usr/bin/python3
checking for python3 version... 3.4
checking for python3 platform... linux
checking for python3 script directory... ${prefix}/lib/python3.4/site-packages
checking for python3 extension module directory... ${exec_prefix}/lib/python3.4/site-packages
checking for /usr/bin/python3 >= 3.1... yes
checking for python version... (cached) 3.4
checking for python platform... (cached) linux
checking for python script directory... (cached) ${prefix}/lib/python3.4/site-packages
checking for python extension module directory... (cached) ${exec_prefix}/lib/python3.4/site-packages
checking for headers required to compile python extensions... not found
configure: error: Python headers not found
root@sevy:/home/sevy/pygobject-3.14.0# 
Dans le read me il est dit :
PyGObject uses the standard autotools for the build infrastructure. To
build, it should be as simple as running:

$ ./configure --prefix=<prefix where python is installed>
$ make
$ make install
Ma question : comment je fais pour savoir ou se trouve les en-têtes python et qu'est ce que ça veux dire ''checking for headers required to compile python extensions que sont les en-têtes en question?

Code : Tout sélectionner

locate python.h
/usr/include/dbus-1.0/dbus/dbus-python.h
/usr/share/doc/python/python-policy.html/ch-python.html
... suis-je sur la bonne voie ?

Merci ! :069:
Debian stretch Xfce, lenovo T500, Intel(R) Core(TM)2 Duo CPU P8700 @ 2.53GHz 800,00MHz.
If life is a tragedy, then lets make it.
Avatar de l’utilisateur
lol
Site Admin
Site Admin
Messages : 5054
Inscription : 04 avr. 2016, 12:11
Localisation : Madagascar
Status : Hors-ligne

gfroid a écrit :

Code : Tout sélectionner

configure: error: Python headers not found
Ma question : comment je fais pour savoir ou se trouve les en-têtes python et qu'est ce que ça veux dire ''checking for headers required to compile python extensions que sont les en-têtes en question?
Salut,
Les headers sont dans les paquets dev.
Ici tu compile pygobject, ça peut être ce paquet: python-gobject-dev
Il peut aussi tout simplement manquer les headers de python: python-dev (ça dépend de la version de python installée: python-dev, python2.7-dev, python3-dev).

Donc je ferais:
apt-get install python-gobject-dev

Si ça bloque encore avec la même erreur:
apt-get install python-dev
Règles d'usage du forum. Signalez si vous avez posté votre question sur un autre forum. Explications ici
Debian Unstable. Mate/LXQT. Dieu, en créant l'homme, a quelque peu surestimé ses capacités.
Avatar de l’utilisateur
gfroid
Membre
Membre
Messages : 420
Inscription : 11 juin 2016, 02:43
Localisation : Québec
Status : Hors-ligne

Salut @lol

Donc j'ai installé :

Code : Tout sélectionner

root@sevy:/home/sevy/pygobject-3.14.0# apt-get install python-gobject-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  docbook-xsl libexpat1-dev libffi-dev libglib2.0-dev libpcre3-dev libpcrecpp0 libpython-dev libpython2.7-dev python-dev python-gi-dev python-gobject-2-dev
  python2.7-dev zlib1g-dev
Suggested packages:
  dbtoepub docbook-xsl-doc-html docbook-xsl-doc-pdf docbook-xsl-doc-text docbook-xsl-doc docbook-xsl-saxon fop libsaxon-java libxalan2-java libxslthl-java
  xalan libglib2.0-doc
The following NEW packages will be installed:
  docbook-xsl libexpat1-dev libffi-dev libglib2.0-dev libpcre3-dev libpcrecpp0 libpython-dev libpython2.7-dev python-dev python-gi-dev python-gobject-2-dev
  python-gobject-dev python2.7-dev zlib1g-dev
0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded.
Need to get 25.9 MB of archives.
After this operation, 61.2 MB of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 http://security.debian.org/ jessie/updates/main libexpat1-dev amd64 2.1.0-6+deb8u3 [126 kB]
Get:2 http://mirror.it.ubc.ca/debian/ jessie/main libpcrecpp0 amd64 2:8.35-3.3+deb8u4 [142 kB]
Get:3 http://mirror.it.ubc.ca/debian/ jessie/main libpython2.7-dev amd64 2.7.9-2 [18.6 MB]
Get:4 http://mirror.it.ubc.ca/debian/ jessie/main docbook-xsl all 1.78.1+dfsg-1 [2,339 kB]                                                                  
Get:5 http://mirror.it.ubc.ca/debian/ jessie/main libffi-dev amd64 3.1-2+b2 [155 kB]                                                                        
Get:6 http://mirror.it.ubc.ca/debian/ jessie/main libpcre3-dev amd64 2:8.35-3.3+deb8u4 [441 kB]                                                             
Get:7 http://mirror.it.ubc.ca/debian/ jessie/main zlib1g-dev amd64 1:1.2.8.dfsg-2+b1 [206 kB]                                                               
Get:8 http://mirror.it.ubc.ca/debian/ jessie/main libglib2.0-dev amd64 2.42.1-1+b1 [2,644 kB]                                                               
Get:9 http://mirror.it.ubc.ca/debian/ jessie/main libpython-dev amd64 2.7.9-1 [19.6 kB]                                                                     
Get:10 http://mirror.it.ubc.ca/debian/ jessie/main python2.7-dev amd64 2.7.9-2 [276 kB]                                                                     
Get:11 http://mirror.it.ubc.ca/debian/ jessie/main python-dev amd64 2.7.9-1 [1,182 B]                                                                       
Get:12 http://mirror.it.ubc.ca/debian/ jessie/main python-gi-dev amd64 3.14.0-1 [313 kB]                                                                    
Get:13 http://mirror.it.ubc.ca/debian/ jessie/main python-gobject-2-dev all 2.28.6-12 [382 kB]                                                              
Get:14 http://mirror.it.ubc.ca/debian/ jessie/main python-gobject-dev all 3.14.0-1 [307 kB]                                                                 
Fetched 25.9 MB in 1min 9s (373 kB/s)                                                                                                                       
Selecting previously unselected package libpcrecpp0:amd64.
(Reading database ... 140297 files and directories currently installed.)
Preparing to unpack .../libpcrecpp0_2%3a8.35-3.3+deb8u4_amd64.deb ...
Unpacking libpcrecpp0:amd64 (2:8.35-3.3+deb8u4) ...
Selecting previously unselected package libexpat1-dev:amd64.
Preparing to unpack .../libexpat1-dev_2.1.0-6+deb8u3_amd64.deb ...
Unpacking libexpat1-dev:amd64 (2.1.0-6+deb8u3) ...
Selecting previously unselected package libpython2.7-dev:amd64.
Preparing to unpack .../libpython2.7-dev_2.7.9-2_amd64.deb ...
Unpacking libpython2.7-dev:amd64 (2.7.9-2) ...
Selecting previously unselected package docbook-xsl.
Preparing to unpack .../docbook-xsl_1.78.1+dfsg-1_all.deb ...
Unpacking docbook-xsl (1.78.1+dfsg-1) ...
Selecting previously unselected package libffi-dev:amd64.
Preparing to unpack .../libffi-dev_3.1-2+b2_amd64.deb ...
Unpacking libffi-dev:amd64 (3.1-2+b2) ...
Selecting previously unselected package libpcre3-dev:amd64.
Preparing to unpack .../libpcre3-dev_2%3a8.35-3.3+deb8u4_amd64.deb ...
Unpacking libpcre3-dev:amd64 (2:8.35-3.3+deb8u4) ...
Selecting previously unselected package zlib1g-dev:amd64.
Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-2+b1_amd64.deb ...
Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2+b1) ...
Selecting previously unselected package libglib2.0-dev.
Preparing to unpack .../libglib2.0-dev_2.42.1-1+b1_amd64.deb ...
Unpacking libglib2.0-dev (2.42.1-1+b1) ...
Selecting previously unselected package libpython-dev:amd64.
Preparing to unpack .../libpython-dev_2.7.9-1_amd64.deb ...
Unpacking libpython-dev:amd64 (2.7.9-1) ...
Selecting previously unselected package python2.7-dev.
Preparing to unpack .../python2.7-dev_2.7.9-2_amd64.deb ...
Unpacking python2.7-dev (2.7.9-2) ...
Selecting previously unselected package python-dev.
Preparing to unpack .../python-dev_2.7.9-1_amd64.deb ...
Unpacking python-dev (2.7.9-1) ...
Selecting previously unselected package python-gi-dev.
Preparing to unpack .../python-gi-dev_3.14.0-1_amd64.deb ...
Unpacking python-gi-dev (3.14.0-1) ...
Selecting previously unselected package python-gobject-2-dev.
Preparing to unpack .../python-gobject-2-dev_2.28.6-12_all.deb ...
Unpacking python-gobject-2-dev (2.28.6-12) ...
Selecting previously unselected package python-gobject-dev.
Preparing to unpack .../python-gobject-dev_3.14.0-1_all.deb ...
Unpacking python-gobject-dev (3.14.0-1) ...
Processing triggers for man-db (2.7.0.2-5) ...
Processing triggers for install-info (5.2.0.dfsg.1-6) ...
Processing triggers for libglib2.0-0:amd64 (2.42.1-1+b1) ...
Setting up libpcrecpp0:amd64 (2:8.35-3.3+deb8u4) ...
Setting up libexpat1-dev:amd64 (2.1.0-6+deb8u3) ...
Setting up libpython2.7-dev:amd64 (2.7.9-2) ...
Setting up docbook-xsl (1.78.1+dfsg-1) ...
Setting up libffi-dev:amd64 (3.1-2+b2) ...
Setting up libpcre3-dev:amd64 (2:8.35-3.3+deb8u4) ...
Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2+b1) ...
Setting up libglib2.0-dev (2.42.1-1+b1) ...
Setting up libpython-dev:amd64 (2.7.9-1) ...
Setting up python2.7-dev (2.7.9-2) ...
Setting up python-dev (2.7.9-1) ...
Setting up python-gi-dev (3.14.0-1) ...
Setting up python-gobject-2-dev (2.28.6-12) ...
Setting up python-gobject-dev (3.14.0-1) ...
Processing triggers for libc-bin (2.19-18+deb8u4) .
Ensuite :

Code : Tout sélectionner

root@sevy:/home/sevy/pygobject-3.14.0# ./configure 
checking whether make supports nested variables... yes
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 build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for build time linking with Python (Darwin and Win32)... no
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for a Python interpreter with version >= 2.7... python3
checking for python3... /usr/bin/python3
checking for python3 version... 3.4
checking for python3 platform... linux
checking for python3 script directory... ${prefix}/lib/python3.4/site-packages
checking for python3 extension module directory... ${exec_prefix}/lib/python3.4/site-packages
checking for /usr/bin/python3 >= 3.1... yes
checking for python version... (cached) 3.4
checking for python platform... (cached) linux
checking for python script directory... (cached) ${prefix}/lib/python3.4/site-packages
checking for python extension module directory... (cached) ${exec_prefix}/lib/python3.4/site-packages
checking for headers required to compile python extensions... not found
configure: error: Python headers not found
Et puis :

Code : Tout sélectionner

root@sevy:/home/sevy/pygobject-3.14.0# apt-get install python-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
python-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@sevy:/home/sevy/pygobject-3.14.0# locate pyton-dev
root@sevy:/home/sevy/pygobject-3.14.0#]
Et pour finir :

Code : Tout sélectionner

root@sevy:/home/sevy/pygobject-3.14.0# apt-cache search pygobject
python-gi-dev - development headers for GObject Python bindings
python-gobject-2-dev - development headers for the static GObject Python bindings
python-glade2 - GTK+ bindings: Glade support
python-gtk2 - Python bindings for the GTK+ widget set
python-gtk2-dbg - Python bindings for the GTK+ widget set (debug extension)
python-gtk2-dev - GTK+ bindings: devel files
python-gtk2-doc - Python bindings for the GTK+ widget set - documentation
python-gtkspellcheck - spellchecking library written in Python for Gtk based on Enchant
python-gtkspellcheck-doc - Python GTK Spellcheck common documentation
python3-gtkspellcheck - spellchecking library written in Python for Gtk based on Enchant
Qui amène une autre question : D'après toi, lequel d'entre ces paquets, je devrait peut-être installer ? Sans oublier : Merci Beaucoup ! :045:

[edit] Bon... Finalement, aucun de ces paquets ne semblent être la solution, les deux premiers de la liste ci-haut étant déjà installés et les autres pour l'instant je ne vois pas leur utilités.
Debian stretch Xfce, lenovo T500, Intel(R) Core(TM)2 Duo CPU P8700 @ 2.53GHz 800,00MHz.
If life is a tragedy, then lets make it.
Avatar de l’utilisateur
lol
Site Admin
Site Admin
Messages : 5054
Inscription : 04 avr. 2016, 12:11
Localisation : Madagascar
Status : Hors-ligne

J'ai une question: Pourquoi compiler pygobject alors qu'il est dans les dépôts Debian ?
apt-get install pygobject ne suffit pas ?
Règles d'usage du forum. Signalez si vous avez posté votre question sur un autre forum. Explications ici
Debian Unstable. Mate/LXQT. Dieu, en créant l'homme, a quelque peu surestimé ses capacités.
Avatar de l’utilisateur
gfroid
Membre
Membre
Messages : 420
Inscription : 11 juin 2016, 02:43
Localisation : Québec
Status : Hors-ligne

lol a écrit :J'ai une question: Pourquoi compiler pygobject alors qu'il est dans les dépôts Debian ?
apt-get install pygobject ne suffit pas ?

Code : Tout sélectionner

root@sevy:/home/sevy/pygobject-3.14.0# apt-cache show pygobject
N: Unable to locate package pygobject
E: No packages found
root@sevy:/home/sevy/pygobject-3.14.0# apt-get install pygobject
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package pygobject
root@sevy:/home/sevy/pygobject-3.14.0# 
Debian stretch Xfce, lenovo T500, Intel(R) Core(TM)2 Duo CPU P8700 @ 2.53GHz 800,00MHz.
If life is a tragedy, then lets make it.
Avatar de l’utilisateur
lol
Site Admin
Site Admin
Messages : 5054
Inscription : 04 avr. 2016, 12:11
Localisation : Madagascar
Status : Hors-ligne

Re,

Code : Tout sélectionner

checking for a Python interpreter with version >= 2.7... python3
checking for python3... /usr/bin/python3
checking for python3 version... 3.4
Il te faut probablement python3-dev et non python-dev.
Règles d'usage du forum. Signalez si vous avez posté votre question sur un autre forum. Explications ici
Debian Unstable. Mate/LXQT. Dieu, en créant l'homme, a quelque peu surestimé ses capacités.
Avatar de l’utilisateur
gfroid
Membre
Membre
Messages : 420
Inscription : 11 juin 2016, 02:43
Localisation : Québec
Status : Hors-ligne

@ lol, j'aimerais ça être capable d'interpréter les retours de commande comme ça, j'ai installé le paquet on va voir ce que ça donne.
Debian stretch Xfce, lenovo T500, Intel(R) Core(TM)2 Duo CPU P8700 @ 2.53GHz 800,00MHz.
If life is a tragedy, then lets make it.
Avatar de l’utilisateur
lol
Site Admin
Site Admin
Messages : 5054
Inscription : 04 avr. 2016, 12:11
Localisation : Madagascar
Status : Hors-ligne

gfroid a écrit :@ lol, j'aimerais ça être capable d'interpréter les retours de commande comme ça, j'ai installé le paquet on va voir ce que ça donne.
Quand il n'y a pas de README c'est toutjours plus compliqué.
En tout état de cause quand on compile, c'est souvent les paquets -dev qui manquant.
Faut prendre le temps de décrypter les lignes de la compilation, et c'est parfois un peu "aride"...

Je me trompe peut-être au sujet de python3-dev... Mais ça semblerait logique que ce soit ça.
Règles d'usage du forum. Signalez si vous avez posté votre question sur un autre forum. Explications ici
Debian Unstable. Mate/LXQT. Dieu, en créant l'homme, a quelque peu surestimé ses capacités.
Avatar de l’utilisateur
gfroid
Membre
Membre
Messages : 420
Inscription : 11 juin 2016, 02:43
Localisation : Québec
Status : Hors-ligne

@ lol

Code : Tout sélectionner

root@sevy:/home/sevy# apt-get install  python3-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  libpython3-dev libpython3.4-dev python3.4-dev
The following NEW packages will be installed:
  libpython3-dev libpython3.4-dev python3-dev python3.4-dev
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 40.0 MB of archives.
After this operation, 55.1 MB of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 http://mirror.it.ubc.ca/debian/ jessie/main libpython3.4-dev amd64 3.4.2-1 [39.5 MB]
Get:2 http://mirror.it.ubc.ca/debian/ jessie/main libpython3-dev amd64 3.4.2-2 [18.2 kB]                                                                    
Get:3 http://mirror.it.ubc.ca/debian/ jessie/main python3.4-dev amd64 3.4.2-1 [420 kB]                                                                      
Get:4 http://mirror.it.ubc.ca/debian/ jessie/main python3-dev amd64 3.4.2-2 [1,198 B]                                                                       
Fetched 40.0 MB in 1min 42s (391 kB/s)                                                                                                                      
Selecting previously unselected package libpython3.4-dev:amd64.
(Reading database ... 141995 files and directories currently installed.)
Preparing to unpack .../libpython3.4-dev_3.4.2-1_amd64.deb ...
Unpacking libpython3.4-dev:amd64 (3.4.2-1) ...
Selecting previously unselected package libpython3-dev:amd64.
Preparing to unpack .../libpython3-dev_3.4.2-2_amd64.deb ...
Unpacking libpython3-dev:amd64 (3.4.2-2) ...
Selecting previously unselected package python3.4-dev.
Preparing to unpack .../python3.4-dev_3.4.2-1_amd64.deb ...
Unpacking python3.4-dev (3.4.2-1) ...
Selecting previously unselected package python3-dev.
Preparing to unpack .../python3-dev_3.4.2-2_amd64.deb ...
Unpacking python3-dev (3.4.2-2) ...
Processing triggers for man-db (2.7.0.2-5) ...
Setting up libpython3.4-dev:amd64 (3.4.2-1) ...
Setting up libpython3-dev:amd64 (3.4.2-2) ...
Setting up python3.4-dev (3.4.2-1) ...
Setting up python3-dev (3.4.2-2) ...
root@sevy:/home/sevy# cd pygobject-3.14.0/
Et puis :

Code : Tout sélectionner

root@sevy:/home/sevy/pygobject-3.14.0# ./configure
checking whether make supports nested variables... yes
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 build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for build time linking with Python (Darwin and Win32)... no
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for a Python interpreter with version >= 2.7... python3
checking for python3... /usr/bin/python3
checking for python3 version... 3.4
checking for python3 platform... linux
checking for python3 script directory... ${prefix}/lib/python3.4/site-packages
checking for python3 extension module directory... ${exec_prefix}/lib/python3.4/site-packages
checking for /usr/bin/python3 >= 3.1... yes
checking for python version... (cached) 3.4
checking for python platform... (cached) linux
checking for python script directory... (cached) ${prefix}/lib/python3.4/site-packages
checking for python extension module directory... (cached) ${exec_prefix}/lib/python3.4/site-packages
checking for headers required to compile python extensions... found
checking for PySignal_SetWakeupFd in Python.h... yes
checking for python module thread... no
checking for python module _thread... yes
checking whether to enable threading in pygobject... yes
./configure: line 13250: ./libtool: No such file or directory
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for GLIB - version >= 2.38.0... yes (version 2.42.1)
checking for FFI... yes
checking for GIO... yes
checking for GI... no
configure: error: Package requirements (glib-2.0 >= 2.38.0
    gobject-introspection-1.0 >= 1.39.0
) were not met:

No package 'gobject-introspection-1.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GI_CFLAGS
and GI_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Je pense que je m'en sortirais pas ... je dois lire avant, mais quoi? Je suis pas capable d'interpréter comme il ce doit ce que le shell me dis, comment c'est possible alors de faire quoi que ce soit? Si t'as de propositions de lectures à me donner à ce sujet, je suis vraiment ouvert. merci encore.
Debian stretch Xfce, lenovo T500, Intel(R) Core(TM)2 Duo CPU P8700 @ 2.53GHz 800,00MHz.
If life is a tragedy, then lets make it.
Avatar de l’utilisateur
lol
Site Admin
Site Admin
Messages : 5054
Inscription : 04 avr. 2016, 12:11
Localisation : Madagascar
Status : Hors-ligne

Re,
C'était donc bien python3-dev qui manquait.
Maintenant c'est un autre problème...

Code : Tout sélectionner

configure: error: Package requirements (glib-2.0 >= 2.38.0
    gobject-introspection-1.0 >= 1.39.0
) were not met:
Il doit te manquer: apt-get install libgtk2.0-dev et python-gobject-2-dev ou python-gobject-dev.
Je sais que c'est pas évident... c'est très souvent du tâtonnement quand les prérequis sont pas clairement indiqués.
Règles d'usage du forum. Signalez si vous avez posté votre question sur un autre forum. Explications ici
Debian Unstable. Mate/LXQT. Dieu, en créant l'homme, a quelque peu surestimé ses capacités.
Avatar de l’utilisateur
gfroid
Membre
Membre
Messages : 420
Inscription : 11 juin 2016, 02:43
Localisation : Québec
Status : Hors-ligne

lol a écrit : Je sais que c'est pas évident... c'est très souvent du tâtonnement quand les prérequis sont pas clairement indiqués.
Merci @lol
Debian stretch Xfce, lenovo T500, Intel(R) Core(TM)2 Duo CPU P8700 @ 2.53GHz 800,00MHz.
If life is a tragedy, then lets make it.
Avatar de l’utilisateur
gfroid
Membre
Membre
Messages : 420
Inscription : 11 juin 2016, 02:43
Localisation : Québec
Status : Hors-ligne

#1:

Code : Tout sélectionner

root@sevy:/home/sevy#  apt-get install libgtk2.0-dev 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  debhelper gir1.2-gtk-2.0 intltool-debian libatk1.0-dev
  libcairo-script-interpreter2 libcairo2-dev libfontconfig1-dev
  libfreetype6-dev libgdk-pixbuf2.0-dev libharfbuzz-dev libharfbuzz-gobject0
  libice-dev libmail-sendmail-perl libpango1.0-dev libpixman-1-dev
  libpng12-dev libpthread-stubs0-dev libsm-dev libsys-hostname-long-perl
  libx11-dev libx11-doc libxau-dev libxcb-render0-dev libxcb-shm0-dev
  libxcb1-dev libxcomposite-dev libxcursor-dev libxdamage-dev libxdmcp-dev
  libxext-dev libxfixes-dev libxft-dev libxi-dev libxinerama-dev libxml2-utils
  libxrandr-dev libxrender-dev po-debconf x11proto-composite-dev
  x11proto-core-dev x11proto-damage-dev x11proto-fixes-dev x11proto-input-dev
  x11proto-kb-dev x11proto-randr-dev x11proto-render-dev x11proto-xext-dev
  x11proto-xinerama-dev xorg-sgml-doctools xtrans-dev
Suggested packages:
  dh-make libcairo2-doc libgtk2.0-doc libice-doc libpango1.0-doc libsm-doc
  libxcb-doc libxext-doc libmail-box-perl
The following NEW packages will be installed:
  debhelper gir1.2-gtk-2.0 intltool-debian libatk1.0-dev
  libcairo-script-interpreter2 libcairo2-dev libfontconfig1-dev
  libfreetype6-dev libgdk-pixbuf2.0-dev libgtk2.0-dev libharfbuzz-dev
  libharfbuzz-gobject0 libice-dev libmail-sendmail-perl libpango1.0-dev
  libpixman-1-dev libpng12-dev libpthread-stubs0-dev libsm-dev
  libsys-hostname-long-perl libx11-dev libx11-doc libxau-dev
  libxcb-render0-dev libxcb-shm0-dev libxcb1-dev libxcomposite-dev
  libxcursor-dev libxdamage-dev libxdmcp-dev libxext-dev libxfixes-dev
  libxft-dev libxi-dev libxinerama-dev libxml2-utils libxrandr-dev
  libxrender-dev po-debconf x11proto-composite-dev x11proto-core-dev
  x11proto-damage-dev x11proto-fixes-dev x11proto-input-dev x11proto-kb-dev
  x11proto-randr-dev x11proto-render-dev x11proto-xext-dev
  x11proto-xinerama-dev xorg-sgml-doctools xtrans-dev
0 upgraded, 51 newly installed, 0 to remove and 1 not upgraded.
Need to get 15.4 MB of archives.
After this operation, 60.8 MB of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 http://security.debian.org/ jessie/updates/main libgdk-pixbuf2.0-dev amd64 2.31.1-2+deb8u5 [52.7 kB]
Get:2 http://security.debian.org/ jessie/updates/main libxml2-utils amd64 2.9.1+dfsg1-5+deb8u2 [91.5 kB]
Get:3 http://mirror.it.ubc.ca/debian/ jessie/main libcairo-script-interpreter2 amd64 1.14.0-2.1+deb8u1 [341 kB]
Get:4 http://mirror.it.ubc.ca/debian/ jessie/main libharfbuzz-gobject0 amd64 0.9.35-2 [365 kB]
Get:5 http://mirror.it.ubc.ca/debian/ jessie/main intltool-debian all 0.35.0+20060710.1 [30.8 kB]
Get:6 http://mirror.it.ubc.ca/debian/ jessie/main po-debconf all 1.0.16+nmu3 [220 kB]
Get:7 http://mirror.it.ubc.ca/debian/ jessie/main debhelper all 9.20150101 [813 kB]
Get:8 http://mirror.it.ubc.ca/debian/ jessie/main gir1.2-gtk-2.0 amd64 2.24.25-3+deb8u1 [696 kB]
Get:9 http://mirror.it.ubc.ca/debian/ jessie/main libatk1.0-dev amd64 2.14.0-1 [127 kB]
Get:10 http://mirror.it.ubc.ca/debian/ jessie/main libpng12-dev amd64 1.2.50-2+deb8u2 [248 kB]
Get:11 http://mirror.it.ubc.ca/debian/ jessie/main libfreetype6-dev amd64 2.5.2-3+deb8u1 [638 kB]
Get:12 http://mirror.it.ubc.ca/debian/ jessie/main libfontconfig1-dev amd64 2.11.0-6.3 [896 kB]
Get:13 http://mirror.it.ubc.ca/debian/ jessie/main xorg-sgml-doctools all 1:1.11-1 [21.9 kB]
Get:14 http://mirror.it.ubc.ca/debian/ jessie/main x11proto-core-dev all 7.0.26-1 [729 kB]
Get:15 http://mirror.it.ubc.ca/debian/ jessie/main libxau-dev amd64 1:1.0.8-1 [23.6 kB]
Get:16 http://mirror.it.ubc.ca/debian/ jessie/main libxdmcp-dev amd64 1:1.1.1-1+b1 [40.2 kB]
Get:17 http://mirror.it.ubc.ca/debian/ jessie/main x11proto-input-dev all 2.3.1-1 [157 kB]
Get:18 http://mirror.it.ubc.ca/debian/ jessie/main x11proto-kb-dev all 1.0.6-2 [269 kB]
Get:19 http://mirror.it.ubc.ca/debian/ jessie/main xtrans-dev all 1.3.4-1 [99.3 kB]
Get:20 http://mirror.it.ubc.ca/debian/ jessie/main libpthread-stubs0-dev amd64 0.3-4 [3,866 B]
Get:21 http://mirror.it.ubc.ca/debian/ jessie/main libxcb1-dev amd64 1.10-3+b1 [83.8 kB]
Get:22 http://mirror.it.ubc.ca/debian/ jessie/main libx11-dev amd64 2:1.6.2-3 [800 kB]
Get:23 http://mirror.it.ubc.ca/debian/ jessie/main x11proto-render-dev all 2:0.11.1-2 [20.8 kB]
Get:24 http://mirror.it.ubc.ca/debian/ jessie/main libxrender-dev amd64 1:0.9.8-1+b1 [38.9 kB]
Get:25 http://mirror.it.ubc.ca/debian/ jessie/main x11proto-xext-dev all 7.3.0-1 [212 kB]
Get:26 http://mirror.it.ubc.ca/debian/ jessie/main libxext-dev amd64 2:1.3.3-1 [107 kB]
Get:27 http://mirror.it.ubc.ca/debian/ jessie/main libice-dev amd64 2:1.0.9-1+b1 [66.3 kB]
Get:28 http://mirror.it.ubc.ca/debian/ jessie/main libsm-dev amd64 2:1.2.2-1+b1 [35.8 kB]
Get:29 http://mirror.it.ubc.ca/debian/ jessie/main libpixman-1-dev amd64 0.32.6-3 [523 kB]
Get:30 http://mirror.it.ubc.ca/debian/ jessie/main libxcb-render0-dev amd64 1.10-3+b1 [22.8 kB]
Get:31 http://mirror.it.ubc.ca/debian/ jessie/main libxcb-shm0-dev amd64 1.10-3+b1 [12.8 kB]
Get:32 http://mirror.it.ubc.ca/debian/ jessie/main libcairo2-dev amd64 1.14.0-2.1+deb8u1 [884 kB]
Get:33 http://mirror.it.ubc.ca/debian/ jessie/main libharfbuzz-dev amd64 0.9.35-2 [532 kB]
Get:34 http://mirror.it.ubc.ca/debian/ jessie/main libxft-dev amd64 2.3.2-1 [66.6 kB]
Get:35 http://mirror.it.ubc.ca/debian/ jessie/main libpango1.0-dev amd64 1.36.8-3 [467 kB]
Get:36 http://mirror.it.ubc.ca/debian/ jessie/main x11proto-xinerama-dev all 1.2.1-2 [4,938 B]
Get:37 http://mirror.it.ubc.ca/debian/ jessie/main libxinerama-dev amd64 2:1.1.3-1+b1 [19.1 kB]
Get:38 http://mirror.it.ubc.ca/debian/ jessie/main x11proto-fixes-dev all 1:5.0-2 [19.2 kB]
Get:39 http://mirror.it.ubc.ca/debian/ jessie/main libxfixes-dev amd64 1:5.0.1-2+b2 [23.2 kB]
Get:40 http://mirror.it.ubc.ca/debian/ jessie/main libxi-dev amd64 2:1.7.4-1+b2 [237 kB]
Get:41 http://mirror.it.ubc.ca/debian/ jessie/main x11proto-randr-dev all 1.4.0-2 [46.8 kB]
Get:42 http://mirror.it.ubc.ca/debian/ jessie/main libxrandr-dev amd64 2:1.4.2-1+b1 [42.8 kB]
Get:43 http://mirror.it.ubc.ca/debian/ jessie/main libxcursor-dev amd64 1:1.1.14-1+b1 [42.3 kB]
Get:44 http://mirror.it.ubc.ca/debian/ jessie/main x11proto-composite-dev all 1:0.4.2-2 [15.3 kB]
Get:45 http://mirror.it.ubc.ca/debian/ jessie/main libxcomposite-dev amd64 1:0.4.4-1 [20.8 kB]
Get:46 http://mirror.it.ubc.ca/debian/ jessie/main x11proto-damage-dev all 1:1.2.1-2 [11.8 kB]
Get:47 http://mirror.it.ubc.ca/debian/ jessie/main libxdamage-dev amd64 1:1.1.4-2+b1 [14.4 kB]
Get:48 http://mirror.it.ubc.ca/debian/ jessie/main libgtk2.0-dev amd64 2.24.25-3+deb8u1 [3,127 kB]
Get:49 http://mirror.it.ubc.ca/debian/ jessie/main libsys-hostname-long-perl all 1.4-3 [11.6 kB]
Get:50 http://mirror.it.ubc.ca/debian/ jessie/main libmail-sendmail-perl all 0.79.16-1 [26.6 kB]
Get:51 http://mirror.it.ubc.ca/debian/ jessie/main libx11-doc all 2:1.6.2-3 [2,026 kB]
Fetched 15.4 MB in 60s (257 kB/s)                                              
Extracting templates from packages: 100%
Selecting previously unselected package libcairo-script-interpreter2:amd64.
(Reading database ... 142226 files and directories currently installed.)
Preparing to unpack .../libcairo-script-interpreter2_1.14.0-2.1+deb8u1_amd64.deb ...
Unpacking libcairo-script-interpreter2:amd64 (1.14.0-2.1+deb8u1) ...
Selecting previously unselected package libharfbuzz-gobject0:amd64.
Preparing to unpack .../libharfbuzz-gobject0_0.9.35-2_amd64.deb ...
Unpacking libharfbuzz-gobject0:amd64 (0.9.35-2) ...
Selecting previously unselected package intltool-debian.
Preparing to unpack .../intltool-debian_0.35.0+20060710.1_all.deb ...
Unpacking intltool-debian (0.35.0+20060710.1) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../po-debconf_1.0.16+nmu3_all.deb ...
Unpacking po-debconf (1.0.16+nmu3) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../debhelper_9.20150101_all.deb ...
Unpacking debhelper (9.20150101) ...
Selecting previously unselected package gir1.2-gtk-2.0.
Preparing to unpack .../gir1.2-gtk-2.0_2.24.25-3+deb8u1_amd64.deb ...
Unpacking gir1.2-gtk-2.0 (2.24.25-3+deb8u1) ...
Selecting previously unselected package libatk1.0-dev.
Preparing to unpack .../libatk1.0-dev_2.14.0-1_amd64.deb ...
Unpacking libatk1.0-dev (2.14.0-1) ...
Selecting previously unselected package libpng12-dev:amd64.
Preparing to unpack .../libpng12-dev_1.2.50-2+deb8u2_amd64.deb ...
Unpacking libpng12-dev:amd64 (1.2.50-2+deb8u2) ...
Selecting previously unselected package libfreetype6-dev.
Preparing to unpack .../libfreetype6-dev_2.5.2-3+deb8u1_amd64.deb ...
Unpacking libfreetype6-dev (2.5.2-3+deb8u1) ...
Selecting previously unselected package libfontconfig1-dev:amd64.
Preparing to unpack .../libfontconfig1-dev_2.11.0-6.3_amd64.deb ...
Unpacking libfontconfig1-dev:amd64 (2.11.0-6.3) ...
Selecting previously unselected package xorg-sgml-doctools.
Preparing to unpack .../xorg-sgml-doctools_1%3a1.11-1_all.deb ...
Unpacking xorg-sgml-doctools (1:1.11-1) ...
Selecting previously unselected package x11proto-core-dev.
Preparing to unpack .../x11proto-core-dev_7.0.26-1_all.deb ...
Unpacking x11proto-core-dev (7.0.26-1) ...
Selecting previously unselected package libxau-dev:amd64.
Preparing to unpack .../libxau-dev_1%3a1.0.8-1_amd64.deb ...
Unpacking libxau-dev:amd64 (1:1.0.8-1) ...
Selecting previously unselected package libxdmcp-dev:amd64.
Preparing to unpack .../libxdmcp-dev_1%3a1.1.1-1+b1_amd64.deb ...
Unpacking libxdmcp-dev:amd64 (1:1.1.1-1+b1) ...
Selecting previously unselected package x11proto-input-dev.
Preparing to unpack .../x11proto-input-dev_2.3.1-1_all.deb ...
Unpacking x11proto-input-dev (2.3.1-1) ...
Selecting previously unselected package x11proto-kb-dev.
Preparing to unpack .../x11proto-kb-dev_1.0.6-2_all.deb ...
Unpacking x11proto-kb-dev (1.0.6-2) ...
Selecting previously unselected package xtrans-dev.
Preparing to unpack .../xtrans-dev_1.3.4-1_all.deb ...
Unpacking xtrans-dev (1.3.4-1) ...
Selecting previously unselected package libpthread-stubs0-dev:amd64.
Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ...
Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ...
Selecting previously unselected package libxcb1-dev:amd64.
Preparing to unpack .../libxcb1-dev_1.10-3+b1_amd64.deb ...
Unpacking libxcb1-dev:amd64 (1.10-3+b1) ...
Selecting previously unselected package libx11-dev:amd64.
Preparing to unpack .../libx11-dev_2%3a1.6.2-3_amd64.deb ...
Unpacking libx11-dev:amd64 (2:1.6.2-3) ...
Selecting previously unselected package x11proto-render-dev.
Preparing to unpack .../x11proto-render-dev_2%3a0.11.1-2_all.deb ...
Unpacking x11proto-render-dev (2:0.11.1-2) ...
Selecting previously unselected package libxrender-dev:amd64.
Preparing to unpack .../libxrender-dev_1%3a0.9.8-1+b1_amd64.deb ...
Unpacking libxrender-dev:amd64 (1:0.9.8-1+b1) ...
Selecting previously unselected package x11proto-xext-dev.
Preparing to unpack .../x11proto-xext-dev_7.3.0-1_all.deb ...
Unpacking x11proto-xext-dev (7.3.0-1) ...
Selecting previously unselected package libxext-dev:amd64.
Preparing to unpack .../libxext-dev_2%3a1.3.3-1_amd64.deb ...
Unpacking libxext-dev:amd64 (2:1.3.3-1) ...
Selecting previously unselected package libice-dev:amd64.
Preparing to unpack .../libice-dev_2%3a1.0.9-1+b1_amd64.deb ...
Unpacking libice-dev:amd64 (2:1.0.9-1+b1) ...
Selecting previously unselected package libsm-dev:amd64.
Preparing to unpack .../libsm-dev_2%3a1.2.2-1+b1_amd64.deb ...
Unpacking libsm-dev:amd64 (2:1.2.2-1+b1) ...
Selecting previously unselected package libpixman-1-dev.
Preparing to unpack .../libpixman-1-dev_0.32.6-3_amd64.deb ...
Unpacking libpixman-1-dev (0.32.6-3) ...
Selecting previously unselected package libxcb-render0-dev:amd64.
Preparing to unpack .../libxcb-render0-dev_1.10-3+b1_amd64.deb ...
Unpacking libxcb-render0-dev:amd64 (1.10-3+b1) ...
Selecting previously unselected package libxcb-shm0-dev:amd64.
Preparing to unpack .../libxcb-shm0-dev_1.10-3+b1_amd64.deb ...
Unpacking libxcb-shm0-dev:amd64 (1.10-3+b1) ...
Selecting previously unselected package libcairo2-dev.
Preparing to unpack .../libcairo2-dev_1.14.0-2.1+deb8u1_amd64.deb ...
Unpacking libcairo2-dev (1.14.0-2.1+deb8u1) ...
Selecting previously unselected package libgdk-pixbuf2.0-dev.
Preparing to unpack .../libgdk-pixbuf2.0-dev_2.31.1-2+deb8u5_amd64.deb ...
Unpacking libgdk-pixbuf2.0-dev (2.31.1-2+deb8u5) ...
Selecting previously unselected package libharfbuzz-dev.
Preparing to unpack .../libharfbuzz-dev_0.9.35-2_amd64.deb ...
Unpacking libharfbuzz-dev (0.9.35-2) ...
Selecting previously unselected package libxft-dev.
Preparing to unpack .../libxft-dev_2.3.2-1_amd64.deb ...
Unpacking libxft-dev (2.3.2-1) ...
Selecting previously unselected package libpango1.0-dev.
Preparing to unpack .../libpango1.0-dev_1.36.8-3_amd64.deb ...
Unpacking libpango1.0-dev (1.36.8-3) ...
Selecting previously unselected package x11proto-xinerama-dev.
Preparing to unpack .../x11proto-xinerama-dev_1.2.1-2_all.deb ...
Unpacking x11proto-xinerama-dev (1.2.1-2) ...
Selecting previously unselected package libxinerama-dev:amd64.
Preparing to unpack .../libxinerama-dev_2%3a1.1.3-1+b1_amd64.deb ...
Unpacking libxinerama-dev:amd64 (2:1.1.3-1+b1) ...
Selecting previously unselected package x11proto-fixes-dev.
Preparing to unpack .../x11proto-fixes-dev_1%3a5.0-2_all.deb ...
Unpacking x11proto-fixes-dev (1:5.0-2) ...
Selecting previously unselected package libxfixes-dev:amd64.
Preparing to unpack .../libxfixes-dev_1%3a5.0.1-2+b2_amd64.deb ...
Unpacking libxfixes-dev:amd64 (1:5.0.1-2+b2) ...
Selecting previously unselected package libxi-dev.
Preparing to unpack .../libxi-dev_2%3a1.7.4-1+b2_amd64.deb ...
Unpacking libxi-dev (2:1.7.4-1+b2) ...
Selecting previously unselected package x11proto-randr-dev.
Preparing to unpack .../x11proto-randr-dev_1.4.0-2_all.deb ...
Unpacking x11proto-randr-dev (1.4.0-2) ...
Selecting previously unselected package libxrandr-dev:amd64.
Preparing to unpack .../libxrandr-dev_2%3a1.4.2-1+b1_amd64.deb ...
Unpacking libxrandr-dev:amd64 (2:1.4.2-1+b1) ...
Selecting previously unselected package libxcursor-dev:amd64.
Preparing to unpack .../libxcursor-dev_1%3a1.1.14-1+b1_amd64.deb ...
Unpacking libxcursor-dev:amd64 (1:1.1.14-1+b1) ...
Selecting previously unselected package x11proto-composite-dev.
Preparing to unpack .../x11proto-composite-dev_1%3a0.4.2-2_all.deb ...
Unpacking x11proto-composite-dev (1:0.4.2-2) ...
Selecting previously unselected package libxcomposite-dev.
Preparing to unpack .../libxcomposite-dev_1%3a0.4.4-1_amd64.deb ...
Unpacking libxcomposite-dev (1:0.4.4-1) ...
Selecting previously unselected package x11proto-damage-dev.
Preparing to unpack .../x11proto-damage-dev_1%3a1.2.1-2_all.deb ...
Unpacking x11proto-damage-dev (1:1.2.1-2) ...
Selecting previously unselected package libxdamage-dev:amd64.
Preparing to unpack .../libxdamage-dev_1%3a1.1.4-2+b1_amd64.deb ...
Unpacking libxdamage-dev:amd64 (1:1.1.4-2+b1) ...
Selecting previously unselected package libxml2-utils.
Preparing to unpack .../libxml2-utils_2.9.1+dfsg1-5+deb8u2_amd64.deb ...
Unpacking libxml2-utils (2.9.1+dfsg1-5+deb8u2) ...
Selecting previously unselected package libgtk2.0-dev.
Preparing to unpack .../libgtk2.0-dev_2.24.25-3+deb8u1_amd64.deb ...
Unpacking libgtk2.0-dev (2.24.25-3+deb8u1) ...
Selecting previously unselected package libsys-hostname-long-perl.
Preparing to unpack .../libsys-hostname-long-perl_1.4-3_all.deb ...
Unpacking libsys-hostname-long-perl (1.4-3) ...
Selecting previously unselected package libmail-sendmail-perl.
Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ...
Unpacking libmail-sendmail-perl (0.79.16-1) ...
Selecting previously unselected package libx11-doc.
Preparing to unpack .../libx11-doc_2%3a1.6.2-3_all.deb ...
Unpacking libx11-doc (2:1.6.2-3) ...
Processing triggers for man-db (2.7.0.2-5) ...
Setting up libcairo-script-interpreter2:amd64 (1.14.0-2.1+deb8u1) ...
Setting up libharfbuzz-gobject0:amd64 (0.9.35-2) ...
Setting up intltool-debian (0.35.0+20060710.1) ...
Setting up po-debconf (1.0.16+nmu3) ...
Setting up debhelper (9.20150101) ...
Setting up gir1.2-gtk-2.0 (2.24.25-3+deb8u1) ...
Setting up libatk1.0-dev (2.14.0-1) ...
Setting up libpng12-dev:amd64 (1.2.50-2+deb8u2) ...
Setting up libfreetype6-dev (2.5.2-3+deb8u1) ...
Setting up libfontconfig1-dev:amd64 (2.11.0-6.3) ...
Setting up xorg-sgml-doctools (1:1.11-1) ...
Setting up x11proto-core-dev (7.0.26-1) ...
Setting up libxau-dev:amd64 (1:1.0.8-1) ...
Setting up libxdmcp-dev:amd64 (1:1.1.1-1+b1) ...
Setting up x11proto-input-dev (2.3.1-1) ...
Setting up x11proto-kb-dev (1.0.6-2) ...
Setting up xtrans-dev (1.3.4-1) ...
Setting up libpthread-stubs0-dev:amd64 (0.3-4) ...
Setting up libxcb1-dev:amd64 (1.10-3+b1) ...
Setting up libx11-dev:amd64 (2:1.6.2-3) ...
Setting up x11proto-render-dev (2:0.11.1-2) ...
Setting up libxrender-dev:amd64 (1:0.9.8-1+b1) ...
Setting up x11proto-xext-dev (7.3.0-1) ...
Setting up libxext-dev:amd64 (2:1.3.3-1) ...
Setting up libice-dev:amd64 (2:1.0.9-1+b1) ...
Setting up libsm-dev:amd64 (2:1.2.2-1+b1) ...
Setting up libpixman-1-dev (0.32.6-3) ...
Setting up libxcb-render0-dev:amd64 (1.10-3+b1) ...
Setting up libxcb-shm0-dev:amd64 (1.10-3+b1) ...
Setting up libcairo2-dev (1.14.0-2.1+deb8u1) ...
Setting up libgdk-pixbuf2.0-dev (2.31.1-2+deb8u5) ...
Setting up libharfbuzz-dev (0.9.35-2) ...
Setting up libxft-dev (2.3.2-1) ...
Setting up libpango1.0-dev (1.36.8-3) ...
Setting up x11proto-xinerama-dev (1.2.1-2) ...
Setting up libxinerama-dev:amd64 (2:1.1.3-1+b1) ...
Setting up x11proto-fixes-dev (1:5.0-2) ...
Setting up libxfixes-dev:amd64 (1:5.0.1-2+b2) ...
Setting up libxi-dev (2:1.7.4-1+b2) ...
Setting up x11proto-randr-dev (1.4.0-2) ...
Setting up libxrandr-dev:amd64 (2:1.4.2-1+b1) ...
Setting up libxcursor-dev:amd64 (1:1.1.14-1+b1) ...
Setting up x11proto-composite-dev (1:0.4.2-2) ...
Setting up libxcomposite-dev (1:0.4.4-1) ...
Setting up x11proto-damage-dev (1:1.2.1-2) ...
Setting up libxdamage-dev:amd64 (1:1.1.4-2+b1) ...
Setting up libxml2-utils (2.9.1+dfsg1-5+deb8u2) ...
Setting up libgtk2.0-dev (2.24.25-3+deb8u1) ...
Setting up libsys-hostname-long-perl (1.4-3) ...
Setting up libmail-sendmail-perl (0.79.16-1) ...
Setting up libx11-doc (2:1.6.2-3) ...
Processing triggers for libc-bin (2.19-18+deb8u4) ...
#2 :

Code : Tout sélectionner

root@sevy:/home/sevy# apt-get install python-gobject-2-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
python-gobject-2-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
:

#3 :

Code : Tout sélectionner

root@sevy:/home/sevy# apt-get install python-gobject-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
python-gobject-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
#4 :

Code : Tout sélectionner

 root@sevy:/home/sevy/pygobject-3.14.0# ./configure
checking whether make supports nested variables... yes
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 build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for build time linking with Python (Darwin and Win32)... no
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for a Python interpreter with version >= 2.7... python3
checking for python3... /usr/bin/python3
checking for python3 version... 3.4
checking for python3 platform... linux
checking for python3 script directory... ${prefix}/lib/python3.4/site-packages
checking for python3 extension module directory... ${exec_prefix}/lib/python3.4/site-packages
checking for /usr/bin/python3 >= 3.1... yes
checking for python version... (cached) 3.4
checking for python platform... (cached) linux
checking for python script directory... (cached) ${prefix}/lib/python3.4/site-packages
checking for python extension module directory... (cached) ${exec_prefix}/lib/python3.4/site-packages
checking for headers required to compile python extensions... found
checking for PySignal_SetWakeupFd in Python.h... yes
checking for python module thread... no
checking for python module _thread... yes
checking whether to enable threading in pygobject... yes
./configure: line 13250: ./libtool: No such file or directory
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for GLIB - version >= 2.38.0... yes (version 2.42.1)
checking for FFI... yes
checking for GIO... yes
checking for GI... no
configure: error: Package requirements (glib-2.0 >= 2.38.0
    gobject-introspection-1.0 >= 1.39.0
) were not met:

No package 'gobject-introspection-1.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GI_CFLAGS
and GI_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
root@sevy:/home/sevy/pygobject-3.14.0#



# 5 :

Code : Tout sélectionner

root@sevy:/home/sevy/pygobject-3.14.0# apt-get upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  libgd3
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 147 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 http://security.debian.org/ jessie/updates/main libgd3 amd64 2.1.0-5+deb8u4 [147 kB]
Fetched 147 kB in 0s (189 kB/s)
Reading changelogs... Done
(Reading database ... 145446 files and directories currently installed.)
Preparing to unpack .../libgd3_2.1.0-5+deb8u4_amd64.deb ...
Unpacking libgd3:amd64 (2.1.0-5+deb8u4) over (2.1.0-5+deb8u3) ...
Setting up libgd3:amd64 (2.1.0-5+deb8u4) ...
Processing triggers for libc-bin (2.19-18+deb8u4) ...
root@sevy:/home/sevy/pygobject-3.14.0# 
# 6:

Code : Tout sélectionner

root@sevy:/home/sevy/pygobject-3.14.0# ./configure
checking whether make supports nested variables... yes
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 build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for build time linking with Python (Darwin and Win32)... no
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for a Python interpreter with version >= 2.7... python3
checking for python3... /usr/bin/python3
checking for python3 version... 3.4
checking for python3 platform... linux
checking for python3 script directory... ${prefix}/lib/python3.4/site-packages
checking for python3 extension module directory... ${exec_prefix}/lib/python3.4/site-packages
checking for /usr/bin/python3 >= 3.1... yes
checking for python version... (cached) 3.4
checking for python platform... (cached) linux
checking for python script directory... (cached) ${prefix}/lib/python3.4/site-packages
checking for python extension module directory... (cached) ${exec_prefix}/lib/python3.4/site-packages
checking for headers required to compile python extensions... found
checking for PySignal_SetWakeupFd in Python.h... yes
checking for python module thread... no
checking for python module _thread... yes
checking whether to enable threading in pygobject... yes
./configure: line 13250: ./libtool: No such file or directory
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for GLIB - version >= 2.38.0... yes (version 2.42.1)
checking for FFI... yes
checking for GIO... yes
checking for GI... no
configure: error: Package requirements (glib-2.0 >= 2.38.0
    gobject-introspection-1.0 >= 1.39.0
) were not met:

No package 'gobject-introspection-1.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GI_CFLAGS
and GI_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
root@sevy:/home/sevy/pygobject-3.14.0# 
... pas plus avancé. j'ai fais ça à la va vitte je reviens de travailler .. de nuit pour te donner un comback. Je suis un peu découragé je compte peut être abandonner et me mettre à lir un peu sur le sujet ça fait un temps que je me dit que je devrai lire le debian handbook. si tu veux toujour m'aider ce sera toujour apprécier sinon j'abandonne... pour le moment. :006:
Debian stretch Xfce, lenovo T500, Intel(R) Core(TM)2 Duo CPU P8700 @ 2.53GHz 800,00MHz.
If life is a tragedy, then lets make it.
Avatar de l’utilisateur
lol
Site Admin
Site Admin
Messages : 5054
Inscription : 04 avr. 2016, 12:11
Localisation : Madagascar
Status : Hors-ligne

Ne te décourage pas,
Il te manque juste un paquet, il faut le trouver... Les recherches Internet sont très utiles pour ce genre de choses: http://stackoverflow.com/questions/1802 ... -1-0-found
Règles d'usage du forum. Signalez si vous avez posté votre question sur un autre forum. Explications ici
Debian Unstable. Mate/LXQT. Dieu, en créant l'homme, a quelque peu surestimé ses capacités.
Répondre