From owner-freebsd-current@FreeBSD.ORG Sat Jan 5 05:03:31 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 52CC3739 for ; Sat, 5 Jan 2013 05:03:31 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) by mx1.freebsd.org (Postfix) with ESMTP id DD5EA98F for ; Sat, 5 Jan 2013 05:03:30 +0000 (UTC) Received: by mail-wg0-f49.google.com with SMTP id 15so8216913wgd.16 for ; Fri, 04 Jan 2013 21:03:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=3PAQV5wVkUa+h8D7gzIgcCVPnZtW3IUIcjmqMUarll8=; b=ixEIt2O+8Oni8NihMQHZWmvwGN3cFzZnya7hBnfFO847BRiT72UII8ELVGt4JpTlp3 chYNuqT1hQOHF9/4bSOMoPYzYXcBMOe3f0D8REq83L+BI+jX4o/DczopW+c0+mgvErQO psAv7r7RJyixkUJ2NQbuazfZixJoL/3jgMlXZkq/Dvg1pOw68wAqyJnhsSzHDXnRuycc 0mbyNPr9lr+aAugXw+bOiqAxqwXluc97cFH5TQDlmsNhxK6Q1gdArKXmAexJCFx5T0n/ t1GWA+WZKkz/CcmWtrUn8Zid14Pjjrxc4PIrfKewtXa2OQrufcq5gVhIZcwbywc8WPXr 7E0A== MIME-Version: 1.0 X-Received: by 10.180.33.44 with SMTP id o12mr821609wii.28.1357362204431; Fri, 04 Jan 2013 21:03:24 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.217.57.9 with HTTP; Fri, 4 Jan 2013 21:03:24 -0800 (PST) In-Reply-To: References: Date: Fri, 4 Jan 2013 21:03:24 -0800 X-Google-Sender-Auth: 4paqoBKEMHN1dFXC_wYdi2ERJzo Message-ID: Subject: Re: Problems in /usr/src From: Adrian Chadd To: Super Bisquit Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 05 Jan 2013 05:03:31 -0000 ... ath_ahb is only needed for MIPS platforms. Why are you building it for x86? Also, do you have the 5416 support option in your kernel? adrian On 4 January 2013 20:37, Super Bisquit wrote: > In sys/modules/svr4 needs machine/_align.h to read > X86/include/_align.h, if that means anything. > > In sys/modules/ath_ahb: cc1: warnings being treated as errors > In file included from > /usr/src/sys/modules/ath_ahb/../../dev/ath/if_ath_ahb.c:61: > @/mips/atheros/ar71xxreg.h: In function 'ar71xx_ddr_flush': > @/mips/atheros/ar71xxreg.h:497: warning: implicit declaration of > function 'MIPS_PHYS_TO_KSEG1' > @/mips/atheros/ar71xxreg.h:497: warning: nested extern declaration of > 'MIPS_PHYS_TO_KSEG1' [-Wnested-externs] > *** Error code 1 > > Stop in /usr/src/sys/modules/ath_ahb. > peoples# > > > In sys/modules/ath:fdiagnostics-show-option -c > /usr/src/sys/modules/ath/../../dev/ath/if_ath.c > /usr/src/sys/modules/ath/../../dev/ath/if_ath.c: In function 'ath_rx_proc': > /usr/src/sys/modules/ath/../../dev/ath/if_ath.c:3534: error: 'struct > ath_rx_status' has no member named 'rs_flags' > /usr/src/sys/modules/ath/../../dev/ath/if_ath.c:3536: error: 'struct > ath_rx_status' has no member named 'rs_flags' > /usr/src/sys/modules/ath/../../dev/ath/if_ath.c:3538: error: 'struct > ath_rx_status' has no member named 'rs_flags' > /usr/src/sys/modules/ath/../../dev/ath/if_ath.c:3540: error: 'struct > ath_rx_status' has no member named 'rs_flags' > /usr/src/sys/modules/ath/../../dev/ath/if_ath.c:3542: error: 'struct > ath_rx_status' has no member named 'rs_flags' > /usr/src/sys/modules/ath/../../dev/ath/if_ath.c:3544: error: 'struct > ath_rx_status' has no member named 'rs_flags' > /usr/src/sys/modules/ath/../../dev/ath/if_ath.c:3732: error: 'struct > ath_rx_status' has no member named 'rs_isaggr' > *** Error code 1 > > Stop in /usr/src/sys/modules/ath. > peoples# > Now sys/modules/ath_pci will build. > > When running make world or make buildworld there is an error at > gnu/lib/libgcc. > > peoples# uname -a > FreeBSD peoples 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 > 07:15:25 UTC 2012 > root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > peoples# > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"