apt-get install alternc ne veut pas m'installer les dépendances

apt-get install alternc ne veut pas m'installer les dépendances - Installation - Linux et OS Alternatifs

Marsh Posté le 12-06-2005 à 14:11:28    

Voyez le problème:
 

Code :
  1. testlinux:~# apt-get install alternc
  2. Reading Package Lists... Done
  3. Building Dependency Tree... Done
  4. Some packages could not be installed. This may mean that you have
  5. requested an impossible situation or if you are using the unstable
  6. distribution that some required packages have not yet been created
  7. or been moved out of Incoming.
  8. Since you only requested a single operation it is extremely likely that
  9. the package is simply not installable and a bug report against
  10. that package should be filed.
  11. The following information may help to resolve the situation:
  12. Sorry, but the following packages have unmet dependencies:
  13.   alternc: Depends: php4 but it is not going to be installed or
  14.                     php5 but it is not installable
  15.            Depends: apache but it is not going to be installed
  16.            Depends: apache-ssl but it is not going to be installed
  17.            Depends: courier-ssl but it is not going to be installed
  18.            Depends: courier-imap-ssl but it is not going to be installed
  19.            Depends: courier-pop-ssl but it is not going to be installed
  20.            Depends: mysql-server
  21.            Depends: php5-mysql but it is not installable or
  22.                     php4-mysql but it is not going to be installed
  23.            Depends: php5-cgi but it is not installable or
  24.                     php4-cgi but it is not going to be installed
  25.            Depends: phpmyadmin but it is not going to be installed
  26.            Depends: proftpd-mysql but it is not going to be installed
  27.            Depends: squirrelmail but it is not going to be installed
  28.            Depends: postfix but it is not going to be installed
  29.            Depends: postfix-tls but it is not going to be installed
  30.            Depends: bind9 but it is not going to be installed
  31.            Depends: libapache-mod-gzip but it is not going to be installed
  32.            Depends: pop-before-smtp but it is not going to be installed
  33.            Depends: sasl-bin but it is not installable
  34.            Depends: ca-certificates but it is not going to be installed
  35.            Depends: postfix-mysql but it is not going to be installed
  36.            Depends: libsasl2-modules-sql but it is not going to be installed
  37.            Depends: sasl2-bin but it is not going to be installed
  38.            Depends: libsasl2-modules but it is not going to be installed
  39. E: Sorry, broken packages


 
 
Voici le contenu de mon /etc/apt/sources.list:

Code :
  1. testlinux:~# cat /etc/apt/sources.list
  2. # cd1 debian woody, obsolète
  3. #deb cdrom:[Debian GNU/Linux 3.0r3 _Woody_ - Official i386 Binary-1 (20041027)]/ unstable contrib main non-US/contrib non-US/main non-US/non-free non-free
  4. # alternc
  5. deb http://debian.alternc.org sarge main contrib
  6. deb-src http://debian.alternc.org sarge main contrib
  7. # base pour sarge
  8. deb http://ftp.fr.debian.org/debian sarge main contrib non-free
  9. deb http://ftp.fr.debian.org/debian-non-US sarge/non-US main contrib non-free
  10. deb http://security.debian.org/ sarge/updates main contrib non-free


 
 
Dans google j'en ai trouvé un qui a eu un problème apparement similaire, et qui l'aurait résolu... :
http://alternc.org/marchives/dev/2003-June/000236.html
 
Salut,
Voici ce que me renvoie un apt-get install alternc
 
Sorry, but the following packages have unmet dependencies:
  alternc: Depends: apache-ssl but it is not going to be installed
E: Sorry, broken packages
 
Pour que ça marche faut que je rajoute un ftp de testing dans  
/etc/apt/sources.list
 
Cordialement,
BohwaZ <bohwaz at free.fr>

 
 
J'ai longuement cherché sur le site d'alternc et sur google, j'ai modifié mon sources.list dans tous les sens, mais rien n'y fait, donc si quelqu'un voit une solution... :sweat:

Reply

Marsh Posté le 12-06-2005 à 14:11:28   

Reply

Marsh Posté le 14-06-2005 à 09:42:29    

J'oubliais, quand je fais un apt-get update j'ai apparement des lignes en "ign" (ignore?), évidemment celles de alternc:
 

Code :
  1. testlinux:~# apt-get update
  2. Hit http://ftp.fr.debian.org sarge/main Packages
  3. Hit http://security.debian.org sarge/updates/main Packages
  4. Hit http://security.debian.org sarge/updates/main Release
  5. Hit http://security.debian.org sarge/updates/contrib Packages
  6. Hit http://security.debian.org sarge/updates/contrib Release
  7. Hit http://security.debian.org sarge/updates/non-free Packages
  8. Hit http://security.debian.org sarge/updates/non-free Release
  9. Get:1 http://debian.alternc.org sarge/main Packages [2328B]
  10. Hit http://ftp.fr.debian.org sarge/main Release
  11. Ign http://debian.alternc.org sarge/main Release
  12. Hit http://ftp.fr.debian.org sarge/contrib Packages
  13. Get:2 http://debian.alternc.org sarge/contrib Packages [29B]
  14. Hit http://ftp.fr.debian.org sarge/contrib Release
  15. Ign http://debian.alternc.org sarge/contrib Release
  16. Hit http://ftp.fr.debian.org sarge/non-free Packages
  17. Get:3 http://debian.alternc.org sarge/main Sources [1049B]
  18. Hit http://ftp.fr.debian.org sarge/non-free Release
  19. Ign http://debian.alternc.org sarge/main Release
  20. Hit http://ftp.fr.debian.org sarge/non-US/main Packages
  21. Hit http://debian.alternc.org sarge/contrib Sources
  22. Hit http://ftp.fr.debian.org sarge/non-US/main Release
  23. Ign http://debian.alternc.org sarge/contrib Release
  24. Hit http://ftp.fr.debian.org sarge/non-US/contrib Packages
  25. Hit http://ftp.fr.debian.org sarge/non-US/contrib Release
  26. Hit http://ftp.fr.debian.org sarge/non-US/non-free Packages
  27. Hit http://ftp.fr.debian.org sarge/non-US/non-free Release
  28. Fetched 3406B in 2s (1661B/s)
  29. Reading Package Lists... Done
  30. Building Dependency Tree... Done


 
 
 
Si quelqu'un entrevoit une idée....

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed