From owner-freebsd-gnome@FreeBSD.ORG Wed Oct 1 14:36:51 2014 Return-Path: Delivered-To: gnome@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 63157F6B for ; Wed, 1 Oct 2014 14:36:51 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4AF8AF38 for ; Wed, 1 Oct 2014 14:36:51 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s91Eap15018076 for ; Wed, 1 Oct 2014 14:36:51 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 193692] graphics/cairo: 1.12 crashes xorg server (NOT WITH_NEW_XORG) Date: Wed, 01 Oct 2014 14:36:49 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, regression X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: raycherng@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 14:36:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193692 raycherng@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |raycherng@gmail.com --- Comment #18 from raycherng@gmail.com --- My laptop is Fujitsu T2010(intel 965 chipset)with FreeBSD 10.0 running. I update my FreeBSD 10.0 with freebsd-update(8) to 10.0-p9. Then I run pkg update and pkg upgrade to upgrade my packages up-to-date. After these command my X window crash and I am kicked back to console. I make a symbolic link of libpixman-1.so.0.32.4 in /usr/local/lib to libpixman-1.so.30. Then it lacks libfreetype.so.9. So I make a symbolic link of libfreetype.so.6.11 to libfreetype.so.9. Then it lacks libxcb.so.2. So I make a symbolic link of libxcb.so.1.1.0 to libxcb.so.2. Finally I can startx!! It works!! -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.