From owner-freebsd-ports@FreeBSD.ORG Tue Nov 29 13:06:47 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3663106564A for ; Tue, 29 Nov 2011 13:06:46 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id B082A8FC13 for ; Tue, 29 Nov 2011 13:06:46 +0000 (UTC) Received: by ghbg20 with SMTP id g20so7937139ghb.13 for ; Tue, 29 Nov 2011 05:06:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=g+5CQ94lSiY1OuEp/ANeyz/9Vz0b6tLzBfhz3eN5d2U=; b=MgJIn+6Otm7nPJ8F9/t4nE2mPswVQiWaC3Kv46E2uiB96KmN1IftUHNdWwVdQDD8YJ liiWpBp5pho6Ymmi2q9wjviBUDIk4PtUR0dQg8Y56MP5x6JW3cM5DcFfpjCZqm9i15wg Vb4+mBIjjNIHopeX09AgAAYZxu2iS2AGj3JWE= MIME-Version: 1.0 Received: by 10.50.40.198 with SMTP id z6mr36227037igk.39.1322572005660; Tue, 29 Nov 2011 05:06:45 -0800 (PST) Received: by 10.231.12.139 with HTTP; Tue, 29 Nov 2011 05:06:45 -0800 (PST) Received: by 10.231.12.139 with HTTP; Tue, 29 Nov 2011 05:06:45 -0800 (PST) In-Reply-To: <4ED4AC04.4070500@ifdnrg.com> References: <4ED3F635.4070908@ifdnrg.com> <20179.64328.692797.715521@jerusalem.litteratus.org> <4ED4AC04.4070500@ifdnrg.com> Date: Tue, 29 Nov 2011 13:06:45 +0000 Message-ID: From: Chris Rees To: Paul Macdonald Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Robert Huff , freebsd-ports@freebsd.org Subject: Re: ape-project 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: Tue, 29 Nov 2011 13:06:47 -0000 On 29 Nov 2011 10:35, "Paul Macdonald" wrote: > > On 28/11/2011 21:21, Robert Huff wrote: >> >> [note change to more appropriate mailing list] >> >> Paul Macdonald writes: >> >>> I've got a client wanting to use this. >>> >>> http://www.ape-project.org/ >>> >>> its not in ports, and won't build even after some gentle caressing. >>> >>> for reference, the easily solved issues were: >>> bash path >>> dep on zip, >>> >>> but beyond this it's still failing. >>> >>> Has anyone else got this working on BSD yet? >> >> If they haven't ... and you'll tell us exactly how it's >> breaking (symptoms, error messages) ... we may be able to help. >> > > there are several parts to the included build.sh script that go ok, at the point it fails its > "../config/autoconf.mk", line 68: Missing dependency operator > "../config/autoconf.mk", line 70: Need an operator > "../config/autoconf.mk", line 72: Need an operator > "../config/autoconf.mk", line 282: Need an operator > "../config/autoconf.mk", line 351: Missing dependency operator > Unknown modifier ',' > > /home/paul/APE-Project-APE_Server-7368a9c/deps/js/src/config/autoconf.mk > > 68. TOP_DIST = dist > 69. ifneq (,$(filter /%,$(TOP_DIST))) > 70. DIST = $(TOP_DIST) > 71. else > 72. DIST = $(DEPTH)/$(TOP_DIST) > 73. endif > > > Errors withn context of outer build script > ... > checking for correct overload resolution with const and templates... no > checking for tm_zone tm_gmtoff in struct tm... (cached) yes > checking for posix_fallocate... no > checking for setlocale... (cached) yes > checking for localeconv... (cached) yes > creating ./config.status > creating config/autoconf.mk > creating js-config.h > js-config.h is unchanged > config/autoconf.mk is unchanged > invoking make to create js-config script > gmake: `js-config' is up to date. > Unknown modifier ' ' > > "./config/autoconf.mk", line 68: Missing dependency operator > "./config/autoconf.mk", line 70: Need an operator > "./config/autoconf.mk", line 72: Need an operator > "./config/autoconf.mk", line 282: Need an operator > "./config/autoconf.mk", line 351: Missing dependency operator > Unknown modifier ',' > > No closing parenthesis in archive specification > "./config/autoconf.mk", line 355: Error in archive specification: "" > Unknown modifier ' ' > > "./config/autoconf.mk", line 356: Need an operator > "./config/autoconf.mk", line 357: Need an operator > Error expanding embedded variable. > gcc -D_GNU_SOURCE -Wall -g -minline-all-stringops -rdynamic -I ./deps/udns-0.0.9/ src/entry.c src/sock.c src/hash.c src/handle_http.c src/cmd.c src/users.c src/channel.c src/config.c src/json.c src/json_parser.c src/plugins.c src/http.c src/extend.c src/utils.c src/ticks.c src/base64.c src/pipe.c src/raw.c src/events.c src/event_kqueue.c src/event_epoll.c src/event_select.c src/transports.c src/servers.c src/dns.c src/sha1.c src/log.c src/parser.c src/md5.c -o bin/aped -ldl -lm -lpthread ./deps/udns-0.0.9/libudns.a -I ./deps/udns-0.0.9/ > src/events.c: In function 'events_free': > src/events.c:47: error: 'struct _fdevent' has no member named 'events' > *** Error code 1 > > Stop in /home/paul/APE-Project-APE_Server-7368a9c. > MODULES > "Makefile", line 1: Could not find ./plateform.mk > "Makefile", line 6: Missing dependency operator > "Makefile", line 8: Need an operator > "Makefile", line 10: Need an operator > "Makefile", line 18: Need an operator > "Makefile", line 19: Need an operator > "Makefile", line 27: warning: duplicate script for target "modules" ignored > "Makefile", line 29: Need an operator > make: fatal errors encountered -- cannot continue > USE_GMAKE= yes Chris