From owner-freebsd-office@FreeBSD.ORG Mon Sep 12 21:54:09 2011 Return-Path: Delivered-To: freebsd-office@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BCA25106566B for ; Mon, 12 Sep 2011 21:54:09 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 573EA8FC0C for ; Mon, 12 Sep 2011 21:54:09 +0000 (UTC) Received: by wyh15 with SMTP id 15so5114941wyh.13 for ; Mon, 12 Sep 2011 14:54:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=qLEHnGl0BOH2msYYq0vZirwKYmv7wKGHxh90kyLvnvU=; b=hOV8mgmohM4Ebw88eD/bHIyvvLQX5GYmF9ltConDqaJaTTrAO/vkDOj7jYgSJiXYY8 d0YjIJX3CissktFCzBtbLRCeZ0iL950FjFJLdwg1DAEnRMVoOKkXEsxoQ4njh+qMKp1X 3bUN4/DUQj3XViBQsW8dxg4EhxUrxPX36TzH8= Received: by 10.227.204.198 with SMTP id fn6mr286690wbb.96.1315862704591; Mon, 12 Sep 2011 14:25:04 -0700 (PDT) Received: from Melon.malikania.fr (197.21.102.84.rev.sfr.net [84.102.21.197]) by mx.google.com with ESMTPS id fa3sm17531595wbb.3.2011.09.12.14.25.02 (version=SSLv3 cipher=OTHER); Mon, 12 Sep 2011 14:25:03 -0700 (PDT) Message-ID: <4E6E7875.5060802@gmail.com> Date: Mon, 12 Sep 2011 23:24:05 +0200 From: David Demelier User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:6.0.2) Gecko/20110909 Thunderbird/6.0.2 MIME-Version: 1.0 To: freebsd-office@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: libreoffice fails to build X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2011 21:54:09 -0000 Hello, I'm trying to build the new version of editors/libreoffice but it fails here : ---------------------------------------------------------- - start unit test #3 on library ../../../unxfbsd.pro/lib/libosl_old_test_file.so ---------------------------------------------------------- OK (3) OK (1) OK (6) Making: qa_osl_file.lib Making: libosl_File.so ---------------------------------------------------------- : && LD_LIBRARY_PATH=/usr/ports/editors/libreoffice/work/libreoffice-bootstrap-3.4.3.2/clone/ure/sal/unxfbsd.pro/lib:/usr/ports/editors/libreoffice/work/libreoffice-bootstrap-3.4.3.2/solver/340/unxfbsd.pro/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}} ../../../unxfbsd.pro/bin/cppunittester ../../../unxfbsd.pro/lib/libosl_File.so - start unit test #1 on library ../../../unxfbsd.pro/lib/libosl_File.so ---------------------------------------------------------- Attributes: Remote Total space: 1037285376 Used space: 420638720 Free space: 616646656 max name length: 255 max path length: 1024 OK (39) ----------------------------------------------------------------------- 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-bootstrap-3.4.3.2/sal/qa/osl/security it seems that the error is inside 'sal', please re-run build inside this module to isolate the error and/or test your fix: ----------------------------------------------------------------------- rm -Rf /usr/ports/editors/libreoffice/work/libreoffice-bootstrap-3.4.3.2/sal/unxfbsd.pro # optional module 'clean' /usr/local/bin/bash cd /usr/ports/editors/libreoffice/work/libreoffice-bootstrap-3.4.3.2 source ./FreeBSDAMDEnv.Set.sh cd sal build when the problem is isolated and fixed exit and re-run 'make' from the top-level gmake: *** [all] Error 1 *** Error code 1 This happens on FreeBSD 8.2-STABLE amd64. Cheers, -- David Demelier