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 25/01/2015, à 12:45

Arnold59

Ubuntu 14.10 : Problème avec Gcc ??

Bonjour,

Depuis quelques temps je rencontre un problème avec GCC ??

--> Il m"est donc impossible de compiler à partir des sources ( exemple pour Apache ... )

Voici le message lorsque je tente d'installer GCC depuis la console :
1) Installation de GCC :
/usr/local# apt-get install gcc

/usr/local# apt-get install gcc
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
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 :
 gcc : Dépend: gcc-4.9 (>= 4.9.1-7~) mais ne sera pas installé
E: Impossible de corriger les problèmes, des paquets défectueux sont en mode « garder en l'état ».

2) Vérification si présence de GCC :

gcc -version

gcc -version
gcc: erreur: unrecognized command line option ‘-version’
gcc: erreur fatale: pas de fichier à l'entrée
compilation terminée.
root@arnaud-laptop:/usr/local# gcc --version
gcc (GCC) 4.8.2
Copyright © 2013 Free Software Foundation, Inc.
Ce logiciel est libre; voir les sources pour les conditions de copie.  Il n'y a PAS
GARANTIE; ni implicite pour le MARCHANDAGE ou pour un BUT PARTICULIER.

--> la version es 4.8.2 ???

Comment résoudre le conflit de GCC ???

D'avance merci

Hors ligne

#2 Le 25/01/2015, à 22:54

tiramiseb

Re : Ubuntu 14.10 : Problème avec Gcc ??

Salut,

Je pense qu'il s'agit d'un problème lié aux sources de logiciels, pas nécessairement spécifique à GCC.
Que donnent les commandes suivantes ?

