Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Dec 2009 15:04:16 +0100
From:      Ed Schouten <ed@80386.nl>
To:        TAKAHASHI Yoshihiro <nyan@FreeBSD.org>
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
Message-ID:  <20091206140416.GX64905@hoeg.nl>
In-Reply-To: <20091206.225356.94987952.nyan@FreeBSD.org>
References:  <200912052026.nB5KQtH6099116@svn.freebsd.org> <20091206.225356.94987952.nyan@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--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 <nyan@FreeBSD.org> wrote:
> This broke 'make release' on i386 and pc98.
>=20
> cc <snip>
> 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 <ed@80386.nl>
 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--



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