Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 12/08/2015, à 16:20

arcturus-99

[Résolu] Problème installation Cinepaint

Bonjour,
j'essaie actuellement d'installer le logiciel Cinepaint, mais je suis "dans une mauvaise passe comme on dit", et je n'arrive pas à l'installer. Bref, j'ai fait un coup de

apt-get update

, et puis, j'ai ajouté les depots GetDeb, mais pas moyen d'installer cinepaint, même après ces étapes :

tar xvf cinepaint
cd /home/user/cinepaint/
sudo ./configure
sudo su
make 
make insall
cinepaint

J'ai ceci à la fin du make install :

$ sudo make install
Making install in libhalf
make[1]: Entering directory '/home/victor/Bureau/cinepaint/libhalf'
make  install-am
make[2]: Entering directory '/home/victor/Bureau/cinepaint/libhalf'
make[3]: Entering directory '/home/victor/Bureau/cinepaint/libhalf'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libcinepaintHalf.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libcinepaintHalf.so.1.0.0 /usr/local/lib/libcinepaintHalf.so.1.0.0
libtool: install: (cd /usr/local/lib && { ln -s -f libcinepaintHalf.so.1.0.0 libcinepaintHalf.so.1 || { rm -f libcinepaintHalf.so.1 && ln -s libcinepaintHalf.so.1.0.0 libcinepaintHalf.so.1; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libcinepaintHalf.so.1.0.0 libcinepaintHalf.so || { rm -f libcinepaintHalf.so && ln -s libcinepaintHalf.so.1.0.0 libcinepaintHalf.so; }; })
libtool: install: /usr/bin/install -c .libs/libcinepaintHalf.lai /usr/local/lib/libcinepaintHalf.la
libtool: install: /usr/bin/install -c .libs/libcinepaintHalf.a /usr/local/lib/libcinepaintHalf.a
libtool: install: chmod 644 /usr/local/lib/libcinepaintHalf.a
libtool: install: ranlib /usr/local/lib/libcinepaintHalf.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/victor/Bureau/cinepaint/libhalf'
make[2]: Leaving directory '/home/victor/Bureau/cinepaint/libhalf'
make[1]: Leaving directory '/home/victor/Bureau/cinepaint/libhalf'
Making install in lib
make[1]: Entering directory '/home/victor/Bureau/cinepaint/lib'
Making install in wire
make[2]: Entering directory '/home/victor/Bureau/cinepaint/lib/wire'
make[3]: Entering directory '/home/victor/Bureau/cinepaint/lib/wire'
make[3]: Nothing to be done for 'install-exec-am'.
test -z "/usr/local/include/cinepaint/wire" || /bin/mkdir -p "/usr/local/include/cinepaint/wire"
 /usr/bin/install -c -m 644 dl_list.h wire_types.h datadir.h precision.h taskswitch.h wire.h event.h iodebug.h protocol.h wirebuffer.h libtile.h c_typedefs.h enums.h '/usr/local/include/cinepaint/wire'
make[3]: Leaving directory '/home/victor/Bureau/cinepaint/lib/wire'
make[2]: Leaving directory '/home/victor/Bureau/cinepaint/lib/wire'
Making install in fl_i18n
make[2]: Entering directory '/home/victor/Bureau/cinepaint/lib/fl_i18n'
make[3]: Entering directory '/home/victor/Bureau/cinepaint/lib/fl_i18n'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   libcinepaint_fl_i18n.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libcinepaint_fl_i18n.so.1.0.0 /usr/local/lib/libcinepaint_fl_i18n.so.1.0.0
libtool: install: (cd /usr/local/lib && { ln -s -f libcinepaint_fl_i18n.so.1.0.0 libcinepaint_fl_i18n.so.1 || { rm -f libcinepaint_fl_i18n.so.1 && ln -s libcinepaint_fl_i18n.so.1.0.0 libcinepaint_fl_i18n.so.1; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libcinepaint_fl_i18n.so.1.0.0 libcinepaint_fl_i18n.so || { rm -f libcinepaint_fl_i18n.so && ln -s libcinepaint_fl_i18n.so.1.0.0 libcinepaint_fl_i18n.so; }; })
libtool: install: /usr/bin/install -c .libs/libcinepaint_fl_i18n.lai /usr/local/lib/libcinepaint_fl_i18n.la
libtool: install: /usr/bin/install -c .libs/libcinepaint_fl_i18n.a /usr/local/lib/libcinepaint_fl_i18n.a
libtool: install: chmod 644 /usr/local/lib/libcinepaint_fl_i18n.a
libtool: install: ranlib /usr/local/lib/libcinepaint_fl_i18n.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/victor/Bureau/cinepaint/lib/fl_i18n'
make[2]: Leaving directory '/home/victor/Bureau/cinepaint/lib/fl_i18n'
Making install in .
make[2]: Entering directory '/home/victor/Bureau/cinepaint/lib'
make[3]: Entering directory '/home/victor/Bureau/cinepaint/lib'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libcinepaint.la '/usr/local/lib'
libtool: install: warning: relinking `libcinepaint.la'
libtool: install: (cd /home/victor/Bureau/cinepaint/lib; /bin/bash /home/victor/Bureau/cinepaint/libtool  --tag CC --mode=relink gcc -g -O2 -Wall -version-info 1:0:0 -o libcinepaint.la -rpath /usr/local/lib chainbutton.lo channel.lo channelops_pdb.lo convert_pdb.lo dialog.lo display.lo drawable.lo edit_pdb.lo export.lo fileops_pdb.lo gradient.lo guides_pdb.lo helpui.lo image.lo image_convert.lo image_pdb.lo matrix.lo menu.lo palette.lo pixelrgn.lo pixmap.lo player.lo plugin_main.lo plugin_pdb.lo selection_pdb.lo size_entry.lo undo_pdb.lo unit.lo unit_pdb.lo unitmenu.lo widgets.lo ./wire/libwire.la ../libhalf/libcinepaintHalf.la )
libtool: relink: gcc -shared  .libs/chainbutton.o .libs/channel.o .libs/channelops_pdb.o .libs/convert_pdb.o .libs/dialog.o .libs/display.o .libs/drawable.o .libs/edit_pdb.o .libs/export.o .libs/fileops_pdb.o .libs/gradient.o .libs/guides_pdb.o .libs/helpui.o .libs/image.o .libs/image_convert.o .libs/image_pdb.o .libs/matrix.o .libs/menu.o .libs/palette.o .libs/pixelrgn.o .libs/pixmap.o .libs/player.o .libs/plugin_main.o .libs/plugin_pdb.o .libs/selection_pdb.o .libs/size_entry.o .libs/undo_pdb.o .libs/unit.o .libs/unit_pdb.o .libs/unitmenu.o .libs/widgets.o  -Wl,--whole-archive ./wire/.libs/libwire.a -Wl,--no-whole-archive  -L/usr/local/lib -lcinepaintHalf    -Wl,-soname -Wl,libcinepaint.so.1 -o .libs/libcinepaint.so.1.0.0
libtool: install: /usr/bin/install -c .libs/libcinepaint.so.1.0.0T /usr/local/lib/libcinepaint.so.1.0.0
libtool: install: (cd /usr/local/lib && { ln -s -f libcinepaint.so.1.0.0 libcinepaint.so.1 || { rm -f libcinepaint.so.1 && ln -s libcinepaint.so.1.0.0 libcinepaint.so.1; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libcinepaint.so.1.0.0 libcinepaint.so || { rm -f libcinepaint.so && ln -s libcinepaint.so.1.0.0 libcinepaint.so; }; })
libtool: install: /usr/bin/install -c .libs/libcinepaint.lai /usr/local/lib/libcinepaint.la
libtool: install: /usr/bin/install -c .libs/libcinepaint.a /usr/local/lib/libcinepaint.a
libtool: install: chmod 644 /usr/local/lib/libcinepaint.a
libtool: install: ranlib /usr/local/lib/libcinepaint.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/include/cinepaint" || /bin/mkdir -p "/usr/local/include/cinepaint"
 /usr/bin/install -c -m 644 guides_pdb.h undo_pdb.h widgets.h compat.h image_pdb.h dll_api.h plugin_pdb.h helpui.h intl.h plugin_main.h fl_i18n_cinepaint.h unit.h channelops_pdb.h image_limits.h config.h fileops_pdb.h chainbutton.h dialog.h menu.h pixmap.h gtkdirtree.h unit_pdb.h selection_pdb.h image_convert.h float16.h ui.h unitmenu.h version.h convert_pdb.h pdb.h size_entry.h edit_pdb.h matrix.h rint.h export.h '/usr/local/include/cinepaint'
make[3]: Leaving directory '/home/victor/Bureau/cinepaint/lib'
make[2]: Leaving directory '/home/victor/Bureau/cinepaint/lib'
make[1]: Leaving directory '/home/victor/Bureau/cinepaint/lib'
Making install in libgimp
make[1]: Entering directory '/home/victor/Bureau/cinepaint/libgimp'
make[2]: Entering directory '/home/victor/Bureau/cinepaint/libgimp'
make[2]: Nothing to be done for 'install-exec-am'.
test -z "/usr/local/include/cinepaint/libgimp" || /bin/mkdir -p "/usr/local/include/cinepaint/libgimp"
 /usr/bin/install -c -m 644 gimp1.2.h gimpui.h gimp.h gimpmath.h gimpintl.h gimpcompat.h stdplugins-intl.h '/usr/local/include/cinepaint/libgimp'
make[2]: Leaving directory '/home/victor/Bureau/cinepaint/libgimp'
make[1]: Leaving directory '/home/victor/Bureau/cinepaint/libgimp'
Making install in plug-ins
make[1]: Entering directory '/home/victor/Bureau/cinepaint/plug-ins'
Making install in blur
make[2]: Entering directory '/home/victor/Bureau/cinepaint/plug-ins/blur'
/bin/bash ../../libtool --tag=CC   --mode=link gcc  -g -O2 -Wall   -o blur blur.o ../../lib/libcinepaint.la -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype   ../../libhalf/cinepaint_half.lo -L/usr/lib -lIlmImf -lz -pthread -lImath -lHalf -lIex -lIlmThread  -lc 
libtool: link: gcc -g -O2 -Wall -o .libs/blur blur.o ../../libhalf/.libs/cinepaint_half.o -pthread  ../../lib/.libs/libcinepaint.so /home/victor/Bureau/cinepaint/libhalf/.libs/libcinepaintHalf.so -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 /usr/lib/x86_64-linux-gnu/libcairo.so -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/x86_64-linux-gnu/libfreetype.so -L/usr/lib /usr/lib/x86_64-linux-gnu/libIlmImf.so -lz -lImath -lHalf -lIex -lIlmThread -lc -pthread 
/usr/bin/ld: ../../libhalf/.libs/cinepaint_half.o: undefined reference to symbol '_ZNSt8ios_base4InitD1Ev@@GLIBCXX_3.4'
/usr/lib/x86_64-linux-gnu/libstdc++.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile:383: recipe for target 'blur' failed
make[2]: *** [blur] Error 1
make[2]: Leaving directory '/home/victor/Bureau/cinepaint/plug-ins/blur'
Makefile:408: recipe for target 'install-recursive' failed
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory '/home/victor/Bureau/cinepaint/plug-ins'
Makefile:662: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1

donc, voilà tout , je ne peux lancer cinepaint, et je ne comprends pas l'origine de l'erreur :/

Merci d'avance de votre aide

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

La réponse au problème se trouve ici : https://forum.ubuntu-fr.org/viewtopic.p … #p20406771

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Dernière modification par arcturus-99 (Le 18/08/2015, à 08:58)

Hors ligne

#2 Le 13/08/2015, à 12:04

ducon

Re : [Résolu] Problème installation Cinepaint

Je vais suivre ça de près, j'ai le même soucis.

Hors ligne

#3 Le 13/08/2015, à 15:11

elburgos

Re : [Résolu] Problème installation Cinepaint

On compile pas avec la lib c++ standart

pour assurer le coup, avant de faire le make :

export LDFLAGS="$LDFLAGS -lstdc++ -lm -lX11"

Et je peux lancer cinepaint sur ma 14.04 , il a l'air de fonctionner, je ne connais pas ce logiciel ...

NB : Merci au pkgbuild du paquet archlinux ...

Dernière modification par elburgos (Le 13/08/2015, à 15:26)


Envoyé depuis mon Windows Phone

Hors ligne

#4 Le 13/08/2015, à 15:15

arcturus-99

Re : [Résolu] Problème installation Cinepaint

Bonjour, j'ai aussi un problème de configure, et donc peut-être est-ce l'origine de mon problème.
Je n'ai pas le Tiff plug-in, Cinepaint ne peut donc pas fonctionner !!
comment puis-je l'installer ????
Merci de votre aide

Hors ligne

#5 Le 13/08/2015, à 15:20

elburgos

Re : [Résolu] Problème installation Cinepaint

Installer libtiff4-dev ne résoud pas ton problème ?


Envoyé depuis mon Windows Phone

Hors ligne

#6 Le 13/08/2015, à 15:22

elburgos

Re : [Résolu] Problème installation Cinepaint

Et par pitié :

make et pas sudo make

ça ne sert à rien de compiler en root !


Envoyé depuis mon Windows Phone

Hors ligne

#7 Le 13/08/2015, à 15:31

arcturus-99

Re : [Résolu] Problème installation Cinepaint

oui, désolé wink mais ça change rien, il faut que j'installe le Tiff plug-in, mais je ne sais pas comment faire hmm

voiilà le résultat :

$ sudo apt-get install libtiff4-dev
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Aucune version du paquet libtiff4-dev n'est disponible, mais il existe dans la base
de données. Cela signifie en général que le paquet est manquant, qu'il est devenu obsolète
ou qu'il n'est disponible que sur une autre source
Cependant les paquets suivants le remplacent :
  libtiff5-dev:i386 libtiff5-dev

E: Le paquet « libtiff4-dev » n'a pas de version susceptible d'être installée

Dernière modification par arcturus-99 (Le 13/08/2015, à 15:34)

Hors ligne

#8 Le 13/08/2015, à 15:38

elburgos

Re : [Résolu] Problème installation Cinepaint

tu es sous quelle version d'ubuntu ?

Au cas ou tente ça ici

Dernière modification par elburgos (Le 13/08/2015, à 15:50)


Envoyé depuis mon Windows Phone

Hors ligne

#9 Le 13/08/2015, à 15:53

arcturus-99

Re : [Résolu] Problème installation Cinepaint

je suis sur la version 14.04 d'Ubuntu, j'ai activé le dépot Getdeb (enfin je crois), j'ai modifié le sources.list

j'ai mis cette ligne tout à la fin

deb http://archive.getdeb.net/ubuntu trusty-getdeb games

Hors ligne

#10 Le 13/08/2015, à 16:07

elburgos

Re : [Résolu] Problème installation Cinepaint

Pas normal, car elle est dans les dépôts de la 14.04 http://packages.ubuntu.com/fr/trusty/libtiff4-dev

Pour avoir le depôt getdeb le plus simple c'est d'installer Getdeb

et de désinstaller avec la logithèque quand on en a plus besoin.

Je ne sais même pas si les dépots get deb sont encore nécessaires, faudrait tester.

Si Getdeb ne te donne pas accès à la librairie alors au choix :

sudo su
echo 'deb http://cz.archive.ubuntu.com/ubuntu precise main universe' >> /etc/apt/sources.list.d/extra.list
apt-get update
apt-get install libtiff4 libtiff4-dev
rm /etc/apt/sources.list.d/extra.list
apt-get update
exit

Ou mais c'est pas beau  :

wget http://security.ubuntu.com/ubuntu/pool/main/t/tiff/libtiff4-dev_4.0.3-7ubuntu0.3_amd64.deb
sudo dpkg -i libtiff4-dev_4.0.3-7ubuntu0.3_amd64.deb

Dernière modification par elburgos (Le 13/08/2015, à 20:51)


Envoyé depuis mon Windows Phone

Hors ligne

#11 Le 13/08/2015, à 19:06

arcturus-99

Re : [Résolu] Problème installation Cinepaint

C'est bon pour libtiff, mais j'ai toujours un problème de compilation; ça vient peut être du plug-in python ...

Hors ligne

#12 Le 13/08/2015, à 19:32

ducon

Re : [Résolu] Problème installation Cinepaint

dans la doc j'ai installer via le terminal en tapant

sudo apt-get install build-essential cvs autoconf automake libfltk1.1-dev libgtk2.0-dev zlib1g-dev libjpeg62-dev libpng12-dev libtiff4-dev libopenexr-dev libxpm-dev libgutenprint-dev libgutenprintui2-dev liblcms1-dev pkg-config ftgl-dev libxmu-dev libxxf86vm-dev flex python-dev libtool

Il ma réglé les soucis des dépendances mais il se bloque à l'étape du

make

avec comme message d'erreur

mv -f .deps/blur.Tpo .deps/blur.Po
/bin/bash ../../libtool --tag=CC   --mode=link gcc  -g -O2 -Wall   -o blur blur.o ../../lib/libcinepaint.la -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 -lfreetype    ../../libhalf/cinepaint_half.lo -pthread -lIlmImf -lz -lImath -lHalf -lIex -lIlmThread   -lc 
libtool: link: gcc -g -O2 -Wall -o .libs/blur blur.o ../../libhalf/.libs/cinepaint_half.o -pthread  ../../lib/.libs/libcinepaint.so /usr/src/cinepaint-1.0-4/libhalf/.libs/libcinepaintHalf.so -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 /usr/lib/x86_64-linux-gnu/libcairo.so -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 /usr/lib/x86_64-linux-gnu/libfreetype.so /usr/lib/x86_64-linux-gnu/libIlmImf.so -lz -lImath -lHalf -lIex -lIlmThread -lc -pthread 
/usr/bin/ld: ../../libhalf/.libs/cinepaint_half.o: undefined reference to symbol '_ZNSt8ios_base4InitD1Ev@@GLIBCXX_3.4'
//usr/lib/x86_64-linux-gnu/libstdc++.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [blur] Erreur 1
make[2]: quittant le répertoire « /usr/src/cinepaint-1.0-4/plug-ins/blur »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /usr/src/cinepaint-1.0-4/plug-ins »
make: *** [all-recursive] Erreur 1
system@system-System-Product-Name:/usr/src/cinepaint-1.0-4$ 

Juste avant avec la commande

./configure

Il me retourne

=================================================================
              Configuration Results

GTK CinePaint Version 1.0-4


General dependencies:
   Gtk2 toolkit                     yes    2.24.23
   DnD support                    no
   littleCMS                         yes    lcms 1.19
   Oyranos                           no

Plug-ins with external dependencies:
   Python plug-in:                   no
   OpenEXR plug-in:              yes    OpenEXR 1.6.1
   Tiff plug-in:                         yes
   PNG plug-in:                      yes    libpng 1.2.50
   Jpeg plug-in:                       yes
   Print plug-in:                       yes    Gutenprint 5.2.10-pre2
   FLTK dependent plug-ins:     yes    bracketing_to_hdr collect pdf
   Thread dependent plug-ins:   yes    icc_examin
   Flex dependent plug-ins:     yes    iol
=================================================================

Si mon soucis devient différent du sujet initial, j'ouvrirai un autre topic

Dernière modification par ducon (Le 13/08/2015, à 19:35)

Hors ligne

#13 Le 13/08/2015, à 19:46

arcturus-99

Re : [Résolu] Problème installation Cinepaint

oops, il y a toujours un problème :

# mv /etc/apt/sources.list.d/extra.list /etc/apt/sources.list.d/
mv: «/etc/apt/sources.list.d/extra.list» et «/etc/apt/sources.list.d/extra.list» identifient le même fichier

ensuite

# extra.list.backup
extra.list.backup : commande introuvable

j'ai toujours une erreur dans la compilation

Hors ligne

#14 Le 13/08/2015, à 19:47

arcturus-99

Re : [Résolu] Problème installation Cinepaint

j'ai à peut près la même chose, as-tu fait le

./configure

avant le

make

  ?

après le

sudo apt-get install build-essential cvs autoconf automake libfltk1.1-dev libgtk2.0-dev zlib1g-dev libjpeg62-dev libpng12-dev libtiff4-dev libopenexr-dev libxpm-dev libgutenprint-dev libgutenprintui2-dev liblcms1-dev pkg-config ftgl-dev libxmu-dev libxxf86vm-dev flex python-dev libtool

, j’obtiens ce type d'erreur, après une petite série de "le paquet xxxxxxxxxxx est déjà à la plus récente version disponible"...

Certains paquets ne peuvent être installés. Ceci peut signifier
que vous avez demandé l'impossible, ou bien, si vous utilisez
la distribution unstable, que certains paquets n'ont pas encore
été créés ou ne sont pas sortis d'Incoming.
L'information suivante devrait vous aider à résoudre la situation : 

Les paquets suivants contiennent des dépendances non satisfaites :
 libjpeg-turbo8-dev : Est en conflit avec: libjpeg62-dev mais 6b1-4ubuntu1 devra être installé
E: Erreur, pkgProblem::Resolve a généré des ruptures, ce qui a pu être causé par les paquets devant être gardés en l'état.

Dernière modification par arcturus-99 (Le 13/08/2015, à 19:50)

Hors ligne

#15 Le 13/08/2015, à 20:06

ducon

Re : [Résolu] Problème installation Cinepaint

Je l'ai fait dans l'odre

sudo apt-get install build-essential cvs autoconf automake libfltk1.1-dev libgtk2.0-dev zlib1g-dev libjpeg62-dev libpng12-dev libtiff4-dev libopenexr-dev libxpm-dev libgutenprint-dev libgutenprintui2-dev liblcms1-dev pkg-config ftgl-dev libxmu-dev libxxf86vm-dev flex python-dev libtool
./configure

suivi de

make
Les paquets suivants contiennent des dépendances non satisfaites :
libjpeg-turbo8-dev : Est en conflit avec: libjpeg62-dev mais 6b1-4ubuntu1 devra être installé

Je crois que j'ai désinstallé le paquet  libjpeg62-dev

Dernière modification par ducon (Le 13/08/2015, à 20:09)

Hors ligne

#16 Le 13/08/2015, à 20:28

arcturus-99

Re : [Résolu] Problème installation Cinepaint

maintenant j'ai ça quand j'apelle apt

N: « extra.list.backup » dans le répertoire « /etc/apt/sources.list.d/ » a été ignoré car il utilise une extension non valable

j'ai aussi un truc bizarre avec ce paquet

Dernière modification par arcturus-99 (Le 13/08/2015, à 20:28)

Hors ligne

#17 Le 13/08/2015, à 20:59

elburgos

Re : [Résolu] Problème installation Cinepaint

@arcturus-99

un

sudo rm /etc/apt/sources.list.d/extra.list
sudo apt-get update

devrait résoudre ton problème

@ducon :

Ce que tu as après le configure est normal, c'est même bon.

un

sudo apt-get install libjpeg62-dev

ne règle pas l'histoire ? dans ce cas changer l'ordre et le mettre à la fin.

Après c'est simple (comme dit dans mon premier message) :

export LDFLAGS="$LDFLAGS -lstdc++ -lm -lX11"
./configure --enable-pygimp --with-python=/usr/bin/python2
make
sudo make install

Personnellement pour du test et être moins crade je crée un dossier install_cinepaint quelque part et je préfère

./configure --prefix=/le/chemin/vers/mon/dossier/dinstall --enable-pygimp --with-python=/usr/bin/python2

Comme ça pas d'embrouille avec les paquets déjà installés

Bon après, tu vas dans ton dossier , dans bin, et tu lance le soft

NB:je vais me faire une vm ou un conteneur pour tout reprendre de zéro et modifier la doc.Et de plus n'hésitez pas à donner des retours, car ce n'est pas parce qu'il compile, qu'il va fonctionner parfaitement.

Dernière modification par elburgos (Le 14/08/2015, à 11:23)


Envoyé depuis mon Windows Phone

Hors ligne

#18 Le 13/08/2015, à 22:01

ducon

Re : [Résolu] Problème installation Cinepaint

j'ai modifier une ligne qui m'a reglé le souci de la librairie libjpeg62-dev 6b1-4ubuntu1
libjpeg62-dev modifié en libjpeg62

udo apt-get install build-essential cvs autoconf automake libfltk1.1-dev libgtk2.0-dev zlib1g-dev libjpeg62 libpng12-dev libtiff4-dev libopenexr-dev libxpm-dev libgutenprint-dev libgutenprintui2-dev liblcms1-dev pkg-config ftgl-dev libxmu-dev libxxf86vm-dev flex python-dev libtool

Mais j'ai beau tenter

./configure --enable-pygimp --with-python=/usr/bin/python2
export LDFLAGS="$LDFLAGS -lstdc++ -lm -lX11"
make
sudo make install

 
J'ai tourjours ça a la fin de make

Making all in plug-ins
make[1]: entrant dans le répertoire « /usr/src/cinepaint-1.0-4/plug-ins »
Making all in blur
make[2]: entrant dans le répertoire « /usr/src/cinepaint-1.0-4/plug-ins/blur »
/bin/bash ../../libtool --tag=CC   --mode=link gcc  -g -O2 -Wall   -o blur blur.o ../../lib/libcinepaint.la -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 -lfreetype    ../../libhalf/cinepaint_half.lo -pthread -lIlmImf -lz -lImath -lHalf -lIex -lIlmThread   -lc 
libtool: link: gcc -g -O2 -Wall -o .libs/blur blur.o ../../libhalf/.libs/cinepaint_half.o -pthread  ../../lib/.libs/libcinepaint.so /usr/src/cinepaint-1.0-4/libhalf/.libs/libcinepaintHalf.so -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 /usr/lib/x86_64-linux-gnu/libcairo.so -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 /usr/lib/x86_64-linux-gnu/libfreetype.so /usr/lib/x86_64-linux-gnu/libIlmImf.so -lz -lImath -lHalf -lIex -lIlmThread -lc -pthread 
/usr/bin/ld: ../../libhalf/.libs/cinepaint_half.o: undefined reference to symbol '_ZNSt8ios_base4InitD1Ev@@GLIBCXX_3.4'
//usr/lib/x86_64-linux-gnu/libstdc++.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [blur] Erreur 1
make[2]: quittant le répertoire « /usr/src/cinepaint-1.0-4/plug-ins/blur »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /usr/src/cinepaint-1.0-4/plug-ins »
make: *** [all-recursive] Erreur 1

Je sèche...

Dernière modification par ducon (Le 13/08/2015, à 22:10)

Hors ligne

#19 Le 13/08/2015, à 23:45

elburgos

Re : [Résolu] Problème installation Cinepaint

Sauf que t' auras pas le paquet de dev  ... juste le runtime , or là on compile !

Et à chaque fois tu colles la ligne avec tous les paquets pour installer ?

(edit) Installes pas libjpeg62-dev , de toute façon libtiff4-dev dépend de libjpeg-dev.

Tout est bien installé ? à la fin du configure il te dit bien que c'est ok ,qu'il peut compiler ??

fait un

make clean

avant le make

Dernière modification par elburgos (Le 14/08/2015, à 09:41)


Envoyé depuis mon Windows Phone

Hors ligne

#20 Le 14/08/2015, à 11:25

elburgos

Re : [Résolu] Problème installation Cinepaint

Oups , boulette, c'est avant le ./configure qu'il faut faire le

export LDFLAGS="$LDFLAGS -lstdc++ -lm -lX11"

ça marche mieux avant le génération des makefiles smile

Dernière modification par elburgos (Le 14/08/2015, à 11:27)


Envoyé depuis mon Windows Phone

Hors ligne

#21 Le 14/08/2015, à 12:04

elburgos

Re : [Résolu] Problème installation Cinepaint

J'ai recompiler le paquet dans un conteneur ubuntu 14.04 vierge, voici la méthode suivie (pas besoin de getdeb :

sudo apt-get install build-essential libfltk1.1-dev libgtk2.0-dev libopenexr-dev liblcms1-dev libxpm-dev ftgl-dev libgutenprint-dev libgutenprintui2-dev python-dev libxmu-dev libtool flex
sudo echo 'deb http://cz.archive.ubuntu.com/ubuntu precise main universe' >> /etc/apt/sources.list.d/extra.list
sudo apt-get update
sudo apt-get install libtiff4-dev
sudo rm /etc/apt/sources.list.d/extra.list
sudo apt-get update
wget http://downloads.sourceforge.net/sourceforge/cinepaint/cinepaint-1.0-4.tar.gz
tar -xvf cinepaint-1.0-4.tar.gz
cd cinepaint-1.0-4
export LDFLAGS="$LDFLAGS -lstdc++ -lm -lX11"
./configure --enable-pygimp --with-python=/usr/bin/python2
make
sudo make install

Bon, pour l'installation, personnellement, je préfère faire comme dit précédemment, mais ça devrait aller (ou utiliser checkinstall par exemple, pour le gérer depuis un gestionnaire de paquets).

J'attends quelques retours, par précaution, avant de modifier la doc.


Envoyé depuis mon Windows Phone

Hors ligne

#22 Le 14/08/2015, à 12:28

ducon

Re : [Résolu] Problème installation Cinepaint

Je test et je revien

Hors ligne

#23 Le 14/08/2015, à 12:45

arcturus-99

Re : [Résolu] Problème installation Cinepaint

j'ai ça pour le configure

configure: creating ./config.status
./configure: line 24312: ./config.status: Permission denied
./configure: line 24325: ./config.status: Permission denied
./configure: line 24650: ./config.status: Permission denied
./configure: line 24658: ./config.status: Permission denied
./configure: line 24688: ./config.status: Permission denied
./configure: line 24706: ./config.status: Permission denied
./configure: line 24777: ./config.status: Permission denied
./configure: line 24788: ./config.status: Permission denied
./configure: line 24799: ./config.status: Permission denied
./configure: line 25159: ./config.status: Permission denied
./configure: line 25342: ./config.status: Permission denied
./configure: line 25387: ./config.status: Permission denied
./configure: line 25389: ./config.status: Permission denied
./configure: line 25418: ./config.status: Permission denied
./configure: line 25444: ./config.status: Permission denied
./configure: line 25517: ./config.status: Permission denied
./configure: line 25519: ./config.status: Permission denied
./configure: line 25553: ./config.status: Permission denied
./configure: line 25751: ./config.status: Permission denied
./configure: line 25773: ./config.status: Permission denied
./configure: line 25787: ./config.status: Permission denied
./configure: line 25791: ./config.status: Permission denied
chmod: changing permissions of './config.status': Operation not permitted
configure: error: write failure creating ./config.status

donc, je l'ai executé en root, ce qui me donne

=================================================================
              Configuration Results

GTK CinePaint Version 1.0-4


General dependencies:
   Gtk2 toolkit                 yes    2.24.25
   DnD support                  yes    X11/Xmu
   littleCMS                    yes    lcms 1.19
   Oyranos                      no

Plug-ins with external dependencies:
   Python plug-in:              no
   OpenEXR plug-in:             yes    OpenEXR 1.6.1
   Tiff plug-in:                yes
   PNG plug-in:                 yes    libpng 1.2.51
   Jpeg plug-in:                yes
   Print plug-in:               yes    Gutenprint 5.2.10
   FLTK dependent plug-ins:     yes    bracketing_to_hdr collect pdf
   Thread dependent plug-ins:   yes    icc_examin
   Flex dependent plug-ins:     yes    iol
=================================================================

Now type 'make' and 'make install' / 'make rpm' to build the package and 
install. The unix command is 'cinepaint'.

ensuite, pour le make clean

make[1]: Leaving directory '/home/victor/Bureau/cinepaint/libhalf'
Making clean in .
make[1]: Entering directory '/home/victor/Bureau/cinepaint'
rm -rf .libs _libs
rm -f *.lo
make[1]: Leaving directory '/home/victor/Bureau/cinepaint'

pour le make

eLut.cpp:114:1: fatal error: opening dependency file .deps/eLut.Tpo: Permission non accordée
 }
 ^
compilation terminated.
Makefile:447: recipe for target 'eLut.o' failed
make[1]: *** [eLut.o] Error 1
make[1]: Leaving directory '/home/victor/Bureau/cinepaint/libhalf'
Makefile:662: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

et toujours la même chose pour le make install sad

Hors ligne

#24 Le 14/08/2015, à 12:59

elburgos

Re : [Résolu] Problème installation Cinepaint

elburgos a écrit :

J'ai recompiler le paquet dans un conteneur ubuntu 14.04 vierge, voici la méthode suivie (pas besoin de getdeb :

sudo apt-get install build-essential libfltk1.1-dev libgtk2.0-dev libopenexr-dev liblcms1-dev libxpm-dev ftgl-dev libgutenprint-dev libgutenprintui2-dev python-dev libxmu-dev libtool flex
sudo echo 'deb http://cz.archive.ubuntu.com/ubuntu precise main universe' >> /etc/apt/sources.list.d/extra.list
sudo apt-get update
sudo apt-get install libtiff4-dev
sudo rm /etc/apt/sources.list.d/extra.list
sudo apt-get update
wget http://downloads.sourceforge.net/sourceforge/cinepaint/cinepaint-1.0-4.tar.gz
tar -xvf cinepaint-1.0-4.tar.gz
cd cinepaint-1.0-4
export LDFLAGS="$LDFLAGS -lstdc++ -lm -lX11"
./configure --enable-pygimp --with-python=/usr/bin/python2
make
sudo make install

Bon, pour l'installation, personnellement, je préfère faire comme dit précédemment, mais ça devrait aller (ou utiliser checkinstall par exemple, pour le gérer depuis un gestionnaire de paquets).

J'attends quelques retours, par précaution, avant de modifier la doc.

Arcturus-99 , efface ton ancien dossier et archive téléchargés et suis la marche à suivre ci dessus.
Car là tu fais ta tambouille, et je sais pas ce que tu as fais avant ... surtout en root wink

Dernière modification par elburgos (Le 14/08/2015, à 13:01)


Envoyé depuis mon Windows Phone

Hors ligne

#25 Le 14/08/2015, à 13:05

ducon

Re : [Résolu] Problème installation Cinepaint

Ça a marché impeccablement pour moi , merci pour tout cool

@arcturus-99

configure: creating ./config.status
./configure: line 24312: ./config.status: Permission denied

place ton archive dans /home/ta session et ça devait aller pour les problèmes de permission et ne pas faire comme moi au debut /usr/src/archive lol

Dernière modification par ducon (Le 14/08/2015, à 13:07)

Hors ligne