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

Modules Perl Discussion :

CPAN - dual processor system -- NOT OK


Sujet :

Modules Perl

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre confirmé Avatar de fripette
    Profil pro
    Inscrit en
    Octobre 2006
    Messages
    242
    Détails du profil
    Informations personnelles :
    Âge : 39
    Localisation : France

    Informations forums :
    Inscription : Octobre 2006
    Messages : 242
    Par défaut CPAN - dual processor system -- NOT OK
    Bonjour a tous !

    Je viens de re-installer mon Mac et je vais a la peche aux modules necessaires.
    Cependant, je n'arrive meme pas a executer l'install du Bundle::CPAN !

    La j'ai essaye d'installer le module CGI::Session:
    la commande :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
     
    perl -MCPAN -e "install CGI::Session"
    Voila le message d'erreur
    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
     
    Removing previously used /Users/drula/.cpan/build/FCGI-0.71
     
      CPAN.pm: Going to build F/FL/FLORA/FCGI-0.71.tar.gz
     
    Checking if your kit is complete...
    Looks good
    Writing Makefile for FCGI
    Running ./configure for you
    Please read configure.readme for information on how to run it yourself
    checking for gcc... cc
    checking for C compiler default output file name... 
    configure: error: in `/Users/drula/.cpan/build/FCGI-0.71':
    configure: error: C compiler cannot create executables
    See `config.log' for more details.
       dual processor system -- NOT OK
    Running make test
      Can't test without successful make
    Running make install
      make had returned bad status, install seems impossible
    Running make for M/MA/MARKSTOS/CGI.pm-3.52.tar.gz
      Is already unwrapped into directory /Users/drula/.cpan/build/CGI.pm-3.52
     
      CPAN.pm: Going to build M/MA/MARKSTOS/CGI.pm-3.52.tar.gz
     
       dual processor system -- NOT OK
    Running make test
      Can't test without successful make
    Running make install
      make had returned bad status, install seems impossible
    Running make for M/MA/MARKSTOS/CGI-Session-4.43.tar.gz
      Is already unwrapped into directory /Users/drula/.cpan/build/CGI-Session-4.43
     
      CPAN.pm: Going to build M/MA/MARKSTOS/CGI-Session-4.43.tar.gz
     
       dual processor system -- NOT OK
    Running make test
      Can't test without successful make
    Running make install
      make had returned bad status, install seems impossible

    meme commande pour le module Bundle::CPAN et le message d'erreur:
    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
    Writing Makefile for ExtUtils::ParseXS
       dual processor system -- NOT OK
    Running make test
      Can't test without successful make
    Running make install
      make had returned bad status, install seems impossible
    Running install for module CPAN::Meta::YAML
    Running make for D/DA/DAGOLDEN/CPAN-Meta-YAML-0.003.tar.gz
      Is already unwrapped into directory /Users/drula/.cpan/build/CPAN-Meta-YAML-0.003
      Makefile.PL returned status 65280
    Running make test
      Make had some problems, maybe interrupted? Won't test
    Running make install
      Make had some problems, maybe interrupted? Won't install
    Running make for D/DA/DAGOLDEN/Module-Build-0.3624.tar.gz
      Is already unwrapped into directory /Users/drula/.cpan/build/Module-Build-0.3624
     
      CPAN.pm: Going to build D/DA/DAGOLDEN/Module-Build-0.3624.tar.gz
     
       dual processor system -- NOT OK
    Running make test
      Can't test without successful make
    Running make install
      make had returned bad status, install seems impossible
     
    Recursive dependency detected:
        Bundle::CPAN
     => ExtUtils::MakeMaker
     => M/MS/MSCHWERN/ExtUtils-MakeMaker-6.56.tar.gz
     => File::Spec
     => S/SM/SMUELLER/PathTools-3.33.tar.gz
     => File::Path
     => D/DL/DLAND/File-Path-2.08.tar.gz
     => File::Spec.
    Cannot continue.

    Merci a tous !!

  2. #2
    Responsable Perl et Outils

    Avatar de djibril
    Homme Profil pro
    Inscrit en
    Avril 2004
    Messages
    19 822
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations forums :
    Inscription : Avril 2004
    Messages : 19 822
    Par défaut
    As tu correctement réinstallé ton Mac . Le problème provient surement de ton système.

  3. #3
    Membre confirmé Avatar de fripette
    Profil pro
    Inscrit en
    Octobre 2006
    Messages
    242
    Détails du profil
    Informations personnelles :
    Âge : 39
    Localisation : France

    Informations forums :
    Inscription : Octobre 2006
    Messages : 242
    Par défaut
    Je pense qu'il n'y a pas de soucis particulier Djibril, mysql ok, phpmyadmin aussi.

    J'ai refait la config du CPAN (ajout de modules qui manquaient tel que Lynx ... ).
    Et j'ai de meme change le chemin vers make de /sw/bin/make par /usr/bin/make.

    Le message d'erreur a change aussi :
    Toujours dans l'optique de l'installation du module Bundle::CPAN
    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
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    install Bundle::CPAN
    Running install for module Test::Harness
    Running make for A/AN/ANDYA/Test-Harness-3.22.tar.gz
      Is already unwrapped into directory /Users/drula/.cpan/build/Test-Harness-3.22
      Has already been processed within this session
    Running make test
      Can't test without successful make
    Running make install
      make had returned bad status, install seems impossible
    Running install for module ExtUtils::CBuilder
    Running make for D/DA/DAGOLDEN/ExtUtils-CBuilder-0.280202.tar.gz
      Is already unwrapped into directory /Users/drula/.cpan/build/ExtUtils-CBuilder-0.280202
      Makefile.PL returned status 65280
    Running make test
      Make had some problems, maybe interrupted? Won't test
    Running make install
      Make had some problems, maybe interrupted? Won't install
    Running install for module ExtUtils::MakeMaker
    Running make for M/MS/MSCHWERN/ExtUtils-MakeMaker-6.56.tar.gz
      Is already unwrapped into directory /Users/drula/.cpan/build/ExtUtils-MakeMaker-6.56
      Has already been processed within this session
    Running make test
      Can't test without successful make
    Running make install
      make had returned bad status, install seems impossible
    Running install for module Module::Build
    Running make for D/DA/DAGOLDEN/Module-Build-0.3624.tar.gz
      Is already unwrapped into directory /Users/drula/.cpan/build/Module-Build-0.3624
      Has already been processed within this session
    Running make test
      Can't test without successful make
    Running make install
      make had returned bad status, install seems impossible
    Running install for module File::Spec
    Running make for S/SM/SMUELLER/PathTools-3.33.tar.gz
      Is already unwrapped into directory /Users/drula/.cpan/build/PathTools-3.33
      Has already been processed within this session
    Running make test
      Can't test without successful make
    Running make install
      make had returned bad status, install seems impossible
    Running install for module File::Temp
    Running make for T/TJ/TJENNESS/File-Temp-0.22.tar.gz
      Is already unwrapped into directory /Users/drula/.cpan/build/File-Temp-0.22
      Has already been processed within this session
    Running make test
      Can't test without successful make
    Running make install
      make had returned bad status, install seems impossible
    Running install for module Scalar::Util
    Running make for G/GB/GBARR/Scalar-List-Utils-1.23.tar.gz
      Is already unwrapped into directory /Users/drula/.cpan/build/Scalar-List-Utils-1.23
      Has already been processed within this session
    Running make test
      Can't test without successful make
    Running make install
      make had returned bad status, install seems impossible
    Running install for module Test::More
    Running make for M/MS/MSCHWERN/Test-Simple-0.96.tar.gz
      Is already unwrapped into directory /Users/drula/.cpan/build/Test-Simple-0.96
      Has already been processed within this session
    Running make test
      Can't test without successful make
    Running make install
      make had returned bad status, install seems impossible
    Running install for module Data::Dumper
    Running make for S/SM/SMUELLER/Data-Dumper-2.128.tar.gz
      Is already unwrapped into directory /Users/drula/.cpan/build/Data-Dumper-2.128
      Has already been processed within this session
    Running make test
      Can't test without successful make
    Running make install
      make had returned bad status, install seems impossible
    Running install for module Digest::SHA
    Running make for M/MS/MSHELOR/Digest-SHA-5.50.tar.gz
      Is already unwrapped into directory /Users/drula/.cpan/build/Digest-SHA-5.50
      Has already been processed within this session
    Running make test
      Can't test without successful make
    Running make install
      make had returned bad status, install seems impossible
    Running install for module File::HomeDir
    Running make for A/AD/ADAMK/File-HomeDir-0.95.tar.gz
      Is already unwrapped into directory /Users/drula/.cpan/build/File-HomeDir-0.95
      Has already been processed within this session
    Running make test
      Can't test without successful make
    Running make install
      make had returned bad status, install seems impossible
    Running install for module Compress::Raw::Bzip2
    Running make for P/PM/PMQS/Compress-Raw-Bzip2-2.033.tar.gz
      Is already unwrapped into directory /Users/drula/.cpan/build/Compress-Raw-Bzip2-2.033
      Has already been processed within this session
    Running make test
      Can't test without successful make
    Running make install
      make had returned bad status, install seems impossible
    Running install for module Compress::Raw::Zlib
    Running make for P/PM/PMQS/Compress-Raw-Zlib-2.033.tar.gz
      Is already unwrapped into directory /Users/drula/.cpan/build/Compress-Raw-Zlib-2.033
      Has already been processed within this session
    Running make test
      Can't test without successful make
    Running make install
      make had returned bad status, install seems impossible
    Running install for module IO::Compress::Base
    Running make for P/PM/PMQS/IO-Compress-2.033.tar.gz
      Is already unwrapped into directory /Users/drula/.cpan/build/IO-Compress-2.033
      Has already been processed within this session
    Running make test
      Can't test without successful make
    Running make install
      make had returned bad status, install seems impossible
    Running install for module IO::Uncompress::Gunzip
    Running make for P/PM/PMQS/IO-Compress-2.033.tar.gz
      Is already unwrapped into directory /Users/drula/.cpan/build/IO-Compress-2.033
      Has already been processed within this session
    Running make test
      Can't test without successful make
    Running make install
      make had returned bad status, install seems impossible
    Running install for module Compress::Zlib
    Running make for P/PM/PMQS/IO-Compress-2.033.tar.gz
      Is already unwrapped into directory /Users/drula/.cpan/build/IO-Compress-2.033
      Has already been processed within this session
    Running make test
      Can't test without successful make
    Running make install
      make had returned bad status, install seems impossible
    Running install for module IO::Zlib
    Running make for T/TO/TOMHUGHES/IO-Zlib-1.10.tar.gz
      Is already unwrapped into directory /Users/drula/.cpan/build/IO-Zlib-1.10
      Has already been processed within this session
    Running make test
      Can't test without successful make
    Running make install
      make had returned bad status, install seems impossible
    Running install for module Archive::Tar
    Running make for B/BI/BINGOS/Archive-Tar-1.76.tar.gz
      Is already unwrapped into directory /Users/drula/.cpan/build/Archive-Tar-1.76
      Has already been processed within this session
    Running make test
      Can't test without successful make
    Running make install
      make had returned bad status, install seems impossible
    Running install for module Archive::Zip
    Running make for A/AD/ADAMK/Archive-Zip-1.30.tar.gz
      Is already unwrapped into directory /Users/drula/.cpan/build/Archive-Zip-1.30
      Has already been processed within this session
    Running make test
      Can't test without successful make
    Running make install
      make had returned bad status, install seems impossible
    Running install for module Net::Cmd
    Running make for G/GB/GBARR/libnet-1.22.tar.gz
      Is already unwrapped into directory /Users/drula/.cpan/build/libnet-1.22
      Has already been processed within this session
    Running make test
      Can't test without successful make
    Running make install
      make had returned bad status, install seems impossible
    Running install for module Net::FTP
    Running make for G/GB/GBARR/libnet-1.22.tar.gz
      Is already unwrapped into directory /Users/drula/.cpan/build/libnet-1.22
      Has already been processed within this session
    Running make test
      Can't test without successful make
    Running make install
      make had returned bad status, install seems impossible
    Running install for module Term::ReadKey
    Running make for J/JS/JSTOWE/TermReadKey-2.30.tar.gz
      Is already unwrapped into directory /Users/drula/.cpan/build/TermReadKey-2.30
      Has already been processed within this session
    Running make test
      Can't test without successful make
    Running make install
      make had returned bad status, install seems impossible
    Running install for module Term::ReadLine::Perl
    Running make for I/IL/ILYAZ/modules/Term-ReadLine-Perl-1.0303.tar.gz
      Is already unwrapped into directory /Users/drula/.cpan/build/Term-ReadLine-Perl-1.0303
      Has already been processed within this session
    Running make test
      Can't test without successful make
    Running make install
      make had returned bad status, install seems impossible
    Running install for module YAML
    Running make for A/AD/ADAMK/YAML-0.72.tar.gz
      Is already unwrapped into directory /Users/drula/.cpan/build/YAML-0.72
      Has already been processed within this session
    Running make test
      Can't test without successful make
    Running make install
      make had returned bad status, install seems impossible
    Running install for module Parse::CPAN::Meta
    Running make for D/DA/DAGOLDEN/Parse-CPAN-Meta-1.4401.tar.gz
      Is already unwrapped into directory /Users/drula/.cpan/build/Parse-CPAN-Meta-1.4401
      Has already been processed within this session
    Running make test
      Can't test without successful make
    Running make install
      make had returned bad status, install seems impossible
    Running install for module Text::Glob
    Running make for R/RC/RCLAMP/Text-Glob-0.08.tar.gz
      Is already unwrapped into directory /Users/drula/.cpan/build/Text-Glob-0.08
      Has already been processed within this session
    Running make test
      Can't test without successful make
    Running make install
      make had returned bad status, install seems impossible
    Running install for module CPAN
    Running make for A/AN/ANDK/CPAN-1.9402.tar.gz
      Is already unwrapped into directory /Users/drula/.cpan/build/CPAN-1.9402
      Has already been processed within this session
    Running make test
      Can't test without successful make
    Running make install
      make had returned bad status, install seems impossible
    Running install for module File::Which
    Running make for A/AD/ADAMK/File-Which-1.09.tar.gz
      Is already unwrapped into directory /Users/drula/.cpan/build/File-Which-1.09
      Has already been processed within this session
    Running make test
      Can't test without successful make
    Running make install
      make had returned bad status, install seems impossible
    Bundle summary: The following items in bundle Bundle::CPAN had installation
    problems:
      Test::Harness ExtUtils::CBuilder ExtUtils::MakeMaker Module::Build
      File::Spec File::Temp Scalar::Util Test::More Data::Dumper Digest::SHA
      File::HomeDir Compress::Raw::Bzip2 Compress::Raw::Zlib IO::Compress::Base
      IO::Uncompress::Gunzip Compress::Zlib IO::Zlib Archive::Tar Archive::Zip
      Net::Cmd Net::FTP Term::ReadKey Term::ReadLine::Perl YAML
      Parse::CPAN::Meta Text::Glob CPAN File::Which 
     
    Recursive dependency detected:
        Bundle::CPAN
     => ExtUtils::MakeMaker
     => M/MS/MSCHWERN/ExtUtils-MakeMaker-6.56.tar.gz
     => File::Spec
     => S/SM/SMUELLER/PathTools-3.33.tar.gz
     => File::Path
     => D/DL/DLAND/File-Path-2.08.tar.gz
     => File::Spec.
    Cannot continue.

  4. #4
    Responsable Perl et Outils

    Avatar de djibril
    Homme Profil pro
    Inscrit en
    Avril 2004
    Messages
    19 822
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations forums :
    Inscription : Avril 2004
    Messages : 19 822
    Par défaut
    Bah écoute, à voir tes messages d'erreur aucun module perl ne s'installe .
    Je te conseil de resintaller make, gcc et gcc++ (ou libdst++) puis tu recommences.

Discussions similaires

  1. Operating System not found
    Par El juli dans le forum Windows XP
    Réponses: 2
    Dernier message: 18/05/2012, 16h19
  2. Operating System not found
    Par lilia_dream dans le forum VMware
    Réponses: 4
    Dernier message: 18/04/2010, 21h28
  3. problème au démarrage "operating system not found"
    Par eukaliptus dans le forum Ordinateurs
    Réponses: 1
    Dernier message: 22/12/2009, 15h49
  4. Operating system not found
    Par Halleck dans le forum Windows XP
    Réponses: 5
    Dernier message: 02/05/2008, 23h24
  5. operating system not found
    Par mmb04 dans le forum Windows Vista
    Réponses: 2
    Dernier message: 25/01/2008, 18h22

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