cat /etc/apt/sources.list
ls /etc/apt/sources.list.d
cat /etc/apt/sources.list.d/*
apt-get update

Hors ligne

#3 Le 26/01/2015, à 18:44

Arnold59

Re : Ubuntu 14.10 : Problème avec Gcc ??

Bonjour,

Merci de ta réponse.

Voici les résultats des commandes que tu m'as indiqué ;

1) Contenu du fichier sources.list
cat /etc/apt/sources.list

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to

# Installation depuis DVD Ubuntu 14.10 - Utopic Unicorn
# deb cdrom:[Ubuntu 14.10 _Utopic Unicorn_ - Release i386 (20141022.1)]/ utopic main restricted

# Dépots Main (libres) et Restricted (non-libres) maintenues par les développeurs d'Ubuntu
deb http://archive.ubuntu.com/ubuntu utopic main restricted
deb-src http://archive.ubuntu.com/ubuntu/ utopic main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ utopic main restricted

# Dépots Universe et Multiverse, maintenues par les MOTU
deb http://archive.ubuntu.com/ubuntu utopic universe multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ utopic universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ utopic universe multiverse

# Dépôt pour les mises à jour
deb http://archive.ubuntu.com/ubuntu/ utopic-updates main restricted universe multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ utopic-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ utopic-updates main restricted universe multiverse

# Dépots lié à sécurité
deb http://archive.ubuntu.com/ubuntu utopic-security main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu utopic-security main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu utopic-security  main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu/ utopic-security main restricted universe multiverse

# backports ou rétro-portage
deb http://archive.ubuntu.com/ubuntu utopic-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu utopic-backports main restricted universe multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ utopic-backports main restricted universe multiverse

# Dépôt partenaire ou Dépôt commercial
deb http://archive.canonical.com/ubuntu utopic partner
deb-src http://archive.canonical.com/ubuntu utopic partner

deb http://extras.ubuntu.com/ubuntu utopic main
deb-src http://extras.ubuntu.com/ubuntu utopic main

# Proposed
# deb http://archive.ubuntu.com/ubuntu utopic-proposed main restricted universe multiverse

# Autres logiciels 
##Opera Browser (Final release)
deb http://deb.opera.com/opera/ stable non-free

## Google earth
deb http://dl.google.com/linux/earth/deb stable main

2) affichage de sources.list.d
ls /etc/apt/sources.list.d

ls /etc/apt/sources.list.d
google-chrome.list  google-chrome.list.save  google-earth.list.save

3) Contenu de sources;list;d/*
cat /etc/apt/sources.list.d/*

cat /etc/apt/sources.list.d/*
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb http://dl.google.com/linux/chrome/deb/ stable main
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb http://dl.google.com/linux/chrome/deb/ stable main
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.

4) Dépot : mettre à jour : apt-get update
apt-get update

Ign http://fr.archive.ubuntu.com utopic InRelease
Ign http://archive.canonical.com utopic InRelease                              
Ign http://dl.google.com stable InRelease                                      
Atteint http://deb.opera.com stable InRelease                                  
Ign http://archive.ubuntu.com utopic InRelease                                 
Ign http://fr.archive.ubuntu.com utopic-updates InRelease                      
Atteint http://archive.canonical.com utopic Release.gpg                        
Ign http://extras.ubuntu.com utopic InRelease                                  
Ign http://dl.google.com stable InRelease                                      
Ign http://archive.ubuntu.com utopic-updates InRelease                         
Ign http://fr.archive.ubuntu.com utopic-backports InRelease                    
Atteint http://extras.ubuntu.com utopic Release.gpg                            
Atteint http://archive.canonical.com utopic Release                            
Atteint http://dl.google.com stable Release.gpg                                
Ign http://archive.ubuntu.com utopic-security InRelease                        
Atteint http://fr.archive.ubuntu.com utopic Release.gpg                        
Atteint http://extras.ubuntu.com utopic Release                                
Atteint http://dl.google.com stable Release.gpg                                
Ign http://archive.ubuntu.com utopic-backports InRelease                       
Réception de : 1 http://fr.archive.ubuntu.com utopic-updates Release.gpg [933 B]
Ign http://security.ubuntu.com utopic-security InRelease                       
Atteint http://archive.ubuntu.com utopic Release.gpg                           
Atteint http://fr.archive.ubuntu.com utopic-backports Release.gpg              
Atteint http://dl.google.com stable Release                                    
Réception de : 2 http://archive.ubuntu.com utopic-updates Release.gpg [933 B]  
Atteint http://fr.archive.ubuntu.com utopic Release                            
Atteint http://dl.google.com stable Release                                    
Atteint http://deb.opera.com stable/non-free i386 Packages                     
Réception de : 3 http://archive.ubuntu.com utopic-security Release.gpg [933 B] 
Réception de : 4 http://fr.archive.ubuntu.com utopic-updates Release [62,0 kB] 
Réception de : 5 http://security.ubuntu.com utopic-security Release.gpg [933 B]
Atteint http://archive.ubuntu.com utopic-backports Release.gpg                 
Atteint http://archive.canonical.com utopic/partner Sources                    
Atteint http://archive.ubuntu.com utopic Release                               
Atteint http://extras.ubuntu.com utopic/main Sources                           
Atteint http://archive.canonical.com utopic/partner i386 Packages              
Réception de : 6 http://archive.ubuntu.com utopic-updates Release [62,0 kB]    
Atteint http://fr.archive.ubuntu.com utopic-backports Release                  
Atteint http://extras.ubuntu.com utopic/main i386 Packages                     
Atteint http://dl.google.com stable/main i386 Packages                         
Réception de : 7 http://security.ubuntu.com utopic-security Release [62,0 kB]  
Ign http://archive.canonical.com utopic/partner Translation-en                 
Réception de : 8 http://archive.ubuntu.com utopic-security Release [62,0 kB]   
Atteint http://fr.archive.ubuntu.com utopic/main Sources                       
Atteint http://fr.archive.ubuntu.com utopic/restricted Sources                 
Atteint http://fr.archive.ubuntu.com utopic/universe Sources                   
Atteint http://fr.archive.ubuntu.com utopic/multiverse Sources                 
Atteint http://dl.google.com stable/main i386 Packages                         
Réception de : 9 http://fr.archive.ubuntu.com utopic-updates/main Sources [62,9 kB]
Atteint http://archive.ubuntu.com utopic-backports Release                     
Atteint http://archive.ubuntu.com utopic/main Sources                          
Atteint http://archive.ubuntu.com utopic/restricted Sources                    
Atteint http://archive.ubuntu.com utopic/universe Sources                      
Atteint http://archive.ubuntu.com utopic/multiverse Sources                    
Atteint http://archive.ubuntu.com utopic/main i386 Packages                    
Atteint http://archive.ubuntu.com utopic/restricted i386 Packages              
Ign http://extras.ubuntu.com utopic/main Translation-fr_FR                     
Ign http://extras.ubuntu.com utopic/main Translation-fr                        
Ign http://deb.opera.com stable/non-free Translation-fr_FR                     
Atteint http://archive.ubuntu.com utopic/universe i386 Packages                
Ign http://extras.ubuntu.com utopic/main Translation-en                        
Ign http://deb.opera.com stable/non-free Translation-fr                        
Réception de : 10 http://fr.archive.ubuntu.com utopic-updates/restricted Sources [2 107 B]
Atteint http://archive.ubuntu.com utopic/multiverse i386 Packages              
Réception de : 11 http://fr.archive.ubuntu.com utopic-updates/universe Sources [11,8 kB]
Ign http://deb.opera.com stable/non-free Translation-en                        
Atteint http://archive.ubuntu.com utopic/main Translation-fr                   
Réception de : 12 http://fr.archive.ubuntu.com utopic-updates/multiverse Sources [723 B]
Atteint http://archive.ubuntu.com utopic/main Translation-en                   
Atteint http://fr.archive.ubuntu.com utopic-backports/main Sources             
Atteint http://archive.ubuntu.com utopic/multiverse Translation-fr             
Atteint http://fr.archive.ubuntu.com utopic-backports/restricted Sources       
Atteint http://archive.ubuntu.com utopic/multiverse Translation-en             
Réception de : 13 http://security.ubuntu.com utopic-security/main Sources [37,6 kB]
Atteint http://archive.ubuntu.com utopic/restricted Translation-fr             
Ign http://dl.google.com stable/main Translation-fr_FR                         
Atteint http://archive.ubuntu.com utopic/restricted Translation-en             
Atteint http://fr.archive.ubuntu.com utopic-backports/universe Sources         
Atteint http://archive.ubuntu.com utopic/universe Translation-fr               
Ign http://dl.google.com stable/main Translation-fr                            
Atteint http://fr.archive.ubuntu.com utopic-backports/multiverse Sources       
Atteint http://archive.ubuntu.com utopic/universe Translation-en               
Réception de : 14 http://archive.ubuntu.com utopic-updates/main Sources [62,9 kB]
Ign http://dl.google.com stable/main Translation-en                            
Ign http://dl.google.com stable/main Translation-fr_FR                         
Ign http://dl.google.com stable/main Translation-fr                            
Réception de : 15 http://archive.ubuntu.com utopic-updates/restricted Sources [2 107 B]
Ign http://dl.google.com stable/main Translation-en                            
Réception de : 16 http://archive.ubuntu.com utopic-updates/universe Sources [11,8 kB]
Réception de : 17 http://security.ubuntu.com utopic-security/restricted Sources [2 107 B]
Réception de : 18 http://archive.ubuntu.com utopic-updates/multiverse Sources [723 B]
Réception de : 19 http://archive.ubuntu.com utopic-updates/main i386 Packages [160 kB]
Réception de : 20 http://security.ubuntu.com utopic-security/universe Sources [7 066 B]
Réception de : 21 http://security.ubuntu.com utopic-security/multiverse Sources [723 B]
Réception de : 22 http://archive.ubuntu.com utopic-updates/restricted i386 Packages [8 438 B]
Réception de : 23 http://archive.ubuntu.com utopic-updates/universe i386 Packages [63,8 kB]
Réception de : 24 http://security.ubuntu.com utopic-security/main i386 Packages [110 kB]
Réception de : 25 http://archive.ubuntu.com utopic-updates/multiverse i386 Packages [2 246 B]
Réception de : 26 http://archive.ubuntu.com utopic-updates/main Translation-en [74,5 kB]
Atteint http://archive.ubuntu.com utopic-updates/multiverse Translation-en     
Atteint http://archive.ubuntu.com utopic-updates/restricted Translation-en     
Réception de : 27 http://archive.ubuntu.com utopic-updates/universe Translation-en [35,7 kB]
Réception de : 28 http://security.ubuntu.com utopic-security/restricted i386 Packages [8 438 B]
Réception de : 29 http://archive.ubuntu.com utopic-security/main Sources [37,6 kB]
Réception de : 30 http://security.ubuntu.com utopic-security/universe i386 Packages [47,2 kB]
Réception de : 31 http://archive.ubuntu.com utopic-security/restricted Sources [2 107 B]
Réception de : 32 http://archive.ubuntu.com utopic-security/universe Sources [7 066 B]
Réception de : 33 http://archive.ubuntu.com utopic-security/multiverse Sources [723 B]
Réception de : 34 http://archive.ubuntu.com utopic-security/main i386 Packages [110 kB]
Réception de : 35 http://archive.ubuntu.com utopic-security/restricted i386 Packages [8 438 B]
Réception de : 36 http://security.ubuntu.com utopic-security/multiverse i386 Packages [2 246 B]
Réception de : 37 http://archive.ubuntu.com utopic-security/universe i386 Packages [47,2 kB]
Réception de : 38 http://security.ubuntu.com utopic-security/main Translation-en [52,9 kB]
Réception de : 39 http://archive.ubuntu.com utopic-security/multiverse i386 Packages [2 246 B]
Réception de : 40 http://archive.ubuntu.com utopic-security/main Translation-en [52,9 kB]
Atteint http://archive.ubuntu.com utopic-security/multiverse Translation-en    
Atteint http://archive.ubuntu.com utopic-security/restricted Translation-en    
Réception de : 41 http://archive.ubuntu.com utopic-security/universe Translation-en [26,2 kB]
Atteint http://archive.ubuntu.com utopic-backports/main Sources                
Atteint http://security.ubuntu.com utopic-security/multiverse Translation-en   
Atteint http://archive.ubuntu.com utopic-backports/restricted Sources          
Atteint http://archive.ubuntu.com utopic-backports/universe Sources            
Atteint http://security.ubuntu.com utopic-security/restricted Translation-en   
Atteint http://archive.ubuntu.com utopic-backports/multiverse Sources          
Atteint http://archive.ubuntu.com utopic-backports/main i386 Packages          
Atteint http://archive.ubuntu.com utopic-backports/restricted i386 Packages    
Réception de : 42 http://security.ubuntu.com utopic-security/universe Translation-en [26,2 kB]
Atteint http://archive.ubuntu.com utopic-backports/universe i386 Packages      
Atteint http://archive.ubuntu.com utopic-backports/multiverse i386 Packages    
Atteint http://archive.ubuntu.com utopic-backports/main Translation-en         
Atteint http://archive.ubuntu.com utopic-backports/multiverse Translation-en   
Atteint http://archive.ubuntu.com utopic-backports/restricted Translation-en   
Atteint http://archive.ubuntu.com utopic-backports/universe Translation-en     
1 340 ko réceptionnés en 30s (43,8 ko/s)                                       
Lecture des listes de paquets... Fait

5) Mise à jour dépot : apt-get upgrade :

apt-get upgrade
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Calcul de la mise à jour... Fait
Les paquets suivants seront mis à jour :
  libjasper1
1 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
33 partiellement installés ou enlevés.
Il est nécessaire de prendre 135 ko dans les archives.
Après cette opération, 4 096 o d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer ? [O/n] 

5.1) Mise à jour dépot : apt-get upgrade : Accepté : O
Souhaitez-vous continuer ? [O/n] O

Réception de : 1 http://archive.ubuntu.com/ubuntu/ utopic-updates/main libjasper1 i386 1.900.1-debian1-2ubuntu0.2 [135 kB]
135 ko réceptionnés en 0s (591 ko/s)
(Lecture de la base de données... 485557 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../libjasper1_1.900.1-debian1-2ubuntu0.2_i386.deb ...
Dépaquetage de libjasper1:i386 (1.900.1-debian1-2ubuntu0.2) sur (1.900.1-debian1-2ubuntu0.1) ...
Paramétrage de udev (208-8ubuntu8.2) ...
udev stop/waiting
udev start/running, process 6258
update-initramfs: deferring update (trigger activated)
insserv: warning: script 'K36cups' missing LSB tags and overrides
insserv: warning: script 'cups' missing LSB tags and overrides
insserv: There is a loop at service grub-common if started
insserv: There is a loop between service cups and hwclock if started
insserv:  loop involving service hwclock at depth 3
insserv:  loop involving service mountdevsubfs at depth 2
insserv: There is a loop between service cups and udev if started
insserv:  loop involving service udev at depth 1
insserv: There is a loop at service smbd if started
insserv: Starting cups depends on grub-common and therefore on system facility `$all' which can not be true!
insserv: There is a loop between service smbd and cups if started
insserv:  loop involving service cups at depth 3
insserv:  loop involving service smbd at depth 2
insserv: Starting cups depends on grub-common and therefore on system facility `$all' which can not be true!
insserv: Max recursions depth 99 reached
insserv:  loop involving service checkroot at depth 5
insserv:  loop involving service mountkernfs at depth 1
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: erreur de traitement du paquet udev (--configure) :
 le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1
dpkg: des problèmes de dépendances empêchent la configuration de mountall :
 mountall dépend de udev ; cependant :
 Le paquet udev n'est pas encore configuré.

dpkg: erreur de traitement du paquet mountall (--configure) :
 problèmes de dépendances - laissé non configuré
Aucun rapport « apport » n'a été créé car le message d'erreur indique une erreur consécutive à un échec précédent.
                                  dpkg: des problèmes de dépendances empêchent la configuration de systemd :
 systemd dépend de udev ; cependant :
 Le paquet udev n'est pas encore configuré.

dpkg: erreur de traitement du paquet systemd (--configure) :
 problèmes de dépendances - laissé non configuré
Aucun rapport « apport » n'a été créé car le message d'erreur indique une erreur consécutive à un échec précédent.
                                  Paramétrage de dbus (1.8.8-1ubuntu2.1) ...
insserv: warning: script 'K36cups' missing LSB tags and overrides
insserv: warning: script 'cups' missing LSB tags and overrides
insserv: There is a loop at service grub-common if started
insserv: There is a loop between service cups and hwclock if started
insserv:  loop involving service hwclock at depth 3
insserv:  loop involving service mountdevsubfs at depth 2
insserv: There is a loop between service cups and udev if started
insserv:  loop involving service udev at depth 1
insserv: There is a loop at service smbd if started
insserv: Starting cups depends on grub-common and therefore on system facility `$all' which can not be true!
insserv: There is a loop between service smbd and cups if started
insserv:  loop involving service cups at depth 3
insserv:  loop involving service smbd at depth 2
insserv: Starting cups depends on grub-common and therefore on system facility `$all' which can not be true!
....
insserv: Starting cups depends on grub-common and therefore on system facility `$all' which can not be true!
.....
insserv: Max recursions depth 99 reached
insserv:  loop involving service checkroot at depth 5
insserv:  loop involving service mountkernfs at depth 1
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: erreur de traitement du paquet dbus (--configure) :
 le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1
dpkg: des problèmes de dépendances empêchent la configuration de libpam-systemd:i386 :
 libpam-systemd:i386 dépend de systemd (= 208-8ubuntu8.2) ; cependant :
 Le paquet systemd n'est pas encore configuré.
 libpam-systemd:i386 dépend de dbus ; cependant :
 Le paquet dbus n'est pas encore configuré.

dpkg: erreur de traitement du paquet libpam-systemd:i386 (--configure) :
 problèmes de dépendances - laissé non configuré
Paramétrage de samba (2:4.1.11+dfsg-1ubuntu2.1) ...
Aucun rapport « apport » écrit car MaxReports a déjà été atteint
                                                                Aucun rapport « apport » écrit car MaxReports a déjà été atteint
                                                insserv: warning: script 'K36cups' missing LSB tags and overrides
insserv: warning: script 'cups' missing LSB tags and overrides
insserv: There is a loop at service grub-common if started
insserv: There is a loop between service cups and hwclock if started
insserv:  loop involving service hwclock at depth 3
insserv:  loop involving service mountdevsubfs at depth 2
insserv: There is a loop between service cups and udev if started
insserv:  loop involving service udev at depth 1
insserv: There is a loop at service smbd if started
insserv: Starting cups depends on grub-common and therefore on system facility `$all' which can not be true!
insserv: There is a loop between service smbd and cups if started
insserv:  loop involving service cups at depth 3
insserv:  loop involving service smbd at depth 2
insserv: Starting cups depends on grub-common and therefore on system facility `$all' which can not be true!
....
insserv: Starting cups depends on grub-common and therefore on system facility `$all' which can not be true!
.....
insserv: Max recursions depth 99 reached
insserv:  loop involving service checkroot at depth 5
insserv:  loop involving service mountkernfs at depth 1
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: erreur de traitement du paquet samba (--configure) :
 le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1
dpkg: des problèmes de dépendances empêchent la configuration de winbind :
 winbind dépend de samba (= 2:4.1.11+dfsg-1ubuntu2.1) ; cependant :
 Le paquet samba n'est pas encore configuré.

dpkg: erreur de traitement du paquet winbind (--configure) :
 problèmes de dépendances - laissé non configuré
dpkg: des problèmes de dépendances empêchent la configuration de libnss-winbind:i386 :
 libnss-winbind:i386 dépend de winbind (= 2:4.1.11+dfsg-1ubuntu2.1) ; cependant :
 Le paquet winbind n'est pas encore configuré.

dpkg: erreur de traitement du paquet libnss-winbind:i386 (--configure) :
 problèmes de dépendances - laissé non configuré
dpkg: des problèmes de dépendances empêchent la configuration de libpam-winbind:i386 :
 libpam-winbind:i386 dépend de winbind (Aucun rapport « apport » écrit car MaxReports a déjà été atteint
                        Aucun rapport « apport » écrit car MaxReports a déjà été atteint
        Aucun rapport « apport » écrit car MaxReports a déjà été atteint
                                                                        Aucun rapport « apport » écrit car MaxReports a déjà été atteint
                                                        Aucun rapport « apport » écrit car MaxReports a déjà été atteint
                                        = 2:4.1.11+dfsg-1ubuntu2.1) ; cependant :
 Le paquet winbind n'est pas encore configuré.

dpkg: erreur de traitement du paquet libpam-winbind:i386 (--configure) :
 problèmes de dépendances - laissé non configuré
dpkg: des problèmes de dépendances empêchent la configuration de lightdm :
 lightdm dépend de dbus ; cependant :
 Le paquet dbus n'est pas encore configuré.

dpkg: erreur de traitement du paquet lightdm (--configure) :
 problèmes de dépendances - laissé non configuré
Paramétrage de ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.10.1) ...
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
insserv: warning: script 'K36cups' missing LSB tags and overrides
insserv: warning: current start runlevel(s) (empty) of script `ntp' overrides LSB defaults (2 3 4 5).
insserv: warning: current stop runlevel(s) (1 2 3 4 5) of script `ntp' overrides LSB defaults (1).
insserv: warning: script 'cups' missing LSB tags and overrides
insserv: There is a loop at service grub-common if started
insserv: There is a loop between service cups and hwclock if started
insserv:  loop involving service hwclock at depth 3
insserv:  loop involving service mountdevsubfs at depth 2
insserv: There is a loop between service cups and udev if started
insserv:  loop involving service udev at depth 1
insserv: There is a loop at service smbd if started
insserv: Starting cups depends on grub-common and therefore on system facility `$all' which can not be true!
insserv: There is a loop between service smbd and cups if started
insserv:  loop involving service cups at depth 3
insserv:  loop involving service smbd at depth 2
insserv: Starting cups depends on grub-common and therefore on system facility `$all' which can not be true!
....
insserv: Starting cups depends on grub-common and therefore on system facility `$all' which can not be true!
....
insserv: Max recursions depth 99 reached
insserv:  loop involving service checkroot at depth 5
insserv:  loop involving service mountkernfs at depth 1
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: erreur de traitement du paquet ntp (--configure) :
 le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1
Aucun rapport « apport » écrit car MaxReports a déjà été atteint
                                                                Paramétrage de cgmanager (0.32-4ubuntu1.2) ...
insserv: warning: script 'K36cups' missing LSB tags and overrides
insserv: warning: script 'cups' missing LSB tags and overrides
insserv: There is a loop at service grub-common if started
insserv: There is a loop between service cups and hwclock if started
insserv:  loop involving service hwclock at depth 3
insserv:  loop involving service mountdevsubfs at depth 2
insserv: There is a loop between service cups and udev if started
insserv:  loop involving service udev at depth 1
insserv: There is a loop at service smbd if started
insserv: Starting cups depends on grub-common and therefore on system facility `$all' which can not be true!
insserv: There is a loop between service smbd and cups if started
insserv:  loop involving service cups at depth 3
insserv:  loop involving service smbd at depth 2
insserv: Starting cups depends on grub-common and therefore on system facility `$all' which can not be true!
....
insserv: Starting cups depends on grub-common and therefore on system facility `$all' which can not be true!
....
insserv: Max recursions depth 99 reached
insserv:  loop involving service checkroot at depth 5
insserv:  loop involving service mountkernfs at depth 1
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: erreur de traitement du paquet cgmanager (--configure) :
 le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1
Paramétrage de ppp (2.4.5-5.1ubuntu3.1) ...
Aucun rapport « apport » écrit car MaxReports a déjà été atteint
                                                                update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
insserv: warning: script 'K36cups' missing LSB tags and overrides
insserv: warning: script 'cups' missing LSB tags and overrides
insserv: There is a loop at service grub-common if started
insserv: There is a loop between service cups and hwclock if started
insserv:  loop involving service hwclock at depth 3
insserv:  loop involving service mountdevsubfs at depth 2
insserv: There is a loop between service cups and udev if started
insserv:  loop involving service udev at depth 1
insserv: There is a loop at service smbd if started
insserv: Starting cups depends on grub-common and therefore on system facility `$all' which can not be true!
insserv: There is a loop between service smbd and cups if started
insserv:  loop involving service cups at depth 3
insserv:  loop involving service smbd at depth 2
insserv: Starting cups depends on grub-common and therefore on system facility `$all' which can not be true!
...
insserv: Starting cups depends on grub-common and therefore on system facility `$all' which can not be true!
.....
insserv: Max recursions depth 99 reached
insserv:  loop involving service checkroot at depth 5
insserv:  loop involving service mountkernfs at depth 1
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: erreur de traitement du paquet ppp (--configure) :
 le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1
Paramétrage de apport (2.14.7-0ubuntu8.1) ...
Aucun rapport « apport » écrit car MaxReports a déjà été atteint
                                                                insserv: warning: script 'K36cups' missing LSB tags and overrides
insserv: warning: script 'cups' missing LSB tags and overrides
insserv: There is a loop at service grub-common if started
insserv: There is a loop between service cups and hwclock if started
insserv:  loop involving service hwclock at depth 3
insserv:  loop involving service mountdevsubfs at depth 2
insserv: There is a loop between service cups and udev if started
insserv:  loop involving service udev at depth 1
insserv: There is a loop at service smbd if started
insserv: Starting cups depends on grub-common and therefore on system facility `$all' which can not be true!
insserv: There is a loop between service smbd and cups if started
insserv:  loop involving service cups at depth 3
insserv:  loop involving service smbd at depth 2
insserv: Starting cups depends on grub-common and therefore on system facility `$all' which can not be true!
insserv: Starting cups depends on grub-common and therefore on system facility `$all' which can not be true!
insserv: Starting cups depends on grub-common and therefore on system facility `$all' which can not be true!
insseAucun rapport « apport » écrit car MaxReports a déjà été atteint
                                                                     Aucun rapport « apport » écrit car MaxReports a déjà été atteint
                                                     rv: Starting cups depends on grub-common and therefore on system facility `$all' which can not be true!
insserv: Starting cups depends on grub-common and therefore on system facility `$all' which can not be true!
...
insserv: Starting cups depends on grub-common and therefore on system facility `$all' which can not be true!
....
insserv: Max recursions depth 99 reached
insserv:  loop involving service checkroot at depth 5
insserv:  loop involving service mountkernfs at depth 1
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: erreur de traitement du paquet apport (--configure) :
 le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1
dpkg: des problèmes de dépendances empêchent la configuration de apport-gtk :
 apport-gtk dépend de apport (>= 0.41) ; cependant :
 Le paquet apport n'est pas encore configuré.

dpkg: erreur de traitement du paquet apport-gtk (--configure) :
 problèmes de dépendances - laissé non configuré
Paramétrage de clamav-freshclam (0.98.5+dfsg-0ubuntu0.14.10.1) ...
insserv: warning: script 'K36cups' missing LSB tags and overrides
insserv: warning: script 'cups' missing LSB tags and overrides
insserv: There is a loop at service grub-common if started
insserv: There is a loop between service cups and hwclock if started
insserv:  loop involving service hwclock at depth 3
insserv:  loop involving service mountdevsubfs at depth 2
insserv: There is a loop between service cups and udev if started
insserv:  loop involving service udev at depth 1
insserv: There is a loop at service smbd if started
insserv: Starting cups depends on grub-common and therefore on system facility `$all' which can not be true!
insserv: There is a loop between service smbd and cups if started
insserv:  loop involving service cups at depth 3
insserv:  loop involving service smbd at depth 2
insserv: Starting cups depends on grub-common and therefore on system facility `$all' which can not be true!
....
insserv: Starting cups depends on grub-common and therefore on system facility `$all' which can not be true!
....
insserv: Max recursions depth 99 reached
insserv:  loop involving service checkroot at depth 5
insserv:  loop involving service mountkernfs at depth 1
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: erreur de traitement du paquet clamav-freshclam (--configure) :
 le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1
Aucun rapport « apport » écrit car MaxReports a déjà été atteint
                                                                dpkg: des problèmes de dépendances empêchent la configuration de clamav :
 clamav dépend de clamav-freshclam | clamav-data ; cependant :
 Le paquet clamav-freshclam n'est pas encore configuré.
  Le paquet clamav-data n'est pas installé.
  Le paquet clamav-freshclam qui fournit clamav-data n'est pas encore configuré.

dpkg: erreur de traitement du paquet clamav (--configure) :
 problèmes de dépendances - laissé non configuré
dpkg: des problèmes de dépendances empêchent la configuration de clamav-daemon :
 clamav-daemon dépend de clamav-freshclam | clamav-data ; cependant :
 Le paquet clamav-freshclam n'est pas encore configuré.
  Le paquet clamav-data n'est pas installé.
  Le paquet clamav-freshclam qui fournit clamav-data n'est pas encore configuré.

Aucun rapport « apport » écrit car MaxReports a déjà été atteint
                                                                Aucun rapport « apport » écrit car MaxReports a déjà été atteint
                                                dpkg: erreur de traitement du paquet clamav-daemon (--configure) :
 problèmes de dépendances - laissé non configuré
dpkg: des problèmes de dépendances empêchent la configuration de dbus-x11 :
 dbus-x11 dépend de dbus ; cependant :
 Le paquet dbus n'est pas encore configuré.

dpkg: erreur de traitement du paquet dbus-x11 (--configure) :
 problèmes de dépendances - laissé non configuré
Paramétrage de postgresql-common (162) ...
Aucun rapport « apport » écrit car MaxReports a déjà été atteint
                                                                Building PostgreSQL dictionaries from installed myspell/hunspell packages...
  en_au
  en_ca
  en_us
  fr
Removing obsolete dictionary files:
insserv: warning: script 'K36cups' missing LSB tags and overrides
insserv: warning: script 'cups' missing LSB tags and overrides
insserv: There is a loop at service grub-common if started
insserv: There is a loop between service cups and hwclock if started
insserv:  loop involving service hwclock at depth 3
insserv:  loop involving service mountdevsubfs at depth 2
insserv: There is a loop between service cups and udev if started
insserv:  loop involving service udev at depth 1
insserv: There is a loop at service smbd if started
insserv: Starting cups depends on grub-common and therefore on system facility `$all' which can not be true!
insserv: There is a loop between service smbd and cups if started
insserv:  loop involving service cups at depth 3
insserv:  loop involving service smbd at depth 2
insserv: Starting cups depends on grub-common and therefore on system facility `$all' which can not be true!
....
insserv: Starting cups depends on grub-common and therefore on system facility `$all' which can not be true!
....
insserv: Max recursions depth 99 reached
insserv:  loop involving service checkroot at depth 5
insserv:  loop involving service mountkernfs at depth 1
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: erreur de traitement du paquet postgresql-common (--configure) :
 le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1
dpkg: des problèmes de dépendances empêchent la configuration de postgresql-9.4 :
 postgresql-9.4 dépend de postgresql-common (>= 142~) ; cependant :
 Le paquet postgresql-common n'est pas encore configuré.Aucun rapport « apport » écrit car MaxReports a déjà été atteint


dpkg: erreur de traitement du paquet postgresql-9.4 (--configure) :
 problèmes de dépendances - laissé non configuré
dpkg: des problèmes de dépendances empêchent la configuration de postgresql :
 postgresql dépend de postgresql-9.4 ; cependant :
 Le paquet postgresql-9.4 n'est pas encore configuré.

dpkg: erreur de traitement du paquet postgresql (--configure) :
 problèmes de dépendances - laissé non configuré
Aucun rapport « apport » écrit car MaxReports a déjà été atteint
                                                                Aucun rapport « apport » écrit car MaxReports a déjà été atteint
                                                Paramétrage de spamassassin (3.4.0-3ubuntu1) ...
insserv: warning: script 'K36cups' missing LSB tags and overrides
insserv: warning: script 'cups' missing LSB tags and overrides
insserv: There is a loop at service grub-common if started
insserv: There is a loop between service cups and hwclock if started
insserv:  loop involving service hwclock at depth 3
insserv:  loop involving service mountdevsubfs at depth 2
insserv: There is a loop between service cups and udev if started
insserv:  loop involving service udev at depth 1
insserv: There is a loop at service smbd if started
insserv: Starting cups depends on grub-common and therefore on system facility `$all' which can not be true!
insserv: There is a loop between service smbd and cups if started
insserv:  loop involving service cups at depth 3
insserv:  loop involving service smbd at depth 2
insserv: Starting cups depends on grub-common and therefore on system facility `$all' which can not be true!
.....
insserv: Starting cups depends on grub-common and therefore on system facility `$all' which can not be true!
....
insserv: Max recursions depth 99 reached
insserv:  loop involving service checkroot at depth 5
insserv:  loop involving service mountkernfs at depth 1
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: erreur de traitement du paquet spamassassin (--configure) :
 le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1
Aucun rapport « apport » écrit car MaxReports a déjà été atteint
                                                                dpkg: des problèmes de dépendances empêchent la configuration de tracker :
 tracker dépend de dbus (>= 1.3.1) ; cependant :
 Le paquet dbus n'est pas encore configuré.

dpkg: erreur de traitement du paquet tracker (--configure) :
 problèmes de dépendances - laissé non configuré
Aucun rapport « apport » écrit car MaxReports a déjà été atteint
                                                                dpkg: des problèmes de dépendances empêchent la configuration de tracker-gui :
 tracker-gui dépend de tracker (= 1.0.6-0ubuntu1) ; cependant :
 Le paquet tracker n'est pas encore configuré.

dpkg: erreur de traitement du paquet tracker-gui (--configure) :
 problèmes de dépendances - laissé non configuré
Aucun rapport « apport » écrit car MaxReports a déjà été atteint
                                                                dpkg: des problèmes de dépendances empêchent la configuration de tracker-extract :
 tracker-extract dépend de tracker (= 1.0.6-0ubuntu1) ; cependant :
 Le paquet tracker n'est pas encore configuré.

dpkg: erreur de traitement du paquet tracker-extract (--configure) :
 problèmes de dépendances - laissé non configuré
dpkg: des problèmes de dépendances empêchent la configuration de tracker-miner-fs :
 tracker-miner-fs dépend de tracker (= 1.0.6-0ubuntu1) ; cependant :
 Le paquet tracker n'est pas encore configuré.
 tracker-miner-fs dépend de tracker-extract (= 1.0.6-0ubuntu1) ; cependant :
 Le paquet tracker-extract n'est pas encore configuré.

dpkg: erreur de traitement du paquet tracker-miner-fs (--configure) :
 problèmes de dépendances - laissé non configuré
dpkg: des problèmes de dépendances empêchent la configuration de tracker-utils :
 tracker-utils dépend de tracker (= 1.0.6-0ubuntu1) ; cependant :
 Le paquet tracker n'est pas encore configuré.

dpkgAucun rapport « apport » écrit car MaxReports a déjà été atteint
                                                                    Aucun rapport « apport » écrit car MaxReports a déjà été atteint
                                                    Aucun rapport « apport » écrit car MaxReports a déjà été atteint
                                    Aucun rapport « apport » écrit car MaxReports a déjà été atteint
                    Aucun rapport « apport » écrit car MaxReports a déjà été atteint
    Aucun rapport « apport » écrit car MaxReports a déjà été atteint
                                                                    Aucun rapport « apport » écrit car MaxReports a déjà été atteint
                                                    Aucun rapport « apport » écrit car MaxReports a déjà été atteint
                                    : erreur de traitement du paquet tracker-utils (--configure) :
 problèmes de dépendances - laissé non configuré
dpkg: des problèmes de dépendances empêchent la configuration de xserver-xorg-core :
 xserver-xorg-core dépend de udev (>= 149) ; cependant :
 Le paquet udev n'est pas encore configuré.

dpkg: erreur de traitement du paquet xserver-xorg-core (--configure) :
 problèmes de dépendances - laissé non configuré
dpkg: des problèmes de dépendances empêchent la configuration de clamav-dbg :
 clamav-dbg dépend de clamav (= 0.98.5+dfsg-0ubuntu0.14.10.1) ; cependant :
 Le paquet clamav n'est pas encore configuré.

dpkg: erreur de traitement du paquet clamav-dbg (--configure) :
 problèmes de dépendances - laissé non configuré
dpkg: des problèmes de dépendances empêchent la configuration de clamav-milter :
 clamav-milter dépend de clamav-freshclam | clamav-data ; cependant :
 Le paquet clamav-freshclam n'est pas encore configuré.
  Le paquet clamav-data n'est pas installé.
  Le paquet clamav-freshclam qui fournit clamav-data n'est pas encore configuré.

dpkg: erreur de traitement du paquet clamav-milter (--configure) :
 problèmes de dépendances - laissé non configuré
dpkg: des problèmes de dépendances empêchent la configuration de postgresql-9.4-dbg :
 postgresql-9.4-dbg dépend de postgresql-9.4 (= 9.4.0-1~0ubuntu0.14.10) ; cependant :
 Le paquet postgresql-9.4 n'est pas encore configuré.

dpkg: erreur de traitement du paquet postgresql-9.4-dbg (--configure) :
 problèmes de dépendances - laissé non configuré
dpkg: des problèmes de dépendances empêchent la configuration de shotwell :
 shotwell dépend de dbus-x11 ; cependant :
 Le paquet dbus-x11 n'est pas encore configuré.

dpkg: erreur de traitement du paquet shotwell (--configure) :
 problèmes de dépendances - laissé non configuré
Paramétrage de libjasper1:i386 (1.900.1-debian1-2ubuntu0.2) ...
Traitement des actions différées (« triggers ») pour initramfs-tools (0.103ubuntu8) ...
update-initramfs: Generating /boot/initrd.img-3.16.0-29-generic
Traitement des actions différées (« triggers ») pour libc-bin (2.19-10ubuntu2.2) ...
/sbin/ldconfig.real: /usr/local/lib/libstdc++.so.6.0.18-gdb.py is not an ELF file - it has the wrong magic bytes at the start.

Des erreurs ont été rencontrées pendant l'exécution :
 udev
 mountall
 systemd
 dbus
 libpam-systemd:i386
 samba
 winbind
 libnss-winbind:i386
 libpam-winbind:i386
 lightdm
 ntp
 cgmanager
 ppp
 apport
 apport-gtk
 clamav-freshclam
 clamav
 clamav-daemon
 dbus-x11
 postgresql-common
 postgresql-9.4
 postgresql
 spamassassin
 tracker
 tracker-gui
 tracker-extract
 tracker-miner-fs
 tracker-utils
 xserver-xorg-core
 clamav-dbg
 clamav-milter
 postgresql-9.4-dbg
 shotwell
E: Sub-process /usr/bin/dpkg returned an error code (1)

D'où viendrait le problème ?

D'avance merci

Dernière modification par Arnold59 (Le 26/01/2015, à 19:01)

Hors ligne

#4 Le 26/01/2015, à 20:43

tiramiseb

Re : Ubuntu 14.10 : Problème avec Gcc ??

Houla, il y a des choses inquiétantes, mais je ne vois rien de tordu dans tes sources.

Je suis moi-même également sur utopic, "utopic-updates" et "utopic-backports" sont aussi activés et tout va bien. Je ne vois pas ce qui peut déconner chez toi.

Ça donne quoi si tu essaies de forcer comme ça ?

sudo apt-get install gcc-4.9

Hors ligne