From owner-freebsd-current@FreeBSD.ORG Fri Nov 16 21:17:55 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A400616A41B for ; Fri, 16 Nov 2007 21:17:55 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from bunrab.catwhisker.org (adsl-63-193-123-122.dsl.snfc21.pacbell.net [63.193.123.122]) by mx1.freebsd.org (Postfix) with ESMTP id 5831F13C458 for ; Fri, 16 Nov 2007 21:17:55 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from bunrab.catwhisker.org (localhost [127.0.0.1]) by bunrab.catwhisker.org (8.13.3/8.13.3) with ESMTP id lAGLHsQt099220; Fri, 16 Nov 2007 13:17:54 -0800 (PST) (envelope-from david@bunrab.catwhisker.org) Received: (from david@localhost) by bunrab.catwhisker.org (8.13.3/8.13.1/Submit) id lAGLHs8a099219; Fri, 16 Nov 2007 13:17:54 -0800 (PST) (envelope-from david) Date: Fri, 16 Nov 2007 13:17:54 -0800 From: David Wolfskill To: Jung-uk Kim Message-ID: <20071116211754.GY7943@bunrab.catwhisker.org> References: <200711161338.54270.jkim@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="JZhpBjp/UIQS9x0q" Content-Disposition: inline In-Reply-To: <200711161338.54270.jkim@FreeBSD.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-acpi@freebsd.org, freebsd-current@freebsd.org Subject: Re: [Call for Testers] ACPI-CA 20071114 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Nov 2007 21:17:55 -0000 --JZhpBjp/UIQS9x0q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Nov 16, 2007 at 01:38:52PM -0500, Jung-uk Kim wrote: > Please test the following patch on -CURRENT: >=20 > http://people.freebsd.org/~jkim/acpica-import-20071114.diff.gz >=20 > I believe it should apply for RELENG_7 as well. FYI, ACPI-CA changes=20 > from the -CURRENT is here: >=20 > http://people.freebsd.org/~jkim/acpica-changes-20070320-20071114.txt OK; working from a just-built-this-morning HEAD, I fetched the patch & applied it with no problems. Building was also uneventful. :-} Booting was OK, up to the point where I tried to use one of my scripts that uses getopt(1); at that point -- where I had been successful with the unpatched HEAD -- I got: /libexec/ld-elf.so.1: Undefined symbol "__mb_sb_limit" referenced from COPY= relocation in getopt Usage: /usr/local/sbin/mk_table [-d] [-f] [-s] [-t] [-v] [-T table#] direct= ory|files... set_ip RC was 512 for command "/bin/sh /etc/rc.firewall-post-dhcp -i 128.24= 1.20.116 -m 255.255.255.192 -g 128.241.20.126 -b 128.241.20.127 -n 128.241.= 20.64" (The script that uses getopt(1) is /usr/local/sbin/mk_table, which I use to populate an IPFW table; I've attached a copy for reference. In turn, the script was being invoked from a Perl script I was using to set a NIC's IP address on a network that doesn't seem to have a DHCP server. Neither script is very exciting.) Oh: this is an i386: localhost(8.0-C)[1] uname -a FreeBSD localhost 8.0-CURRENT FreeBSD 8.0-CURRENT #594: Fri Nov 16 12:16:52= PST 2007 root@localhost:/common/S4/obj/usr/src/sys/CANARY i386 localhost(8.0-C)[2]=20 I'm quite willing to test patches; I keep a private copy of the FreeBSD CVS repository on this laptop to facilitate such things. (And recovering from them....) Peace, david --=20 David H. Wolfskill david@catwhisker.org Proprietary data formats obfuscate, rather than disseminate, information. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --JZhpBjp/UIQS9x0q Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iEYEARECAAYFAkc+CQIACgkQmprOCmdXAD2ggQCfVRZMzjQ6gSP/0plM95W0GQyh J6EAnjt6Rwan1B6klFBq93Kn17vmg1MJ =35g1 -----END PGP SIGNATURE----- --JZhpBjp/UIQS9x0q--