From owner-freebsd-current@FreeBSD.ORG Tue Jun 4 21:42:17 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B5910C37 for ; Tue, 4 Jun 2013 21:42:17 +0000 (UTC) (envelope-from mdf356@gmail.com) Received: from mail-oa0-x22d.google.com (mail-oa0-x22d.google.com [IPv6:2607:f8b0:4003:c02::22d]) by mx1.freebsd.org (Postfix) with ESMTP id 86F2A1D74 for ; Tue, 4 Jun 2013 21:42:17 +0000 (UTC) Received: by mail-oa0-f45.google.com with SMTP id j6so577466oag.18 for ; Tue, 04 Jun 2013 14:42:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=6Hm7zGPa6MgILqZh0hbY5Q5MWfX4nidrZNW5+zyTMxU=; b=OFwrBOnIuGsgSC8zq/x73N8cB9jxSJbUVQ4fOfzAeee10mvIsvC2uaQx2RpTRdpH7e ovOWxzRwl3nXWPBhI0khiOY8vmzDXvQoAumEME6VEHqZ3VkhZh6TSjP4OYd+ee+OW48b JJOvXx3EU8kpyX9r8xkSRt5voqBPZN9xFPqPgxFDmAAkuepvgrHuCBS64ZKfF9jPuKtw u6NOi3ENLWBnIkLWpjpgbH1U8DipHI2zrPH6LrizrlMupEF1ik/qsFrfUMl9J4Zbp6jz 41WH2Ka2Ue/Pd9tPK2/0Mhvi8ZthFlWsruAHLW8XjKNt4FplHhBiiyUg+BWLb0obis6b QhVw== MIME-Version: 1.0 X-Received: by 10.182.246.198 with SMTP id xy6mr13191555obc.1.1370382137167; Tue, 04 Jun 2013 14:42:17 -0700 (PDT) Sender: mdf356@gmail.com Received: by 10.182.237.100 with HTTP; Tue, 4 Jun 2013 14:42:17 -0700 (PDT) Date: Tue, 4 Jun 2013 14:42:17 -0700 X-Google-Sender-Auth: _txMf3t07uOvtZCqpQDRwCADTCs Message-ID: Subject: Cannot build ports on fresh 10.0 From: mdf@FreeBSD.org To: "freebsd-current@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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 21:42:17 -0000 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 Any ideas what could be wrong? It's a fresh install with default options, so it seems hard to believe I managed to screw something up already. Posting on -current since this happens to many of the ports when I try to build them. Thanks, matthew