Logiciels photos /raw
1/il manque une section ou bien il faut en completer une 2/ et les raw ?
Packaging

lebarhon Membre non connecté
-
- Voir le profil du membre lebarhon
- Inscrit le : 09/10/2010
- Groupes :
-
Équipe Mageia
-
Membre d'Honneur
Reprise du message précédent
Oups, j'ai mis du temps à rédiger mon truc et je n'avais pas vu le message d'Akien. Il a mille fois raison il faut absolument prendre les versions 64 bits des dépendances citées, une raison de plus pour utiliser le MCC.CM Asus Z77-A+i5-2500K+GeForceGT520+RAM8Go
SSD Crucial M4+SSD Samsung EVO
Mageia 6 64 bits
SSD Crucial M4+SSD Samsung EVO
Mageia 6 64 bits

Akien Membre non connecté
-
- Voir le profil du membre Akien
- Inscrit le : 12/06/2011
- Groupes :
-
Équipe Mageia
lebarhon :
Copier les sources :
Juste une question : est-ce que la ligne ne serait pas plutôt :
$ hg clone https://rawtherapee.googlecode.com/hg/ rawtherapee
au lieu de :
$ hg clone https://rawtherapee.googlecode.com/hg/ /rawtherapee
(C'est à dire que le / avant rawtherapee serait en trop, si je comprends bien cette commande voudra installer à la racine du système).
Akien :
La version de gcc utilisée dans Mageia 1 n'est pas la version 3.3, qui est assez ancienne je crois. Tu devrais essayer directement urpmi gcc-c++, ça sera plus simple.
La version de gcc utilisée dans Mageia 1 n'est pas la version 3.3, qui est assez ancienne je crois. Tu devrais essayer directement urpmi gcc-c++, ça sera plus simple.
OK
Akien :
Ça à l'air d'être un problème lié à ton architecture : tu as essayé d'installer des bibliothèques 32 bits alors que les bibliothèques 64 bits sont déjà présentes sur ton ordinateur. Tu n'as pas besoin des 32 bits dans ce cas là, privilégie toujours ton architecture quand c'est possible.
Tu as tout à fait raison.
Akien :
Enfin, je dirais qu'il te manque des bibliothèques de développement (tu as essayé d'installer leurs version 32 bits alors que tu as les bibliothèques en 64 bits) :
urpmi lib64gtk+2.0-devel lib64glibmm2.4-devel lib64gtkmm2.4-devel lib64sigc++2.0-devel lib64lcms-devel lib64iptcdata-devel
urpmi lib64gtk+2.0-devel lib64glibmm2.4-devel lib64gtkmm2.4-devel lib64sigc++2.0-devel lib64lcms-devel lib64iptcdata-devel
OK
Akien :
Avec ça cela devrait fonctionner, ou au moins réduire la liste des erreurs pour que nous puissions t'indiquer ce que tu dois faire ensuite.
Bon, je reprends:
Caché :
[joel@localhost rawtherapee 02-11-2011 22:31] $ hg update branch_3.0
496 files updated, 0 files merged, 696 files removed, 0 files unresolved
[joel@localhost rawtherapee 02-11-2011 22:34] $ hg pull && > hg update && > cmake -DBUILD_BUNDLE=ON -DCMAKE_INSTALL_PREFIX=./build -DBINDIR=. -DDATADIR=. -DLIBDIR=.
warning: rawtherapee.googlecode.com certificate with fingerprint d4:60:3c:bf:ff:ee:ad:f0:78:f6:ba:69:54:6a:ee:f9:56:7a:ef:f2 not verified (check hostfingerprints or web.cacerts config setting)
pulling from https://rawtherapee.googlecode.com/hg/
searching for changes
aucun changement trouvé
bash: update : commande introuvable
[joel@localhost rawtherapee 02-11-2011 22:34] $
496 files updated, 0 files merged, 696 files removed, 0 files unresolved
[joel@localhost rawtherapee 02-11-2011 22:34] $ hg pull && > hg update && > cmake -DBUILD_BUNDLE=ON -DCMAKE_INSTALL_PREFIX=./build -DBINDIR=. -DDATADIR=. -DLIBDIR=.
warning: rawtherapee.googlecode.com certificate with fingerprint d4:60:3c:bf:ff:ee:ad:f0:78:f6:ba:69:54:6a:ee:f9:56:7a:ef:f2 not verified (check hostfingerprints or web.cacerts config setting)
pulling from https://rawtherapee.googlecode.com/hg/
searching for changes
aucun changement trouvé
bash: update : commande introuvable
[joel@localhost rawtherapee 02-11-2011 22:34] $
Je ne comprends pas. J'oublie quelque chose ?
Bon, entre-temps, je viens de voir le message de lebarhon :
lebarhon :
Compiler et installer (4 lignes de commandes):
$ cd /home/utilisateur/rawtherapee
$ cpuCount="`grep -c 'processor' /proc/cpuinfo`" || cpuCount="1";
$ cmake -DCMAKE_BUILD_TYPE=release -DPROC_TARGET_NUMBER:STRING=1 -DCMAKE_INSTALL_PREFIX=rawtherapee -DBUILD_BUNDLE=ON -DBINDIR=. -DDATADIR=.
$ make -j${cpuCount} install
Compiler et installer (4 lignes de commandes):
$ cd /home/utilisateur/rawtherapee
$ cpuCount="`grep -c 'processor' /proc/cpuinfo`" || cpuCount="1";
$ cmake -DCMAKE_BUILD_TYPE=release -DPROC_TARGET_NUMBER:STRING=1 -DCMAKE_INSTALL_PREFIX=rawtherapee -DBUILD_BUNDLE=ON -DBINDIR=. -DDATADIR=.
$ make -j${cpuCount} install
Donc :
Caché :
[joel@localhost rawtherapee 02-11-2011 22:34] $ cpuCount="`grep -c 'processor' /proc/cpuinfo`" || cpuCount="1";
[joel@localhost rawtherapee 02-11-2011 22:48] $ cmake -DCMAKE_BUILD_TYPE=release -DPROC_TARGET_NUMBER:STRING=1 -DCMAKE_INSTALL_PREFIX=rawtherapee -DBUILD_BUNDLE=ON -DBINDIR=. -DDATADIR=.
-- CMAKE_BUILD_TYPE: release
-- checking for module 'gtk+-2.0>=2.12'
-- found gtk+-2.0, version 2.24.4
-- checking for module 'glibmm-2.4>=2.16'
-- found glibmm-2.4, version 2.25.5
-- checking for module 'gtkmm-2.4>=2.12'
-- found gtkmm-2.4, version 2.22.0
-- checking for module 'giomm-2.4>=2.12'
-- found giomm-2.4, version 2.25.5
-- checking for module 'sigc++-2.0'
-- found sigc++-2.0, version 2.2.8
-- checking for module 'libiptcdata'
-- found libiptcdata, version 1.0.4
-- checking for module 'lcms<=1.99'
-- found lcms, version 1.19
-- hg command found: /usr/bin/hg
-- Could NOT find OpenMP (missing: OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
-- Configuring done
-- Generating done
CMake Warning: The variable, 'BUILD_BUNDLE', specified manually, was not used during the generation.
-- Build files have been written to: /documents/download/rawtherapee
[joel@localhost rawtherapee 02-11-2011 22:49] $
[joel@localhost rawtherapee 02-11-2011 22:48] $ cmake -DCMAKE_BUILD_TYPE=release -DPROC_TARGET_NUMBER:STRING=1 -DCMAKE_INSTALL_PREFIX=rawtherapee -DBUILD_BUNDLE=ON -DBINDIR=. -DDATADIR=.
-- CMAKE_BUILD_TYPE: release
-- checking for module 'gtk+-2.0>=2.12'
-- found gtk+-2.0, version 2.24.4
-- checking for module 'glibmm-2.4>=2.16'
-- found glibmm-2.4, version 2.25.5
-- checking for module 'gtkmm-2.4>=2.12'
-- found gtkmm-2.4, version 2.22.0
-- checking for module 'giomm-2.4>=2.12'
-- found giomm-2.4, version 2.25.5
-- checking for module 'sigc++-2.0'
-- found sigc++-2.0, version 2.2.8
-- checking for module 'libiptcdata'
-- found libiptcdata, version 1.0.4
-- checking for module 'lcms<=1.99'
-- found lcms, version 1.19
-- hg command found: /usr/bin/hg
-- Could NOT find OpenMP (missing: OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
-- Configuring done
-- Generating done
CMake Warning: The variable, 'BUILD_BUNDLE', specified manually, was not used during the generation.
-- Build files have been written to: /documents/download/rawtherapee
[joel@localhost rawtherapee 02-11-2011 22:49] $
Là, j'ai hésité. Ces messages avaient-ils de l'importance ? (je n'ai jamais appris l'anglais

Puis j'ai décidé de pousuivre
[joel@localhost rawtherapee 02-11-2011 22:49] $ make -j${cpuCount} install
Et j'ai trouvé l'exécutable dans /documents/download/rawtherapee/rawtherapee/rawtherapee (pas de dossier release)
Par contre, c'est RT 3.0.1.4, et non RT4...
Je vais voir si je peux déplacer tout ça dans un répertoire plus approprié que /documents/download/ ...
Quoi qu'il en soit, merci beaucoup à vous deux, Akien et lebarhon, pour vos conseils rapides et efficaces !

Édité par joel Le 02/11/2011 à 22h25
joel

Akien Membre non connecté
-
- Voir le profil du membre Akien
- Inscrit le : 12/06/2011
- Groupes :
-
Équipe Mageia
joel :
Je ne comprends pas. J'oublie quelque chose ?
Bon, je reprends:
[joel@localhost rawtherapee 02-11-2011 22:31] $ hg update branch_3.0
496 files updated, 0 files merged, 696 files removed, 0 files unresolved
[joel@localhost rawtherapee 02-11-2011 22:34] $ hg pull && > hg update && > cmake -DBUILD_BUNDLE=ON -DCMAKE_INSTALL_PREFIX=./build -DBINDIR=. -DDATADIR=. -DLIBDIR=.
warning: rawtherapee.googlecode.com certificate with fingerprint d4:60:3c:bf:ff:ee:ad:f0:78:f6:ba:69:54:6a:ee:f9:56:7a:ef:f2 not verified (check hostfingerprints or web.cacerts config setting)
pulling from https://rawtherapee.googlecode.com/hg/
searching for changes
aucun changement trouvé
bash: update : commande introuvable
[joel@localhost rawtherapee 02-11-2011 22:34] $
496 files updated, 0 files merged, 696 files removed, 0 files unresolved
[joel@localhost rawtherapee 02-11-2011 22:34] $ hg pull && > hg update && > cmake -DBUILD_BUNDLE=ON -DCMAKE_INSTALL_PREFIX=./build -DBINDIR=. -DDATADIR=. -DLIBDIR=.
warning: rawtherapee.googlecode.com certificate with fingerprint d4:60:3c:bf:ff:ee:ad:f0:78:f6:ba:69:54:6a:ee:f9:56:7a:ef:f2 not verified (check hostfingerprints or web.cacerts config setting)
pulling from https://rawtherapee.googlecode.com/hg/
searching for changes
aucun changement trouvé
bash: update : commande introuvable
[joel@localhost rawtherapee 02-11-2011 22:34] $
Je ne comprends pas. J'oublie quelque chose ?
Je pense que le problème est du à la commande : $ hg pull && *>* hg update && *>* cmake -DBUILD_BUNDLE=ON -DCMAKE_INSTALL_PREFIX=./build -DBINDIR=. -DDATADIR=. -DLIBDIR=.
Les caractères que j'ai mis en gras et entre astérisques (c'est à dire les ">") sont à mon avis à enlever (si, comme je le pense, ils proviennent d'un copier-coller depuis un tutoriel qui utilise ce symbole pour signifier une nouvelle ligne).
La commande serait donc :
$ hg pull && hg update && cmake -DBUILD_BUNDLE=ON -DCMAKE_INSTALL_PREFIX=./build -DBINDIR=. -DDATADIR=. -DLIBDIR=.
joel :
<span class="formatter-hide">Caché:</span><div class="hide" onclick="bb_hide(this)"><div class="hide2">[joel@localhost rawtherapee 02-11-2011 22:34] $ cpuCount="`grep -c 'processor' /proc/cpuinfo`" || cpuCount="1";
[joel@localhost rawtherapee 02-11-2011 22:48] $ cmake -DCMAKE_BUILD_TYPE=release -DPROC_TARGET_NUMBER:STRING=1 -DCMAKE_INSTALL_PREFIX=rawtherapee -DBUILD_BUNDLE=ON -DBINDIR=. -DDATADIR=.
-- CMAKE_BUILD_TYPE: release
-- checking for module 'gtk+-2.0>=2.12'
-- found gtk+-2.0, version 2.24.4
-- checking for module 'glibmm-2.4>=2.16'
-- found glibmm-2.4, version 2.25.5
-- checking for module 'gtkmm-2.4>=2.12'
-- found gtkmm-2.4, version 2.22.0
-- checking for module 'giomm-2.4>=2.12'
-- found giomm-2.4, version 2.25.5
-- checking for module 'sigc++-2.0'
-- found sigc++-2.0, version 2.2.8
-- checking for module 'libiptcdata'
-- found libiptcdata, version 1.0.4
-- checking for module 'lcms<=1.99'
-- found lcms, version 1.19
-- hg command found: /usr/bin/hg
-- Could NOT find OpenMP (missing: OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
-- Configuring done
-- Generating done
CMake Warning: The variable, 'BUILD_BUNDLE', specified manually, was not used during the generation.
-- Build files have been written to: /documents/download/rawtherapee
[joel@localhost rawtherapee 02-11-2011 22:49] $
</div><span class="formatter-hide">Caché:</span><div class="hide" onclick="bb_hide(this)"><div class="hide2">[joel@localhost rawtherapee 02-11-2011 22:34] $ cpuCount="`grep -c 'processor' /proc/cpuinfo`" || cpuCount="1";
[joel@localhost rawtherapee 02-11-2011 22:48] $ cmake -DCMAKE_BUILD_TYPE=release -DPROC_TARGET_NUMBER:STRING=1 -DCMAKE_INSTALL_PREFIX=rawtherapee -DBUILD_BUNDLE=ON -DBINDIR=. -DDATADIR=.
-- CMAKE_BUILD_TYPE: release
-- checking for module 'gtk+-2.0>=2.12'
-- found gtk+-2.0, version 2.24.4
-- checking for module 'glibmm-2.4>=2.16'
-- found glibmm-2.4, version 2.25.5
-- checking for module 'gtkmm-2.4>=2.12'
-- found gtkmm-2.4, version 2.22.0
-- checking for module 'giomm-2.4>=2.12'
-- found giomm-2.4, version 2.25.5
-- checking for module 'sigc++-2.0'
-- found sigc++-2.0, version 2.2.8
-- checking for module 'libiptcdata'
-- found libiptcdata, version 1.0.4
-- checking for module 'lcms<=1.99'
-- found lcms, version 1.19
-- hg command found: /usr/bin/hg
-- Could NOT find OpenMP (missing: OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
-- Configuring done
-- Generating done
CMake Warning: The variable, 'BUILD_BUNDLE', specified manually, was not used during the generation.
-- Build files have been written to: /documents/download/rawtherapee
[joel@localhost rawtherapee 02-11-2011 22:49] $
Là, j'ai hésité. Ces messages avaient-ils de l'importance ? (je n'ai jamais appris l'anglais

Est-ce que tu peux nous donner le résultat de la commande :
locate bin/hg
Il y a un message d'erreur bizarre dans ce dernier bloc.
Akien :
Est-ce que tu peux nous donner le résultat de la commande :
Il y a un message d'erreur bizarre dans ce dernier bloc.
Est-ce que tu peux nous donner le résultat de la commande :
locate bin/hg
Il y a un message d'erreur bizarre dans ce dernier bloc.
[joel@localhost rawtherapee 03-11-2011 10:19] $ locate bin/hg
/ubuntu/usr/bin/hg
/ubuntu/usr/bin/hg-ssh
/usr/bin/hg
/usr/bin/hg-ssh
/usr/bin/hgk
/ubuntu/usr/bin/hg
/ubuntu/usr/bin/hg-ssh
/usr/bin/hg
/usr/bin/hg-ssh
/usr/bin/hgk
joel

Akien Membre non connecté
-
- Voir le profil du membre Akien
- Inscrit le : 12/06/2011
- Groupes :
-
Équipe Mageia
joel :
Akien :
Est-ce que tu peux nous donner le résultat de la commande :
Il y a un message d'erreur bizarre dans ce dernier bloc.
Est-ce que tu peux nous donner le résultat de la commande :
locate bin/hg
Il y a un message d'erreur bizarre dans ce dernier bloc.
[joel@localhost rawtherapee 03-11-2011 10:19] $ locate bin/hg
/ubuntu/usr/bin/hg
/ubuntu/usr/bin/hg-ssh
/usr/bin/hg
/usr/bin/hg-ssh
/usr/bin/hgk
/ubuntu/usr/bin/hg
/ubuntu/usr/bin/hg-ssh
/usr/bin/hg
/usr/bin/hg-ssh
/usr/bin/hgk
Donc le message d'erreur dit des bêtises...
Au final, est-ce que tu as réussi à obtenir une version utilisable de Rawtherapee ?
Akien :
Au final, est-ce que tu as réussi à obtenir une version utilisable de Rawtherapee ?
Oui, c'est ce que je disais hier soir :
joel :
Puis j'ai décidé de pousuivre
[joel@localhost rawtherapee 02-11-2011 22:49] $ make -j${cpuCount} install
Et j'ai trouvé l'exécutable dans /documents/download/rawtherapee/rawtherapee/rawtherapee (pas de dossier release)
Par contre, c'est RT 3.0.1.4, et non RT4...
[joel@localhost rawtherapee 02-11-2011 22:49] $ make -j${cpuCount} install
Et j'ai trouvé l'exécutable dans /documents/download/rawtherapee/rawtherapee/rawtherapee (pas de dossier release)
Par contre, c'est RT 3.0.1.4, et non RT4...
Mais, je te le concède, je n'ai pas été explicite...
joel

lebarhon Membre non connecté
-
- Voir le profil du membre lebarhon
- Inscrit le : 09/10/2010
- Groupes :
-
Équipe Mageia
-
Membre d'Honneur
Akien :
Juste une question : est-ce que la ligne ne serait pas plutôt :
$ hg clone https://rawtherapee.googlecode.com/hg/ rawtherapee
au lieu de :
$ hg clone https://rawtherapee.googlecode.com/hg/ /rawtherapee
(C'est à dire que le / avant rawtherapee serait en trop, si je comprends bien cette commande voudra installer à la racine du système).
lebarhon :
Copier les sources :
Juste une question : est-ce que la ligne ne serait pas plutôt :
$ hg clone https://rawtherapee.googlecode.com/hg/ rawtherapee
au lieu de :
$ hg clone https://rawtherapee.googlecode.com/hg/ /rawtherapee
(C'est à dire que le / avant rawtherapee serait en trop, si je comprends bien cette commande voudra installer à la racine du système).
J'a
CM Asus Z77-A+i5-2500K+GeForceGT520+RAM8Go
SSD Crucial M4+SSD Samsung EVO
Mageia 6 64 bits
SSD Crucial M4+SSD Samsung EVO
Mageia 6 64 bits

lebarhon Membre non connecté
-
- Voir le profil du membre lebarhon
- Inscrit le : 09/10/2010
- Groupes :
-
Équipe Mageia
-
Membre d'Honneur
Akien :
Juste une question : est-ce que la ligne ne serait pas plutôt :
$ hg clone https://rawtherapee.googlecode.com/hg/ rawtherapee
au lieu de :
$ hg clone https://rawtherapee.googlecode.com/hg/ /rawtherapee
(C'est à dire que le / avant rawtherapee serait en trop, si je comprends bien cette commande voudra installer à la racine du système).
lebarhon :
Copier les sources :
Juste une question : est-ce que la ligne ne serait pas plutôt :
$ hg clone https://rawtherapee.googlecode.com/hg/ rawtherapee
au lieu de :
$ hg clone https://rawtherapee.googlecode.com/hg/ /rawtherapee
(C'est à dire que le / avant rawtherapee serait en trop, si je comprends bien cette commande voudra installer à la racine du système).
J'ai trouvé cela bizarre aussi, mais le modèle dans le forum de Rawthérapee est bien comme cela et ... ça marche !
CM Asus Z77-A+i5-2500K+GeForceGT520+RAM8Go
SSD Crucial M4+SSD Samsung EVO
Mageia 6 64 bits
SSD Crucial M4+SSD Samsung EVO
Mageia 6 64 bits

lebarhon Membre non connecté
-
- Voir le profil du membre lebarhon
- Inscrit le : 09/10/2010
- Groupes :
-
Équipe Mageia
-
Membre d'Honneur
Édité par lebarhon Le 03/11/2011 à 19h22
CM Asus Z77-A+i5-2500K+GeForceGT520+RAM8Go
SSD Crucial M4+SSD Samsung EVO
Mageia 6 64 bits
SSD Crucial M4+SSD Samsung EVO
Mageia 6 64 bits

lebarhon Membre non connecté
-
- Voir le profil du membre lebarhon
- Inscrit le : 09/10/2010
- Groupes :
-
Équipe Mageia
-
Membre d'Honneur
CM Asus Z77-A+i5-2500K+GeForceGT520+RAM8Go
SSD Crucial M4+SSD Samsung EVO
Mageia 6 64 bits
SSD Crucial M4+SSD Samsung EVO
Mageia 6 64 bits

lebarhon Membre non connecté
-
- Voir le profil du membre lebarhon
- Inscrit le : 09/10/2010
- Groupes :
-
Équipe Mageia
-
Membre d'Honneur
Tu as la version 3 car je pense que tu aq réalisé l'installation dans la foulée de la commande précédente :
$ hg update branch_3.0
Cependant cette version 3 est une branche qui va mourir et c'est dommage de partir avec cela, surtout que tu as un OS 64 bits.
Tu sais maintenant que tu as toutes les dépendances pour que ça, marche, donc efface le répertoire /documents/download/rawtherapee et recommence la manip.
Si tu gardes la version 3, tu as une doc que j'ai traduit en français ici:
https://docs.google.com/document/d/1AWd97ZglvkztZsqtBZVXm0y6Ve7RaeatweQYWFY6K6M/edit?hl=en_US&pli=1
Je suis en train de traduire la version 4.
CM Asus Z77-A+i5-2500K+GeForceGT520+RAM8Go
SSD Crucial M4+SSD Samsung EVO
Mageia 6 64 bits
SSD Crucial M4+SSD Samsung EVO
Mageia 6 64 bits
lebarhon :
Joel,
Tu as la version 3 car je pense que tu aq réalisé l'installation dans la foulée de la commande précédente :
$ hg update branch_3.0
Tu as la version 3 car je pense que tu aq réalisé l'installation dans la foulée de la commande précédente :
$ hg update branch_3.0
Exact
lebarhon :
Cependant cette version 3 est une branche qui va mourir et c'est dommage de partir avec cela, surtout que tu as un OS 64 bits.
Tu sais maintenant que tu as toutes les dépendances pour que ça, marche, donc efface le répertoire /documents/download/rawtherapee et recommence la manip.
Si tu gardes la version 3, tu as une doc que j'ai traduit en français ici:
https://docs.google.com/document/d/1AWd97ZglvkztZsqtBZVXm0y6Ve7RaeatweQYWFY6K6M/edit?hl=en_US&pli=1
Je suis en train de traduire la version 4.
Tu sais maintenant que tu as toutes les dépendances pour que ça, marche, donc efface le répertoire /documents/download/rawtherapee et recommence la manip.
Si tu gardes la version 3, tu as une doc que j'ai traduit en français ici:
https://docs.google.com/document/d/1AWd97ZglvkztZsqtBZVXm0y6Ve7RaeatweQYWFY6K6M/edit?hl=en_US&pli=1
Je suis en train de traduire la version 4.
Bravo pour ce travail.
Il existe une version pdf ?
Quoi qu'il en soit, ça m'intéresse d'avoir RT4, donc :
Caché :
[joel@localhost documents 03-11-2011 21:31] $ hg clone https://rawtherapee.googlecode.com/hg/ /rawtherapee
warning: rawtherapee.googlecode.com certificate with fingerprint d4:60:3c:bf:ff:ee:ad:f0:78:f6:ba:69:54:6a:ee:f9:56:7a:ef:f2 not verified (check hostfingerprints or web.cacerts config setting)
abandon : Permission denied : /rawtherapee
warning: rawtherapee.googlecode.com certificate with fingerprint d4:60:3c:bf:ff:ee:ad:f0:78:f6:ba:69:54:6a:ee:f9:56:7a:ef:f2 not verified (check hostfingerprints or web.cacerts config setting)
abandon : Permission denied : /rawtherapee
Je réessaie sans le "/" :
Caché :
[joel@localhost documents 03-11-2011 21:42] $ hg clone https://rawtherapee.googlecode.com/hg/ rawtherapee
warning: rawtherapee.googlecode.com certificate with fingerprint d4:60:3c:bf:ff:ee:ad:f0:78:f6:ba:69:54:6a:ee:f9:56:7a:ef:f2 not verified (check hostfingerprints or web.cacerts config setting)
requesting all changes
adding changesets
adding manifests
adding file changes
added 1600 changesets with 10879 changes to 1957 files (+6 heads)
updating to branch default
1246 files updated, 0 files merged, 0 files removed, 0 files unresolved
[joel@localhost documents 03-11-2011 21:48] $ cd rawtherapee
[joel@localhost rawtherapee 03-11-2011 21:51] $ cpuCount="`grep -c 'processor' /proc/cpuinfo`" || cpuCount="1";
[joel@localhost rawtherapee 03-11-2011 21:51] $ cmake -DCMAKE_BUILD_TYPE=release -DPROC_TARGET_NUMBER:STRING=1 -DCMAKE_INSTALL_PREFIX=rawtherapee -DBUILD_BUNDLE=ON -DBINDIR=. -DDATADIR=.
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- CMAKE_BUILD_TYPE: release
-- checking for module 'gtk+-2.0>=2.12'
-- found gtk+-2.0, version 2.24.4
-- checking for module 'glib-2.0>=2.16'
-- found glib-2.0, version 2.28.6
-- checking for module 'glibmm-2.4>=2.16'
-- found glibmm-2.4, version 2.25.5
-- checking for module 'gtkmm-2.4>=2.12'
-- found gtkmm-2.4, version 2.22.0
-- checking for module 'gio-2.0>=2.16'
-- found gio-2.0, version 2.28.6
-- checking for module 'giomm-2.4>=2.12'
-- found giomm-2.4, version 2.25.5
-- checking for module 'gthread-2.0>=2.16'
-- found gthread-2.0, version 2.28.6
-- checking for module 'gobject-2.0>=2.16'
-- found gobject-2.0, version 2.28.6
-- checking for module 'sigc++-2.0'
-- found sigc++-2.0, version 2.2.8
-- checking for module 'lcms2'
-- package 'lcms2' not found
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:266 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPkgConfig.cmake:320 (_pkg_check_modules_internal)
CMakeLists.txt:181 (pkg_check_modules)
warning: rawtherapee.googlecode.com certificate with fingerprint d4:60:3c:bf:ff:ee:ad:f0:78:f6:ba:69:54:6a:ee:f9:56:7a:ef:f2 not verified (check hostfingerprints or web.cacerts config setting)
requesting all changes
adding changesets
adding manifests
adding file changes
added 1600 changesets with 10879 changes to 1957 files (+6 heads)
updating to branch default
1246 files updated, 0 files merged, 0 files removed, 0 files unresolved
[joel@localhost documents 03-11-2011 21:48] $ cd rawtherapee
[joel@localhost rawtherapee 03-11-2011 21:51] $ cpuCount="`grep -c 'processor' /proc/cpuinfo`" || cpuCount="1";
[joel@localhost rawtherapee 03-11-2011 21:51] $ cmake -DCMAKE_BUILD_TYPE=release -DPROC_TARGET_NUMBER:STRING=1 -DCMAKE_INSTALL_PREFIX=rawtherapee -DBUILD_BUNDLE=ON -DBINDIR=. -DDATADIR=.
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- CMAKE_BUILD_TYPE: release
-- checking for module 'gtk+-2.0>=2.12'
-- found gtk+-2.0, version 2.24.4
-- checking for module 'glib-2.0>=2.16'
-- found glib-2.0, version 2.28.6
-- checking for module 'glibmm-2.4>=2.16'
-- found glibmm-2.4, version 2.25.5
-- checking for module 'gtkmm-2.4>=2.12'
-- found gtkmm-2.4, version 2.22.0
-- checking for module 'gio-2.0>=2.16'
-- found gio-2.0, version 2.28.6
-- checking for module 'giomm-2.4>=2.12'
-- found giomm-2.4, version 2.25.5
-- checking for module 'gthread-2.0>=2.16'
-- found gthread-2.0, version 2.28.6
-- checking for module 'gobject-2.0>=2.16'
-- found gobject-2.0, version 2.28.6
-- checking for module 'sigc++-2.0'
-- found sigc++-2.0, version 2.2.8
-- checking for module 'lcms2'
-- package 'lcms2' not found
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:266 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPkgConfig.cmake:320 (_pkg_check_modules_internal)
CMakeLists.txt:181 (pkg_check_modules)
Hier, il se contentait de la version 1.19 de lcms :
-- checking for module 'lcms<=1.99'
-- found lcms, version 1.19
-- found lcms, version 1.19
Et ça n'existe pas dans les dépôts Mageia :
[root@localhost ~ 03-11-2011 19:14] # urpmi lcms2
Pas de paquetage nommé lcms2
Pas de paquetage nommé lcms2
Tu as fait comment ?
Édité par joel Le 03/11/2011 à 22h29
joel

lebarhon Membre non connecté
-
- Voir le profil du membre lebarhon
- Inscrit le : 09/10/2010
- Groupes :
-
Équipe Mageia
-
Membre d'Honneur
Regarde dans le MCC.
http://www.casimages.com/img.php?i=11110412235278274.png
CM Asus Z77-A+i5-2500K+GeForceGT520+RAM8Go
SSD Crucial M4+SSD Samsung EVO
Mageia 6 64 bits
SSD Crucial M4+SSD Samsung EVO
Mageia 6 64 bits

lebarhon Membre non connecté
-
- Voir le profil du membre lebarhon
- Inscrit le : 09/10/2010
- Groupes :
-
Équipe Mageia
-
Membre d'Honneur
CM Asus Z77-A+i5-2500K+GeForceGT520+RAM8Go
SSD Crucial M4+SSD Samsung EVO
Mageia 6 64 bits
SSD Crucial M4+SSD Samsung EVO
Mageia 6 64 bits
lebarhon :
Effectivement, RT3 se contentait de lcms1 alors que RT4 veut lcms2. Il est installé d'office avec Mageia1.
Regarde dans le MCC.
http://www.casimages.com/img.php?i=11110412235278274.png
Regarde dans le MCC.
http://www.casimages.com/img.php?i=11110412235278274.png
Ben non, chez moi, MCC est vide quand je tape lcms2.
Je ne dois pas avoir les mêmes sources que toi.
Tu peux me dire de quelle source vient lcms2 ?
joel
Répondre
Vous n'êtes pas autorisé à écrire dans cette catégorie