From owner-freebsd-questions@FreeBSD.ORG Fri May 29 13:56:46 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5AB4710657D3 for ; Fri, 29 May 2009 13:56:46 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (113901-app1.sourcehosting.net [72.32.213.11]) by mx1.freebsd.org (Postfix) with ESMTP id B87738FC20 for ; Fri, 29 May 2009 13:56:43 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from 68-189-245-235.dhcp.oxfr.ma.charter.com ([68.189.245.235] helo=Gregory-Larkins-Computer.local) by mail1.sourcehosting.net with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1MA2Zc-0004Ti-1m; Fri, 29 May 2009 09:56:42 -0400 Received: from [127.0.0.1] (fireball.entropy.prv [192.168.1.12]) by Gregory-Larkins-Computer.local (Postfix) with ESMTP id 69CA52F2BB6A; Fri, 29 May 2009 09:56:40 -0400 (EDT) Message-ID: <4A1FE99A.2040802@FreeBSD.org> Date: Fri, 29 May 2009 09:56:42 -0400 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Erik Norgaard References: <4A1F95DE.9080501@locolomo.org> <4A1FDE51.5050604@FreeBSD.org> <4A1FE330.4050105@locolomo.org> In-Reply-To: <4A1FE330.4050105@locolomo.org> X-Enigmail-Version: 0.95.7 OpenPGP: id=1C940290 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: -0.1 (/) Cc: questions@freebsd.org Subject: Re: libapreq2 broken? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: glarkin@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 May 2009 13:56:51 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Erik Norgaard wrote: > Greg Larkin wrote: > >> I can confirm that this is also a problem on 7.0-RELEASE with Perl 5.8.9 >> installed. I'm pretty sure I've seen an error like this while working >> on a port a few months back. I'll take a look and see if I can jog my >> memory about what the solution was. > > Thanks, I had it working on 7.1-STABLE with Perl 5.8.8, libapreq2 2.08 > and gmake 3.80, now I have Perl 5.10.0 gmake 3.81 on 7.2-STABLE trying > to install libapreq2 2.12. > > BR, Erik > Hi Erik, Please update your ports tree, then apply this patch: http://people.freebsd.org/~glarkin/diffs/libapreq2.diff I reinstalled the port successfully like so: make WITH_MODPERL2=yes install clean Whenever the error message "make: don't know how to make w" appears in a port build, it indicates that the port requires gmake to build properly, but some Makefile is calling the BSD make instead. That's caused if "make" is called directly or if the Makefile sets MAKE=make and calls a subdirectory Makefile. If this patch solves the problem, I'll ask skv@FreeBSD.org to commit it for you. Cheers, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFKH+ma0sRouByUApARAgHuAJ42HkTf12DwdbRq4Z8NlN21GKPw7gCfaTp4 1mU47NIMiDP7+np2+6QyHCs= =IPtu -----END PGP SIGNATURE-----