From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 1 17:30:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 906F3106564A for ; Sun, 1 Jul 2012 17:30:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 686A88FC12 for ; Sun, 1 Jul 2012 17:30:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q61HUBFN053306 for ; Sun, 1 Jul 2012 17:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q61HUBG2053305; Sun, 1 Jul 2012 17:30:11 GMT (envelope-from gnats) Resent-Date: Sun, 1 Jul 2012 17:30:11 GMT Resent-Message-Id: <201207011730.q61HUBG2053305@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Oliver Hartmann Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A44E71065670 for ; Sun, 1 Jul 2012 17:24:23 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 860DE8FC0C for ; Sun, 1 Jul 2012 17:24:23 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q61HONgt018435 for ; Sun, 1 Jul 2012 17:24:23 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q61HONxM018428; Sun, 1 Jul 2012 17:24:23 GMT (envelope-from nobody) Message-Id: <201207011724.q61HONxM018428@red.freebsd.org> Date: Sun, 1 Jul 2012 17:24:23 GMT From: Oliver Hartmann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/169581: editors/libreoffice: X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jul 2012 17:30:11 -0000 >Number: 169581 >Category: ports >Synopsis: editors/libreoffice: >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 01 17:30:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Oliver Hartmann >Release: FreeBSD 10.0-CURRENT/amd64 >Organization: FU Berlin >Environment: >Description: After two days ago's successful compilation of LibreOffice 3.5.2_2 by temporalryly deleting devel/boost-libs and devel/boost-jam, now the port fails AGAIN(!) and is unwilling to compile: [...] [ build CXX ] avmedia/source/viewer/mediawindow_impl [ build LNK ] Library/libavmedialo.so clang++: warning: argument unused during compilation: '-rpath=/usr/lib:/usr/local/lib' [ build CMP ] avmedia/util/avmedia [ build CXX ] avmedia/source/gstreamer/gstmanager [ build CXX ] avmedia/source/gstreamer/gstplayer /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.4.2/avmedia/source/gstreamer/gstplayer.cxx:383:26: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] DBG( "seek to: %"SAL_PRIdINT64" ns original: %lf s", gst_position, fTime ); ^ 1 error generated. gmake[2]: *** [/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.4.2/workdir/unxfbsd.pro/CxxObject/avmedia/source/gstreamer/gstplayer.o] Error 1 dmake: Error code 2, while making 'all' ----------------------------------------------------------------------- Oh dear - something failed during the build - sorry ! For more help with debugging build errors, please see the section in: http://wiki.documentfoundation.org/Development internal build errors: ERROR: error 65280 occurred while making /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.4.2/canvas/prj ERROR: error 65280 occurred while making /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.4.2/avmedia/prj it seems you are using a threaded build, which means that the actual compile error is probably hidden far above, and could be inside any of these other modules: avmedia please re-run build inside each one to isolate the problem. ----------------------------------------------------------------------- /usr/local/bin/bash cd /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.4.2 source ./Env.Host.sh cd canvas gmake clean # optional gmake -r when the problem is isolated and fixed exit and re-run 'make' from the top-level gmake[1]: *** [build] Error 1 gmake[1]: Leaving directory `/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.4.2' gmake: *** [source-env-and-recurse] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/editors/libreoffice. *** [build] Error code 1 Stop in /usr/ports/editors/libreoffice. ===>>> make failed for editors/libreoffice ===>>> Aborting update ===>>> Update for editors/libreoffice failed ===>>> Aborting update >How-To-Repeat: Simply update or compile editors/libreoffice on FreeBSD 10-CURRENT/amd64 or FreeBSD 9-STABLE/amd64. The port will fail installing or updating if you have a mature ports installation, as it is the case on systems that are used for work and not just for fun. >Fix: >Release-Note: >Audit-Trail: >Unformatted: