Résolu le 15-09-22 install thoggen

Postez ici toutes vos demandes d’assistance.
Avatar du membre
stigma
Messages : 107
Enregistré le : jeu. 8 oct. 2015 13:56
Localisation : Pas de Calais
Contact :

install thoggen

Message par stigma »

Bonjour,
Vous allez me prendre pour un gros neuneu mais je veux installer thoggen. Je ne l'ai pas trouvé dans les dépôts mais sur un site qui m'a proposé le téléchargement. J'ai donc un dossier avec pleins de fichiers mais je me retrouve comme une poule qui a trouvé un couteau !
que faire maintenant ?
Merci
Linux Mint 20 - AMD Athlon X4 860K Quad Core - 12276MB

LoVache
Messages : 198
Enregistré le : mar. 11 août 2020 15:33

Re: install thoggen

Message par LoVache »

Il y a un fichier INSTALL avec des instructions.
HP EliteDesk 800 G1Twr | CPU Intel I7-4770 64 - 3400 Mhz | NVIDIA GF106GL [Quadro 2000] | RAM 32Go | SSD 250 Go - HDD 1 To - HDD 2 To | Linux Mint 21.1 | Kernel 5.15.0-XX-generic | Cinnamon 5.6.x

Avatar du membre
stigma
Messages : 107
Enregistré le : jeu. 8 oct. 2015 13:56
Localisation : Pas de Calais
Contact :

Re: install thoggen

Message par stigma »

oui je l'ai trouvé mais ça me parait très compliqué.
J'ai fait

Code : Tout sélectionner

./configure
et ça a installé pas mal de choses.
Ensuite, suivant ce que j'ai lu dans le fichier INSTALL, j'ai fait

Code : Tout sélectionner

make check
et

Code : Tout sélectionner

make install
Mais à chaque fois j'ai ce message

Code : Tout sélectionner

Aucune règle pour fabriquer la cible...
Modifié en dernier par alain le dim. 11 sept. 2022 04:01, modifié 1 fois.
Raison : remplacement des balises quote par des code
Linux Mint 20 - AMD Athlon X4 860K Quad Core - 12276MB

Avatar du membre
cyrille
Administrateur du site
Messages : 13037
Enregistré le : mar. 19 sept. 2017 08:49
Localisation : Nowhere
Contact :

Re: install thoggen

Message par cyrille »

Faudrait poster le retour avec les commandes

En général la compilation c'est

Code : Tout sélectionner

./configure
(poster retours si erreurs)

Code : Tout sélectionner

make
(poster retours si erreurs)

Code : Tout sélectionner

sudo make install

Si retour erreur sur une phase, inutile d'essayer de continuer. Il faut corriger l"erreur...
?séuqartéd sel ruoP / sécnoféd sel ruoP / sreiruréB sel ruoP / ?étéicos elleuQ

https://crust.ovh

Avatar du membre
stigma
Messages : 107
Enregistré le : jeu. 8 oct. 2015 13:56
Localisation : Pas de Calais
Contact :

Re: install thoggen

Message par stigma »

Code : Tout sélectionner

