From owner-freebsd-x11@FreeBSD.ORG Sat Nov 15 09:16:23 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3ABBA758 for ; Sat, 15 Nov 2014 09:16:23 +0000 (UTC) Received: from mail-wg0-x236.google.com (mail-wg0-x236.google.com [IPv6:2a00:1450:400c:c00::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B9E19E60 for ; Sat, 15 Nov 2014 09:16:22 +0000 (UTC) Received: by mail-wg0-f54.google.com with SMTP id n12so21166766wgh.27 for ; Sat, 15 Nov 2014 01:16:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :mime-version:content-type:content-transfer-encoding; bh=YgccxTxiVu5xKPxjzwZ6rRN6FuxE575nGEAeTDb9bUk=; b=l1HpUFSDw4GUGztEDQH48MvKupEwIWr4z5RQutXYseDfAhu4G6zRhwfR7WUTBbUty/ sy4ahfM9YtGbk96fmvZYlBOCs3c/fAsYk6q8lU5YXXaxXl0LH/BaHDiPK5NiAg16asBE TbUAfn0/eslSqHMzB6Hf4PH0sQZR82VJudm9/OjiSBv7JeRVwxAu8k4srK8ybY9OvEA7 xJLz33tyo22eXO8jVOIJYqiQakJ6S4RI+PpbAF1M6vrSgYKG7CBpOpU1S91DYbg2SHK2 dJb07Irp9PepRLViINUUGJskMi2l+QRWFN9mjlqDu6RIcg6vIhZK9KQzASyRhnFyLvp4 prZg== X-Received: by 10.180.13.226 with SMTP id k2mr14973158wic.25.1416042981139; Sat, 15 Nov 2014 01:16:21 -0800 (PST) Received: from ernst.home (p4FCA6563.dip0.t-ipconnect.de. [79.202.101.99]) by mx.google.com with ESMTPSA id ce1sm42660363wjc.2.2014.11.15.01.16.19 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 15 Nov 2014 01:16:20 -0800 (PST) Date: Sat, 15 Nov 2014 10:16:18 +0100 From: Gary Jennejohn To: Beeblebrox Subject: Re: x11-wm/enlightenment (e17) XComposite support Message-ID: <20141115101618.72719706@ernst.home> In-Reply-To: <20141114152650.0641309a@ernst.home> References: <5465BD81.1070700@berentweb.com> <20141114103827.2ff76411@ernst.home> <5465D059.60703@berentweb.com> <20141114130618.4d0c4ac5@ernst.home> <5466030E.4000604@berentweb.com> <546604D4.8050300@berentweb.com> <20141114152650.0641309a@ernst.home> Reply-To: gljennjohn@gmail.com X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.22; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD X11 mailing list X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Nov 2014 09:16:23 -0000 On Fri, 14 Nov 2014 15:26:50 +0100 Gary Jennejohn wrote: [ldd output snipped] > There you go. Your e17 was apparently generated prior to the > installation of Xcomposite. > > Reinstall e17 and maybe its dependencies. It should automatically > pick up Xcomposite. > I deleted the reply from Beeblebrox about using poudrierre (or however it's spelled) to generate his ports. None of the stuff used by the enlightenment port seems to have an explicit dependency on xcomposite. In contrast, e16 _does_ have a dependency and therefore pulls it in as required. This could mean that libXcomposite gets compiled later than e17 so that e17 doesn't know it's available. A possible work around would be to simply reinstall enlightenment directly from the ports tree after libXcomposite is installed. -- Gary Jennejohn