From owner-freebsd-questions@FreeBSD.ORG Thu May 19 10:08:12 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA30716A4CE for ; Thu, 19 May 2005 10:08:12 +0000 (GMT) Received: from post-24.mail.nl.demon.net (post-24.mail.nl.demon.net [194.159.73.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D32543D7F for ; Thu, 19 May 2005 10:08:12 +0000 (GMT) (envelope-from albi@scii.nl) Received: from aseed.demon.nl ([83.160.138.119]:9912 helo=mail.aseed.antenna.nl) by post-24.mail.nl.demon.net with esmtp (Exim 4.43) id 1DYhwn-000GEW-RJ; Thu, 19 May 2005 10:08:10 +0000 Received: from http.aseed.antenna.nl (unknown [192.168.0.50]) by mail.aseed.antenna.nl (Postfix) with ESMTP id ADF801540EE; Thu, 19 May 2005 12:12:02 +0200 (CEST) Received: from amandla.scii.nl (217-19-30-147.dsl.cambrium.nl [217.19.30.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by http.aseed.antenna.nl (Postfix) with ESMTP id B5FC458C82F; Thu, 19 May 2005 12:08:05 +0200 (CEST) Date: Thu, 19 May 2005 12:08:03 +0200 From: albi To: Timothy Smith Message-Id: <20050519120803.28a7cc69.albi@scii.nl> In-Reply-To: <428C623F.9060902@open-networks.net> References: <42832E02.2090003@open-networks.net> <42851CCB.8030603@open-networks.net> <428537EF.1040306@dial.pipex.com> <42859E37.1080100@open-networks.net> <428695E1.5000100@open-networks.net> <4288C4FE.90201@dial.pipex.com> <428C3003.2050603@open-networks.net> <428C5292.9060900@dial.pipex.com> <428C55C2.9080100@open-networks.net> <428C57E6.7040300@open-networks.net> <126eac480505190218536c065e@mail.gmail.com> <428C5E0A.7060502@open-networks.net> <20050519114912.6ac301aa.albi@scii.nl> <428C623F.9060902@open-networks.net> X-Mailer: Sylpheed version 1.9.10 (GTK+ 2.6.7; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: can't build firefox 1.0.4 on 4.10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 10:08:13 -0000 On Thu, 19 May 2005 19:54:07 +1000 Timothy Smith wrote: > >a very wild guess, perhaps you made your /tmp nosuid and noexec, and now > >compilation fails because of that ? > > > >(for me firefox compiled fine from ports some days ago, firefox-1.0.4,1) > > > > > drwxrwxrwt 9 root wheel 1536 May 19 19:36 tmp > > nope. keep in mind everyone that this is 4.10 > there's nothing in /tmp that could be causing this i'm sure. is there > anything i can do to make sure my ports and src tree's are clean besides > make clean? well, if your /tmp was mounted nosuid and noexec then a make world would also fail i have only 5.4-p1 systems in use (and not really time right now to install 4.10 to try to reproduce this) did you do a : portsclean -C portsclean -D portupgrade -arvy