From owner-freebsd-current@FreeBSD.ORG Tue Jun 4 22:15:48 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 00D89FEE; Tue, 4 Jun 2013 22:15:47 +0000 (UTC) (envelope-from mdf356@gmail.com) Received: from mail-oa0-x232.google.com (mail-oa0-x232.google.com [IPv6:2607:f8b0:4003:c02::232]) by mx1.freebsd.org (Postfix) with ESMTP id B65871ED0; Tue, 4 Jun 2013 22:15:47 +0000 (UTC) Received: by mail-oa0-f50.google.com with SMTP id l20so601899oag.9 for ; Tue, 04 Jun 2013 15:15:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=H8eiu1gGZDuF4R5RI57WwdR8NAoVLQ40ogRapBOoAgI=; b=XNvf2PZ4mxG253hOG+ryxximWtQ+KwRG5d/XmfJylZGcI5+xv4dE8O8GHuf67KXyWw AVC0OmsFl0hrLCvFuWOo7SIZAl1S/UbfBZDsQUtsBAvYkZR4TPlYxnN1h/7f+H5pXPge yctUjDq3tJ6hVKguCYyDl3khjrYjM2JVQaPc4idu88qZI0dZy5P4lrSf3gzyj/SWBmBg XFvC1Bhrkq0J+sdGMWImgqiFHhXnFyk/6CFziwN8l+eReY+s0r2ugOE4HmbuBzNNgznb HrGP7UNzC2Psfsow2V0Rr/LpXwCruPXbkunCf0xbIkbS01As3vjc2ZuFzealntVvKZ0b 5SqA== MIME-Version: 1.0 X-Received: by 10.60.46.9 with SMTP id r9mr1382930oem.50.1370384147356; Tue, 04 Jun 2013 15:15:47 -0700 (PDT) Sender: mdf356@gmail.com Received: by 10.182.237.100 with HTTP; Tue, 4 Jun 2013 15:15:47 -0700 (PDT) In-Reply-To: References: Date: Tue, 4 Jun 2013 15:15:47 -0700 X-Google-Sender-Auth: tWHlP6KnpvIDq0C_V3vjbrvErhA Message-ID: Subject: Re: Cannot build ports on fresh 10.0 From: mdf@FreeBSD.org To: hiren panchasara Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-current@freebsd.org" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 04 Jun 2013 22:15:48 -0000 On Tue, Jun 4, 2013 at 3:07 PM, hiren panchasara wrote: > On Tue, Jun 4, 2013 at 2:42 PM, wrote: > > I installed a new VM with 10.0 today from this .iso: > > > > > ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/ISO-IMAGES/amd64/10.0/FreeBSD-10.0-CURRENT-amd64-20130601-r251213-release.iso > > > > And I'm behind a firewall and I'm not sure I can use pkg(1); my one > attempt > > failed: > > > > # pkg install m4 > > Updating repository catalogue > > Repository catalogue is up-to-date, no need to fetch fresh copy > > pkg: Package 'm4' was not found in the repositories > > > > So I'm building from source. But the configure step of various ports > fails > > like so: > > > > checking whether make sets $(MAKE)... yes > > checking build system type... Invalid configuration > > `amd64-portbld-freebsd10.0': machine `amd64-portbld' not recognized > > configure: error: /bin/sh libltdl/config/config.sub > > amd64-portbld-freebsd10.0 failed > > ===> Script "configure" failed unexpectedly. > > Please report the problem to autotools@FreeBSD.org [maintainer] and > attach > > the "/usr/ports/devel/libtool/work/libtool-2.4.2/config.log" including > the > > output of the failure of your make command. Also, it might be a good > idea to > > provide an overview of all packages installed on your system (e.g. a > > /usr/local/sbin/pkg-static info -g -Ea). > > *** Error code 1 > > _Probably_ similar to this? > http://lists.freebsd.org/pipermail/freebsd-ports/2013-June/084040.html > Looks very likely. I'm testing the patch now. My rudimentary search of -ports wasn't good enough, I guess. Thanks, matthew