From owner-freebsd-office@FreeBSD.ORG Sat May 11 20:59:23 2013 Return-Path: Delivered-To: office@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B04DC945 for ; Sat, 11 May 2013 20:59:23 +0000 (UTC) (envelope-from pali.gabor@gmail.com) Received: from mail-oa0-f52.google.com (mail-oa0-f52.google.com [209.85.219.52]) by mx1.freebsd.org (Postfix) with ESMTP id 8279D8C1 for ; Sat, 11 May 2013 20:59:23 +0000 (UTC) Received: by mail-oa0-f52.google.com with SMTP id h1so6096671oag.39 for ; Sat, 11 May 2013 13:59:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=ZmXV7O48AbeHaeP7wVSyuLQa5SujVGYpojo6W/VwPjM=; b=P+FRfpPU/4guNRBE/nzMNuJpdKZrqLQSoGTlxDGnogabQ1xOOi3uM6063UwUfGDFQv DpL1g1GnL1bdLQB9TZu4gOPrmtLTrdyW6Cz36jyH1AwwxtSiHmuqvr9JkgP/ANUnSYge BBJD50Ch0Sbo6GtF6DD0I0PyJ22YDgA9FcmOW9OFhGfdR3V1mbEO0oGLK9OUkFGQbPuQ uyll3lpQo+XwVwD2VpPg5VBi7yuJeY9kO/0bKd3XKvzcYy+t5YaeoCMshMtzHzFEPZZM H87um7nMLG1c0n0yByhAB/NRmmKNxp9sc91rWiErodxi4g7umggGNH+dmyZX626txbQa G4cA== MIME-Version: 1.0 X-Received: by 10.60.79.33 with SMTP id g1mr9841128oex.51.1368305957558; Sat, 11 May 2013 13:59:17 -0700 (PDT) Sender: pali.gabor@gmail.com Received: by 10.182.246.34 with HTTP; Sat, 11 May 2013 13:59:17 -0700 (PDT) In-Reply-To: <518E129C.9010208@coosemans.org> References: <518D61C1.7020402@gmail.com> <518E129C.9010208@coosemans.org> Date: Sat, 11 May 2013 22:59:17 +0200 X-Google-Sender-Auth: rxMXX5DnU4MexDihuGH16rj11Xw Message-ID: Subject: Re: Fixing USE_GCC for LibreOffice on i386 From: Gabor Pali To: Tijl Coosemans Content-Type: text/plain; charset=ISO-8859-1 Cc: office@freebsd.org X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 May 2013 20:59:23 -0000 On Sat, May 11, 2013 at 11:42 AM, Tijl Coosemans wrote: > It has always worked fine for me on i386 with clang. I suspect that > some libreoffice dependency got compiled with lang/gcc* and therefore > links with /usr/local/lib/gcc*/libstdc++.so.6 while a clang compiled > libreoffice links with /usr/lib/libstdc++.so.6. This problem persists for me even if I build the port in a clean-room environment (i.e. a 9.0-RELEASE poudriere jail). Note that this is 9.1-RELEASE. I tried to track down the problem -- all I got is a backtrace for the crash, but I could not investigate this further as GDB (7.5.1) was not able to fully work with the Clang-generated binary (*). (*) I was told that it may be because GDB is known to not read all DWARF information generated by Clang.