From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LDMbn-0006GR-5v for qemu-devel@nongnu.org; Thu, 18 Dec 2008 12:24:23 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LDMbm-0006Ek-5m for qemu-devel@nongnu.org; Thu, 18 Dec 2008 12:24:22 -0500 Received: from [199.232.76.173] (port=51133 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDMbl-0006EN-VN for qemu-devel@nongnu.org; Thu, 18 Dec 2008 12:24:21 -0500 Received: from yw-out-1718.google.com ([74.125.46.157]:44211) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LDMbl-0003GQ-NE for qemu-devel@nongnu.org; Thu, 18 Dec 2008 12:24:21 -0500 Received: by yw-out-1718.google.com with SMTP id 6so191904ywa.82 for ; Thu, 18 Dec 2008 09:24:20 -0800 (PST) Message-ID: <494A8740.4030504@codemonkey.ws> Date: Thu, 18 Dec 2008 11:24:16 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] posix-aio-compat error in 5996 References: <4949A91F.8070903@codemonkey.ws> <475C9C94-175B-4FB4-9368-15F8F8BBCCA2@sonous.com> In-Reply-To: <475C9C94-175B-4FB4-9368-15F8F8BBCCA2@sonous.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Lev Lvovsky Cc: qemu-devel@nongnu.org Lev Lvovsky wrote: > Anthony, > > On Dec 17, 2008, at 5:36 PM, Anthony Liguori wrote: > >> Lev Lvovsky wrote: >>> On OSX 10.5, I get the following error when compiling with revision >>> 5996 and higher (5995 compiles). >>> >>> As referenced in the initial RFC >>> (http://lists.gnu.org/archive/html/qemu-devel/2008-12/msg00204.html), >>> BSD's may not need this - is there any way to avoid using this based >>> on OS, or is there something I'm missing in the configure options? >> >> Have I mentioned that I strongly dislike OS X? >> >> sigqueue is posix, does anyone know of the alternative function to >> use for OS X? I guess we could use kill. > > as I wrote to M. Losh, I should have checked the patch in the original > RFC, which clearly had a conditional in the makefile for CONFIG_AIO. > Running configure with --disable-aio compiled. I still would like it to work for OS X. If someone can write up a patch replacing sigqueue with the appropriate OS X function, I'd happily apply it. Regards, Anthony Liguori > thanks! > -lev >