From owner-freebsd-ports@FreeBSD.ORG Wed Jan 28 00:13:38 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C690F1065672 for ; Wed, 28 Jan 2009 00:13:38 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.189]) by mx1.freebsd.org (Postfix) with ESMTP id 503078FC17 for ; Wed, 28 Jan 2009 00:13:38 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by fk-out-0910.google.com with SMTP id f40so3695906fka.11 for ; Tue, 27 Jan 2009 16:13:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=WKugW5MmOGdUe+8z/pgA/JV2a8ydDWeftyoSiUbICd8=; b=oOOnJtXu+8OV3H2lIqn4Uj2LcHUNrgi7g0w8JRiUt8fQ+3L0nL4GGyiVicHSEbpGJb 7TduekV2APfXOwbzGoVF/x9PxiFyEMO3GMHMibicR1CbzCXl9r5hpcs2YB+1cbKlGKYW pUbaglyJJoiHGWhULTlTw+qaPs8neCBPbvOrc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=ub298cFwQ5gFyvdpTsX/IzpTAFGrePjgH0R7DoHhQ1IMcUSFKHdi7e485UsPfSuthR zqSuVdZqgzUHpqn2VojcZLmkvxzGtLHAvwLSjkaIJvz3Mvtiuf8vhAbauc3rDs4PBsSl uaSHfdvz1sO+6FDdo+fuivmi96nIpZ2ZjqgrM= MIME-Version: 1.0 Received: by 10.181.51.14 with SMTP id d14mr1265468bkk.4.1233101617141; Tue, 27 Jan 2009 16:13:37 -0800 (PST) In-Reply-To: <3f1fd1ea0901271315s20efa637v53d8fe592fbf40d5@mail.gmail.com> References: <497DEC99.3070805@gmail.com> <497E0725.1080604@smo.de> <497E0D09.8080702@gmail.com> <3f1fd1ea0901261201q699291d2m626b59c77d112f5f@mail.gmail.com> <0BAC739B-5C55-48B9-B333-F7E4E7724B4C@gmail.com> <3f1fd1ea0901271315s20efa637v53d8fe592fbf40d5@mail.gmail.com> Date: Tue, 27 Jan 2009 16:13:37 -0800 Message-ID: <7d6fde3d0901271613x4c55d1cco7574c0a117db64d2@mail.gmail.com> From: Garrett Cooper To: Michal Varga Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, icemaca Subject: Re: vlc & mplayer lost window borders and controls X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jan 2009 00:13:39 -0000 On Tue, Jan 27, 2009 at 1:15 PM, Michal Varga wrote: > On Tue, Jan 27, 2009 at 7:05 PM, Garrett Cooper wrote: >> Have you read / followed through UPDATING yet? Everything based on >> xcb has to be rebuilt (I'm still working on fixing my forked up copy of >> xchat2). >> -Garrett >> > > Sure, rebuilt the whole xcb path (and much more to that as I was > wiping out lots of old shared libs at the same time, so there actually > isn't much that wasn't freshly (re)built right after the xorg/xcb > upgrade) and the gmplayer problem is still present. Could you guys try use ldd(1) and truss(1) on gmplayer and vlc? This might need some careful inspection to see whether or not some libraries are broken. -Garrett