From owner-svn-src-all@FreeBSD.ORG Sun Dec 6 14:04:17 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 5D3341065672; Sun, 6 Dec 2009 14:04:17 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (mx0.hoeg.nl [IPv6:2001:7b8:613:100::211]) by mx1.freebsd.org (Postfix) with ESMTP id F0AF58FC17; Sun, 6 Dec 2009 14:04:16 +0000 (UTC) Received: by palm.hoeg.nl (Postfix, from userid 1000) id 68D961CCE6; Sun, 6 Dec 2009 15:04:16 +0100 (CET) Date: Sun, 6 Dec 2009 15:04:16 +0100 From: Ed Schouten To: TAKAHASHI Yoshihiro Message-ID: <20091206140416.GX64905@hoeg.nl> References: <200912052026.nB5KQtH6099116@svn.freebsd.org> <20091206.225356.94987952.nyan@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2y8j+ZQnxuzsbzfy" Content-Disposition: inline In-Reply-To: <20091206.225356.94987952.nyan@FreeBSD.org> User-Agent: Mutt/1.5.20 (2009-06-14) 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:04:17 -0000 --2y8j+ZQnxuzsbzfy Content-Type: multipart/mixed; boundary="ZSRqT0vnbHyWXlI9" Content-Disposition: inline --ZSRqT0vnbHyWXlI9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, * TAKAHASHI Yoshihiro wrote: > This broke 'make release' on i386 and pc98. >=20 > cc > 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. --=20 Ed Schouten WWW: http://80386.nl/ --ZSRqT0vnbHyWXlI9 Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="ulog-release.diff" Content-Transfer-Encoding: quoted-printable Index: release/pc98/fixit_crunch.conf =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- release/pc98/fixit_crunch.conf (revision 200169) +++ release/pc98/fixit_crunch.conf (working copy) @@ -44,4 +44,4 @@ progs chown ln chown chgrp =20 -libs -ledit -lgeom -lbsdxml -lsbuf -lkiconv -lkvm -lncurses -lutil +libs -ledit -lgeom -lbsdxml -lsbuf -lkiconv -lkvm -lncurses -lulog -lutil Index: release/i386/fixit_crunch.conf =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- release/i386/fixit_crunch.conf (revision 200169) +++ release/i386/fixit_crunch.conf (working copy) @@ -46,4 +46,4 @@ progs chroot ln chown chgrp =20 -libs -ledit -lgeom -lbsdxml -lsbuf -lkiconv -lkvm -lncurses -lutil +libs -ledit -lgeom -lbsdxml -lsbuf -lkiconv -lkvm -lncurses -lulog -lutil --ZSRqT0vnbHyWXlI9-- --2y8j+ZQnxuzsbzfy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (FreeBSD) iEYEARECAAYFAksbueAACgkQ52SDGA2eCwV2fwCfeI2cwEqMmUPIDNG1ggHkzwAP nKcAn2cYxdgyjHriMbjuvt8Dl2ECoDxS =MgM0 -----END PGP SIGNATURE----- --2y8j+ZQnxuzsbzfy--