Précédent   Forum des professionnels en informatique > Systèmes > Autres systèmes > Unix > Solaris
Solaris Forum d'entraide sur le système Solaris.
Partagez cette discussion sur d'autres réseaux sociaux : Viadeo Twitter Google Facebook Digg Delicious MySpace Yahoo
Réponse Proposer ce sujet en actualité
 
Outils de la discussion
Publicité
'
Vieux 30/04/2008, 11h22   #1
Invité de passage
 
Inscription : novembre 2007
Messages : 16
Détails du profil
Informations forums :
Inscription : novembre 2007
Messages : 16
Points : 4
Points : 4
Par défaut [SOLARIS] Compilation d'ORBACUS

Bonjour,
J'essaie de compiler les sources ORBACUS C++ (make min) sur une machine SOLARIS 10 x86 à l'aide de SUN STUDIO 10.
Code :
1
2
3
4
5
6
7
8
9
10
11
12
13
Le build échoue avec le message d'erreur suivant :
mv:Cannot access libIDL.so.4.3.3
***Error code 2
make : Fatal error : Command failed for target '../../lib/libIDL.so.4.3.3'
Current working directory /usr/local/orbacus/OB-4.3.3/ob/src/translator
*** Error code 1
The following command caused the error:
for subdir in library translator util im; \
do \
    echo "making min in $subdir";\
    {cd $subdir &&make min} || exit 1;\
done
Est-ce que quelqu'un a déjà rencontré ce problème ? Dois-je installer de nouveaux packages ?

Toutes réponses ou idées seront les bienvenues..

Merci
daringa est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 30/04/2008, 19h32   #2
Membre Expert
 
Avatar de jlliagre
 
Inscription : juin 2007
Messages : 971
Détails du profil
Informations personnelles :
Localisation : France, Paris (Île de France)

Informations forums :
Inscription : juin 2007
Messages : 971
Points : 1 378
Points : 1 378
Il faut que tu montre le premier message d'erreur, pas le dernier.
jlliagre est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 02/05/2008, 10h23   #3
Invité de passage
 
Inscription : novembre 2007
Messages : 16
Détails du profil
Informations forums :
Inscription : novembre 2007
Messages : 16
Points : 4
Points : 4
Voici la log complète :
Code :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
dmake -m serial -f "/usr/local/orbacus/OB-4.3.3/Makefile"  min  
making min in jtc
make: Warning: Ignoring DistributedMake -m option
making min in src
make: Warning: Ignoring DistributedMake -m option
making min in include
make: Warning: Ignoring DistributedMake -m option
making min in JTC
make: Warning: Ignoring DistributedMake -m option
making min in test
make: Warning: Ignoring DistributedMake -m option
making min in demo
make: Warning: Ignoring DistributedMake -m option
making min in ob
make: Warning: Ignoring DistributedMake -m option
making min in src
make: Warning: Ignoring DistributedMake -m option
making min in library
make: Warning: Ignoring DistributedMake -m option
make: Warning: Ignoring DistributedMake -m option
`../../lib/libOBX11.so.4.3.3' is up to date.
making min in translator
make: Warning: Ignoring DistributedMake -m option
making min in mcpp
make: Warning: Ignoring DistributedMake -m option
making all in mcpp
make: Warning: Ignoring DistributedMake -m option
making min in util
make: Warning: Ignoring DistributedMake -m option
making min in imr
make: Warning: Ignoring DistributedMake -m option
rm -f IMR.cpp
rm -f ../../include/OB/IMR.h
rm -f IMR_skel.cpp
rm -f ../../include/OB/IMR_skel.h
../../bin/idl -I. --dll-import OB_IMR_IMPORT -I../../idl --this-header-dir OB ../../idl/OB/IMR.idl
ld.so.1: idl: fatal: libIDL.so: open failed: No such file or directory
*** Signal 9
make: Fatal error: Command failed for target `IMR.cpp'
Current working directory /usr/local/orbacus/OB-4.3.3/ob/src/imr
*** Error code 1
The following command caused the error:
for subdir in library translator util imr; \
do \
    echo "making min in $subdir"; \
    ( cd $subdir &&make min ) || exit 1; \
done
make: Fatal error: Command failed for target `min'
Current working directory /usr/local/orbacus/OB-4.3.3/ob/src
*** Error code 1
The following command caused the error:
for subdir in src include idl test demo man; \
do \
    echo "making min in $subdir"; \
    ( cd $subdir &&make min ) || exit 1; \
done
make: Fatal error: Command failed for target `min'
Current working directory /usr/local/orbacus/OB-4.3.3/ob
*** Error code 1
The following command caused the error:
for subdir in jtc ob naming property time event           bidir udp balancer watson amirouter     util notify ; \
do \
    if test -d $subdir ; \
    then \
        echo "making min in $subdir"; \
        ( cd $subdir &&make min ) || exit 1; \
    fi ; \
done
dmake: Fatal error: Command failed for target `min'

Build Failed

Total time: 2 seconds
Merci pour ton aide
daringa est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 02/05/2008, 23h00   #4
Membre Expert
 
Avatar de jlliagre
 
Inscription : juin 2007
Messages : 971
Détails du profil
Informations personnelles :
Localisation : France, Paris (Île de France)

Informations forums :
Inscription : juin 2007
Messages : 971
Points : 1 378
Points : 1 378
The "libIDL.so" shared library seems to be missing. It should probably have been built previously.
jlliagre est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 05/05/2008, 10h03   #5
Invité de passage
 
Inscription : novembre 2007
Messages : 16
Détails du profil
Informations forums :
Inscription : novembre 2007
Messages : 16
Points : 4
Points : 4
Oui... ça me parle pas trop là ...
C'est un package à télécharger ou bien une librairie à compiler ?
Sinon où est-elle située ?

Merci
daringa est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 05/05/2008, 10h59   #6
Membre Expert
 
Avatar de jlliagre
 
Inscription : juin 2007
Messages : 971
Détails du profil
Informations personnelles :
Localisation : France, Paris (Île de France)

Informations forums :
Inscription : juin 2007
Messages : 971
Points : 1 378
Points : 1 378
Désolé pour l'anglais, je me suis mélangé les forums ...

Cette bibliothèque doit faire partie d'Orbacus. Il y a du avoir un message d'erreur lors de sa compilation ou alors tu as oublié de la compiler.
jlliagre est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 06/05/2008, 10h57   #7
Invité de passage
 
Inscription : novembre 2007
Messages : 16
Détails du profil
Informations forums :
Inscription : novembre 2007
Messages : 16
Points : 4
Points : 4
Je n'ai pas la librairie libIDl.so dans les sources ORBACUS à compiler.
J'ai donc téléchargé le package libidl sur http://www.sunfreeware.com mais c'est la version 2 et j'en suis donc toujours au même point....

Une autre piste ?
daringa est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 06/05/2008, 18h20   #8
Invité de passage
 
Inscription : novembre 2007
Messages : 16
Détails du profil
Informations forums :
Inscription : novembre 2007
Messages : 16
Points : 4
Points : 4
J'ai trouvé les librairies dans le répertoire lib de java ORBACUS mais cela ne marche toujours pas ! Même avec un lien symbolique sur la librairie (ln -sf libIDL.so libIDL.so.4.3.3), toujours la même erreur.

ca gave ....
daringa est déconnecté   Envoyer un message privé Réponse avec citation 00
Réponse Proposer ce sujet en actualité
Outils de la discussion



Fuseau horaire GMT +2. Il est actuellement 23h58.


 
 
 
 
Partenaires

Hébergement Web