alain@ZALMAN:~/Outils/thoggen-0.7.1$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 a BSD-compatible install... /usr/bin/install -c
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
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 ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
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 how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 1572864
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
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... 
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
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
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for intltool >= 0.20... 0.36.2 found
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
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... /usr/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed...  ar ca cs da de en_AU en_CA es_PE es fi fr id it nb nl pl pt_BR pt ru sk sl sv
checking for pkg-config... /usr/bin/pkg-config
checking for glib-2.0 >= 2.10.0... configure: error:
    Cannot find glib-2.0 >= 2.10.0

    Please check the following:

     * Do you have the glib2 _development_ package installed?
       (usually called glib2-devel, libglib2.0-dev or similar)
       If
           ls -l /usr/lib/pkgconfig/glib-2.0.pc
       reports that the file does not exist, then you are missing
       the development package. If this is the case, you are most
       likely missing a whole bunch of other -devel packages as
       well (e.g. gtk2-devel, libglade2-devel, gstreamer-devel), so
       you might want to install them all in one go. If you installed
       glib2 from source, this point does not apply to you.

     * Do you have glib2 installed more than once, e.g. once from
       package and once from source? (if both
           ls /usr/lib/libglib-2.0*
       and
           ls /usr/local/lib/libglib-2.0*
       show results, you need to fix your installation.

     * Did you install glib from source? If yes, you might need to
       point pkg-config to the location of the glib-2.0.pc file by
       doing something like
          export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
       and then running ./configure again.

      
alain@ZALMAN:~/Outils/thoggen-0.7.1$ 
make check:

Code : Tout sélectionner

make: *** Aucune règle pour fabriquer la cible « check ». Arrêt
Modifié en dernier par cyrille le dim. 11 sept. 2022 10:52, modifié 1 fois.
Raison : Correction balises
Linux Mint 20 - AMD Athlon X4 860K Quad Core - 12276MB

Avatar du membre
cyrille
Administrateur du site
Messages : 13037
Enregistré le : mar. 19 sept. 2017 08:49
Localisation : Nowhere
Contact :

Re: install thoggen

Message par cyrille »

Si le .configure plante pas la peine d'aller plus loin

Règle ce soucis dans un premier temps

Code : Tout sélectionner

* Do you have the glib2 _development_ package installed?
(usually called glib2-devel, libglib2.0-dev or similar)
If
ls -l /usr/lib/pkgconfig/glib-2.0.pc
reports that the file does not exist, then you are missing
the development package. If this is the case, you are most
likely missing a whole bunch of other -devel packages as
well (e.g. gtk2-devel, libglade2-devel, gstreamer-devel), so
you might want to install them all in one go. If you installed
glib2 from source, this point does not apply to you.

* Do you have glib2 installed more than once, e.g. once from
package and once from source? (if both
ls /usr/lib/libglib-2.0*
and
ls /usr/local/lib/libglib-2.0*
show results, you need to fix your installation.

Tout est expliqué dans le retour ;)
Do you have the glib2 _development_ package installed?
(usually called glib2-devel, libglib2.0-dev or similar)
Pas de Mint sous les yeux mais je ferai perso

Code : Tout sélectionner

sudo apt install  libglib2.0-dev

Puis relance le configure pour voir si autre(s) erreur(s) ou pas

Quand plus d'erreur

Code : Tout sélectionner

make
?séuqartéd sel ruoP / sécnoféd sel ruoP / sreiruréB sel ruoP / ?étéicos elleuQ

https://crust.ovh

Avatar du membre
cyrille
Administrateur du site
Messages : 13037
Enregistré le : mar. 19 sept. 2017 08:49
Localisation : Nowhere
Contact :

Re: install thoggen

Message par cyrille »

PS attention à l'utilisation des balises
la balise CODE -> pour le code, les retours, les scripts,
la balise QUOTE -> pour les citations ;)
?séuqartéd sel ruoP / sécnoféd sel ruoP / sreiruréB sel ruoP / ?étéicos elleuQ

https://crust.ovh

Avatar du membre
stigma
Messages : 107
Enregistré le : jeu. 8 oct. 2015 13:56
Localisation : Pas de Calais
Contact :

Re: install thoggen

Message par stigma »

j'ai installé plusieurs trucs mais apres chaque compilation, il y en a toujours. Là je n'arrive pas à installer

Code : Tout sélectionner

libgstreamer0.10-dev
D'habitude j'installe les logiciels avec Synaptic et il sélectionne tout ce qui va avec.
Linux Mint 20 - AMD Athlon X4 860K Quad Core - 12276MB

Avatar du membre
cyrille
Administrateur du site
Messages : 13037
Enregistré le : mar. 19 sept. 2017 08:49
Localisation : Nowhere
Contact :

Re: install thoggen

Message par cyrille »

Tu peux donner le retour exact de l'erreur ?
?séuqartéd sel ruoP / sécnoféd sel ruoP / sreiruréB sel ruoP / ?étéicos elleuQ

https://crust.ovh

Avatar du membre
stigma
Messages : 107
Enregistré le : jeu. 8 oct. 2015 13:56
Localisation : Pas de Calais
Contact :

Re: install thoggen

Message par stigma »

Code : Tout sélectionner

Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
E: Impossible de trouver le paquet libgstreamer0.10-dev
E: Impossible de trouver de paquet correspondant à l'expression rationnelle « libgstreamer0.10-dev »
Linux Mint 20 - AMD Athlon X4 860K Quad Core - 12276MB

Répondre