From owner-cvs-src@FreeBSD.ORG Fri Dec 30 04:14:37 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB80116A420 for ; Fri, 30 Dec 2005 04:14:37 +0000 (GMT) (envelope-from zombyfork@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id D753543D46 for ; Fri, 30 Dec 2005 04:14:35 +0000 (GMT) (envelope-from zombyfork@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so1912636nzo for ; Thu, 29 Dec 2005 20:14:35 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=hG6RPGTckKKokhOEcXY9F7cZGAbeKjD/sTdp/Jmc2XchdfdCI+MXHJR7B/JH1F8092pF1HFpwEDbOlqOtxKEQwZtTCvW32PkX/Rxr4qvl3q63F/3FVzhEQ8NgesJQNPmTYEmxvZmpnQosTH8pPWI5f02AwLN2cGixs/49VZNAaY= Received: by 10.36.13.1 with SMTP id 1mr885660nzm; Thu, 29 Dec 2005 20:14:35 -0800 (PST) Received: by 10.36.77.13 with HTTP; Thu, 29 Dec 2005 20:14:35 -0800 (PST) Message-ID: <346a80220512292014y8b70da0g41bbf65a884c8754@mail.gmail.com> Date: Thu, 29 Dec 2005 23:14:35 -0500 From: Coleman Kane To: Olivier Houchard In-Reply-To: <20051226173819.GA74846@ci0.org> MIME-Version: 1.0 References: <200511142224.jAEMO0RG057965@repoman.freebsd.org> <43AFD14F.9050303@portaone.com> <20051226173819.GA74846@ci0.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: cvs-src@freebsd.org, Maxim.Sobolev@portaone.com, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern imgact_elf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 04:14:38 -0000 On 12/26/05, Olivier Houchard wrote: > > On Mon, Dec 26, 2005 at 03:17:35AM -0800, Maxim Sobolev wrote: > > Hi, > > > > IMHO this approach is suboptimal, since it depends on user's ability to > > debug reason of failure of each particular script. I think since target > > platform allows execution of shared libs by default our emulation layer > > should do the same without requiring user to set some obscure sysctls > first. > > > > I have prepared a patch to remove that sysctl and make such behaviour > > default for linux ELF shared libs. Patch can be found here: > > > > http://www.pbxpress.com/~sobomax/linux_et_dynamic.patch > > > > If there are no objections I would like to commit it (also removing > > respective linux.4 delta). > > > > Thanks! > > > > Regards, > > > > Maxim > > Hi Maxim, > > I see nothing wrong with this patch. If nobody else has an objection, > please > go ahead. > > Chears, > > Olivier > _______________________________________________ > cvs-src@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-src > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" > Do you think this will finally fix the breakage of the gentoo emulation port? The script that you run to do the initial bootstrapping attempts to call ld-linux.so (but dies do to not being allowed to exec it).