From owner-freebsd-tinderbox@FreeBSD.ORG Wed Mar 21 17:26:53 2012 Return-Path: Delivered-To: freebsd-tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96398106564A for ; Wed, 21 Mar 2012 17:26:52 +0000 (UTC) (envelope-from david.nelson@gpsdo.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 470B68FC08 for ; Wed, 21 Mar 2012 17:26:51 +0000 (UTC) Received: by vcmm1 with SMTP id m1so1762559vcm.13 for ; Wed, 21 Mar 2012 10:26:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gpsdo.com; s=google; h=mime-version:x-originating-ip:date:message-id:subject:from:to :content-type; bh=LMJUVBVD/VYScvZjUtzYzAqtqmWPa0FyVLvUxGRO8Ko=; b=FbBIAM1ZgpnXUmkBklYBmE0/Pf09yGfFYevEWr7zN2PFEHZnVVLu2+YyUNWDustT0c dd1nB3JhZosF5nlQHALdBvPwLfl5GQoFYFWIj6w4n/hBO+TESFoa9Ab5hLEqZW7mdS31 xKNuxpjDFaV7Ei7l/KlbzCfWx7iHgZNA+8pBU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=LMJUVBVD/VYScvZjUtzYzAqtqmWPa0FyVLvUxGRO8Ko=; b=gU/8x12j7an4/p1tNGjQ3UavOhAxZuK0fJnhh4ijZchDrWRQDIKxMNzKo9LZUIrCIi hK9uwncCYFn6bkCkRLu0+JFtAfnFeTQDn20G/RvFqPBPnHkQyiWiY2nQyn/StIdBYyWh KKucuQ4BNzenhvL9o2x9oZWX2MknXQbnGvmMwe3+QF7VmQM10gARZ7Ma+4Klzd6tnaew AtqLVpykdol9MqVP6wUHt/ZC0uxmQ8Iclfd72VmygIvGI61Tu5lepRhHwe4/hc9RQbCC 69e7pLS+loMlR//Y80cawzvguxzXbXJA/TsqRd6I3TIa6vhNDCbEYyhKVHTvI+4FUock OxLA== MIME-Version: 1.0 Received: by 10.52.29.75 with SMTP id i11mr1913148vdh.23.1332350811197; Wed, 21 Mar 2012 10:26:51 -0700 (PDT) Received: by 10.52.65.114 with HTTP; Wed, 21 Mar 2012 10:26:51 -0700 (PDT) X-Originating-IP: [64.107.183.125] Date: Wed, 21 Mar 2012 12:26:51 -0500 Message-ID: From: David Nelson To: freebsd-tinderbox@freebsd.org X-Gm-Message-State: ALoCoQnqi3sXBJsdPWM059QVkapNw71HtYjj3Z/Fmd+QrtJHl0q5wR3HCnyH1R8NEEWvn13FZU4W Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: addPort problem X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Mar 2012 17:26:53 -0000 I'm setting up my first tinderbox installation. I've been following the User Guide. I've created jails, a port tree and builds. I cannot seem to add ports to a build. nexus# ./tc tbversion Tinderbox version 3.4.1 nexus# ./tc listJails 9.0.amd64 8.2.i386 nexus# ./tc listPortsTrees FreeBSD nexus# ./tc listBuilds 8.2.i386-FreeBSD nexus# mount /dev/da0s1a on / (ufs, local) devfs on /dev (devfs, local, multilabel) /dev/da0s1f on /home (ufs, local, soft-updates) /dev/da1s1d on /usr (ufs, NFS exported, local, soft-updates) /dev/da0s1d on /var (ufs, local, soft-updates) /dev/da0s1e on /var/tmp (ufs, local, soft-updates) /dev/da3s1d on /mirror (ufs, local, soft-updates) /dev/da2s1d on /space (ufs, local, soft-updates) /mirror/FreeBSD/8.2-RELEASE/src on /space/jails/8.2.i386/src (nullfs, local, read-only) /mirror/FreeBSD/ports on /space/portstrees/FreeBSD/ports (nullfs, local, read-only) nexus# ./tc addPort -b 8.2.i386-FreeBSD -d lang/perl5.14 -O nexus# ./tc listPorts ERROR: There are no ports configured in the datastore. nexus# Can anyone suggest what might be wrong here?