From owner-freebsd-fs@FreeBSD.ORG Wed Oct 1 00:06:45 2008 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79971106568B for ; Wed, 1 Oct 2008 00:06:45 +0000 (UTC) (envelope-from freebsdlists@bsdunix.ch) Received: from conversation.bsdunix.ch (ns1.bsdunix.ch [82.220.1.90]) by mx1.freebsd.org (Postfix) with ESMTP id 360EE8FC08 for ; Wed, 1 Oct 2008 00:06:45 +0000 (UTC) (envelope-from freebsdlists@bsdunix.ch) Received: from localhost (localhost.bsdunix.ch [127.0.0.1]) by conversation.bsdunix.ch (Postfix) with ESMTP id EA5465D76 for ; Wed, 1 Oct 2008 01:48:20 +0200 (CEST) X-Virus-Scanned: by amavisd-new at mail.bsdunix.ch Received: from conversation.bsdunix.ch ([127.0.0.1]) by localhost (conversation.bsdunix.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id IRY57csdiSzL for ; Wed, 1 Oct 2008 01:48:20 +0200 (CEST) Received: from Tom.local (home.bsdunix.ch [82.220.17.23]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by conversation.bsdunix.ch (Postfix) with ESMTP id E2D2B5D69 for ; Wed, 1 Oct 2008 01:48:19 +0200 (CEST) Message-ID: <48E2BAC2.909@bsdunix.ch> Date: Wed, 01 Oct 2008 01:48:18 +0200 From: Thomas Vogt User-Agent: Thunderbird/3.0a2 (Macintosh; 2008072822) MIME-Version: 1.0 To: freebsd-fs@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: filebench on freebsd? X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2008 00:06:45 -0000 Hello Has someone ever tried to compile filebench on current (64bit)? http://sourceforge.net/projects/filebench filebench is a multithreaded file system benchmark similar to postmark (single threaded). Maybe someone can help to make it work if it's not that difficult. I can't compile it: In file included from ipc.h:33, from filebench.h:55, from misc.c:35: threadflow.h:66: error: field 'al_aiocb' has incomplete type *** Error code 1 Stop in /root/filebench-1.3.4/filebench. *** Error code 1 This is: #ifdef HAVE_AIO typedef struct aiolist { int al_type; struct aiolist *al_next; struct aiolist *al_worknext; struct aiocb64 al_aiocb; } aiolist_t; #endif Regards, Thomas