user@linuxtrack:~ $ python -c 'print("Soyez les bienvenus !")'

Vous n'êtes pas identifié(e).

#1 13-06-2015 20:31:57

Nino
Membre

Installe Seahorse-3.16.0

J'ai decompresser mon dossier dans repertoire Téléchargements
ensuite j'ai essayer les commande suivante
./configure
make
make install

[== Indéfini ==]
Installation Instructions
*************************

Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005 Free
Software Foundation, Inc.

This file is free documentation; the Free Software Foundation gives
unlimited permission to copy, distribute and modify it.

Basic Installation
==================

These are generic installation instructions.

   The `configure' shell script attempts to guess correct values for
various system-dependent variables used during compilation.  It uses
those values to create a `Makefile' in each directory of the package.
It may also create one or more `.h' files containing system-dependent
definitions.  Finally, it creates a shell script `config.status' that
you can run in the future to recreate the current configuration, and a
file `config.log' containing compiler output (useful mainly for
debugging `configure').

   It can also use an optional file (typically called `config.cache'
and enabled with `--cache-file=config.cache' or simply `-C') that saves
the results of its tests to speed up reconfiguring.  (Caching is
disabled by default to prevent problems with accidental use of stale
cache files.)

   If you need to do unusual things to compile the package, please try
to figure out how `configure' could check whether to do them, and mail
diffs or instructions to the address given in the `README' so they can
be considered for the next release.  If you are using the cache, and at
some point `config.cache' contains results you don't want to keep, you
may remove or edit it.

   The file `configure.ac' (or `configure.in') is used to create
`configure' by a program called `autoconf'.  You only need
`configure.ac' if you want to change it or regenerate `configure' using
a newer version of `autoconf'.

The simplest way to compile this package is:

  1. `cd' to the directory containing the package's source code and type
     `./configure' to configure the package for your system.  If you're
     using `csh' on an old version of System V, you might need to type
     `sh ./configure' instead to prevent `csh' from trying to execute
     `configure' itself.

     Running `configure' takes awhile.  While running, it prints some
     messages telling which features it is checking for.

  2. Type `make' to compile the package.

  3. Optionally, type `make check' to run any self-tests that come with
     the package.

  4. Type `make install' to install the programs and any data files and
     documentation.

  5. You can remove the program binaries and object files from the
     source code directory by typing `make clean'.  To also remove the
     files that `configure' created (so you can compile the package for
     a different kind of computer), type `make distclean'.  There is
     also a `make maintainer-clean' target, but that is intended mainly
     for the package's developers.  If you use it, you may have to get
     all sorts of other programs in order to regenerate files that came
     with the distribution.

Compilers and Options
=====================

Some systems require unusual options for compilation or linking that the
`configure' script does not know about.  Run `./configure --help' for
details on some of the pertinent environment variables.

   You can give `configure' initial values for configuration parameters
by setting variables in the command line or in the environment.  Here
is an example:

     ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix

   *Note Defining Variables::, for more details.

Compiling For Multiple Architectures
====================================

You can compile the package for more than one kind of computer at the
same time, by placing the object files for each architecture in their
own directory.  To do this, you must use a version of `make' that
supports the `VPATH' variable, such as GNU `make'.  `cd' to the
directory where you want the object files and executables to go and run
the `configure' script.  `configure' automatically checks for the
source code in the directory that `configure' is in and in `..'.

   If you have to use a `make' that does not support the `VPATH'
variable, you have to compile the package for one architecture at a
time in the source code directory.  After you have installed the
package for one architecture, use `make distclean' before reconfiguring
for another architecture.

Installation Names
==================

By default, `make install' installs the package's commands under
`/usr/local/bin', include files under `/usr/local/include', etc.  You
can specify an installation prefix other than `/usr/local' by giving
`configure' the option `--prefix=PREFIX'.

   You can specify separate installation prefixes for
architecture-specific files and architecture-independent files.  If you
pass the option `--exec-prefix=PREFIX' to `configure', the package uses
PREFIX as the prefix for installing programs and libraries.
Documentation and other data files still use the regular prefix.

   In addition, if you use an unusual directory layout you can give
options like `--bindir=DIR' to specify different values for particular
kinds of files.  Run `configure --help' for a list of the directories
you can set and what kinds of files go in them.

   If the package supports it, you can cause programs to be installed
with an extra prefix or suffix on their names by giving `configure' the
option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.

Optional Features
=================

Some packages pay attention to `--enable-FEATURE' options to
`configure', where FEATURE indicates an optional part of the package.
They may also pay attention to `--with-PACKAGE' options, where PACKAGE
is something like `gnu-as' or `x' (for the X Window System).  The
`README' should mention any `--enable-' and `--with-' options that the
package recognizes.

   For packages that use the X Window System, `configure' can usually
find the X include and library files automatically, but if it doesn't,
you can use the `configure' options `--x-includes=DIR' and
`--x-libraries=DIR' to specify their locations.

Specifying the System Type
==========================

There may be some features `configure' cannot figure out automatically,
but needs to determine by the type of machine the package will run on.
Usually, assuming the package is built to be run on the _same_
architectures, `configure' can figure that out, but if it prints a
message saying it cannot guess the machine type, give it the
`--build=TYPE' option.  TYPE can either be a short name for the system
type, such as `sun4', or a canonical name which has the form:

     CPU-COMPANY-SYSTEM

where SYSTEM can have one of these forms:

     OS KERNEL-OS

   See the file `config.sub' for the possible values of each field.  If
`config.sub' isn't included in this package, then this package doesn't
need to know the machine type.

   If you are _building_ compiler tools for cross-compiling, you should
use the option `--target=TYPE' to select the type of system they will
produce code for.

   If you want to _use_ a cross compiler, that generates code for a
platform different from the build platform, you should specify the
"host" platform (i.e., that on which the generated programs will
eventually be run) with `--host=TYPE'.

Sharing Defaults
================

If you want to set default values for `configure' scripts to share, you
can create a site shell script called `config.site' that gives default
values for variables like `CC', `cache_file', and `prefix'.
`configure' looks for `PREFIX/share/config.site' if it exists, then
`PREFIX/etc/config.site' if it exists.  Or, you can set the
`CONFIG_SITE' environment variable to the location of the site script.
A warning: not all `configure' scripts look for a site script.

Defining Variables
==================

Variables not defined in a site shell script can be set in the
environment passed to `configure'.  However, some packages may run
configure again during the build, and the customized values of these
variables may be lost.  In order to avoid this problem, you should set
them in the `configure' command line, using `VAR=value'.  For example:

     ./configure CC=/usr/local2/bin/gcc

