From owner-freebsd-bugs@FreeBSD.ORG Fri Jun 15 16:03:32 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 E92901065670; Fri, 15 Jun 2012 16:03:32 +0000 (UTC) (envelope-from jb.1234abcd@gmail.com) Received: from mail-gh0-f182.google.com (mail-gh0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 919108FC0A; Fri, 15 Jun 2012 16:03:32 +0000 (UTC) Received: by ghbz22 with SMTP id z22so2840465ghb.13 for ; Fri, 15 Jun 2012 09:03:32 -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=8sJE1KVtAz0uWBpF6UK54254EW/hNavKj3XS0LATgls=; b=F2b6N4dXQQgOho0OCuDbv/JtaM/B+C2FTmUraIc/p3RIIYc4B4wGVrbhZQh/2VhG2V peH7a2+Z0vJIEYmpupigYhbqONVucHNuqc2U5XSbQ/lijh2O8/qkAriFT4D+r12gCwS1 Fq2VVxfYP9WuC/0dz2m7Gt3gE1NgCSRhUyQa8DYHmcoi/ZAxBkyxxD1rnjOCdeftFBk/ 7Pfwygo5oxAuVmMvo/XqlmCUydh5d6szwS9fWHmKjyoVjAvft834x4Ko74EI8LGSvuQ4 dLq4OTxAaDAM7eYZ39lae1lltMioZZkbAcrmpCJT108ZaWi3QSkOF2QOwoceze6xebzW YIIw== MIME-Version: 1.0 Received: by 10.236.190.5 with SMTP id d5mr8557841yhn.49.1339776211951; Fri, 15 Jun 2012 09:03:31 -0700 (PDT) Received: by 10.146.203.9 with HTTP; Fri, 15 Jun 2012 09:03:31 -0700 (PDT) Date: Fri, 15 Jun 2012 18:03:31 +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 16:03:33 -0000 /usr/local/bin/bash cd /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2 source ./Env.Host.sh cd vcl 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.2.2' gmake: *** [source-env-and-recurse] Error 2 *** Error code 1 Stop in /usr/ports/editors/libreoffice. *** Error code 1 OK. I did as instructed above (up to 'gmake -r', and I got a clean compile. ... [ build MOD ] vcl 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/ && touch $W/Module/vcl [ build ALL ] top level modules: bootstrap src.downloaded vcl [ build ALL ] loaded modules: vcl [ build CHK ] vcl 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/vcl [ build CHK ] loaded modules: vcl [root@localhost /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/vcl]# It seems to be a clean compile. So, what is the problem ? If I do it all ('make') from the top level (as I have done it many times), it fails as documented here. What next ?