From owner-freebsd-ports@FreeBSD.ORG Tue Aug 6 03:20:02 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4DABE822 for ; Tue, 6 Aug 2013 03:20:02 +0000 (UTC) (envelope-from vagabond@blackfoot.net) Received: from nightmare.dreamchaser.org (nightmare.dreamchaser.org [12.32.44.142]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1771424FD for ; Tue, 6 Aug 2013 03:20:00 +0000 (UTC) Received: from breakaway.dreamchaser.org (breakaway.dreamchaser.org. [12.32.36.73]) by nightmare.dreamchaser.org (8.13.6/8.13.6) with ESMTP id r763JlRH018208 for ; Mon, 5 Aug 2013 21:19:47 -0600 (MDT) (envelope-from vagabond@blackfoot.net) Message-ID: <52006B53.9030307@blackfoot.net> Date: Mon, 05 Aug 2013 21:19:47 -0600 From: Gary Aitken User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130730 Thunderbird/17.0.7 MIME-Version: 1.0 To: FreeBSD Mailing List Subject: hmmm, "build --from sd" on openoffice-3 ? Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nightmare.dreamchaser.org [12.32.36.65]); Mon, 05 Aug 2013 21:19:47 -0600 (MDT) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Aug 2013 03:20:02 -0000 While trying to build openoffice-3, I get an error as follows: ... sw deliver deliver -- version: 275594 COPY: build.lst -> /usr/ports/editors/openoffice-3/work/aoo-3.4.1/main/solver/341/unxfbsdx.pro/inc/sw/build.lst LOG: writing /usr/ports/editors/openoffice-3/work/aoo-3.4.1/main/solver/341/unxfbsdx.pro/inc/sw/deliver.log Module 'sw' delivered successfully. 1 files copied, 0 files unchanged 1 module(s): sd need(s) to be rebuilt Reason(s): ERROR: error 65280 occurred while making /usr/ports/editors/openoffice-3/work/aoo-3.4.1/main/sd/source/ui/toolpanel When you have fixed the errors in that module you can resume the build by running: build --from sd But there is no "build", and no "make build" If I do a simple "make" the port build completes, and a "make install" installs, but I'm concerned about the "sd" module being messed up and would like to rebuild only so I can find what went wrong without rebuilding the whole dang thing. Unfortunately, I didn't pipe the output to a file... Can anyone tell me how to do the equivalent of "build --from sd"? Thanks, Gary