From owner-cvs-src@FreeBSD.ORG Mon Mar 27 14:34:21 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D91816A420; Mon, 27 Mar 2006 14:34:21 +0000 (UTC) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8226F43D46; Mon, 27 Mar 2006 14:34:19 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id k2REYJuS046315; Mon, 27 Mar 2006 17:34:19 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ip.net.ua [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 31065-07; Mon, 27 Mar 2006 17:34:16 +0300 (EEST) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id k2REY4xb046293 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 27 Mar 2006 17:34:04 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.4/8.13.4) id k2REYTId047786; Mon, 27 Mar 2006 17:34:29 +0300 (EEST) (envelope-from ru) Date: Mon, 27 Mar 2006 17:34:29 +0300 From: Ruslan Ermilov To: Olivier Houchard Message-ID: <20060327143429.GA47729@ip.net.ua> References: <200603271256.k2RCuUU0014931@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EeQfGwPcQSOJBaQU" Content-Disposition: inline In-Reply-To: <200603271256.k2RCuUU0014931@repoman.freebsd.org> User-Agent: Mutt/1.5.11 X-Virus-Scanned: amavisd-new at ip.net.ua Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/rescue/rescue Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2006 14:34:21 -0000 --EeQfGwPcQSOJBaQU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 27, 2006 at 12:56:30PM +0000, Olivier Houchard wrote: > cognet 2006-03-27 12:56:30 UTC >=20 > FreeBSD src repository >=20 > Modified files: > rescue/rescue Makefile=20 > Log: > *sigh* > Move the -lbsdxml after -lgeom, so that ld doesn't get confused and pre= tend > he can't find the symbol from libbsdxml needed in libgeom. > This should fix the rescue build breakage. > =20 > Revision Changes Path > 1.49 +2 -2 src/rescue/rescue/Makefile >=20 Some time ago I've taught lorder(1) to understand .a libraries, so it can be used to sort them in proper order, for example: $ lorder /usr/lib/libc.a /usr/lib/libgeom.a /usr/lib/libbsdxml.a | tsort /usr/lib/libgeom.a /usr/lib/libbsdxml.a /usr/lib/libc.a Versions of lorder(1) in HEAD and RELENG_6 know about this. This tool is essential to static linking. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --EeQfGwPcQSOJBaQU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFEJ/f1qRfpzJluFF4RAvJkAKCSpk+1ROt3t1tl+KPwA4G/sNOjMQCcC6g9 gPeDrL5j1ApHvyfdaOTk/rA= =ZJfx -----END PGP SIGNATURE----- --EeQfGwPcQSOJBaQU--