From owner-freebsd-bugs@FreeBSD.ORG Fri Jun 15 17:33:02 2012 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3F0EF1065672; Fri, 15 Jun 2012 17:33:02 +0000 (UTC) (envelope-from jb.1234abcd@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id DD0998FC20; Fri, 15 Jun 2012 17:33:01 +0000 (UTC) Received: by yenl8 with SMTP id l8so3094420yen.13 for ; Fri, 15 Jun 2012 10:33:01 -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=zxFKAHolWEVbuMen0OOUGOZltAhL4qxR/yzdV5dgs90=; b=nT72BPw1H0XAEQfghVR9nTblU7MJ0IBAZJnYZ12CjcksahMpM7fAlmyzmuDKmoPAhq Xr7mdT2OH0IMypUGisUIZVZFuhC81UpYwbWy0Q2Y5dbY2MxZjW8DwBS3nS+vZdmzMGYB rlHnSei/pu352nCErWI5dzBak6igQxhgqs7lJaXsFkcWtmh0Vfpyfx2VqwBLXBnBFnXr IhKYRbtaIIYYXzQHucwv8FD4q5Wdr8roVVkDIWvRwJy1fSUpDYUY6CLruZgr/BA9dVgO WfLFF6KhQR71+tkO2qRhLZFzMPVkmHDmUdccPD5XtDPGw9L9ZwlZyQWk1i2vHHzZRXig 1Ltg== MIME-Version: 1.0 Received: by 10.236.75.135 with SMTP id z7mr8907601yhd.111.1339781581281; Fri, 15 Jun 2012 10:33:01 -0700 (PDT) Received: by 10.146.203.9 with HTTP; Fri, 15 Jun 2012 10:33:01 -0700 (PDT) Date: Fri, 15 Jun 2012 19:33:01 +0200 Message-ID: From: J B To: FreeBSD-gnats-submit@freebsd.org, freebsd-bugs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: ports/168717: editors/libreoffice: does not compile X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jun 2012 17:33:02 -0000 I continued the previous "vlc error" step with 'make' in higher level dir: [root@localhost /usr/ports/editors/libreoffice]# make ... cppcanvas deliver Module 'cppcanvas' delivered successfully. 0 files copied, 0 files unchanged ----------------------------------------------------------------------- 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/lib reoffice-core-3.5.2.2/framework/prj it seems that the error is inside 'framework', please re-run build inside this module to isolate the error and/or test your fix: ----------------------------------------------------------------------- /usr/local/bin/bash cd /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2 source ./Env.Host.sh cd framework 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-cor e-3.5.2.2' gmake: *** [source-env-and-recurse] Error 2 *** Error code 1 Stop in /usr/ports/editors/libreoffice. *** Error code 1 Stop in /usr/ports/editors/libreoffice. [root@localhost /usr/ports/editors/libreoffice]# So, it continued compilations, and this time it died inside 'framework'. I followed up according to instructions and it seems I got a clean compile (as previously inside 'vcl'): ... [ build ALL ] top level modules: bootstrap src.downloaded framework [ build ALL ] loaded modules: framework [ build CHK ] framework R=/usr/ports/editors/libreoffice/work && S=$R/libreoffice-core-3.5.2.2 && O=$S/solver/unxfbsdi.pro && W=$S/workdir/unxfbsdi.pro && mkdir -p $W/Module/check/ && touch $W/Module/check/framework [ build CHK ] loaded modules: framework [root@localhost /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/framework]# So I continu with 'make' in top-level dir. jb