From owner-freebsd-ppc@FreeBSD.ORG Sun Apr 7 23:32:19 2013 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 602B4593 for ; Sun, 7 Apr 2013 23:32:19 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from smtpauth2.wiscmail.wisc.edu (wmauth2.doit.wisc.edu [144.92.197.222]) by mx1.freebsd.org (Postfix) with ESMTP id 3D88A7A2 for ; Sun, 7 Apr 2013 23:32:18 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from avs-daemon.smtpauth2.wiscmail.wisc.edu by smtpauth2.wiscmail.wisc.edu (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) id <0MKW00300OL72D00@smtpauth2.wiscmail.wisc.edu> for freebsd-ppc@freebsd.org; Sun, 07 Apr 2013 17:32:12 -0500 (CDT) X-Spam-PmxInfo: Server=avs-2, Version=5.6.1.2065439, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2013.4.7.222415, SenderIP=0.0.0.0 X-Spam-Report: AuthenticatedSender=yes, SenderIP=0.0.0.0 Received: from wanderer.tachypleus.net (adsl-76-208-67-228.dsl.mdsnwi.sbcglobal.net [76.208.67.228]) by smtpauth2.wiscmail.wisc.edu (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) with ESMTPSA id <0MKW002DTP9NFE20@smtpauth2.wiscmail.wisc.edu> for freebsd-ppc@freebsd.org; Sun, 07 Apr 2013 17:32:12 -0500 (CDT) Message-id: <5161F3EB.8030909@freebsd.org> Date: Sun, 07 Apr 2013 17:32:11 -0500 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130317 Thunderbird/17.0.4 To: freebsd-ppc@freebsd.org Subject: Re: 4:3 console on 19:10 screen References: <20130406113943.GA896@g5.meroh.net> In-reply-to: <20130406113943.GA896@g5.meroh.net> X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2013 23:32:19 -0000 On 04/06/13 06:39, Julio Merino wrote: > Hello, > > I have a PowerMac attached to a 24" widescreen capable of 1920x1200@60Hz. > The graphics card is an nVidia GeForce FX 5200 Ultra (NV34). > > OpenFirmware properly sets up the screen to its highest resolution and > uses the full display to show the console. > > When FreeBSD powerpc64 9.1 boots, I get a 4:3 console centered on the > screen. According to the monitor's built-in information panel, however, > the screen is properly set up to 1920x1200. This makes me believe that > FreeBSD is correctly setting the display to its native resolution but, > for some reason, forces the console to be 4:3 (which is a 72 lines by > 99 columns). > > Any ideas on how to change this? vidcontrol appears to be not working, > as the output of "vidcontrol -i mode" is non-sense (and the screen is > ats native resolution anyway!). > > Thanks! > _______________________________________________ > freebsd-ppc@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ppc > To unsubscribe, send any mail to "freebsd-ppc-unsubscribe@freebsd.org" > syscons has some stupid hardcoded maximum screen width parameters that are too small for 1920 x 1200. X should be OK. If you are interested in rebuilding your kernel from source, the hardcoded maximum width in in /sys/dev/syscons/syscons.h around line 150 (definitions of COL and ROW). You'll note there that the maximum size is 1600x1200, which I guess is what you are seeing. You want to change COL to 240 and recompile and reinstall your kernel. Hopefully we get a new console layer before too long... -Nathan From owner-freebsd-ppc@FreeBSD.ORG Mon Apr 8 11:06:50 2013 Return-Path: Delivered-To: freebsd-ppc@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9DDE5231 for ; Mon, 8 Apr 2013 11:06:50 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8DDC6362 for ; Mon, 8 Apr 2013 11:06:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r38B6oh2057342 for ; Mon, 8 Apr 2013 11:06:50 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r38B6oQY057340 for freebsd-ppc@FreeBSD.org; Mon, 8 Apr 2013 11:06:50 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 8 Apr 2013 11:06:50 GMT Message-Id: <201304081106.r38B6oQY057340@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-ppc@FreeBSD.org Subject: Current problem reports assigned to freebsd-ppc@FreeBSD.org X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 11:06:50 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o power/175151 ppc Loader fails to load modules on PPC64 o power/170340 ppc Enabling geom-mirror on 9.1-powerpc64 prevents the sys o power/164225 ppc Boot fails on IBM 7028-6E1 (heap memory claim failed) o power/161947 ppc multimedia/libdvdnav builds broken binaries on big end o power/161045 ppc X doesn't detect ADB mouse up event until another even o power/149009 ppc sysinstall(8) on powerpc fails to install manpages, so o power/140241 ppc [kernel] [patch] Linker set problems on PowerPC EABI o power/135576 ppc gdb cannot debug threaded programs on ppc o power/133503 ppc [sound] Sound stutter after switching ttys o power/131548 ppc ofw_syscons no longer supports 32-bit framebuffer 10 problems total. From owner-freebsd-ppc@FreeBSD.ORG Wed Apr 10 03:51:33 2013 Return-Path: Delivered-To: powerpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 645EE3A7; Wed, 10 Apr 2013 03:51:33 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 3A7DCFCD; Wed, 10 Apr 2013 03:51:32 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id r3A3pWNV096265; Tue, 9 Apr 2013 23:51:32 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id r3A3pWV5096264; Wed, 10 Apr 2013 03:51:32 GMT (envelope-from tinderbox@freebsd.org) Date: Wed, 10 Apr 2013 03:51:32 GMT Message-Id: <201304100351.r3A3pWV5096264@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Subject: [head tinderbox] failure on powerpc/powerpc Precedence: bulk X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.14 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2013 03:51:33 -0000 TB --- 2013-04-10 01:22:54 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-04-10 01:22:54 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2013-04-10 01:22:54 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2013-04-10 01:22:54 - cleaning the object tree TB --- 2013-04-10 01:22:54 - /usr/local/bin/svn stat /src TB --- 2013-04-10 01:23:03 - At svn revision 249318 TB --- 2013-04-10 01:23:04 - building world TB --- 2013-04-10 01:23:04 - CROSS_BUILD_TESTING=YES TB --- 2013-04-10 01:23:04 - MAKEOBJDIRPREFIX=/obj TB --- 2013-04-10 01:23:04 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-04-10 01:23:04 - SRCCONF=/dev/null TB --- 2013-04-10 01:23:04 - TARGET=powerpc TB --- 2013-04-10 01:23:04 - TARGET_ARCH=powerpc TB --- 2013-04-10 01:23:04 - TZ=UTC TB --- 2013-04-10 01:23:04 - __MAKE_CONF=/dev/null TB --- 2013-04-10 01:23:04 - cd /src TB --- 2013-04-10 01:23:04 - /usr/bin/make -B buildworld >>> Building an up-to-date make(1) >>> World build started on Wed Apr 10 01:23:09 UTC 2013 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Wed Apr 10 03:44:20 UTC 2013 TB --- 2013-04-10 03:44:20 - generating LINT kernel config TB --- 2013-04-10 03:44:20 - cd /src/sys/powerpc/conf TB --- 2013-04-10 03:44:20 - /usr/bin/make -B LINT TB --- 2013-04-10 03:44:20 - cd /src/sys/powerpc/conf TB --- 2013-04-10 03:44:20 - /usr/sbin/config -m LINT TB --- 2013-04-10 03:44:20 - building LINT kernel TB --- 2013-04-10 03:44:20 - CROSS_BUILD_TESTING=YES TB --- 2013-04-10 03:44:20 - MAKEOBJDIRPREFIX=/obj TB --- 2013-04-10 03:44:20 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-04-10 03:44:20 - SRCCONF=/dev/null TB --- 2013-04-10 03:44:20 - TARGET=powerpc TB --- 2013-04-10 03:44:20 - TARGET_ARCH=powerpc TB --- 2013-04-10 03:44:20 - TZ=UTC TB --- 2013-04-10 03:44:20 - __MAKE_CONF=/dev/null TB --- 2013-04-10 03:44:20 - cd /src TB --- 2013-04-10 03:44:20 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Apr 10 03:44:21 UTC 2013 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] /src/sys/sys/socketvar.h:136: error: previous declaration of 'accept_mtx' was here /src/sys/kern/uipc_socket.c:251: error: invalid use of undefined type 'struct so_global_mtx' /src/sys/kern/uipc_socket.c: In function 'soalloc': /src/sys/kern/uipc_socket.c:357: error: invalid use of undefined type 'struct so_global_mtx' /src/sys/kern/uipc_socket.c:366: error: invalid use of undefined type 'struct so_global_mtx' /src/sys/kern/uipc_socket.c: In function 'sodealloc': /src/sys/kern/uipc_socket.c:382: error: invalid use of undefined type 'struct so_global_mtx' /src/sys/kern/uipc_socket.c:390: error: invalid use of undefined type 'struct so_global_mtx' *** [uipc_socket.o] Error code 1 Stop in /obj/powerpc.powerpc/src/sys/LINT. *** [buildkernel] Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2013-04-10 03:51:32 - WARNING: /usr/bin/make returned exit code 1 TB --- 2013-04-10 03:51:32 - ERROR: failed to build LINT kernel TB --- 2013-04-10 03:51:32 - 7662.98 user 995.55 system 8917.81 real http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-powerpc-powerpc.full From owner-freebsd-ppc@FreeBSD.ORG Wed Apr 10 11:33:55 2013 Return-Path: Delivered-To: powerpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 515FEF8D; Wed, 10 Apr 2013 11:33:55 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 281AE8B6; Wed, 10 Apr 2013 11:33:54 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id r3ABXsfv097648; Wed, 10 Apr 2013 07:33:54 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id r3ABXsmW097647; Wed, 10 Apr 2013 11:33:54 GMT (envelope-from tinderbox@freebsd.org) Date: Wed, 10 Apr 2013 11:33:54 GMT Message-Id: <201304101133.r3ABXsmW097647@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Subject: [head tinderbox] failure on powerpc/powerpc Precedence: bulk X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.14 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2013 11:33:55 -0000 TB --- 2013-04-10 09:03:33 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-04-10 09:03:33 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2013-04-10 09:03:33 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2013-04-10 09:03:33 - cleaning the object tree TB --- 2013-04-10 09:04:38 - /usr/local/bin/svn stat /src TB --- 2013-04-10 09:04:42 - At svn revision 249323 TB --- 2013-04-10 09:04:43 - building world TB --- 2013-04-10 09:04:43 - CROSS_BUILD_TESTING=YES TB --- 2013-04-10 09:04:43 - MAKEOBJDIRPREFIX=/obj TB --- 2013-04-10 09:04:43 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-04-10 09:04:43 - SRCCONF=/dev/null TB --- 2013-04-10 09:04:43 - TARGET=powerpc TB --- 2013-04-10 09:04:43 - TARGET_ARCH=powerpc TB --- 2013-04-10 09:04:43 - TZ=UTC TB --- 2013-04-10 09:04:43 - __MAKE_CONF=/dev/null TB --- 2013-04-10 09:04:43 - cd /src TB --- 2013-04-10 09:04:43 - /usr/bin/make -B buildworld >>> Building an up-to-date make(1) >>> World build started on Wed Apr 10 09:04:48 UTC 2013 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Wed Apr 10 11:26:21 UTC 2013 TB --- 2013-04-10 11:26:21 - generating LINT kernel config TB --- 2013-04-10 11:26:21 - cd /src/sys/powerpc/conf TB --- 2013-04-10 11:26:21 - /usr/bin/make -B LINT TB --- 2013-04-10 11:26:21 - cd /src/sys/powerpc/conf TB --- 2013-04-10 11:26:21 - /usr/sbin/config -m LINT TB --- 2013-04-10 11:26:21 - building LINT kernel TB --- 2013-04-10 11:26:21 - CROSS_BUILD_TESTING=YES TB --- 2013-04-10 11:26:21 - MAKEOBJDIRPREFIX=/obj TB --- 2013-04-10 11:26:21 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-04-10 11:26:21 - SRCCONF=/dev/null TB --- 2013-04-10 11:26:21 - TARGET=powerpc TB --- 2013-04-10 11:26:21 - TARGET_ARCH=powerpc TB --- 2013-04-10 11:26:21 - TZ=UTC TB --- 2013-04-10 11:26:21 - __MAKE_CONF=/dev/null TB --- 2013-04-10 11:26:21 - cd /src TB --- 2013-04-10 11:26:21 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Apr 10 11:26:21 UTC 2013 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O -pipe -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -msoft-float -Wa,-many -fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror /src/sys/kern/uipc_mbuf2.c cc -c -O -pipe -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -msoft-float -Wa,-many -fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror /src/sys/kern/uipc_mqueue.c cc -c -O -pipe -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -msoft-float -Wa,-many -fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror /src/sys/kern/uipc_sem.c cc -c -O -pipe -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -msoft-float -Wa,-many -fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror /src/sys/kern/uipc_shm.c cc -c -O -pipe -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -msoft-float -Wa,-many -fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror /src/sys/kern/uipc_sockbuf.c cc -c -O -pipe -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -msoft-float -Wa,-many -fno-omit-frame-pointer -msoft-float -mno-altivec -ffreestanding -fstack-protector -Werror /src/sys/kern/uipc_socket.c /src/sys/kern/uipc_socket.c:243: error: conflicting types for 'accept_mtx' /src/sys/sys/socketvar.h:136: error: previous declaration of 'accept_mtx' was here *** [uipc_socket.o] Error code 1 Stop in /obj/powerpc.powerpc/src/sys/LINT. *** [buildkernel] Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2013-04-10 11:33:54 - WARNING: /usr/bin/make returned exit code 1 TB --- 2013-04-10 11:33:54 - ERROR: failed to build LINT kernel TB --- 2013-04-10 11:33:54 - 7670.52 user 1011.25 system 9020.84 real http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-powerpc-powerpc.full From owner-freebsd-ppc@FreeBSD.ORG Thu Apr 11 05:07:59 2013 Return-Path: Delivered-To: powerpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EF31CF5D; Thu, 11 Apr 2013 05:07:59 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id A123AF5C; Thu, 11 Apr 2013 05:07:59 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id r3B57wk4000480; Thu, 11 Apr 2013 01:07:58 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id r3B57wc9000479; Thu, 11 Apr 2013 05:07:58 GMT (envelope-from tinderbox@freebsd.org) Date: Thu, 11 Apr 2013 05:07:58 GMT Message-Id: <201304110507.r3B57wc9000479@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Subject: [head tinderbox] failure on powerpc/powerpc Precedence: bulk X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.14 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Apr 2013 05:08:00 -0000 TB --- 2013-04-11 02:53:21 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-04-11 02:53:21 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2013-04-11 02:53:21 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2013-04-11 02:53:21 - cleaning the object tree TB --- 2013-04-11 02:53:21 - /usr/local/bin/svn stat /src TB --- 2013-04-11 02:53:26 - At svn revision 249347 TB --- 2013-04-11 02:53:27 - building world TB --- 2013-04-11 02:53:27 - CROSS_BUILD_TESTING=YES TB --- 2013-04-11 02:53:27 - MAKEOBJDIRPREFIX=/obj TB --- 2013-04-11 02:53:27 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-04-11 02:53:27 - SRCCONF=/dev/null TB --- 2013-04-11 02:53:27 - TARGET=powerpc TB --- 2013-04-11 02:53:27 - TARGET_ARCH=powerpc TB --- 2013-04-11 02:53:27 - TZ=UTC TB --- 2013-04-11 02:53:27 - __MAKE_CONF=/dev/null TB --- 2013-04-11 02:53:27 - cd /src TB --- 2013-04-11 02:53:27 - /usr/bin/make -B buildworld >>> Building an up-to-date make(1) >>> World build started on Thu Apr 11 02:53:31 UTC 2013 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] gzip -cn /src/usr.bin/su/su.1 > su.1.gz ===> usr.bin/systat (all) cc -O2 -pipe -DINET6 -std=gnu99 -fstack-protector -Wno-pointer-sign -c /src/usr.bin/systat/cmds.c cc -O2 -pipe -DINET6 -std=gnu99 -fstack-protector -Wno-pointer-sign -c /src/usr.bin/systat/cmdtab.c In file included from /src/usr.bin/systat/extern.h:35, from /src/usr.bin/systat/cmdtab.c:39: /obj/powerpc.powerpc/src/tmp/usr/include/kvm.h:81: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kvm_counter_u64_fetch' /obj/powerpc.powerpc/src/tmp/usr/include/kvm.h:91: error: expected declaration specifiers or '...' before 'u_long' *** [cmdtab.o] Error code 1 Stop in /src/usr.bin/systat. *** [all] Error code 1 Stop in /src/usr.bin. *** [usr.bin.all__D] Error code 1 Stop in /src. *** [everything] Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2013-04-11 05:07:58 - WARNING: /usr/bin/make returned exit code 1 TB --- 2013-04-11 05:07:58 - ERROR: failed to build world TB --- 2013-04-11 05:07:58 - 6984.21 user 912.18 system 8077.53 real http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-powerpc-powerpc.full From owner-freebsd-ppc@FreeBSD.ORG Thu Apr 11 11:12:51 2013 Return-Path: Delivered-To: powerpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D16D57E8; Thu, 11 Apr 2013 11:12:51 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 84CD4272; Thu, 11 Apr 2013 11:12:51 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id r3BBCoKg042178; Thu, 11 Apr 2013 07:12:50 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id r3BBCoYs042177; Thu, 11 Apr 2013 11:12:50 GMT (envelope-from tinderbox@freebsd.org) Date: Thu, 11 Apr 2013 11:12:50 GMT Message-Id: <201304111112.r3BBCoYs042177@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Subject: [head tinderbox] failure on powerpc/powerpc Precedence: bulk X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.14 List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Apr 2013 11:12:51 -0000 TB --- 2013-04-11 08:54:37 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-04-11 08:54:37 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2013-04-11 08:54:37 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2013-04-11 08:54:37 - cleaning the object tree TB --- 2013-04-11 08:56:45 - /usr/local/bin/svn stat /src TB --- 2013-04-11 08:56:49 - At svn revision 249351 TB --- 2013-04-11 08:56:50 - building world TB --- 2013-04-11 08:56:50 - CROSS_BUILD_TESTING=YES TB --- 2013-04-11 08:56:50 - MAKEOBJDIRPREFIX=/obj TB --- 2013-04-11 08:56:50 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-04-11 08:56:50 - SRCCONF=/dev/null TB --- 2013-04-11 08:56:50 - TARGET=powerpc TB --- 2013-04-11 08:56:50 - TARGET_ARCH=powerpc TB --- 2013-04-11 08:56:50 - TZ=UTC TB --- 2013-04-11 08:56:50 - __MAKE_CONF=/dev/null TB --- 2013-04-11 08:56:50 - cd /src TB --- 2013-04-11 08:56:50 - /usr/bin/make -B buildworld >>> Building an up-to-date make(1) >>> World build started on Thu Apr 11 08:56:55 UTC 2013 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] gzip -cn /src/usr.bin/su/su.1 > su.1.gz ===> usr.bin/systat (all) cc -O2 -pipe -DINET6 -std=gnu99 -fstack-protector -Wno-pointer-sign -c /src/usr.bin/systat/cmds.c cc -O2 -pipe -DINET6 -std=gnu99 -fstack-protector -Wno-pointer-sign -c /src/usr.bin/systat/cmdtab.c In file included from /src/usr.bin/systat/extern.h:35, from /src/usr.bin/systat/cmdtab.c:39: /obj/powerpc.powerpc/src/tmp/usr/include/kvm.h:81: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'kvm_counter_u64_fetch' /obj/powerpc.powerpc/src/tmp/usr/include/kvm.h:91: error: expected declaration specifiers or '...' before 'u_long' *** [cmdtab.o] Error code 1 Stop in /src/usr.bin/systat. *** [all] Error code 1 Stop in /src/usr.bin. *** [usr.bin.all__D] Error code 1 Stop in /src. *** [everything] Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2013-04-11 11:12:50 - WARNING: /usr/bin/make returned exit code 1 TB --- 2013-04-11 11:12:50 - ERROR: failed to build world TB --- 2013-04-11 11:12:50 - 7068.65 user 921.38 system 8292.87 real http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-powerpc-powerpc.full