From owner-freebsd-current@FreeBSD.ORG Fri Oct 22 13:46:09 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF74F106564A; Fri, 22 Oct 2010 13:46:08 +0000 (UTC) (envelope-from rbgarga@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4E8B88FC15; Fri, 22 Oct 2010 13:46:08 +0000 (UTC) Received: by wyb42 with SMTP id 42so835057wyb.13 for ; Fri, 22 Oct 2010 06:46:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=fs0faIMQZHbZ+ROFk0XOwILjHf0fAmF95Ew/sK9GN90=; b=k1k/pE21P753Q9C1pAXTUNiRxFDklFe7pRS1e2AtvpjDdp57TOJ7aoJRxELQfOWw2t 2eDx9GVp7QsiGEpsjEkt4Ii0zrQYsCaamH1Hcn3Nk+WiYd0Pvu8nMQWNaqLZfhJ9gT8J BboqZldFxOTs4h+LprM4Kh1l8guTIDSOq3Zro= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=Xye6PS/VzWxxXx7JyDb9m7pfsZRo4FrWh3indaCCY732SJpqwsvgw2Jkni5lWt7bh3 DMVU6phXUh8Rz0jSKEV3uHU9WiX6h8KlIgeWV6OA7JxW3jxeT3mD8xmLPZ20QEr6l5ww FbfPTkcnA40uL5DPYRwQ1Dlw3qCUcP+kM6gKE= Received: by 10.227.37.8 with SMTP id v8mr2719615wbd.180.1287755165876; Fri, 22 Oct 2010 06:46:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.15.153 with HTTP; Fri, 22 Oct 2010 06:38:59 -0700 (PDT) In-Reply-To: <4CC18958.6050104@FreeBSD.org> References: <4CC18958.6050104@FreeBSD.org> From: Renato Botelho Date: Fri, 22 Oct 2010 11:38:59 -0200 Message-ID: To: Dimitry Andric Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: current@freebsd.org Subject: Re: Openoffice doesn't work with kernel+world built with Clang X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 22 Oct 2010 13:46:09 -0000 On Fri, Oct 22, 2010 at 10:53 AM, Dimitry Andric wrote: > On 2010-10-22 12:54, Renato Botelho wrote: >> >> I have a 9.0-current (r214167) amd64, kernel and world built >> with clang and all ports built with gcc, and i cannot start >> openoffice anymore, it shows splash, start to go up and die. >> >> If I reinstall world+kernel built with gcc openoffice works fine. >> >> The is a ktrace result available [1], let me know if you need >> more information or tests. >> >> Thanks >> >> [1] - http://people.freebsd.org/~garga/ktrace.out > > I guess the permissions of that file are still 700? =A0I get "403 - > Forbidden". :) > I ran ktrace -di to collect information of child processes, here is the result: http://people.freebsd.org/~garga/ktrace-error2.txt.gz --=20 Renato Botelho