From owner-freebsd-office@FreeBSD.ORG Sat Jun 14 11:29:26 2014 Return-Path: Delivered-To: freebsd-office@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 169E77B0 for ; Sat, 14 Jun 2014 11:29:26 +0000 (UTC) Received: from mail-vc0-x242.google.com (mail-vc0-x242.google.com [IPv6:2607:f8b0:400c:c03::242]) (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 CBC8D27A5 for ; Sat, 14 Jun 2014 11:29:25 +0000 (UTC) Received: by mail-vc0-f194.google.com with SMTP id ij19so878123vcb.9 for ; Sat, 14 Jun 2014 04:29:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=xq0J232T9KuELgrljBIf0c5EcpcgGy1whthxANCyPlc=; b=UGy415UifNGAqJPg8oH00e6ePZigdBjuu/94/XzXnsb9Ru9YZEXoK4ewDwYPPX/BFz 9ReCvRh2igFyiV0mjGO9YRfGtxL7F7aKkqi/U9ReE0sfIrLQtaHrEr8b2HmpiyLyE6AY T4cJD4H25N+UQp8NNmq30N8YpqLOD9qKQFls+U2CasKDyknR2vy8pUXwq3szwKcugYDm Z0BQm4DspB7lSnjAmDoHjsv3iQslNQBLsv4YV5tPsbwefLl+S8qKRVdY9pnEo4eQI4wj HCclnndxKnmbkaHB5rE2wQwy10VO/O8wXd4b+ufIAQ5iR8VECuJK33e0das764XQH+W5 Tlrg== MIME-Version: 1.0 X-Received: by 10.58.210.68 with SMTP id ms4mr6452826vec.6.1402745364815; Sat, 14 Jun 2014 04:29:24 -0700 (PDT) Received: by 10.221.38.134 with HTTP; Sat, 14 Jun 2014 04:29:24 -0700 (PDT) Date: Sat, 14 Jun 2014 13:29:24 +0200 Message-ID: Subject: 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 11:29:26 -0000 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