From owner-freebsd-ports@FreeBSD.ORG Thu Feb 3 08:46:46 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3815910656A3 for ; Thu, 3 Feb 2011 08:46:46 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id ED30F8FC0C for ; Thu, 3 Feb 2011 08:46:45 +0000 (UTC) Received: by iwn39 with SMTP id 39so861081iwn.13 for ; Thu, 03 Feb 2011 00:46:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=L7uIEJe6dT295JrLW/QBNA6jn15Yl0ou6HIt25B0WZY=; b=aGnCNgbvS1veVZwVf8eBd0IV80Q7zT+ji110vP3rFen/MF5xwtAwCpfCxbLzYiivBZ wEA5Tg0qDs4ZwNb3h2uHmAUHlDhtOxN3voe5Ll+FDyW7/gztuFAStYOnEPZgtu5Q5Z7r qOy2ay9dN4d+3QxVy+GZvFaeqyOAvomlm/tLQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=un/MELBtzHSOKcRnS3o/lHT1pZpVPrRinlJgvx5fDpx/vX/xaTj+XEceExhVMGcdeD FOroyo39iYALJENdO9vOl0vjZcpxF/JR/pRFH0VUd6jXnRvn0JHSqsNXxIdNpkCjPq4L PKlbKdlg9YAklTAta8WuKtNOnl/KQgCXJ5mfY= MIME-Version: 1.0 Received: by 10.231.10.76 with SMTP id o12mr11301556ibo.144.1296722805278; Thu, 03 Feb 2011 00:46:45 -0800 (PST) Sender: baptiste.daroussin@gmail.com Received: by 10.231.182.132 with HTTP; Thu, 3 Feb 2011 00:46:45 -0800 (PST) In-Reply-To: <4d4a6928.OgXtwaZRos3hKaWE%perryh@pluto.rain.com> References: <20110201.155221.632868945383149019.chat95@mac.com> <20110201.164746.59640143160085556.chat95@mac.com> <20110201.165811.634347869525824665.chat95@mac.com> <20110202.135158.1845728741722859032.chat95@mac.com> <4d4a6928.OgXtwaZRos3hKaWE%perryh@pluto.rain.com> Date: Thu, 3 Feb 2011 08:46:45 +0000 X-Google-Sender-Auth: WMgIAP-ehD4HM4ds94OtXo-4RtM Message-ID: From: Baptiste Daroussin To: perryh@pluto.rain.com Content-Type: text/plain; charset=ISO-8859-1 Cc: sfourman@gmail.com, freebsd-ports@freebsd.org Subject: Re: [CFT] cpu stresser^W libreoffice 3.3.0 final X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2011 08:46:46 -0000 2011/2/3 : > Baptiste Daroussin wrote: > >> your built is failing because you ran it twice. >> >> make can't be run twice you should make clean before > > Doesn't this point to a bug in the Makefile, dependencies, etc? > Last I knew the whole point of make was to build what needs to > be built, skipping any parts which are already up to date. > yes It is but a bug in libreoffice makefiles itself and it is not that easy to fix :)