From owner-freebsd-current@FreeBSD.ORG Fri Oct 22 13:16:24 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 4C5A61065674; Fri, 22 Oct 2010 13:16:24 +0000 (UTC) (envelope-from rbgarga@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id A0AF58FC1A; Fri, 22 Oct 2010 13:16:23 +0000 (UTC) Received: by wwb24 with SMTP id 24so845553wwb.31 for ; Fri, 22 Oct 2010 06:16:22 -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=fvMm9+rDAxC2iyM1GTfbetBUXZFLyebHErIdZLpoxA4=; b=JDF8frYEkk/aPtIHZUeOZs3PfU/S6qtWjuN2xIG/OASytyF+ObeFircgedy5AdonvW ZgcgPldoXkKHKGLLAEBHFAQC9oBuYrNiCxvPkFQf3UXyEpR4CnZfkSP4B4Hzj5cfZUny JSAByn4MPbT5XayI/FKID8S+0bhf7B2WS3BMM= 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=rRQbQjiKlBV23Is0td3pSrtpkM4meAE9GODDaLTz7r5aPOnd8/8srx/uzMMJxhB2He TfBoa1OyJrZzcbsFA4tggZvyaRRKTinIwKn5Fj2FfRLmbJ5OzOOao++aTThw6DnFdQUN YJRx9eye+9+Oq89MrcYd1JnCMRqXJkNs/1+Hc= Received: by 10.216.242.12 with SMTP id h12mr2568812wer.26.1287753381454; Fri, 22 Oct 2010 06:16:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.15.153 with HTTP; Fri, 22 Oct 2010 06:16:01 -0700 (PDT) In-Reply-To: <4CC18958.6050104@FreeBSD.org> References: <4CC18958.6050104@FreeBSD.org> From: Renato Botelho Date: Fri, 22 Oct 2010 11:16:01 -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:16:24 -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've added a dumped version to make it easy: http://people.freebsd.org/~garga/ktrace-error.txt.gz --=20 Renato Botelho