From owner-freebsd-ports@FreeBSD.ORG Fri Jul 13 22:46:11 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AC5C7106566B; Fri, 13 Jul 2012 22:46:11 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by mx1.freebsd.org (Postfix) with ESMTP id A51498FC12; Fri, 13 Jul 2012 22:46:10 +0000 (UTC) Received: by wibhr14 with SMTP id hr14so855514wib.13 for ; Fri, 13 Jul 2012 15:46:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=OorsBlgAlno2OHZuGJZMiqpyeeLielhp4yvbxGnqdQg=; b=kWZLmXHj/mtld0nWQx7A2kpMeHMzJyMfnerXMPOt7pK7xRVI9mesnTGj915p9NVfbk Ca1+narFsyji+MRRa8mtoEpD/BxXsAkNA9CDNrJ6AxXdFgS4FrOCR0H67/0C3EjN5puo 74eK6zBuhNbS5eIIC2kQyc7A1LBMO3S1/iGGSEso1mAJLYo65b5lPAl49hobmCwywEdx fHeU9R5rrzwhs0QTOhxLSLIrBKtZcrodLaPgpwxX5GWvD1KYPiYkQWkCHV3z0BYGP8Nt GIThGG6Q2VwRzZDIMeB0T7EFDgVUUf44LZE0bMupZrLa+xndu3NJ1/p43Uprji0bY3E4 V+ng== MIME-Version: 1.0 Received: by 10.180.99.196 with SMTP id es4mr1023099wib.18.1342219569604; Fri, 13 Jul 2012 15:46:09 -0700 (PDT) Received: by 10.223.88.217 with HTTP; Fri, 13 Jul 2012 15:46:09 -0700 (PDT) In-Reply-To: <5000A3B9.4070703@FreeBSD.org> References: <4FF15A89.3000204@eskk.nu> <4FF2E349.5000202@FreeBSD.org> <20120704191351.GB70705@server.rulingia.com> <4FF49F51.8070600@FreeBSD.org> <4FFBD734.5030909@FreeBSD.org> <4FFFE2B7.7040303@FreeBSD.org> <20120713102704.GF49382@ithaqua.etoilebsd.net> <500081F7.800@FreeBSD.org> <50009C24.3060104@FreeBSD.org> <5000A3B9.4070703@FreeBSD.org> Date: Fri, 13 Jul 2012 15:46:09 -0700 Message-ID: From: Kevin Oberman To: Jung-uk Kim Content-Type: text/plain; charset=UTF-8 Cc: Warren Block , Baptiste Daroussin , Dimitry Andric , Olivier Smedts , freebsd-ports@freebsd.org, Leslie Jensen , Peter Jeremy Subject: Re: make failed for editors/libreoffice X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2012 22:46:11 -0000 On Fri, Jul 13, 2012 at 3:39 PM, Jung-uk Kim wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 2012-07-13 18:07:32 -0400, Dimitry Andric wrote: >> On 2012-07-13 22:15, Jung-uk Kim wrote: ... >>> It is mmap'ing an empty file and that's the root cause. Try >>> move ${LOCALBASE}/lib/libreoffice/program/addin/.keep away and >>> try again, e.g., >>> >>> mv ${LOCALBASE}/lib/libreoffice/program/addin/.keep /tmp >>> >>> At least, it worked for me. :-) >> >> FWIW, I've finally managed to free up some disk space and time to >> build the whole thing, and it seems to work for me. Calc runs too, >> after getting rid of the .keep file! >> >> So in r238429 I have now committed the fix for clang. I will >> attempt to get this merged into stable/9 before release. > > I saw that, thanks! > >> Is there anything I can do to make it easier for the port to detect >> that clang is fixed? I'm not sure bumping __FreeBSD_version just >> for something like this is worth it... > > No, I don't think it is worth the trouble. If we really need it, we > can use 1000015 for head as it was bumped yesterday. Then, when we > enter release cycle and 9.1 is branched, we may use 901000. > > Jung-uk Kim Sounds fine as long as both changes are documented. I am sure that you would, but it is easy to overlook when two changes are tied to one OSVERSION. (Not that my opinion is too significant as I don't commit anything, but I do deal with the fallout.) -- R. Kevin Oberman, Network Engineer E-mail: kob6558@gmail.com