From owner-freebsd-current@FreeBSD.ORG Thu Jul 23 13:56:05 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5B7D1065674 for ; Thu, 23 Jul 2009 13:56:05 +0000 (UTC) (envelope-from wtf.jlaine@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id 5FE168FC18 for ; Thu, 23 Jul 2009 13:56:05 +0000 (UTC) (envelope-from wtf.jlaine@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so1164863fgb.12 for ; Thu, 23 Jul 2009 06:56:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:date:from:to:subject :message-id:mime-version:content-type:content-disposition:user-agent :x-operating-system; bh=7jD2HZdB0SZgogge9fjGTds66zR4RCB9R4x1HIHEDww=; b=t0IQiBUhzWgNSuD4v34jee+AidJTCuBf11ohs1diwpLo/f43CXPog4szQv0tZkaQ7a izZWO76r1Ko8aQpUhGdepC1ZrIU68eMBBPAGrewdDiz4n3sO1j2vB0qxuntbFQIChpfq I6/OqT57YhOvmPMEwRVOWgZzFri+vSwhzCjGs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent:x-operating-system; b=vNGXGrTIo/lEL2X7/lB3TyKCX5ILHM5AaIP7xCop12ZS51l3riUXHOGgZAVCVNprlw pbequ6Bj6B9rmbqncNLdTjBSba2pLw8uq/wFy2m9pBv33u2RHOV3WmeA/pbnBaafw8G6 TtPpy3U8BG/n38vaVtNZc1DMfLnyDnAqlKxFc= Received: by 10.86.59.2 with SMTP id h2mr1890132fga.60.1248355714644; Thu, 23 Jul 2009 06:28:34 -0700 (PDT) Received: from blackmesa ([77.66.145.99]) by mx.google.com with ESMTPS id 4sm4433684fgg.22.2009.07.23.06.28.33 (version=SSLv3 cipher=RC4-MD5); Thu, 23 Jul 2009 06:28:34 -0700 (PDT) Received: by blackmesa (sSMTP sendmail emulation); Thu, 23 Jul 2009 17:28:30 +0400 Date: Thu, 23 Jul 2009 17:28:30 +0400 From: Jeff Laine To: freebsd-current@freebsd.org Message-ID: <20090723132830.GA33539@free.bsd.loc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD 8.0-BETA2 i386 Subject: ng_ipacct build error X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jul 2009 13:56:06 -0000 Hello list! I have upgraded to BETA2 recently and decided to recompile net-mgmt/ng_ipacct port (it was compiled in 7.2 so it's kernel module refused to load). But I stuck with this permanent stop error: 4:49pm [/ports/net-mgmt/ng_ipacct]# make ===> Vulnerability check disabled, database not found ===> Found saved configuration for ng_ipacct-20061223 ===> Extracting for ng_ipacct-20061223 => MD5 Checksum OK for ng_ipacct-20061223.tar.gz. => SHA256 Checksum OK for ng_ipacct-20061223.tar.gz. ===> Patching for ng_ipacct-20061223 ===> Applying FreeBSD patches for ng_ipacct-20061223 ===> Configuring for ng_ipacct-20061223 ===> Building for ng_ipacct-20061223 ===> ng_ipacct (all) Warning: Object directory not changed from original /tmp/usr/ports/net-mgmt/ng_ipacct/work/ng_ipacct/ng_ipacct @ -> /usr/src/sys machine -> /usr/src/sys/i386/include :> opt_netgraph.h cc -O2 -pipe -DMEM_USE_ZONE -fno-strict-aliasing -g -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I/tmp/usr/ports/net-mgmt/ng_ipacct/work/ng_ipacct/ng_ipacct -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c ng_ipacct.c ld -d -warn-common -r -d -o ng_ipacct.kld ng_ipacct.o :> export_syms awk -f /sys/conf/kmod_syms.awk ng_ipacct.kld export_syms | xargs -J% objcopy % ng_ipacct.kld ld -Bshareable -d -warn-common -o ng_ipacct.ko ng_ipacct.kld objcopy --strip-debug ng_ipacct.ko ===> ipacctctl (all) Warning: Object directory not changed from original /tmp/usr/ports/net-mgmt/ng_ipacct/work/ng_ipacct/ipacctctl cc -O2 -pipe -DMEM_USE_ZONE -fno-strict-aliasing -g -Wall -Wformat -std=gnu99 -fstack-protector -c ipacctctl.c ipacctctl.c:146: error: 'NG_PATHLEN' undeclared here (not in a function) ipacctctl.c: In function 'ip_account_get_info': ipacctctl.c:505: warning: unused variable 'path' ipacctctl.c: In function 'ip_account_show': ipacctctl.c:602: warning: unused variable 'path' *** Error code 1 Stop in /tmp/usr/ports/net-mgmt/ng_ipacct/work/ng_ipacct/ipacctctl. *** Error code 1 Stop in /tmp/usr/ports/net-mgmt/ng_ipacct/work/ng_ipacct. *** Error code 1 Stop in /usr/ports/net-mgmt/ng_ipacct. *** Error code 1 Stop in /usr/ports/net-mgmt/ng_ipacct. Should I contact the maintainer or am I 'doing it wrong'? :) TIA -- Best regards, Jeff | "Nobody wants to say how this works. | | Maybe nobody knows ..." | | Xorg.conf(5) |