Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 May 2011 09:34:18 +0200
From:      Guy Brand <gb@unistra.fr>
To:        Current List <freebsd-current@freebsd.org>
Subject:   Kernel install error today, mps module
Message-ID:  <20110524073418.GA13860@unistra.fr>

next in thread | raw e-mail | index | archive | help
Hello,


With revision 218881, I hit an error in make installkernel:

    ===> mps (install)
    install -o root -g wheel -m 555   mps.ko /boot/kernel
    install -o root -g wheel -m 555   mps.ko.symbols /boot/kernel
    install: mps.ko.symbols: No such file or directory
    *** Error code 71

    Stop in /usr/src/sys/modules/mps.
    *** Error code 1

    Stop in /usr/src/sys/modules.
    *** Error code 1

    Stop in /usr/obj/usr/src/sys/MOJITO.
    *** Error code 1

    Stop in /usr/src.
    *** Error code 1

    Stop in /usr/src.

my kernel config is:

    include GENERIC
    cpu     HAMMER
    ident   MYKERNEL

    nomakeoptions   DEBUG

    nooptions       INVARIANTS
    nooptions       INVARIANT_SUPPORT
    nooptions       WITNESS
    nooptions       WITNESS_SKIPSPIN

    options     SC_PIXEL_MODE
    options     VESA

Any idea?

-- 
bug




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110524073418.GA13860>