From owner-freebsd-current@FreeBSD.ORG Sat Jan 5 04:37:27 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 8C3D7501 for ; Sat, 5 Jan 2013 04:37:27 +0000 (UTC) (envelope-from superbisquit@gmail.com) Received: from mail-oa0-f44.google.com (mail-oa0-f44.google.com [209.85.219.44]) by mx1.freebsd.org (Postfix) with ESMTP id 51837909 for ; Sat, 5 Jan 2013 04:37:27 +0000 (UTC) Received: by mail-oa0-f44.google.com with SMTP id n5so15786138oag.3 for ; Fri, 04 Jan 2013 20:37:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=35KopL00bTqQHfmARuus0trZMhaPSqiC9gtZdf5lcjI=; b=KRmBW4fFLupeKBkVRfoZQU0wD0/Nx4IC86VXGVifxwLDfOwpvR6zf+HeLZuxjHbwfO 3dYLVJBuwcIHQlW7gOWSqb8srLJPcGVjerw53mM74McRhxClSJMC4LaivgBKs2bEWZyd AZ4t7TVh9tcoOiso99Lg5X8478A4hZKFmazDYv5OoXFtnPJPYgZ8TL28Ai4IkrYf3e+9 0dPzaAmIqfKIgDH5lqwrp8gK/qUZw0rmnzqdzuIvUMy1OAjOLuLlnIzLu2MYjakNp3ZR nH1rVuW8O27iGmkOPn21YsmL6NJ/rlNJ/c0tOrTL+6uV5yKH2U8wTdiQYFHDOjr7Tnci Q6zQ== MIME-Version: 1.0 Received: by 10.60.172.6 with SMTP id ay6mr30348504oec.10.1357360646373; Fri, 04 Jan 2013 20:37:26 -0800 (PST) Received: by 10.182.160.99 with HTTP; Fri, 4 Jan 2013 20:37:26 -0800 (PST) Date: Fri, 4 Jan 2013 23:37:26 -0500 Message-ID: Subject: Problems in /usr/src From: Super Bisquit To: freebsd-current Content-Type: text/plain; charset=ISO-8859-1 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 04:37:27 -0000 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#