From owner-freebsd-bugs@FreeBSD.ORG Sat Feb 14 21:30:04 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F51C106566C for ; Sat, 14 Feb 2009 21:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C30AC8FC1E for ; Sat, 14 Feb 2009 21:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n1ELU2Vm071682 for ; Sat, 14 Feb 2009 21:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n1ELU2YK071680; Sat, 14 Feb 2009 21:30:02 GMT (envelope-from gnats) Resent-Date: Sat, 14 Feb 2009 21:30:02 GMT Resent-Message-Id: <200902142130.n1ELU2YK071680@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Adam Hopstetter Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1573106566B for ; Sat, 14 Feb 2009 21:21:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 8E1168FC17 for ; Sat, 14 Feb 2009 21:21:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n1ELLmux001194 for ; Sat, 14 Feb 2009 21:21:48 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n1ELLmXb001193; Sat, 14 Feb 2009 21:21:48 GMT (envelope-from nobody) Message-Id: <200902142121.n1ELLmXb001193@www.freebsd.org> Date: Sat, 14 Feb 2009 21:21:48 GMT From: Adam Hopstetter To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: kern/131683: 2/14/2009 - CVSup'd to RELENG_7-stable - build kernel with libiconv fails with ../../../libkern/iconv.c: In function 'iconv_mod_unload' X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2009 21:30:04 -0000 >Number: 131683 >Category: kern >Synopsis: 2/14/2009 - CVSup'd to RELENG_7-stable - build kernel with libiconv fails with ../../../libkern/iconv.c: In function 'iconv_mod_unload' >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 14 21:30:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Adam Hopstetter >Release: freebsd-7-stable >Organization: Adam Hopstetter >Environment: FreeBSD evangelist 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Mon Nov 24 20:22:16 EST 2008 root@pcbsdx32-7:/usr/obj/pcbsd-build/cvs/7.0.2-src/sys/PCBSD i386 >Description: perform cvsup on RELENG_7 on/after 2/14/2009 ... and make buildkernel fails with the following error ... ../../../libkern/iconv.c: In function 'iconv_mod_unload' >How-To-Repeat: Attempt to build a the kernel with built-in libiconv support after CVSUP'ing RELENG_7 on/after 2/14/2009 >Fix: patch src/sys/sys/sx.h with the attached patch file! Patch attached with submission follows: --- sx.h.orig 2009-02-14 15:49:28.000000000 -0500 +++ sx.h 2009-02-14 16:15:18.000000000 -0500 @@ -35,6 +35,7 @@ #include #include #include +#include #ifdef _KERNEL #include >Release-Note: >Audit-Trail: >Unformatted: