• [^] # Re: Erreur de compilation hydra

    Posté par . En réponse au message Erreur de compilation hydra. Évalué à 2.

    Bonsoir,

    Ton sources.list est incorrect :
    * le dépôt « main » est désactivé ;
    * tu ne bénéficies d'aucune mise à jour de sécurité ;
    * les sources sont facultatives (deb-src).

    Je te propose celui-ci :

    ## cdrom
    deb cdrom:[Ubuntu 4.10 _Warty Warthog_ - Preview i386 Binary-1 (20040928)]/ unstable main restricted

    ## Uncomment the following two lines to fetch updated software from the network
    deb http://archive.ubuntu.com/ubuntu/ warty main restricted
    # deb-src http://archive.ubuntu.com/ubuntu/ warty main restricted

    ## Uncomment the following two lines to add software from the 'universe'
    ## repository.
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team, and may not be under a free licence. Please satisfy yourself as to
    ## your rights to use the software. Also, please note that software in
    ## universe WILL NOT receive any review or updates from the Ubuntu security
    ## team.
    deb http://archive.ubuntu.com/ubuntu/ warty universe
    # deb-src http://archive.ubuntu.com/ubuntu/ warty universe

    ## Security updates
    deb http://security.ubuntu.com/ubuntu/ warty-security main restricted
    # deb-src http://security.ubuntu.com/ubuntu/ warty-security main restricted

    ## Multiverse repositery
    # deb http://archive.ubuntu.com/ubuntu/ warty multiverse
    # deb-src http://archive.ubuntu.com/ubuntu/ warty multiverse

    Ensuite :
    $ sudo apt-get update
    $ sudo apt-get upgrade

    Attends toi à récupérer un nombre important de mises à jour.
    Une question à part : Quelles sont les balises pour insérer du code ?

    Il faut utiliser les balises <pre></pre> et choisir dans la liste déroulante « texte avec du HTML sans retour chariot ». Je te suggère de faire quelques essais dans le forum « general.test » https://linuxfr.org/forums/25/(...).

    À bientôt.