From owner-freebsd-stable@FreeBSD.ORG Fri Dec 21 18:14:13 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 38790103 for ; Fri, 21 Dec 2012 18:14:13 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 9591B8FC0A for ; Fri, 21 Dec 2012 18:14:12 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [81.2.117.99]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id qBLIE7wB011352 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Fri, 21 Dec 2012 18:14:07 GMT (envelope-from m.seaman@infracaninophile.co.uk) DKIM-Filter: OpenDKIM Filter v2.7.3 smtp.infracaninophile.co.uk qBLIE7wB011352 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1356113647; bh=Bd0T2fARKEwW51hDQW34IHi721HuKyAEB3pRybRsfXM=; h=Date:From:To:Subject:References:In-Reply-To; z=Date:=20Fri,=2021=20Dec=202012=2018:13:59=20+0000|From:=20Matthew =20Seaman=20|To:=20freebsd-stable @freebsd.org|Subject:=20Re:=20Will=20we=20get=20a=20RELEASE-9.1=20 for=20Christmas?|References:=20<201212090318.UAA11257@lariat.net>= 20<50C412F6.7040300@sdf.org>=20<201212090526.26535.lumiwa@gmail.co m>=20=20=20<50C8CF77.2040102@FreeBSD.org>=20=20<50C975B3.7070701@FreeBSD.org>=20=20<50C991F3.304 0307@freebsd.org>=20<50D3A1E3.6090408@FreeBSD.org>=20=20<50D498D4.7000501@infracaninophile.co.uk>=20|In-Reply-To:=20; b=TmfN4+Ej6m5nParGRwz2/SEkA9x1FmSJzfyPg1thfC6/4x1INak3j/rAzVFf1i0Qc 1afIRnntkdPU3sLJKbg5rzXCBai0ocnkMUjwiG+fYwQqsIux/6g/Lm3mQFNwSHrdur SWOG4sTAJuuGuoEGDjf7iF23nXgoZq7Ro6tN7Mno= Message-ID: <50D4A6E7.2080206@infracaninophile.co.uk> Date: Fri, 21 Dec 2012 18:13:59 +0000 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: Will we get a RELEASE-9.1 for Christmas? References: <201212090318.UAA11257@lariat.net> <50C412F6.7040300@sdf.org> <201212090526.26535.lumiwa@gmail.com> <50C8CF77.2040102@FreeBSD.org> <50C975B3.7070701@FreeBSD.org> <50C991F3.3040307@freebsd.org> <50D3A1E3.6090408@FreeBSD.org> <50D498D4.7000501@infracaninophile.co.uk> In-Reply-To: X-Enigmail-Version: 1.4.6 OpenPGP: id=60AE908C Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig5C2E98469DCB2BB7AB73F6DE" X-Virus-Scanned: clamav-milter 0.97.6 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,SPF_FAIL autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Dec 2012 18:14:13 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig5C2E98469DCB2BB7AB73F6DE Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 21/12/2012 18:01, Walter Hurry wrote: > On Fri, 21 Dec 2012 17:13:56 +0000, Matthew Seaman wrote: >> >> Could you show me the output from: >> >> ldd /usr/local/bin/VBoxBalloonCtrl objdump -p >> /usr/local/bin/VBoxBalloonCtrl >> Thank you for that. [...] > Dynamic Section: > NEEDED VBoxRT.so > NEEDED VBoxXPCOM.so > NEEDED libstdc++.so.6 > NEEDED libm.so.5 > NEEDED libgcc_s.so.1 > NEEDED libc.so.7 > RPATH /usr/local/lib/virtualbox Looks perfectly normal to me. No idea why it isn't finding /usr/local/lib/virtualbox/VBoxRT.so given that information. I shall investigate even further. > $ objdump -p /usr/local/lib/libreoffice/program/configmgr.uno.so > RPATH $ORIGIN:$ORIGIN/../ure-link/lib > RUNPATH $ORIGIN:$ORIGIN/../ure-link/lib Using $ORIGIN twice in the same path and using both RPATH and RUNPATH. OK. I can fix that. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. PGP: http://www.infracaninophile.co.uk/pgpkey JID: matthew@infracaninophile.co.uk --------------enig5C2E98469DCB2BB7AB73F6DE Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iEYEARECAAYFAlDUpu8ACgkQ8Mjk52CukIyKXwCglFjYbLAB2qc/E1vdt6ML5wZn UAIAnAzMqm4V+plPlvGTYUXdMp0V81By =cvOG -----END PGP SIGNATURE----- --------------enig5C2E98469DCB2BB7AB73F6DE--