From owner-freebsd-office@FreeBSD.ORG Sat Jun 14 12:29:53 2014 Return-Path: Delivered-To: freebsd-office@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9E051E76 for ; Sat, 14 Jun 2014 12:29:53 +0000 (UTC) Received: from mail-vc0-x232.google.com (mail-vc0-x232.google.com [IPv6:2607:f8b0:400c:c03::232]) (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 5B6242C0A for ; Sat, 14 Jun 2014 12:29:53 +0000 (UTC) Received: by mail-vc0-f178.google.com with SMTP id ij19so3391759vcb.9 for ; Sat, 14 Jun 2014 05:29:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=/83dYU0JzWPNOqSox8agJgoADLGpdMl2jQGyHwtAmbE=; b=OQMoDb46x0CrDhDnB9foNQg7rCInFmG03Ehja6S4AgW6U1mQoMAKpS5baYmEPqfcT9 iLFRwfL8HvbtUIio7dU2F4Mri2Uv3/edibCKP9FbvD1Bn4rkT3h0xh596sdripZPMn5H gHE3nlikNlLqxL3NXeBHkGSyww+1CMBXA5n/Cpghl4DgqHt0qo2lLB54wQnOMrCMc2o8 De71SEoFkP9bX4Zrltcl0DG2aOYc8QU7UaBSwdvWe+/DuUjeodViHKwI2hb+V8AZK0rz 0FH303va2nbUWvaWCVo+pFGGu/BGSz0BuqSy20R4KOPCdK7hCzkYrjWEJo1fPp09rVJ+ IUBA== MIME-Version: 1.0 X-Received: by 10.52.164.70 with SMTP id yo6mr54001vdb.67.1402748992268; Sat, 14 Jun 2014 05:29:52 -0700 (PDT) Received: by 10.221.38.134 with HTTP; Sat, 14 Jun 2014 05:29:52 -0700 (PDT) In-Reply-To: References: Date: Sat, 14 Jun 2014 14:29:52 +0200 Message-ID: Subject: Re: libreoffice-4.2.4 fails to build on CURRENT From: Carlos Jacobo Puga Medina To: freebsd-office@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jun 2014 12:29:53 -0000 2014-06-14 13:29 GMT+02:00 Carlos Jacobo Puga Medina : > Hi folks, > > I tried to build LO with the following port options: > % make -C /usr/ports/editors/libreoffice showconfig > ===> The following configuration options are available for > libreoffice-4.2.4: > CUPS=on: CUPS printing system support > DEBUG=off: Build with debugging support > GNOME=off: GNOME desktop environment support > GTK2=off: GTK+ 2 GUI toolkit support > GTK3=on: GTK+ 3 GUI toolkit support > JAVA=off: Add java support (XML Filters, macros) > KDE4=off: KDE 4 desktop environment support > MMEDIA=on: Enable multimedia backend for impress > PGSQL=off: Build with PostgreSQL-SDBC driver > SDK=off: Build with SDK > SYSTRAY=off: Enable systemtray quickstarter > TEST=off: Run all regression tests > VERBOSE=off: Increase build verbosity > WEBDAV=off: Enable webdav protocol > ===> Use 'make config' to modify these settings > > My 'uname -a' output: > > FreeBSD bigbox.underbuild.com 11.0-CURRENT FreeBSD 11.0-CURRENT #0 > r267398: Fri Jun 13 01:45:06 CEST 2014 charly@bigbox.underbuild.com:/usr/obj/usr/src/sys/PROD > i386 > > Build fails: > > [build CXX] bridges/source/cpp_uno/gcc3_linux_intel/except.cxx > In file included from > /usr/ports/editors/libreoffice/work/libreoffice-4.2.4.2/bridges/source/cpp_uno/gcc3_linux_intel/except.cxx:43: > /usr/ports/editors/libreoffice/work/libreoffice-4.2.4.2/bridges/source/cpp_uno/gcc3_linux_intel/share.hxx:72:54: > error: functions that differ only in their return type cannot be overloaded > extern "C" CPPU_CURRENT_NAMESPACE::__cxa_eh_globals *__cxa_get_globals () > throw(); > ^ > /usr/include/c++/v1/cxxabi.h:190:19: note: previous declaration is here > __cxa_eh_globals *__cxa_get_globals(void); > ^ > /usr/ports/editors/libreoffice/work/libreoffice-4.2.4.2/bridges/source/cpp_uno/gcc3_linux_intel/except.cxx:185:32: > error: unknown type name '__si_class_type_info' > rtti = new __si_class_type_info( > ^ > /usr/ports/editors/libreoffice/work/libreoffice-4.2.4.2/bridges/source/cpp_uno/gcc3_linux_intel/except.cxx:191:32: > error: unknown type name '__class_type_info' > rtti = new __class_type_info( strdup( rttiName ) ); > ^ > 3 errors generated. > gmake[3]: *** > [/usr/ports/editors/libreoffice/work/libreoffice-4.2.4.2/workdir/CxxObject/bridges/source/cpp_uno/gcc3_linux_intel/except.o] > Error 1 > gmake[3]: Leaving directory > `/usr/ports/editors/libreoffice/work/libreoffice-4.2.4.2' > gmake[2]: *** [build] Error 2 > gmake[2]: Leaving directory > `/usr/ports/editors/libreoffice/work/libreoffice-4.2.4.2' > ===> Compilation failed unexpectedly. > Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to > the maintainer. > *** Error code 1 > > Stop. > make[1]: stopped in /usr/ports/editors/libreoffice > *** Error code 1 > > Stop. > make: stopped in /usr/ports/editors/libreoffice > > ===>>> make failed for editors/libreoffice > ===>>> Aborting update > > ===>>> Update for editors/libreoffice failed > ===>>> Aborting update > > Regards > > --CJPM > > Mmm, I just saw the r357744 [1]. Thanks to jkim :) [1] http://svnweb.freebsd.org/ports?view=revision&revision=357744