From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 20 18:30:27 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B31A16A41F for ; Thu, 20 Oct 2005 18:30:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ABD143D5A for ; Thu, 20 Oct 2005 18:30:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9KIUQqL058319 for ; Thu, 20 Oct 2005 18:30:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9KIUQhM058317; Thu, 20 Oct 2005 18:30:26 GMT (envelope-from gnats) Date: Thu, 20 Oct 2005 18:30:26 GMT Message-Id: <200510201830.j9KIUQhM058317@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Sergey Matveychuk Cc: Subject: Re: ports/87683: New port: benchmarks/thrulay: network capacity tester X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sergey Matveychuk List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2005 18:30:27 -0000 The following reply was made to PR ports/87683; it has been noted by GNATS. From: Sergey Matveychuk To: stanislav shalunov Cc: bug-followup@FreeBSD.org Subject: Re: ports/87683: New port: benchmarks/thrulay: network capacity tester Date: Thu, 20 Oct 2005 22:26:56 +0400 There is a problem with build on 4.11: ===> Building for thrulay-0.8 gmake[1]: Entering directory `/work/a/ports/benchmarks/thrulay/work/thrulay-0.8/doc' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/work/a/ports/benchmarks/thrulay/work/thrulay-0.8/doc' gmake[1]: Entering directory `/work/a/ports/benchmarks/thrulay/work/thrulay-0.8/src' cc -DHAVE_CONFIG_H -O -pipe -I.. -std=gnu99 -Wno-long-long -Wall -pedantic -W -Wpointer-arith -Wnested-externs -c -o assertd.o assertd.c cc1: unknown C standard `gnu99' gmake[1]: *** [assertd.o] Error 1 gmake[1]: Leaving directory `/work/a/ports/benchmarks/thrulay/work/thrulay-0.8/src' gmake: *** [all] Error 2 *** Error code 2 No problem with 5.4 and 6.0. It can be fixed with USE_GCC. -- Sem.