From owner-freebsd-questions@FreeBSD.ORG Mon Apr 13 15:35:48 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B4201065778 for ; Mon, 13 Apr 2009 15:35:48 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: from mail-fx0-f167.google.com (mail-fx0-f167.google.com [209.85.220.167]) by mx1.freebsd.org (Postfix) with ESMTP id 7CE148FC2E for ; Mon, 13 Apr 2009 15:35:47 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: by fxm11 with SMTP id 11so2063108fxm.43 for ; Mon, 13 Apr 2009 08:35:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=P55hO+OaqjhYgd/X5ScbKGqHfg/2HAqsbIZ0nIS1mZM=; b=l6CLm+jUI4/pQ4/Yogvc9A6ASm7vSSngqwuayY1H4LVOEmk2dTdtrvd0oQdamlb8ow CzUeQ8bTzvU+IwhGSO7tm3aPiYD1v7rFOZtJn1bD43ileaMHX3iQKq5eF7cUPVo9KCep mtol0+0HhD7hWV1GpVM1Mza3yP5Dc3Hrx33nw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=njgR6tK4mFinb5Q2Ft2pqm+vOLIYmCWutgb72hCKW/K0a2sPbrsGtMAnHB+rEzn+Te PpvTGAcxD3uxilvGqsBe+ytzU6f95qZLYIPGcDgkrJBRKceMNJcB53QAsy/iT7cuE8/c NPZVIm+0w7Gc9Q0g/e7UMjg7b4qlbg3CqcNfg= Received: by 10.103.115.12 with SMTP id s12mr3366518mum.89.1239635037065; Mon, 13 Apr 2009 08:03:57 -0700 (PDT) Received: from atlantis.dyndns.org (athedsl-4472733.home.otenet.gr [94.71.127.141]) by mx.google.com with ESMTPS id b9sm10112275mug.2.2009.04.13.08.03.55 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 13 Apr 2009 08:03:56 -0700 (PDT) Message-ID: <49E3545A.1060607@gmail.com> Date: Mon, 13 Apr 2009 18:03:54 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.21 (X11/20090405) MIME-Version: 1.0 To: tethys ocean References: <235b80000904130637g70dc9e66t3e62ef1b06814c4f@mail.gmail.com> In-Reply-To: <235b80000904130637g70dc9e66t3e62ef1b06814c4f@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: ../../../dev/ath/if_ath.c:3414: error: 'const struct ath_rx_status' has no member named 'rs_flags' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2009 15:35:51 -0000 tethys ocean wrote: > I am using 7.1-STABLE FreeBSD 7.1-STABLE # on one of the my servers. This > server was working properly for long time. Electricty is often break down > and this server isnt behind UPS. Today I have found it as shutdown and than > opened it but some servis/daemon hasn't work (such as mysql etc) I have done > fschk etc. And than I want to update since it is working so so slow. Than I > have update source tree and rebuild kernel and "make depend" has been > passing well and than "make" state fail, error log(stdout) is shown bellow. > > [root@witch /usr/src/sys/i386/compile/WITCH]# make > cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. > -I../../.. -I../../../contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS > -include opt_global.h -fno-common -finline-limit=8000 --param > inline-unit-growth=100 --param large-function-growth=1000 > -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow > -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror > ../../../dev/ath/if_ath.c -I../../../dev/ath > ../../../dev/ath/if_ath.c: In function 'ath_rx_tap': > ../../../dev/ath/if_ath.c:3414: error: 'const struct ath_rx_status' has no > member named 'rs_flags' > ../../../dev/ath/if_ath.c:3416: error: 'const struct ath_rx_status' has no > member named 'rs_flags' > *** Error code 1 > > Stop in /usr/src/sys/i386/compile/WITCH. > > I read some mail and paper about this error it is saying this is bug freebsd > bug... but I got suspicious because I did so many times kernel > rebuild+update source tree. It hasnt fail with this stdout. Why now? > > thank a lot > This is probably due to the changes in the atheros driver. You will have to update your kernel configuration file. Please read /usr/src/UPDATING and this thread: http://lists.freebsd.org/pipermail/freebsd-questions/2009-March/195075.html