From owner-freebsd-current@FreeBSD.ORG Fri Nov 14 08:16:12 2014 Return-Path: Delivered-To: freebsd-current@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 C4A6B7D1 for ; Fri, 14 Nov 2014 08:16:12 +0000 (UTC) Received: from mail-ob0-x22e.google.com (mail-ob0-x22e.google.com [IPv6:2607:f8b0:4003:c01::22e]) (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 80B53F9 for ; Fri, 14 Nov 2014 08:16:12 +0000 (UTC) Received: by mail-ob0-f174.google.com with SMTP id uz6so12163588obc.19 for ; Fri, 14 Nov 2014 00:16:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=berentweb.com; s=google; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=Njz1Z3F5q/5JLxgU7mKWviEnzM27DDzSu1r11pJSR1g=; b=M/65sQ23osasuch3Alej2Xs1gUWXh5g+TMv0i++XMt6mFBYv7ExrBcOTzx06f6W6Om vuzmYkCo8q7S8lu/XgNvSXlIL96xN2edGwfSZcQbIv0TXlIbDeUTctQyb6d/29XelZmK /IcXsj4Iv0xxRaIDrU5RwMeEnsBnP3lKBjEZI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=Njz1Z3F5q/5JLxgU7mKWviEnzM27DDzSu1r11pJSR1g=; b=MsLJX27Rr6u/acuO2R7jqZOuG6Ymp0X9IH38qZ9mFFEfJUhEDO6bhDD4F5nL9E5QWT FHCUpg2wZi9pt8ZafLTzsovDovpufLhIOQbj9AgJ7bngHw1EdeymwEnp35nJGk4TWGs3 z558QhmO/sGea/FUgezK5AdJ50nb8tJzBPXc+U4VWhZSn0OXZOL8odGuc2BdhUYJdW4m Ji1zpZt0USArOR/fy5qkJ189W6d0iEIuV+zq19Yj+rm6AeV0H2nyCKVKypz/a6VQmV8N J1RTDqafhnnj5NWmF/MFHXhKv0nFI4V5NwDkXrOpIMQUZuUFaGPktuP15PkDlwfzFJ3O YViQ== X-Gm-Message-State: ALoCoQmUjGDQn4GmxPRkdQIRyAOWIRiVa7IM+pJj5Hgegi3jELaLMin/LOtwZGhyudDEXB/FVkHF X-Received: by 10.202.225.5 with SMTP id y5mr6122292oig.33.1415952971933; Fri, 14 Nov 2014 00:16:11 -0800 (PST) Received: from rsbsd.rsb ([31.200.21.116]) by mx.google.com with ESMTPSA id l10sm9446242oev.7.2014.11.14.00.16.10 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 14 Nov 2014 00:16:11 -0800 (PST) Message-ID: <5465BA4A.8010205@berentweb.com> Date: Fri, 14 Nov 2014 10:16:10 +0200 From: Beeblebrox User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: FreeBSD CURRENT Subject: Is libLLVM-3.4.so: part of src or not? Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2014 08:16:12 -0000 When starting Xorg, AIGLX gets disabled and RadeonKMS complains: (EE) AIGLX error: dlopen of /usr/local/lib/dri/r600_dri.so failed (Shared object "libLLVM-3.4.so" n ot found, required by "r600_dri.so") (EE) AIGLX: reverting to software rendering (II) AIGLX: Screen 0 is not DRI capable (EE) AIGLX error: dlopen of /usr/local/lib/dri/swrast_dri.so failed (Shared object "libLLVM-3.4.so" not found, required by "swrast_dri.so") (EE) GLX: could not load software renderer (II) GLX: no usable GL providers found for screen 0 A search on the system shows libLLVM-3.4.so only exists under /usr/local/lib32. I built and installed devel/llvm34, re-started Xorg and the log shows AIGLX as starting normally (no error).