IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Solaris Discussion :

[SOLARIS] Compilation d'ORBACUS


Sujet :

Solaris

  1. #1
    Membre à l'essai
    Profil pro
    Inscrit en
    Novembre 2007
    Messages
    16
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Novembre 2007
    Messages : 16
    Points : 12
    Points
    12
    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 : Sélectionner tout - Visualiser dans une fenêtre à part
    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

  2. #2
    Modérateur
    Avatar de jlliagre
    Homme Profil pro
    Ingénieur support avancé & développement
    Inscrit en
    Juin 2007
    Messages
    2 695
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Essonne (Île de France)

    Informations professionnelles :
    Activité : Ingénieur support avancé & développement
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Juin 2007
    Messages : 2 695
    Points : 7 842
    Points
    7 842
    Par défaut
    Il faut que tu montre le premier message d'erreur, pas le dernier.
    ɹǝsn *sıɹɐlos*

  3. #3
    Membre à l'essai
    Profil pro
    Inscrit en
    Novembre 2007
    Messages
    16
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Novembre 2007
    Messages : 16
    Points : 12
    Points
    12
    Par défaut
    Voici la log complète :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    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

  4. #4
    Modérateur
    Avatar de jlliagre
    Homme Profil pro
    Ingénieur support avancé & développement
    Inscrit en
    Juin 2007
    Messages
    2 695
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Essonne (Île de France)

    Informations professionnelles :
    Activité : Ingénieur support avancé & développement
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Juin 2007
    Messages : 2 695
    Points : 7 842
    Points
    7 842
    Par défaut
    The "libIDL.so" shared library seems to be missing. It should probably have been built previously.
    ɹǝsn *sıɹɐlos*

  5. #5
    Membre à l'essai
    Profil pro
    Inscrit en
    Novembre 2007
    Messages
    16
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Novembre 2007
    Messages : 16
    Points : 12
    Points
    12
    Par défaut
    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

  6. #6
    Modérateur
    Avatar de jlliagre
    Homme Profil pro
    Ingénieur support avancé & développement
    Inscrit en
    Juin 2007
    Messages
    2 695
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Essonne (Île de France)

    Informations professionnelles :
    Activité : Ingénieur support avancé & développement
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Juin 2007
    Messages : 2 695
    Points : 7 842
    Points
    7 842
    Par défaut
    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.
    ɹǝsn *sıɹɐlos*

  7. #7
    Membre à l'essai
    Profil pro
    Inscrit en
    Novembre 2007
    Messages
    16
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Novembre 2007
    Messages : 16
    Points : 12
    Points
    12
    Par défaut
    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 ?

  8. #8
    Membre à l'essai
    Profil pro
    Inscrit en
    Novembre 2007
    Messages
    16
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Novembre 2007
    Messages : 16
    Points : 12
    Points
    12
    Par défaut
    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 ....

Discussions similaires

  1. [ORBACUS] pb compilation sur Solaris 10
    Par daringa dans le forum CORBA
    Réponses: 2
    Dernier message: 07/05/2008, 16h44
  2. compilation ORBacus et obtention OB.jar
    Par Methode dans le forum CORBA
    Réponses: 0
    Dernier message: 03/01/2008, 14h54
  3. [SOLARIS] OpenVPN : erreur de compilation
    Par sliderman dans le forum Solaris
    Réponses: 2
    Dernier message: 27/06/2007, 09h02
  4. Petits warnings apres compilation sous Solaris
    Par Thordax dans le forum C++
    Réponses: 22
    Dernier message: 04/07/2006, 09h45
  5. [Debutant GCC sur Solaris]Erreur de compilation
    Par xxaragornxx dans le forum Autres éditeurs
    Réponses: 3
    Dernier message: 13/01/2006, 17h29

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo