There's a new libc in unstable. This one has:

    # The GNU libc is now built with --with-kernel= >= 2.4.1 on m68k
    if [ "$realarch" = m68k ]
    then
        if kernel_compare_versions "$kernel_ver" lt 2.4.1
        then
            echo WARNING: This version of glibc requires that you be running
            echo kernel version 2.4.1 or later.  Earlier kernels contained
            echo bugs that may render the system unusable if a modern version
            echo of glibc is installed.
            exit_check
        fi
    fi

in /etc/init.d/glibc.sh. Guess we ought to make sure that buildd hosts
which still run 2.2 are either replaced or upgraded now.

-- 
Wouter Verhelst
NixSys BVBA
Louizastraat 14, 2800 Mechelen
T: +32 15 27 69 50 / F: +32 15 27 69 51 / M: +32 486 836 198


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to