From owner-freebsd-apache@FreeBSD.ORG Tue Feb 11 06:05:01 2014 Return-Path: Delivered-To: apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 23FDDC9 for ; Tue, 11 Feb 2014 06:05:01 +0000 (UTC) Received: from redundancy.redundancy.org (redundancy.redundancy.org [IPv6:2607:f2f8:a9c4::2]) by mx1.freebsd.org (Postfix) with ESMTP id 0BE5118E7 for ; Tue, 11 Feb 2014 06:05:01 +0000 (UTC) Received: by redundancy.redundancy.org (Postfix, from userid 1001) id 8A24740E855; Mon, 10 Feb 2014 22:05:00 -0800 (PST) Date: Mon, 10 Feb 2014 22:05:00 -0800 From: David Thiel To: olli hauer Subject: Re: luasocket port Message-ID: <20140211060500.GE8859@redundancy.redundancy.org> References: <20140211021320.GC8859@redundancy.redundancy.org> <52F9B884.8010600@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52F9B884.8010600@gmx.de> X-OpenPGP-Key-fingerprint: 482A 8C46 C844 7E7C 8CBC 2313 96EE BEE5 1F4B CA13 X-OpenPGP-Key-available: http://redundancy.redundancy.org/lx.gpg X-Face: %H~{$1~NOw1y#%mM6{|4:/, apache@freebsd.org X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Feb 2014 06:05:01 -0000 Ah, looks like you're right. If I go ahead and re-implement the patch, are you guys ok with the update? On 02/11, olli hauer wrote: > It seems the 'ls_' prefix fixes a name space clash with mod_magnet > from www/lighttpd. I suspect the name space clash is still an issue. > > > Perhaps the following information helps. > > # svn log -r260028 files/patch-src_buffer_c > ------------------------------------------------------------------------ > r260028 | pgollucci | 2010-08-26 20:27:16 +0200 (Thu, 26 Aug 2010) | 6 lines > > - namespace clash with www/lighttpd mod_magnet > upstream is gone, but the port is still quite useful > > PR: ports/138055 > Submitted by: Robert Nagy > ------------------------------------------------------------------------ > > > Summary from PR 138055. > > >Synopsis: net/luasocket namespace clash with www/lighttpd mod_magnet > > >Description: > Basically - luasocket defines buffer_init(); which is common enough to be > defined elsewhere and it is defined in mod_magnet, so you end up with a SIGSEGV. > > >How-To-Repeat: > Write a lua script that uses luasocket and try to use it with mod_magnet.