From owner-freebsd-questions@FreeBSD.ORG Sat May 26 11:54:03 2012 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9A2FE106566B for ; Sat, 26 May 2012 11:54:03 +0000 (UTC) (envelope-from mailinglists@martinlaabs.de) Received: from relay02.alfahosting-server.de (relay02.alfahosting-server.de [80.86.191.77]) by mx1.freebsd.org (Postfix) with ESMTP id 53A938FC08 for ; Sat, 26 May 2012 11:54:03 +0000 (UTC) Received: by relay02.alfahosting-server.de (Postfix, from userid 1001) id D9E9D32C0149; Sat, 26 May 2012 13:41:08 +0200 (CEST) X-Spam-DCC: : X-Spam-Level: X-Spam-Status: No, score=0.0 required=7.0 tests=BAYES_50 autolearn=disabled version=3.2.5 Received: from alfa3018.alfahosting-server.de (alfa3018.alfahosting-server.de [109.237.140.30]) by relay02.alfahosting-server.de (Postfix) with ESMTP id 5C4DA32C00A8 for ; Sat, 26 May 2012 13:41:07 +0200 (CEST) Received: from pc.martinlaabs.de (p54B327F8.dip.t-dialin.net [84.179.39.248]) by alfa3018.alfahosting-server.de (Postfix) with ESMTPSA id 2F1D2515D47A for ; Sat, 26 May 2012 13:41:07 +0200 (CEST) Message-ID: <4FC0C151.2050808@martinlaabs.de> Date: Sat, 26 May 2012 13:41:05 +0200 From: Martin Laabs User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.3) Gecko/20120329 Thunderbird/10.0.3 MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Status: No X-Virus-Checker-Version: clamassassin 1.2.4 with ClamAV 0.97.3/14966/Sat May 26 00:26:52 2012 Cc: Subject: kldxref: /boot/kernel/kernel: too many sections X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 May 2012 11:54:03 -0000 Hello, while updating my system I got the following error message while make installworld: ===> syscons/green (install) install -o root -g wheel -m 555 green_saver.ko /boot/kernel install -o root -g wheel -m 555 green_saver.ko.symbols /boot/kernel kldxref /boot/kernel kldxref: /boot/kernel/kernel: too many sections kldxref: error while reading /boot/kernel/kernel: Bad address su:/usr/src$ I tried to remove the /usr/obj and remake the kernel by make buildkernel again but the error remains. I use 8.2-STABLE with a freshly updated RELENG_8 src. I do not build all kernel modules so I have the following in my make.conf MODULES_OVERRIDE = nfsserver linux linprocfs geom/geom_bde syscons/green However - I don't think this explains the misbehavior of kldxref. Can anybody give me a hint where to search for the bug? Best regards, Martin Laabs