From owner-cvs-ports@FreeBSD.ORG Tue Oct 11 00:25:47 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35F33106564A; Tue, 11 Oct 2011 00:25:47 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 04ED08FC0C; Tue, 11 Oct 2011 00:25:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by spartan.hamla.org (Postfix) with ESMTP id 6641317113; Mon, 10 Oct 2011 20:26:16 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= user-agent:in-reply-to:content-disposition:content-type :content-type:mime-version:references:reply-to:message-id :subject:subject:from:from:date:date:received:received; s=aegis; t=1318292776; bh=U/Tj2VDutwbke81CZtJvcJuhAUbBUIIgP6hctytn/2Y=; b= BCydrlT9oy32YI/FvTuoSHPbM98nWH0rmTjDnPG+m8T/4tKoLnm+vHyoI1eyzW7V k9MxMzdH/DoMEzCLqV06yXd1sh9lZtbegb+tysLxrgkCay+vwjBvPyanZkB8C60K XpM3p1i3LdwOjT2IfzI6HnhpYh9GlT94Q+XAGzXZ1J8= X-Virus-Scanned: by ClamAV at spartan.hamla.org Received: from spartan.hamla.org ([127.0.0.1]) by localhost (spartan.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id tUjQ2Y2QMufV; Mon, 10 Oct 2011 20:26:16 -0400 (EDT) Received: from magic.hamla.org (cpe-68-174-92-20.nyc.res.rr.com [68.174.92.20]) by spartan.hamla.org (Postfix) with ESMTPSA id 674AC170FE; Mon, 10 Oct 2011 20:26:15 -0400 (EDT) Date: Mon, 10 Oct 2011 20:26:08 -0400 From: Sahil Tandon To: Andrey Chernov , Eitan Adler , ports-committers@FreeBSD.ORG, cvs-ports@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <20111011002607.GE21265@magic.hamla.org> References: <201110101738.p9AHcHUq031559@repoman.freebsd.org> <20111010194330.GA94990@vniz.net> <20111010215854.GA96634@vniz.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20111010215854.GA96634@vniz.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Subject: Re: cvs commit: ports/x11/luit Makefile distinfo ports/x11/luit/files patch-luit.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: cvs-ports@FreeBSD.org List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2011 00:25:47 -0000 On Tue, 2011-10-11 at 01:58:54 +0400, Andrey Chernov wrote: > On Mon, Oct 10, 2011 at 05:35:11PM -0400, Eitan Adler wrote: > > On Mon, Oct 10, 2011 at 3:43 PM, Andrey Chernov wrote: > > > I report already that it needs -DBSD. > > > Since you don't add -DBSD, it immediatelly exits with the following error: > > > "Couldn't drop privileges: Function not implemented" > > > > I've been running with this exact port since it was committed to the > > xorg-devel repository without issue. That said I plan on a commit to > > fix this issue fairly soon. > > > > > > > > BTW, this bug is already fixed in luit development, see: > > > https://bugs.freedesktop.org/show_bug.cgi?id=41513 > > It happens only if builded luit port have WITH_SETUID_LUIT set, otherwise > you don't notice the bug. Ah, so it does not actually affect the default packages as built by the clusters? > The simplest way to build correctly v1.1.0 is just to add -DBSD. > xorg fix it in development using __FreeBSD__ instead: Thanks; I believe eadler@ has already created a patch and shared it with you for review. -- Sahil Tandon