Return-Path: X-Original-To: apmail-lucy-user-archive@www.apache.org Delivered-To: apmail-lucy-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7E8A217FF4 for ; Thu, 11 Jun 2015 15:19:37 +0000 (UTC) Received: (qmail 65866 invoked by uid 500); 11 Jun 2015 15:19:37 -0000 Delivered-To: apmail-lucy-user-archive@lucy.apache.org Received: (qmail 65817 invoked by uid 500); 11 Jun 2015 15:19:37 -0000 Mailing-List: contact user-help@lucy.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@lucy.apache.org Delivered-To: mailing list user@lucy.apache.org Received: (qmail 65804 invoked by uid 99); 11 Jun 2015 15:19:36 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jun 2015 15:19:36 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 8F34C1A541D for ; Thu, 11 Jun 2015 15:19:36 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1 X-Spam-Level: * X-Spam-Status: No, score=1 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id tOF53IZsA7RO for ; Thu, 11 Jun 2015 15:19:32 +0000 (UTC) Received: from mail.blinde-kuh.de (erna.blindekuh.nexinto.com [194.195.10.110]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id AEDE225016 for ; Thu, 11 Jun 2015 15:19:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.blinde-kuh.de (Postfix) with ESMTP id 480351025B3 for ; Thu, 11 Jun 2015 17:19:25 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail2.blinde-kuh.de Received: from mail.blinde-kuh.de ([127.0.0.1]) by localhost (erna.blinde-kuh.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tmLxaVywFvVQ for ; Thu, 11 Jun 2015 17:19:23 +0200 (CEST) Received: from [172.29.33.80] (robot.blinde-kuh.de [213.39.236.66]) by mail.blinde-kuh.de (Postfix) with ESMTPSA id 7494B1025A6 for ; Thu, 11 Jun 2015 17:19:23 +0200 (CEST) Message-ID: <5579A6D6.9020108@blinde-kuh.de> Date: Thu, 11 Jun 2015 17:18:46 +0200 From: Kruno Sever User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: user@lucy.apache.org References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [lucy-user] Compiling Lucy 4.2 Strawberry 5.20 Am 30.03.2015 um 13:11 schrieb Thomas den Braber: > Hi, > > I am compiling version 4.2 on Strawberry 5.20 64-bit on Windows 7. > > I first have successfully compiled Clownfish and the Clownfish ::CFC > (version 4.2). How did you manage to do this? I have been trying around with various versions of Strawberry (5.18 to 5.22) on Win 8 today. It compiles but so far the tests fail to pass, preventing installation. Here the relevant snippets from the output: ... t/404-file.t ............... ok t/500-hierarchy.t .......... 1/21 utime for 't\cfbase\Animal.cfh' failed at t/500-hierarchy.t line 94. # Looks like you planned 21 tests but ran 18. # Looks like your test exited with 13 just after 18. t/500-hierarchy.t .......... Dubious, test returned 13 (wstat 3328, 0xd00) Failed 3/21 subtests ... and ... t/core/500-hierarchy.t ..... Can't set file time of 't\cfbase\Animal.cfh': Permission denied at t/core/500-hierarchy.t line 22. t/core/500-hierarchy.t ..... Dubious, test returned 13 (wstat 3328, 0xd00) Failed 26/44 subtests ... Those failures look like some permission problem, but I am already running the install with admin rights, so that shouldn't be an issue (?) I can force install the module, but I'd rather have the tests pass. Kruno