From owner-freebsd-current@FreeBSD.ORG Fri Dec 21 12:44:30 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72EFE16A420 for ; Fri, 21 Dec 2007 12:44:30 +0000 (UTC) (envelope-from mozolevsky@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.freebsd.org (Postfix) with ESMTP id 9AB1713C455 for ; Fri, 21 Dec 2007 12:44:29 +0000 (UTC) (envelope-from mozolevsky@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so853309uge.37 for ; Fri, 21 Dec 2007 04:44:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=yVzlb8Fk4+mo+9RePB9t+RvP8CrFif+piJcyHM0wRbI=; b=N8uJHDwBHhLIvprfy7VH/7OaM+KV+LmT7g8tAlNeGJygDMtYOUZ66PdG0IUVUVHmdQfNbTJOPpCNm4ZbFjNYhN/uNRc5GQnKm7twobJdoWOGfpD6F7BLzAwPSxYuWO/haGiYw53QnnCEgn90Dn7E/03JcsAZAGF+VOBF1SEsn2Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=SbWz4sgpBHtgM9P8iiB48+4XCPFJKa54qAOKJdhEp7oShXdkxgzL/455hoa34cgUFq7mK6eylQp3M9Zyu65dfXrXD5e4UF0IJGm5fspMXSDBmu9SicUdiYyR3GOf21Vl2fIIGmYaGKdxa14EgXmdOGnn0LLvaOXCCPIXVMdmuk8= Received: by 10.67.116.2 with SMTP id t2mr4653955ugm.62.1198239369337; Fri, 21 Dec 2007 04:16:09 -0800 (PST) Received: by 10.66.248.11 with HTTP; Fri, 21 Dec 2007 04:16:09 -0800 (PST) Message-ID: Date: Fri, 21 Dec 2007 12:16:09 +0000 From: "Igor Mozolevsky" Sender: mozolevsky@gmail.com To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 531aa9f1fca79bf4 Subject: [7.0b4] make bails for perl 5.8.8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Dec 2007 12:44:30 -0000 Hi all, Building perl 5.8.8 from tarball on amd64 (don't know about x86, don't have a machine to test it with) with just ./Configure && make causes make to bail out with:- "make: don't know how to make . Stop" Is this some change in bsdmake that perl doesn't know about or a sign of something more sinister? Cheers, -- IM