From owner-cvs-all@FreeBSD.ORG Fri Dec 30 04:20:17 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45A4616A41F; Fri, 30 Dec 2005 04:20:17 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from bugor.portaone.com (bugor.portaone.com [65.61.200.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4A1743D4C; Fri, 30 Dec 2005 04:20:16 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.1.2] (S0106000f3d63befd.vs.shawcable.net [70.71.19.119]) (authenticated bits=0) by bugor.portaone.com (8.13.4/8.13.4) with ESMTP id jBU4KClG081497 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 30 Dec 2005 04:20:12 GMT (envelope-from sobomax@portaone.com) Message-ID: <43B4B57B.8040004@portaone.com> Date: Thu, 29 Dec 2005 20:20:11 -0800 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Coleman Kane References: <200511142224.jAEMO0RG057965@repoman.freebsd.org> <43AFD14F.9050303@portaone.com> <20051226173819.GA74846@ci0.org> <346a80220512292014y8b70da0g41bbf65a884c8754@mail.gmail.com> In-Reply-To: <346a80220512292014y8b70da0g41bbf65a884c8754@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.87.1/1219/Wed Dec 28 22:57:59 2005 on bugor.portaone.com X-Virus-Status: Clean X-Spam-Status: No, score=0.8 required=5.0 tests=AWL,BAYES_00, RCVD_IN_SORBS_DUL,SPF_SOFTFAIL autolearn=no version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on bugor.portaone.com Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Olivier Houchard , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern imgact_elf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim.Sobolev@portaone.com List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 04:20:17 -0000 Coleman Kane wrote: > 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). Yes, it should be fixed now at least if attempt of ld-linux.so execution is the only obstacle. -Maxim