From owner-freebsd-questions@FreeBSD.ORG Wed Mar 11 07:03:28 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC094106564A for ; Wed, 11 Mar 2009 07:03:28 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (gate6.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 67FCB8FC18 for ; Wed, 11 Mar 2009 07:03:28 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.3/8.14.3) with ESMTP id n2B737OJ029179; Wed, 11 Mar 2009 07:03:13 GMT (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.8.2 smtp.infracaninophile.co.uk n2B737OJ029179 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=infracaninophile.co.uk; s=200708; t=1236754994; bh=b5iddQc3zyimjrFK+n39RTmZ5ZE3tFR+6WodOeQCRI8=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Cc:Content-Type:Date:From:In-Reply-To: Message-ID:Mime-Version:References:To; z=Message-ID:=20<49B76225.1020803@infracaninophile.co.uk>|Date:=20W ed,=2011=20Mar=202009=2007:03:01=20+0000|From:=20Matthew=20Seaman= 20|Organization:=20Infracaninophi le|User-Agent:=20Thunderbird=202.0.0.19=20(X11/20090218)|MIME-Vers ion:=201.0|To:=20Noah=20|CC:=20Robert=20Huff=2 0,=20=0D=0A=20User=20Questions=20|Subject:=20Re:=20/libexec/ld-elf.so.1:=20Shared =20object=20"libxcb.so.1"=20not=20found,=0D=0A=20required=20by=20" libcairo.so.2"|References:=20<49B7199F.6040008@enabled.com>=09<188 71.10830.685930.5873@jerusalem.litteratus.org>=20<49B738C5.5090108 @enabled.com>|In-Reply-To:=20<49B738C5.5090108@enabled.com>|X-Enig mail-Version:=200.95.6|Content-Type:=20multipart/signed=3B=20mical g=3Dpgp-sha256=3B=0D=0A=20protocol=3D"application/pgp-signature"=3 B=0D=0A=20boundary=3D"------------enig3B7C82DAC9801F7BA55659B8"; b=IpAbbtmT8fiI/obbo+tRY6/PTpXvTRu4SJYTcn5VQLZ/hNu/siaco20n+iBsn/3xh +DmLamIFFcKeCRFWLk1mWHgwXfXMC5CmFytk/FX3j0tkFiU0E0eRYNM3vvJ2H5VvGW HGRK5pIItdeDN66yCEohXBPOId8QuExHMTtA7SoM= X-Authentication-Warning: happy-idiot-talk.infracaninophile.co.uk: Host localhost [IPv6:::1] claimed to be happy-idiot-talk.infracaninophile.co.uk Message-ID: <49B76225.1020803@infracaninophile.co.uk> Date: Wed, 11 Mar 2009 07:03:01 +0000 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.19 (X11/20090218) MIME-Version: 1.0 To: Noah References: <49B7199F.6040008@enabled.com> <18871.10830.685930.5873@jerusalem.litteratus.org> <49B738C5.5090108@enabled.com> In-Reply-To: <49B738C5.5090108@enabled.com> X-Enigmail-Version: 0.95.6 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig3B7C82DAC9801F7BA55659B8" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (smtp.infracaninophile.co.uk [IPv6:::1]); Wed, 11 Mar 2009 07:03:14 +0000 (GMT) X-Virus-Scanned: ClamAV 0.94.2/9088/Wed Mar 11 04:02:23 2009 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VERIFIED,NO_RELAYS autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on happy-idiot-talk.infracaninophile.co.uk Cc: Robert Huff , User Questions Subject: Re: /libexec/ld-elf.so.1: Shared object "libxcb.so.1" not found, required by "libcairo.so.2" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Mar 2009 07:03:29 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig3B7C82DAC9801F7BA55659B8 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Noah wrote: > Robert Huff wrote: >> Noah writes: >> >>> rebuilding emacs using portupgrade is dying and claiming I am=20 >>> missing a library. What shall I do? >>> =20 >>> /libexec/ld-elf.so.1: Shared object "libxcb.so.1" not found, >>> required by "libcairo.so.2" >> >> Have you: >> 1) updated your whole ports tree? >> 2) read /usr/ports/UPDATING? >=20 >=20 >=20 > Sure Robert, >=20 > This is what I do to update the whole ports tree. Am I missing somethi= ng? >=20 >=20 > 1) use cvsup and get the entire ports > 2) cd /usr/ports && make index > 3) cd /usr/ports && make fetchindex Do one of 2 or 3 -- not both. > 4) /usr/local/sbin/portsdb -Uu > 5) /usr/local/sbin/pkgdb -fu >=20 Yeah. You need to read /usr/ports/UPDATING and act on the 20090123 entry for x11/libxcb. You'ld know if you had carried out the instructions because it would have reinstalled just about everything X related on your system. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW --------------enig3B7C82DAC9801F7BA55659B8 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEAREIAAYFAkm3YisACgkQ8Mjk52CukIxkngCfS3bWTONf+9tTsahlBkEheUav VnsAn1UMYZ1CeJY992G0T/Oc4d651X5n =rL4F -----END PGP SIGNATURE----- --------------enig3B7C82DAC9801F7BA55659B8--