causes the specified `gcc' to be used as the C compiler (unless it is
overridden in the site shell script).  Here is a another example:

     /bin/bash ./configure CONFIG_SHELL=/bin/bash

Here the `CONFIG_SHELL=/bin/bash' operand causes subsequent
configuration-related scripts to be executed by `/bin/bash'.

`configure' Invocation
======================

`configure' recognizes the following options to control how it operates.

`--help'
`-h'
     Print a summary of the options to `configure', and exit.

`--version'
`-V'
     Print the version of Autoconf used to generate the `configure'
     script, and exit.

`--cache-file=FILE'
     Enable the cache: use and save the results of the tests in FILE,
     traditionally `config.cache'.  FILE defaults to `/dev/null' to
     disable caching.

`--config-cache'
`-C'
     Alias for `--cache-file=config.cache'.

`--quiet'
`--silent'
`-q'
     Do not print messages saying which checks are being made.  To
     suppress all normal output, redirect it to `/dev/null' (any error
     messages will still be shown).

`--srcdir=DIR'
     Look for the package's source code in directory DIR.  Usually
     `configure' can determine that directory automatically.

`configure' also accepts some other, not widely useful, options.  Run
`configure --help' for more details.
[== Indéfini ==]
hades@hades:~$  cd ~/Téléchargements/seahorse-3.16.0/
hades@hades:~/Téléchargements/seahorse-3.16.0$ ls
acinclude.m4  ChangeLog           configure.ac  gkr      libseahorse    omf.make  seahorse.doap
AUTHORS       ChangeLog.pre-0.6   COPYING       HACKING  MAINTAINERS    pgp       src
autogen.sh    ChangeLog.pre-1.0   COPYING-DOCS  help     Makefile.am    pkcs11    ssh
BUGS          ChangeLog.pre-auto  COPYING.LIB   INSTALL  Makefile.decl  po        THANKS
build         common              data          libegg   NEWS           README    TODO
hades@hades:~/Téléchargements/seahorse-3.16.0$ ./ configure.ac
bash: ./ : est un dossier
hades@hades:~/Téléchargements/seahorse-3.16.0$ make
make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt.
hades@hades:~/Téléchargements/seahorse-3.16.0$ Makefile.am

J'ai cherche sur le net tout ce que j'ai essayer ne fonctionne pas je poste ce que je voix dans le terminale et le contenu du fichier install                      merci

Dernière modification par Nino (13-06-2015 20:32:30)

Hors ligne

#2 13-06-2015 21:07:42

WarLocG
#! modo de compet

Re : Installe Seahorse-3.16.0

Salut,

Où es-tu allé chercher ton paquet à compiler ?
Sur ubuntu, les paquets se trouvent déjà dans les dépots: http://packages.ubuntu.com/search?keywords=seahorse
J'ai trouvé une version a compiler aussi sur http://www.linuxfromscratch.org/blfs/vi … horse.html
Je n'ai pas testé de compiler le programme mais un fichier .configure se trouve deja dedans

wget -c http://ftp.gnome.org/pub/gnome/sources/ … 6.0.tar.xz
tar xvf seahorse-3.16.0.tar.xz
cd seahorse-3.16.0/
ls

warlocg@linux:~/Desktop/seahorse-3.16.0$ ls
acinclude.m4         intltool-update.in
aclocal.m4           libegg
AUTHORS              libseahorse
build                MAINTAINERS
ChangeLog            Makefile.am
ChangeLog.pre-0.6    Makefile.decl
ChangeLog.pre-1.0    Makefile.in
ChangeLog.pre-auto   NEWS
common               pgp
configure            pkcs11
configure.ac         po
COPYING              README
COPYING-DOCS         seahorse-marshal.c
COPYING.LIB          seahorse-marshal.h
data                 seahorse-shell-search-provider-generated.c
gkr                  seahorse-shell-search-provider-generated.h
HACKING              src
help                 ssh
INSTALL              THANKS
intltool-extract.in  TODO
intltool-merge.in

A priori la version est la même que la tienne.

Enfin, dans ton README, il est mentionné ceci:

The file `configure.ac' (or `configure.in') is used to create
`configure' by a program called `autoconf'.  You only need
`configure.ac' if you want to change it or regenerate `configure' using
a newer version of `autoconf'.

En gros, tu as besoin que autoconf soit installé pour supporter les configure.ac

Dernière chose, il y a un fichier autogen.sh présent dans ton dossier, as-tu tenté de le lancer ?

Edit: j'ai aussi récupréré l'archive sur le git officiel https://git.gnome.org/browse/seahorse/
Le contenu de l'archive est la suivante:

warlocg@linux:~/Desktop/seahorse-3.16.0$ ls
acinclude.m4         intltool-update.in
aclocal.m4           libegg
AUTHORS              libseahorse
autogen.sh           MAINTAINERS
BUGS                 Makefile.am
build                Makefile.decl
ChangeLog            Makefile.in
ChangeLog.pre-0.6    NEWS
ChangeLog.pre-1.0    omf.make
ChangeLog.pre-auto   pgp
common               pkcs11
configure            po
configure.ac         README
COPYING              seahorse.doap
COPYING-DOCS         seahorse-marshal.c
COPYING.LIB          seahorse-marshal.h
data                 seahorse-shell-search-provider-generated.c
gkr                  seahorse-shell-search-provider-generated.h
HACKING              src
help                 ssh
INSTALL              THANKS
intltool-extract.in  TODO
intltool-merge.in

Je dispose du fichier configure inclus dedans aussi.


Avant de poser vos questions, jeter un oeil ici
Mon CodeVault et Wiki : ici
Les messages privés envers le staff sont uniquement pour les cas d'urgence ou affaires privées (personnelles). Les demandes se feront exclusivement sur le forum. Merci de respecter cette clause sous peine de sanctions.

Hors ligne

#3 13-06-2015 21:43:58

Nino
Membre

Re : Installe Seahorse-3.16.0

J'ai suivis ton lien j'ai récupéré un autre paquet y a bien le fichier configure mais appareemment j'ai une erreur je suis pas sur je pense qui manque une dépendance

[== Indéfini ==]
hades@hades:~$  cd ~/Téléchargements/seahorse-3.2.2/
hades@hades:~/Téléchargements/seahorse-3.2.2$ ls
acinclude.m4        compile       COPYING-DOCS          INSTALL              ltmain.sh      NEWS      src
aclocal.m4          config.guess  data                  install-sh           m4             omf.make  ssh
AUTHORS             config.h.in   depcomp               intltool-extract.in  MAINTAINERS    pgp       THANKS
ChangeLog           config.sub    gkr                   intltool-merge.in    Makefile.am    pixmaps   TODO
ChangeLog.pre-0.6   configure     gnome-doc-utils.make  intltool-update.in   Makefile.in    pkcs11
ChangeLog.pre-1.0   configure.ac  HACKING               libegg               missing        po
ChangeLog.pre-auto  COPYING       help                  libseahorse          mkinstalldirs  README
hades@hades:~/Téléchargements/seahorse-3.2.2$ ./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... gawk
checking whether make sets $(MAKE)... yes
checking whether to disable maintainer-specific portions of Makefiles... yes
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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether NLS is requested... yes
checking for intltool >= 0.35.0... 0.50.2 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.14.2
checking for XML::Parser... ok
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
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 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... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking gnome-doc-utils >= 0.3.2... no
configure: error: gnome-doc-utils >= 0.3.2 not found
hades@hades:~/Téléchargements/seahorse-3.2.2$ make
make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt.
hades@hades:~/Téléchargements/seahorse-3.2.2$ ./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... gawk
checking whether make sets $(MAKE)... yes
checking whether to disable maintainer-specific portions of Makefiles... yes
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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether NLS is requested... yes
checking for intltool >= 0.35.0... 0.50.2 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.14.2
checking for XML::Parser... ok
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
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 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... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking gnome-doc-utils >= 0.3.2... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for off_t... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for setresuid... yes
checking for setresgid... yes
checking for strsep... yes
checking for pkg-config... /usr/bin/pkg-config
checking for GTK... no
configure: error: Package requirements (gtk+-3.0 >= 2.90.0) were not met:

No package 'gtk+-3.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 GTK_CFLAGS
and GTK_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
hades@hades:~/Téléchargements/seahorse-3.2.2$ 

Oui mersi je viens juste de l'installer maintenant il manque encore quelque chose je croix ces No package 'gtk+-3.0' found

Quesque tu en pense merci pour ton aide                                                             stone

Dernière modification par Nino (13-06-2015 21:57:10)

Hors ligne

#4 13-06-2015 21:52:40

WarLocG
#! modo de compet

Re : Installe Seahorse-3.16.0

il te manque une dépendance

configure: error: gnome-doc-utils >= 0.3.2 not found

un sudo apt-get install gnome-doc-utils devrait suffire pour cette erreur, après il y aura probablement d'autres dépendances non satisfaisantes, tant que le ./configure puis make se termine avec des erreurs il faudra installer ce qui manque et reprendre la compilation.


Avant de poser vos questions, jeter un oeil ici
Mon CodeVault et Wiki : ici
Les messages privés envers le staff sont uniquement pour les cas d'urgence ou affaires privées (personnelles). Les demandes se feront exclusivement sur le forum. Merci de respecter cette clause sous peine de sanctions.

Hors ligne

#5 13-06-2015 22:30:38

Nino
Membre

Re : Installe Seahorse-3.16.0

j'ai installer
gnome-doc-utils >= 0.3.2 puis
sudo apt-get install libgtk-3-dev  maintenant il manque

[== Indéfini ==]
checking for gpgme-config... failed
no
checking LDAP keyserver support... LDAP keyserver interface requires PGP support
no
checking for gethostbyname... yes
checking for setsockopt... yes
HKP keyserver interface requires PGP support
disabling HKP keyserver interface
disabling key server support
checking for GNOME_KEYRING... no
configure: error: gnome-keyring library or headers not found.
hades@hades:~/Téléchargements/seahorse-3.2.2$ 

je cherche [ gnome-keyring library ] mais je ne trouve pas

Hors ligne

#6 13-06-2015 22:37:27

WarLocG
#! modo de compet

Re : Installe Seahorse-3.16.0

libgnome-keyring-dev ?


Avant de poser vos questions, jeter un oeil ici
Mon CodeVault et Wiki : ici
Les messages privés envers le staff sont uniquement pour les cas d'urgence ou affaires privées (personnelles). Les demandes se feront exclusivement sur le forum. Merci de respecter cette clause sous peine de sanctions.

Hors ligne

#7 13-06-2015 22:53:16

Nino
Membre

Re : Installe Seahorse-3.16.0

J'ai installer dbus-1 mais j'ai toujours même message

checking for socket... yes
checking for DBUS... no
configure: error: Package requirements (dbus-1 >= 1.0) were not met:

No package 'dbus-1' 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 DBUS_CFLAGS
and DBUS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
hades@hades:~/Téléchargements/gnome-keyring-3.2.2$

ci j'installe libgnome-keyring-3.2.2 meme message d'erreur

[== Indéfini ==]
hades@hades:~$ cd ~/Téléchargements/libgnome-keyring-3.2.2
hades@hades:~/Téléchargements/libgnome-keyring-3.2.2$ ./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... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether build environment is sane... yes
checking whether to enable maintainer-specific portions of Makefiles... no
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 how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
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 whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
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 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 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 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 whether NLS is requested... yes
checking for intltool >= 0.35.0... 0.50.2 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.14.2
checking for XML::Parser... ok
checking for pkg-config... /usr/bin/pkg-config
checking for pid_t... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking pkg-config is at least version 0.9.0... yes
checking for gtkdoc-check... no
checking for gtkdoc-rebase... no
checking for gtkdoc-mkpdf... no
checking whether to build gtk-doc documentation... no
checking for GLIB... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for struct cmsgcred... no
checking for getpeerucred... no
checking for getpeereid... no
checking for mlock... yes
checking for DBUS... no
configure: error: Package requirements (dbus-1 >= 1.0) were not met:

No package 'dbus-1' 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 DBUS_CFLAGS
and DBUS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
hades@hades:~/Téléchargements/libgnome-keyring-3.2.2$ 

                                                                         merci

Dernière modification par Nino (13-06-2015 23:05:58)

Hors ligne

#8 13-06-2015 22:59:41

WarLocG
#! modo de compet

Re : Installe Seahorse-3.16.0

pourquoi tu ma envoyer libgnome-keyring-dev ?

pour l'erreur suivante: configure: error: gnome-keyring library or headers not found. Et parce que tu cherchais gnome-keyring library smile


Avant de poser vos questions, jeter un oeil ici
Mon CodeVault et Wiki : ici
Les messages privés envers le staff sont uniquement pour les cas d'urgence ou affaires privées (personnelles). Les demandes se feront exclusivement sur le forum. Merci de respecter cette clause sous peine de sanctions.

Hors ligne

#9 13-06-2015 23:07:42

Nino
Membre

Re : Installe Seahorse-3.16.0

En faite le dbus-1.0.0 n'est pas installer quand je fais make voila retour terminal

[== Indéfini ==]
er-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-pending-call.lo -MD -MP -MF .deps/dbus-pending-call.Tpo -c dbus-pending-call.c -o dbus-pending-call.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I..  -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\""/usr/local/var/lib/dbus/machine-id"\"    -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-resources.lo -MD -MP -MF ".deps/dbus-resources.Tpo" -c -o dbus-resources.lo dbus-resources.c; \
	then mv -f ".deps/dbus-resources.Tpo" ".deps/dbus-resources.Plo"; else rm -f ".deps/dbus-resources.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-resources.lo -MD -MP -MF .deps/dbus-resources.Tpo -c dbus-resources.c  -fPIC -DPIC -o .libs/dbus-resources.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-resources.lo -MD -MP -MF .deps/dbus-resources.Tpo -c dbus-resources.c -o dbus-resources.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I..  -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\""/usr/local/var/lib/dbus/machine-id"\"    -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-server.lo -MD -MP -MF ".deps/dbus-server.Tpo" -c -o dbus-server.lo dbus-server.c; \
	then mv -f ".deps/dbus-server.Tpo" ".deps/dbus-server.Plo"; else rm -f ".deps/dbus-server.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-server.lo -MD -MP -MF .deps/dbus-server.Tpo -c dbus-server.c  -fPIC -DPIC -o .libs/dbus-server.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-server.lo -MD -MP -MF .deps/dbus-server.Tpo -c dbus-server.c -o dbus-server.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I..  -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\""/usr/local/var/lib/dbus/machine-id"\"    -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-server-debug-pipe.lo -MD -MP -MF ".deps/dbus-server-debug-pipe.Tpo" -c -o dbus-server-debug-pipe.lo dbus-server-debug-pipe.c; \
	then mv -f ".deps/dbus-server-debug-pipe.Tpo" ".deps/dbus-server-debug-pipe.Plo"; else rm -f ".deps/dbus-server-debug-pipe.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-server-debug-pipe.lo -MD -MP -MF .deps/dbus-server-debug-pipe.Tpo -c dbus-server-debug-pipe.c  -fPIC -DPIC -o .libs/dbus-server-debug-pipe.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-server-debug-pipe.lo -MD -MP -MF .deps/dbus-server-debug-pipe.Tpo -c dbus-server-debug-pipe.c -o dbus-server-debug-pipe.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I..  -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\""/usr/local/var/lib/dbus/machine-id"\"    -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-server-socket.lo -MD -MP -MF ".deps/dbus-server-socket.Tpo" -c -o dbus-server-socket.lo dbus-server-socket.c; \
	then mv -f ".deps/dbus-server-socket.Tpo" ".deps/dbus-server-socket.Plo"; else rm -f ".deps/dbus-server-socket.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-server-socket.lo -MD -MP -MF .deps/dbus-server-socket.Tpo -c dbus-server-socket.c  -fPIC -DPIC -o .libs/dbus-server-socket.o
dbus-server-socket.c: In function 'socket_handle_watch':
dbus-server-socket.c:151:21: warning: unused variable 'socket_server' [-Wunused-variable]
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-server-socket.lo -MD -MP -MF .deps/dbus-server-socket.Tpo -c dbus-server-socket.c -o dbus-server-socket.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I..  -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\""/usr/local/var/lib/dbus/machine-id"\"    -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-server-unix.lo -MD -MP -MF ".deps/dbus-server-unix.Tpo" -c -o dbus-server-unix.lo dbus-server-unix.c; \
	then mv -f ".deps/dbus-server-unix.Tpo" ".deps/dbus-server-unix.Plo"; else rm -f ".deps/dbus-server-unix.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-server-unix.lo -MD -MP -MF .deps/dbus-server-unix.Tpo -c dbus-server-unix.c  -fPIC -DPIC -o .libs/dbus-server-unix.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-server-unix.lo -MD -MP -MF .deps/dbus-server-unix.Tpo -c dbus-server-unix.c -o dbus-server-unix.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I..  -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\""/usr/local/var/lib/dbus/machine-id"\"    -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-sha.lo -MD -MP -MF ".deps/dbus-sha.Tpo" -c -o dbus-sha.lo dbus-sha.c; \
	then mv -f ".deps/dbus-sha.Tpo" ".deps/dbus-sha.Plo"; else rm -f ".deps/dbus-sha.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-sha.lo -MD -MP -MF .deps/dbus-sha.Tpo -c dbus-sha.c  -fPIC -DPIC -o .libs/dbus-sha.o
dbus-sha.c: In function '_dbus_sha_final':
dbus-sha.c:462:3: warning: pointer targets in passing argument 2 of '_dbus_string_append_len' differ in signedness [-Wpointer-sign]
../dbus/dbus-string.h:136:15: note: expected 'const char *' but argument is of type 'unsigned char *'
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-sha.lo -MD -MP -MF .deps/dbus-sha.Tpo -c dbus-sha.c -o dbus-sha.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I..  -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\""/usr/local/var/lib/dbus/machine-id"\"    -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-signature.lo -MD -MP -MF ".deps/dbus-signature.Tpo" -c -o dbus-signature.lo dbus-signature.c; \
	then mv -f ".deps/dbus-signature.Tpo" ".deps/dbus-signature.Plo"; else rm -f ".deps/dbus-signature.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-signature.lo -MD -MP -MF .deps/dbus-signature.Tpo -c dbus-signature.c  -fPIC -DPIC -o .libs/dbus-signature.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-signature.lo -MD -MP -MF .deps/dbus-signature.Tpo -c dbus-signature.c -o dbus-signature.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I..  -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\""/usr/local/var/lib/dbus/machine-id"\"    -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-timeout.lo -MD -MP -MF ".deps/dbus-timeout.Tpo" -c -o dbus-timeout.lo dbus-timeout.c; \
	then mv -f ".deps/dbus-timeout.Tpo" ".deps/dbus-timeout.Plo"; else rm -f ".deps/dbus-timeout.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-timeout.lo -MD -MP -MF .deps/dbus-timeout.Tpo -c dbus-timeout.c  -fPIC -DPIC -o .libs/dbus-timeout.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-timeout.lo -MD -MP -MF .deps/dbus-timeout.Tpo -c dbus-timeout.c -o dbus-timeout.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I..  -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\""/usr/local/var/lib/dbus/machine-id"\"    -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-threads.lo -MD -MP -MF ".deps/dbus-threads.Tpo" -c -o dbus-threads.lo dbus-threads.c; \
	then mv -f ".deps/dbus-threads.Tpo" ".deps/dbus-threads.Plo"; else rm -f ".deps/dbus-threads.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-threads.lo -MD -MP -MF .deps/dbus-threads.Tpo -c dbus-threads.c  -fPIC -DPIC -o .libs/dbus-threads.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-threads.lo -MD -MP -MF .deps/dbus-threads.Tpo -c dbus-threads.c -o dbus-threads.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I..  -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\""/usr/local/var/lib/dbus/machine-id"\"    -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-transport.lo -MD -MP -MF ".deps/dbus-transport.Tpo" -c -o dbus-transport.lo dbus-transport.c; \
	then mv -f ".deps/dbus-transport.Tpo" ".deps/dbus-transport.Plo"; else rm -f ".deps/dbus-transport.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-transport.lo -MD -MP -MF .deps/dbus-transport.Tpo -c dbus-transport.c  -fPIC -DPIC -o .libs/dbus-transport.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-transport.lo -MD -MP -MF .deps/dbus-transport.Tpo -c dbus-transport.c -o dbus-transport.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I..  -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\""/usr/local/var/lib/dbus/machine-id"\"    -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-transport-socket.lo -MD -MP -MF ".deps/dbus-transport-socket.Tpo" -c -o dbus-transport-socket.lo dbus-transport-socket.c; \
	then mv -f ".deps/dbus-transport-socket.Tpo" ".deps/dbus-transport-socket.Plo"; else rm -f ".deps/dbus-transport-socket.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-transport-socket.lo -MD -MP -MF .deps/dbus-transport-socket.Tpo -c dbus-transport-socket.c  -fPIC -DPIC -o .libs/dbus-transport-socket.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-transport-socket.lo -MD -MP -MF .deps/dbus-transport-socket.Tpo -c dbus-transport-socket.c -o dbus-transport-socket.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I..  -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\""/usr/local/var/lib/dbus/machine-id"\"    -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-transport-unix.lo -MD -MP -MF ".deps/dbus-transport-unix.Tpo" -c -o dbus-transport-unix.lo dbus-transport-unix.c; \
	then mv -f ".deps/dbus-transport-unix.Tpo" ".deps/dbus-transport-unix.Plo"; else rm -f ".deps/dbus-transport-unix.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-transport-unix.lo -MD -MP -MF .deps/dbus-transport-unix.Tpo -c dbus-transport-unix.c  -fPIC -DPIC -o .libs/dbus-transport-unix.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-transport-unix.lo -MD -MP -MF .deps/dbus-transport-unix.Tpo -c dbus-transport-unix.c -o dbus-transport-unix.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I..  -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\""/usr/local/var/lib/dbus/machine-id"\"    -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-uuidgen.lo -MD -MP -MF ".deps/dbus-uuidgen.Tpo" -c -o dbus-uuidgen.lo dbus-uuidgen.c; \
	then mv -f ".deps/dbus-uuidgen.Tpo" ".deps/dbus-uuidgen.Plo"; else rm -f ".deps/dbus-uuidgen.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-uuidgen.lo -MD -MP -MF .deps/dbus-uuidgen.Tpo -c dbus-uuidgen.c  -fPIC -DPIC -o .libs/dbus-uuidgen.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-uuidgen.lo -MD -MP -MF .deps/dbus-uuidgen.Tpo -c dbus-uuidgen.c -o dbus-uuidgen.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I..  -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\""/usr/local/var/lib/dbus/machine-id"\"    -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-watch.lo -MD -MP -MF ".deps/dbus-watch.Tpo" -c -o dbus-watch.lo dbus-watch.c; \
	then mv -f ".deps/dbus-watch.Tpo" ".deps/dbus-watch.Plo"; else rm -f ".deps/dbus-watch.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-watch.lo -MD -MP -MF .deps/dbus-watch.Tpo -c dbus-watch.c  -fPIC -DPIC -o .libs/dbus-watch.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-watch.lo -MD -MP -MF .deps/dbus-watch.Tpo -c dbus-watch.c -o dbus-watch.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I..  -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\""/usr/local/var/lib/dbus/machine-id"\"    -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-dataslot.lo -MD -MP -MF ".deps/dbus-dataslot.Tpo" -c -o dbus-dataslot.lo dbus-dataslot.c; \
	then mv -f ".deps/dbus-dataslot.Tpo" ".deps/dbus-dataslot.Plo"; else rm -f ".deps/dbus-dataslot.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-dataslot.lo -MD -MP -MF .deps/dbus-dataslot.Tpo -c dbus-dataslot.c  -fPIC -DPIC -o .libs/dbus-dataslot.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-dataslot.lo -MD -MP -MF .deps/dbus-dataslot.Tpo -c dbus-dataslot.c -o dbus-dataslot.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I..  -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\""/usr/local/var/lib/dbus/machine-id"\"    -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-hash.lo -MD -MP -MF ".deps/dbus-hash.Tpo" -c -o dbus-hash.lo dbus-hash.c; \
	then mv -f ".deps/dbus-hash.Tpo" ".deps/dbus-hash.Plo"; else rm -f ".deps/dbus-hash.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-hash.lo -MD -MP -MF .deps/dbus-hash.Tpo -c dbus-hash.c  -fPIC -DPIC -o .libs/dbus-hash.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-hash.lo -MD -MP -MF .deps/dbus-hash.Tpo -c dbus-hash.c -o dbus-hash.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I..  -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\""/usr/local/var/lib/dbus/machine-id"\"    -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-internals.lo -MD -MP -MF ".deps/dbus-internals.Tpo" -c -o dbus-internals.lo dbus-internals.c; \
	then mv -f ".deps/dbus-internals.Tpo" ".deps/dbus-internals.Plo"; else rm -f ".deps/dbus-internals.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-internals.lo -MD -MP -MF .deps/dbus-internals.Tpo -c dbus-internals.c  -fPIC -DPIC -o .libs/dbus-internals.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-internals.lo -MD -MP -MF .deps/dbus-internals.Tpo -c dbus-internals.c -o dbus-internals.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I..  -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\""/usr/local/var/lib/dbus/machine-id"\"    -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-list.lo -MD -MP -MF ".deps/dbus-list.Tpo" -c -o dbus-list.lo dbus-list.c; \
	then mv -f ".deps/dbus-list.Tpo" ".deps/dbus-list.Plo"; else rm -f ".deps/dbus-list.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-list.lo -MD -MP -MF .deps/dbus-list.Tpo -c dbus-list.c  -fPIC -DPIC -o .libs/dbus-list.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-list.lo -MD -MP -MF .deps/dbus-list.Tpo -c dbus-list.c -o dbus-list.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I..  -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\""/usr/local/var/lib/dbus/machine-id"\"    -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-marshal-basic.lo -MD -MP -MF ".deps/dbus-marshal-basic.Tpo" -c -o dbus-marshal-basic.lo dbus-marshal-basic.c; \
	then mv -f ".deps/dbus-marshal-basic.Tpo" ".deps/dbus-marshal-basic.Plo"; else rm -f ".deps/dbus-marshal-basic.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-marshal-basic.lo -MD -MP -MF .deps/dbus-marshal-basic.Tpo -c dbus-marshal-basic.c  -fPIC -DPIC -o .libs/dbus-marshal-basic.o
dbus-marshal-basic.c: In function 'set_2_octets':
dbus-marshal-basic.c:219:3: warning: pointer targets in passing argument 3 of 'pack_2_octets' differ in signedness [-Wpointer-sign]
dbus-marshal-basic.c:47:1: note: expected 'unsigned char *' but argument is of type 'char *'
dbus-marshal-basic.c: In function 'set_4_octets':
dbus-marshal-basic.c:235:3: warning: pointer targets in passing argument 3 of 'pack_4_octets' differ in signedness [-Wpointer-sign]
dbus-marshal-basic.c:60:1: note: expected 'unsigned char *' but argument is of type 'char *'
dbus-marshal-basic.c: In function 'set_8_octets':
dbus-marshal-basic.c:251:3: warning: pointer targets in passing argument 3 of 'pack_8_octets' differ in signedness [-Wpointer-sign]
dbus-marshal-basic.c:73:1: note: expected 'unsigned char *' but argument is of type 'char *'
dbus-marshal-basic.c: In function 'marshal_len_followed_by_bytes':
dbus-marshal-basic.c:704:3: warning: pointer targets in passing argument 2 of '_dbus_string_init_const_len' differ in signedness [-Wpointer-sign]
../dbus/dbus-string.h:68:15: note: expected 'const char *' but argument is of type 'const unsigned char *'
dbus-marshal-basic.c: In function 'marshal_string':
dbus-marshal-basic.c:760:41: warning: pointer targets in passing argument 4 of 'marshal_len_followed_by_bytes' differ in signedness [-Wpointer-sign]
dbus-marshal-basic.c:682:1: note: expected 'const unsigned char *' but argument is of type 'const char *'
dbus-marshal-basic.c: In function 'marshal_signature':
dbus-marshal-basic.c:773:41: warning: pointer targets in passing argument 4 of 'marshal_len_followed_by_bytes' differ in signedness [-Wpointer-sign]
dbus-marshal-basic.c:682:1: note: expected 'const unsigned char *' but argument is of type 'const char *'
dbus-marshal-basic.c: In function 'marshal_1_octets_array':
dbus-marshal-basic.c:862:3: warning: pointer targets in passing argument 2 of '_dbus_string_init_const_len' differ in signedness [-Wpointer-sign]
../dbus/dbus-string.h:68:15: note: expected 'const char *' but argument is of type 'const unsigned char *'
dbus-marshal-basic.c: In function 'marshal_fixed_multi':
dbus-marshal-basic.c:984:32: warning: pointer targets in passing argument 2 of '_dbus_string_init_const_len' differ in signedness [-Wpointer-sign]
../dbus/dbus-string.h:68:15: note: expected 'const char *' but argument is of type 'const unsigned char *'
dbus-marshal-basic.c: In function '_dbus_verbose_bytes_of_string':
dbus-marshal-basic.c:1429:3: warning: pointer targets in passing argument 1 of '_dbus_verbose_bytes' differ in signedness [-Wpointer-sign]
dbus-marshal-basic.c:1316:1: note: expected 'const unsigned char *' but argument is of type 'const char *'
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-marshal-basic.lo -MD -MP -MF .deps/dbus-marshal-basic.Tpo -c dbus-marshal-basic.c -o dbus-marshal-basic.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I..  -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\""/usr/local/var/lib/dbus/machine-id"\"    -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-memory.lo -MD -MP -MF ".deps/dbus-memory.Tpo" -c -o dbus-memory.lo dbus-memory.c; \
	then mv -f ".deps/dbus-memory.Tpo" ".deps/dbus-memory.Plo"; else rm -f ".deps/dbus-memory.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-memory.lo -MD -MP -MF .deps/dbus-memory.Tpo -c dbus-memory.c  -fPIC -DPIC -o .libs/dbus-memory.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-memory.lo -MD -MP -MF .deps/dbus-memory.Tpo -c dbus-memory.c -o dbus-memory.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I..  -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\""/usr/local/var/lib/dbus/machine-id"\"    -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-mempool.lo -MD -MP -MF ".deps/dbus-mempool.Tpo" -c -o dbus-mempool.lo dbus-mempool.c; \
	then mv -f ".deps/dbus-mempool.Tpo" ".deps/dbus-mempool.Plo"; else rm -f ".deps/dbus-mempool.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-mempool.lo -MD -MP -MF .deps/dbus-mempool.Tpo -c dbus-mempool.c  -fPIC -DPIC -o .libs/dbus-mempool.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-mempool.lo -MD -MP -MF .deps/dbus-mempool.Tpo -c dbus-mempool.c -o dbus-mempool.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I..  -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\""/usr/local/var/lib/dbus/machine-id"\"    -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-string.lo -MD -MP -MF ".deps/dbus-string.Tpo" -c -o dbus-string.lo dbus-string.c; \
	then mv -f ".deps/dbus-string.Tpo" ".deps/dbus-string.Plo"; else rm -f ".deps/dbus-string.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-string.lo -MD -MP -MF .deps/dbus-string.Tpo -c dbus-string.c  -fPIC -DPIC -o .libs/dbus-string.o
dbus-string.c: In function '_dbus_string_insert_alignment':
dbus-string.c:1171:3: warning: unused variable 'real' [-Wunused-variable]
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-string.lo -MD -MP -MF .deps/dbus-string.Tpo -c dbus-string.c -o dbus-string.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I..  -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\""/usr/local/var/lib/dbus/machine-id"\"    -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-sysdeps.lo -MD -MP -MF ".deps/dbus-sysdeps.Tpo" -c -o dbus-sysdeps.lo dbus-sysdeps.c; \
	then mv -f ".deps/dbus-sysdeps.Tpo" ".deps/dbus-sysdeps.Plo"; else rm -f ".deps/dbus-sysdeps.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-sysdeps.lo -MD -MP -MF .deps/dbus-sysdeps.Tpo -c dbus-sysdeps.c  -fPIC -DPIC -o .libs/dbus-sysdeps.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-sysdeps.lo -MD -MP -MF .deps/dbus-sysdeps.Tpo -c dbus-sysdeps.c -o dbus-sysdeps.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I..  -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\""/usr/local/var/lib/dbus/machine-id"\"    -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-sysdeps-pthread.lo -MD -MP -MF ".deps/dbus-sysdeps-pthread.Tpo" -c -o dbus-sysdeps-pthread.lo dbus-sysdeps-pthread.c; \
	then mv -f ".deps/dbus-sysdeps-pthread.Tpo" ".deps/dbus-sysdeps-pthread.Plo"; else rm -f ".deps/dbus-sysdeps-pthread.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-sysdeps-pthread.lo -MD -MP -MF .deps/dbus-sysdeps-pthread.Tpo -c dbus-sysdeps-pthread.c  -fPIC -DPIC -o .libs/dbus-sysdeps-pthread.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-sysdeps-pthread.lo -MD -MP -MF .deps/dbus-sysdeps-pthread.Tpo -c dbus-sysdeps-pthread.c -o dbus-sysdeps-pthread.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I..  -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\""/usr/local/var/lib/dbus/machine-id"\"    -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-sysdeps-unix.lo -MD -MP -MF ".deps/dbus-sysdeps-unix.Tpo" -c -o dbus-sysdeps-unix.lo dbus-sysdeps-unix.c; \
	then mv -f ".deps/dbus-sysdeps-unix.Tpo" ".deps/dbus-sysdeps-unix.Plo"; else rm -f ".deps/dbus-sysdeps-unix.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-sysdeps-unix.lo -MD -MP -MF .deps/dbus-sysdeps-unix.Tpo -c dbus-sysdeps-unix.c  -fPIC -DPIC -o .libs/dbus-sysdeps-unix.o
dbus-sysdeps-unix.c: In function '_dbus_read_credentials_unix_socket':
dbus-sysdeps-unix.c:996:18: error: storage size of 'cr' isn't known
dbus-sysdeps-unix.c:999:5: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign]
/usr/include/x86_64-linux-gnu/sys/socket.h:190:12: note: expected 'socklen_t * __restrict__' but argument is of type 'int *'
dbus-sysdeps-unix.c:996:18: warning: unused variable 'cr' [-Wunused-variable]
dbus-sysdeps-unix.c: In function 'split_paths_and_append':
dbus-sysdeps-unix.c:2550:4: warning: passing argument 1 of '_dbus_string_init_const' discards 'const' qualifier from pointer target type [enabled by default]
dbus-string.h:66:15: note: expected 'struct DBusString *' but argument is of type 'const struct DBusString *'
dbus-sysdeps-unix.c: In function '_dbus_get_standard_session_servicedirs':
dbus-sysdeps-unix.c:2719:7: warning: passing argument 1 of '_dbus_string_init_const' discards 'const' qualifier from pointer target type [enabled by default]
dbus-string.h:66:15: note: expected 'struct DBusString *' but argument is of type 'const struct DBusString *'
make[3]: *** [dbus-sysdeps-unix.lo] Erreur 1
make[3]: quittant le répertoire « /home/hades/Téléchargements/dbus-1.0.0/dbus »
make[2]: *** [all] Erreur 2
make[2]: quittant le répertoire « /home/hades/Téléchargements/dbus-1.0.0/dbus »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/hades/Téléchargements/dbus-1.0.0 »
make: *** [all] Erreur 2
hades@hades:~/Téléchargements/dbus-1.0.0$ make install
Making install in dbus
make[1]: entrant dans le répertoire « /home/hades/Téléchargements/dbus-1.0.0/dbus »
make  install-am
make[2]: entrant dans le répertoire « /home/hades/Téléchargements/dbus-1.0.0/dbus »
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I..  -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\""/usr/local/var/lib/dbus/machine-id"\"    -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-sysdeps-unix.lo -MD -MP -MF ".deps/dbus-sysdeps-unix.Tpo" -c -o dbus-sysdeps-unix.lo dbus-sysdeps-unix.c; \
	then mv -f ".deps/dbus-sysdeps-unix.Tpo" ".deps/dbus-sysdeps-unix.Plo"; else rm -f ".deps/dbus-sysdeps-unix.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-sysdeps-unix.lo -MD -MP -MF .deps/dbus-sysdeps-unix.Tpo -c dbus-sysdeps-unix.c  -fPIC -DPIC -o .libs/dbus-sysdeps-unix.o
dbus-sysdeps-unix.c: In function '_dbus_read_credentials_unix_socket':
dbus-sysdeps-unix.c:996:18: error: storage size of 'cr' isn't known
dbus-sysdeps-unix.c:999:5: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign]
/usr/include/x86_64-linux-gnu/sys/socket.h:190:12: note: expected 'socklen_t * __restrict__' but argument is of type 'int *'
dbus-sysdeps-unix.c:996:18: warning: unused variable 'cr' [-Wunused-variable]
dbus-sysdeps-unix.c: In function 'split_paths_and_append':
dbus-sysdeps-unix.c:2550:4: warning: passing argument 1 of '_dbus_string_init_const' discards 'const' qualifier from pointer target type [enabled by default]
dbus-string.h:66:15: note: expected 'struct DBusString *' but argument is of type 'const struct DBusString *'
dbus-sysdeps-unix.c: In function '_dbus_get_standard_session_servicedirs':
dbus-sysdeps-unix.c:2719:7: warning: passing argument 1 of '_dbus_string_init_const' discards 'const' qualifier from pointer target type [enabled by default]
dbus-string.h:66:15: note: expected 'struct DBusString *' but argument is of type 'const struct DBusString *'
make[2]: *** [dbus-sysdeps-unix.lo] Erreur 1
make[2]: quittant le répertoire « /home/hades/Téléchargements/dbus-1.0.0/dbus »
make[1]: *** [install] Erreur 2
make[1]: quittant le répertoire « /home/hades/Téléchargements/dbus-1.0.0/dbus »
make: *** [install-recursive] Erreur 1
hades@hades:~/Téléchargements/dbus-1.0.0$ make
make  all-recursive
make[1]: entrant dans le répertoire « /home/hades/Téléchargements/dbus-1.0.0 »
Making all in dbus
make[2]: entrant dans le répertoire « /home/hades/Téléchargements/dbus-1.0.0/dbus »
make  all-am
make[3]: entrant dans le répertoire « /home/hades/Téléchargements/dbus-1.0.0/dbus »
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I..  -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\""/usr/local/var/lib/dbus/machine-id"\"    -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-sysdeps-unix.lo -MD -MP -MF ".deps/dbus-sysdeps-unix.Tpo" -c -o dbus-sysdeps-unix.lo dbus-sysdeps-unix.c; \
	then mv -f ".deps/dbus-sysdeps-unix.Tpo" ".deps/dbus-sysdeps-unix.Plo"; else rm -f ".deps/dbus-sysdeps-unix.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\"/usr/local/var/lib/dbus/machine-id\" -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wdeclaration-after-statement -fno-common -fPIC -MT dbus-sysdeps-unix.lo -MD -MP -MF .deps/dbus-sysdeps-unix.Tpo -c dbus-sysdeps-unix.c  -fPIC -DPIC -o .libs/dbus-sysdeps-unix.o
dbus-sysdeps-unix.c: In function '_dbus_read_credentials_unix_socket':
dbus-sysdeps-unix.c:996:18: error: storage size of 'cr' isn't known
dbus-sysdeps-unix.c:999:5: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign]
/usr/include/x86_64-linux-gnu/sys/socket.h:190:12: note: expected 'socklen_t * __restrict__' but argument is of type 'int *'
dbus-sysdeps-unix.c:996:18: warning: unused variable 'cr' [-Wunused-variable]
dbus-sysdeps-unix.c: In function 'split_paths_and_append':
dbus-sysdeps-unix.c:2550:4: warning: passing argument 1 of '_dbus_string_init_const' discards 'const' qualifier from pointer target type [enabled by default]
dbus-string.h:66:15: note: expected 'struct DBusString *' but argument is of type 'const struct DBusString *'
dbus-sysdeps-unix.c: In function '_dbus_get_standard_session_servicedirs':
dbus-sysdeps-unix.c:2719:7: warning: passing argument 1 of '_dbus_string_init_const' discards 'const' qualifier from pointer target type [enabled by default]
dbus-string.h:66:15: note: expected 'struct DBusString *' but argument is of type 'const struct DBusString *'
make[3]: *** [dbus-sysdeps-unix.lo] Erreur 1
make[3]: quittant le répertoire « /home/hades/Téléchargements/dbus-1.0.0/dbus »
make[2]: *** [all] Erreur 2
make[2]: quittant le répertoire « /home/hades/Téléchargements/dbus-1.0.0/dbus »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/hades/Téléchargements/dbus-1.0.0 »
make: *** [all] Erreur 2
hades@hades:~/Téléchargements/dbus-1.0.0$ 

Dernière modification par Nino (13-06-2015 23:15:47)

Hors ligne

#10 14-06-2015 00:14:23

IceF0x
#! Gourou Linux

Re : Installe Seahorse-3.16.0

apt-get install seahorse ????


Utiliser des logiciels propriétaires, c'est comme les plats préparés, on est incapable de dire les conservateurs qu'ils contiennent, on dira toujours que c'est bon, mais ça ne remplacera jamais le repas fait maison par sa maman.
]:D #! Crunchbang & Archlinux GNU/Linux User ]:D

Hors ligne

#11 14-06-2015 00:43:31

Nino
Membre

Re : Installe Seahorse-3.16.0

IceF0x a écrit :

apt-get install seahorse ????

Je viens d'essayer merci de l'aide

[== Indéfini ==]
hades@hades:~$ apt-get install seahorse
E: Impossible d'ouvrir le fichier verrou /var/lib/dpkg/lock - open (13: Permission non accordée)
E: Impossible de verrouiller le répertoire d'administration (/var/lib/dpkg/). Avez-vous les privilèges du superutilisateur ?
hades@hades:~$ sudo apt-get install seahorse
[sudo] password for hades: 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
seahorse est déjà la plus récente version disponible.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
hades@hades:~$ 

Dernière modification par Nino (14-06-2015 21:39:51)

Hors ligne

#12 14-06-2015 02:03:30

IceF0x
#! Gourou Linux

Re : Installe Seahorse-3.16.0

il est déjà installé

fait un apt-cache show seahorse | grep -i version


Utiliser des logiciels propriétaires, c'est comme les plats préparés, on est incapable de dire les conservateurs qu'ils contiennent, on dira toujours que c'est bon, mais ça ne remplacera jamais le repas fait maison par sa maman.
]:D #! Crunchbang & Archlinux GNU/Linux User ]:D

Hors ligne

#13 14-06-2015 21:40:01

Nino
Membre

Re : Installe Seahorse-3.16.0

En te remercient  a écrit :

Version: 3.2.2-0ubuntu2.1
Version: 3.2.2-0ubuntu2

Hors ligne

#14 17-06-2015 20:59:17

Nino
Membre

Re : Installe Seahorse-3.16.0

ça vous dépasse aussi !

Hors ligne

#15 17-06-2015 21:51:57

IceF0x
#! Gourou Linux

Re : Installe Seahorse-3.16.0

non seahorse est déjà installé chez toi, tu veux faire quoi passer à la version 3.16 ?


Utiliser des logiciels propriétaires, c'est comme les plats préparés, on est incapable de dire les conservateurs qu'ils contiennent, on dira toujours que c'est bon, mais ça ne remplacera jamais le repas fait maison par sa maman.
]:D #! Crunchbang & Archlinux GNU/Linux User ]:D

Hors ligne

#16 17-06-2015 22:11:47

Nino
Membre

Re : Installe Seahorse-3.16.0

quand j'ai télécharger ce paquet (seahorse_3.2.2.orig)  j'ai cru comprendre que c’était un logiciel avec interface graphique qui permettait de crypter des message.  seahorse correspond (Mots de passe et clés) je peux pas crypter ou decrypter de message (gpg)                                                                      merci

Hors ligne

#17 18-06-2015 07:06:04

IceF0x
#! Gourou Linux

Re : Installe Seahorse-3.16.0

seahorse est un gestionnaire de clé, il ne permet pas de "chiffrer" des messages, pour cela il te faut un client de messagerie.


Utiliser des logiciels propriétaires, c'est comme les plats préparés, on est incapable de dire les conservateurs qu'ils contiennent, on dira toujours que c'est bon, mais ça ne remplacera jamais le repas fait maison par sa maman.
]:D #! Crunchbang & Archlinux GNU/Linux User ]:D

Hors ligne

#18 18-06-2015 20:23:40

Nino
Membre

Re : Installe Seahorse-3.16.0

Tu connais un logiciel avec interface graphique pour chiffrer un message parce que la je suis obliger de démarrer Windows en virtuel pour chiffrer mes messages et ça me soûle                                                           merci

Hors ligne

Pied de page des forums