From owner-freebsd-current@FreeBSD.ORG Wed Sep 29 11:26:17 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4EBB10656AE for ; Wed, 29 Sep 2010 11:26:17 +0000 (UTC) (envelope-from rbgarga@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4988E8FC14 for ; Wed, 29 Sep 2010 11:26:17 +0000 (UTC) Received: by wyb32 with SMTP id 32so116804wyb.13 for ; Wed, 29 Sep 2010 04:26:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=y3MLYorxtsI9C/odkb7dwc+O2agN1n9D+MTOj0LyL9c=; b=JAcx7bGSCJHqlJYvHycAfdrFbP8dJWmGc2SeUTD7x7B5ZdnC4G9UqvDNr3XNRkyBaG pjDgO34uAmTLP/y4Q2EaSdyQi9/Hz8rpo8dm5AxP7D07udtzqW+/UBtG+cpTORV2QBFN S55XbyKz6v5bybNg7ZjF6gLxBdk3/tAdzhN3U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=uQJEt9X1gqG/ZN/Lxqt+1WOLV/oYxnuxaebjl9rKXtBAR88LyyijWeuQ8ZAswLkal7 Begf09W+0ra+m86A6N4uBBEx3NizfJE50EmPi/wS8rhGpJ2EQufVI8ljSpw7RWyPILOf sZQcvYK9hVHUnvFEmwNpX1dG5Ad+jnx/bOWSU= Received: by 10.216.17.135 with SMTP id j7mr1224990wej.97.1285759576323; Wed, 29 Sep 2010 04:26:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.181.142 with HTTP; Wed, 29 Sep 2010 04:25:55 -0700 (PDT) In-Reply-To: References: <4C99A53E.7060707@FreeBSD.org> <20100929002843.GA5001@oriental.arm.org> <4CA2E00D.3080102@FreeBSD.org> From: Renato Botelho Date: Wed, 29 Sep 2010 08:25:55 -0300 Message-ID: To: Buganini Content-Type: text/plain; charset=ISO-8859-1 Cc: current@freebsd.org Subject: Re: Clang now builds world and kernel, on i386 and amd64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 29 Sep 2010 11:26:17 -0000 On Wed, Sep 29, 2010 at 3:56 AM, Buganini wrote: > mktemp foo.XXXXXX works here > but perl's File::Temp is not working > > when I tried to build editors/openoffice.org-3-devel, I got: > Error in tempdir() using /tmp/XXXXXXXXXX: Tried to get a new temp name > different to the previous value 50 times. > Something wrong with template?? (/tmp/XXXXXXXXXX) at > /usr/ports/editors/openoffice.org-3-devel/work/DEV300_m88/solenv/bin/build.pl > line 2282 Exactly thge same way I discovered the problem here. -- Renato Botelho