From owner-svn-src-all@FreeBSD.ORG Sun Dec 6 14:20:31 2009 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FB46106566C; Sun, 6 Dec 2009 14:20:31 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from sakura.ccs.furiru.org (sakura.ccs.furiru.org [IPv6:2001:2f0:104:8060::1]) by mx1.freebsd.org (Postfix) with ESMTP id C89EC8FC0C; Sun, 6 Dec 2009 14:20:30 +0000 (UTC) Received: from localhost (authenticated bits=0) by sakura.ccs.furiru.org (unknown) with ESMTP id nB6EKHPr063886; Sun, 6 Dec 2009 23:20:17 +0900 (JST) (envelope-from nyan@FreeBSD.org) Date: Sun, 06 Dec 2009 23:19:39 +0900 (JST) Message-Id: <20091206.231939.211176203.nyan@FreeBSD.org> To: ed@80386.nl From: TAKAHASHI Yoshihiro In-Reply-To: <20091206140416.GX64905@hoeg.nl> References: <200912052026.nB5KQtH6099116@svn.freebsd.org> <20091206.225356.94987952.nyan@FreeBSD.org> <20091206140416.GX64905@hoeg.nl> X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r200161 - in head/sbin: init reboot X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Dec 2009 14:20:31 -0000 In article <20091206140416.GX64905@hoeg.nl> Ed Schouten writes: >> This broke 'make release' on i386 and pc98. >> >> reboot.lo(.text+0x2f3): In function `main': >> : undefined reference to `ulog_pututxline' > > Ugh. It's a little frustrating that this information is a bit scattered > throughout the source tree. My current development box is building other > code right now, so I can't run a make release myself. > > The attached patch should probably fix it, right? Thanks for informing > me. Yes, but please fix pc98/fixit-small_crunch.conf too. Thanks in advance. --- TAKAHASHI Yoshihiro