• # Explication: il suffit de lire tout est ecrit

    Posté par (site web personnel) . En réponse au journal dependance libc6. Évalué à 3.

    Je cite:

    WARNING: Your kernel version indicates a revision number
    of 255 or greater. Glibc has a number of built in
    assumptions that this revision number is less than 255.
    If you've built your own kernel, please make sure that any
    custom version numbers are appended to the upstream
    kernel number with a dash or some other delimiter.

    En francais: le numero de revision de ton kernel est detecté comme etant superieur a 255. Ce que ne peut supporter la glibc etc etc.

    Ton pb: tu a fait un 'make-kpkg --append-to-version v1 ...' au lieu de 'make-kpkg --append-to-version -v1 ...'
    D'aileurs on met plutot un truc comme 'make-kpkg --append-to-version -monidentifiant-1 ...'